serenity/Kernel/Syscalls
2021-06-27 15:46:42 +02:00
..
access.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
alarm.cpp Everywhere: Use nothrow new with adopt_{ref,own}_if_nonnull 2021-06-24 17:35:49 +04:30
anon_create.cpp Kernel: Remove various other uses of ssize_t 2021-06-16 21:29:36 +02:00
beep.cpp
chdir.cpp Kernel: Remove various other uses of ssize_t 2021-06-16 21:29:36 +02:00
chmod.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
chown.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
chroot.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
clock.cpp
debug.cpp Kernel: Don't kmalloc() for small (<=1024) dbgputstr() syscalls 2021-06-27 10:50:24 +02:00
disown.cpp
dup2.cpp Kernel: Make dup2() return the fd even if old & new are the same (#7506) 2021-05-27 21:14:57 +02:00
emuctl.cpp
execve.cpp Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
exit.cpp Kernel: Don't log profile data before/after the process/thread lifetime 2021-05-30 19:03:03 +02:00
fcntl.cpp
fork.cpp Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
ftruncate.cpp
futex.cpp
get_dir_entries.cpp Kernel: Remove various other uses of ssize_t 2021-06-16 21:29:36 +02:00
get_stack_bounds.cpp Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters 2021-06-27 15:46:42 +02:00
getrandom.cpp Kernel: Remove various other uses of ssize_t 2021-06-16 21:29:36 +02:00
getuid.cpp Kernel: Remove various other uses of ssize_t 2021-06-16 21:29:36 +02:00
hostname.cpp Kernel: Remove obsolete size_t casts 2021-06-17 19:52:54 +02:00
inode_watcher.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
ioctl.cpp
keymap.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
kill.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
link.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
lseek.cpp
mkdir.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
mknod.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
mmap.cpp Kernel: Add support for setting up a x86_64 GDT once in C++ land 2021-06-26 11:08:52 +02:00
module.cpp Everywhere: Use nothrow new with adopt_{ref,own}_if_nonnull 2021-06-24 17:35:49 +04:30
mount.cpp Kernel: Handle OOM of file system in sys$mount 2021-06-01 23:14:40 +01:00
open.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
perf_event.cpp Kernel: Make perf_event() work for global profiles 2021-05-15 16:28:18 +02:00
pipe.cpp
pledge.cpp
prctl.cpp
process.cpp
profiling.cpp AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's 2021-05-31 17:09:12 +04:30
ptrace.cpp Kernel: Make PrivateInodeVMObject factory APIs OOM safe 2021-05-29 09:04:05 +02:00
purge.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
read.cpp Kernel: Remove various other uses of ssize_t 2021-06-16 21:29:36 +02:00
readlink.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
realpath.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
rename.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
rmdir.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
sched.cpp
select.cpp Kernel: Avoid an allocation in sys$poll 2021-05-19 22:51:42 +02:00
sendfd.cpp
setpgid.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
setuid.cpp Kernel: Remove various other uses of ssize_t 2021-06-16 21:29:36 +02:00
shutdown.cpp Kernel: Print failed attempt to shutdown the machine 2021-05-17 00:30:40 +01:00
sigaction.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
socket.cpp Kernel: Remove various other uses of ssize_t 2021-06-16 21:29:36 +02:00
stat.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
statvfs.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
sync.cpp
sysconf.cpp Kernel: Remove unused CPU.h includes 2021-06-24 00:38:23 +02:00
thread.cpp Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
times.cpp
ttyname.cpp
umask.cpp
uname.cpp
unlink.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
unveil.cpp Kernel: Change unveil state to dropped even when node already exists 2021-06-08 12:15:04 +02:00
utime.cpp Kernel: Convert Process::get_syscall_path_argument() to KString 2021-05-29 20:18:57 +02:00
waitid.cpp
write.cpp Kernel: Remove obsolete size_t casts 2021-06-17 19:52:54 +02:00