ladybird/Kernel/Syscalls
2021-09-05 16:25:40 +02:00
..
access.cpp Kernel: Use TRY() in sys$access() 2021-09-05 16:25:40 +02:00
alarm.cpp
anon_create.cpp Kernel: Use TRY() in sys$anon_create() 2021-09-05 14:36:40 +02:00
beep.cpp
chdir.cpp Kernel: Use TRY() in sys$chdir() 2021-09-05 14:41:13 +02:00
chmod.cpp Kernel: Use TRY() in sys$chmod() 2021-09-05 16:25:40 +02:00
chown.cpp Kernel: Use TRY() in sys$chown() 2021-09-05 16:25:40 +02:00
clock.cpp
debug.cpp Kernel: Fix OOB read in sys$dbgputstr(..) during fuzzing 2021-08-13 11:08:11 +02:00
disown.cpp Kernel/Process: Move protected values to the end of the object 2021-08-12 20:57:32 +02:00
dup2.cpp
emuctl.cpp
execve.cpp Kernel: Tidy up Memory::AddressSpace construction 2021-09-05 15:13:20 +02:00
exit.cpp Kernel/Process: Move protected values to the end of the object 2021-08-12 20:57:32 +02:00
fcntl.cpp Kernel: Use is_error() in sys$fcntl() 2021-09-05 16:25:40 +02:00
fork.cpp Kernel: Use TRY() in sys$fork() 2021-09-05 16:25:40 +02:00
ftruncate.cpp
futex.cpp Kernel: Remove unnecessary FutexQueue::did_remove() 2021-08-23 00:02:09 +02:00
get_dir_entries.cpp
get_stack_bounds.cpp
getrandom.cpp Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes 2021-09-01 18:06:14 +02:00
getuid.cpp Kernel: Strongly typed user & group ID's 2021-08-29 01:09:19 +02:00
hostname.cpp Kernel: Convert remaining users of copy_string_from_user() 2021-08-15 12:44:35 +02:00
inode_watcher.cpp Kernel: Tidy up InodeWatcher construction 2021-09-05 01:10:56 +02:00
ioctl.cpp
keymap.cpp
kill.cpp Kernel: Guard the all processes list with a Spinlock rather than a Mutex 2021-08-28 20:53:38 +02:00
link.cpp Kernel: Use TRY() in sys$link() and sys$symlink() 2021-09-05 14:38:28 +02:00
lseek.cpp Kernel: Use TRY() in sys$lseek() 2021-09-05 16:25:40 +02:00
mkdir.cpp Kernel: Use TRY() in sys$mkdir() 2021-09-05 16:25:40 +02:00
mknod.cpp Kernel: Use TRY() in sys$mknod() 2021-09-05 16:25:40 +02:00
mmap.cpp Kernel: Use try in sys$mmap() and friends :^) 2021-09-05 14:27:41 +02:00
module.cpp Kernel: Convert remaining users of copy_string_from_user() 2021-08-15 12:44:35 +02:00
mount.cpp Kernel: Handle allocation failure in ProcFS and friends 2021-08-15 02:27:13 +02:00
open.cpp Kernel: Use TRY() in sys$open() 2021-09-05 16:25:40 +02:00
perf_event.cpp
pipe.cpp Kernel: Handle OOM from DoubleBuffer creation in FIFO creation 2021-08-03 18:54:23 +02:00
pledge.cpp Kernel/Process: Move protected values to the end of the object 2021-08-12 20:57:32 +02:00
prctl.cpp
process.cpp Kernel: Convert remaining users of copy_string_from_user() 2021-08-15 12:44:35 +02:00
profiling.cpp Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
ptrace.cpp Kernel: Use TRY() in sys$ptrace() 2021-09-05 16:25:40 +02:00
purge.cpp Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr 2021-09-03 23:20:23 +02:00
read.cpp
readlink.cpp
realpath.cpp
rename.cpp
rmdir.cpp
sched.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
select.cpp
sendfd.cpp
setpgid.cpp Kernel: Handle ProcessGroup allocation failures better 2021-09-04 23:11:04 +02:00
setuid.cpp Kernel: Strongly typed user & group ID's 2021-08-29 01:09:19 +02:00
shutdown.cpp
sigaction.cpp
socket.cpp Kernel: Use TRY() in sys$socket() and friends 2021-09-05 16:25:40 +02:00
stat.cpp Kernel: Stop allowing implicit conversion from KResult to int 2021-08-14 15:19:00 +02:00
statvfs.cpp
sync.cpp
sysconf.cpp
thread.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
times.cpp
ttyname.cpp
umask.cpp Kernel/Process: Move protected values to the end of the object 2021-08-12 20:57:32 +02:00
uname.cpp
unlink.cpp
unveil.cpp Kernel: Use TRY() in sys$unveil() 2021-09-05 14:30:08 +02:00
utime.cpp
waitid.cpp Kernel: Acquire reference to waitee before trying to block in sys$waitid 2021-08-28 20:53:38 +02:00
write.cpp