ladybird/Kernel/Syscalls
Brian Gianforcaro fa666f6897 Kernel: Use Userspace<T> for the futex syscall
Utilizie Userspace<T> for the syscall argument itself, as well
as internally in the SC_futex_params struct.

We were double validating the SC_futex_params.timeout validation,
that was removed as well.
2020-08-05 13:03:50 +02:00
..
access.cpp Kernel: Convert some more syscalls to Userspace<T> 2020-08-02 11:01:00 +02:00
alarm.cpp
beep.cpp
chdir.cpp Kernel: Use Userspace<T> in sys$getcwd() and sys$chdir() 2020-07-31 16:34:47 +02:00
chmod.cpp
chown.cpp
chroot.cpp
clock.cpp Kernel: Use Userspace<T> for the clock_nanosleep syscall 2020-08-05 09:36:53 +02:00
debug.cpp Kernel: Use Userspace<T> in more syscalls 2020-08-01 11:37:40 +02:00
disown.cpp Kernel+LibC: Add sys$disown() for disowning child processes 2020-08-04 18:17:16 +02:00
dup.cpp
execve.cpp Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
exit.cpp
fcntl.cpp
fork.cpp
ftruncate.cpp
futex.cpp Kernel: Use Userspace<T> for the futex syscall 2020-08-05 13:03:50 +02:00
get_dir_entries.cpp
get_stack_bounds.cpp Kernel: Rename region_from_foo() => find_region_from_foo() 2020-07-30 23:52:28 +02:00
getrandom.cpp
getuid.cpp
hostname.cpp
ioctl.cpp Kernel: Remove SmapDisabler in sys$ioctl() 2020-07-31 00:17:25 +02:00
kill.cpp Kernel: Consolidate timeout logic 2020-08-03 18:23:00 +02:00
link.cpp Kernel: Use Userspace<T> in sys$link() and sys$symlink() 2020-08-03 18:40:28 +02:00
lseek.cpp
mkdir.cpp Kernel: Convert some more syscalls to Userspace<T> 2020-08-02 11:01:00 +02:00
mknod.cpp Kernel: Use Userspace<T> for the mknod syscall 2020-08-05 09:36:53 +02:00
mmap.cpp Kernel: Use Userspace<T> for the set_mmap_name syscall 2020-08-05 09:36:53 +02:00
module.cpp
mount.cpp Kernel: Add missing license headers to some syscall files 2020-07-31 01:01:41 +02:00
open.cpp Kernel: Use Userspace<T> for the open syscall 2020-08-05 09:36:53 +02:00
perf_event.cpp
pipe.cpp
pledge.cpp Kernel: Use Userspace<T> in pledge syscall 2020-08-02 10:56:43 +02:00
process.cpp Kernel: Use Userspace<T> in more syscalls 2020-08-01 11:37:40 +02:00
profiling.cpp Kernel: Remove ProcessInspectionHandle and make Process RefCounted 2020-08-02 17:15:11 +02:00
ptrace.cpp Kernel: Use Userspace<T> in ptrace syscall 2020-08-02 00:29:04 +02:00
purge.cpp
read.cpp Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
readlink.cpp Kernel: Use Userspace<T> for the readlink syscall 2020-08-05 09:36:53 +02:00
realpath.cpp
rename.cpp Kernel: Use Userspace<T> for the rename syscall 2020-08-05 09:36:53 +02:00
rmdir.cpp Kernel: Convert some more syscalls to Userspace<T> 2020-08-02 11:01:00 +02:00
sched.cpp Kernel: Use Userspace<T> in sched_getparam syscall 2020-08-02 20:53:48 +02:00
select.cpp Kernel: Consolidate timeout logic 2020-08-03 18:23:00 +02:00
sendfd.cpp
setkeymap.cpp Kernel: Use Userspace<T> in setkeymap syscall 2020-08-02 10:56:33 +02:00
setpgid.cpp Kernel: Remove ProcessInspectionHandle and make Process RefCounted 2020-08-02 17:15:11 +02:00
setuid.cpp
shbuf.cpp Kernel: Remove ProcessInspectionHandle and make Process RefCounted 2020-08-02 17:15:11 +02:00
shutdown.cpp
sigaction.cpp
sleep.cpp
socket.cpp Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
stat.cpp Kernel: Use Userspace<T> for sys$read() and sys$stat() 2020-07-31 16:28:37 +02:00
sync.cpp
sysconf.cpp Kernel: Add _SC_PAGESIZE to sysconf 2020-07-31 18:26:33 +02:00
thread.cpp Kernel + LibPthread: Use Userspace<T> in the create_thread syscall 2020-08-05 09:36:53 +02:00
times.cpp
ttyname.cpp Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname() 2020-08-04 18:17:16 +02:00
umask.cpp
uname.cpp
unlink.cpp
unveil.cpp Kernel: Use for-each loops in unveil syscall 2020-08-03 12:54:51 +02:00
utime.cpp Kernel: Use Userspace<T> in sys$utime() 2020-07-31 16:38:47 +02:00
waitid.cpp Kernel: Use Userspace<T> for the waitid syscall 2020-08-05 09:36:53 +02:00
watch_file.cpp Kernel: Use Userspace<T> in more syscalls 2020-08-01 11:37:40 +02:00
write.cpp Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00