serenity/Kernel/Syscalls
2021-02-01 09:54:32 +01:00
..
abort.cpp Kernel+LibC: Tidy up assertion failures with a dedicated syscall 2021-01-04 21:57:30 +01:00
access.cpp
alarm.cpp Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
anon_create.cpp Kernel: Make sys$anon_create() fail if size == 0 2021-01-25 09:36:42 +01:00
beep.cpp
chdir.cpp Kernel+LibC: Make sys$getcwd truncate the result silently 2021-01-16 22:40:53 +01:00
chmod.cpp
chown.cpp
chroot.cpp
clock.cpp Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
debug.cpp Kernel: Remove a bunch of no-longer-necessary SmapDisablers 2021-01-17 15:03:07 +01:00
disown.cpp
dup2.cpp
execve.cpp Kernel: Remove Range "valid" state and use Optional<Range> instead 2021-01-27 21:14:42 +01:00
exit.cpp
fcntl.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
fork.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
ftruncate.cpp
futex.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
get_dir_entries.cpp
get_stack_bounds.cpp
getrandom.cpp Kernel: Remove a bunch of no-longer-necessary SmapDisablers 2021-01-17 15:03:07 +01:00
getuid.cpp
hostname.cpp
ioctl.cpp
keymap.cpp Kernel+keymap+KeyboardMapper: New pledge for getkeymap 2021-02-01 09:54:32 +01:00
kill.cpp Kernel+LibC: Turn errno codes into a strongly typed enum 2021-01-20 23:20:02 +01:00
link.cpp
lseek.cpp
mkdir.cpp
mknod.cpp
mmap.cpp Kernel: Fix mix-up between MAP_STACK/MAP_ANONYMOUS in prot validation 2021-01-30 10:30:17 +01:00
module.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-11 11:55:47 +01:00
mount.cpp Revert "Kernel: Return -ENOTDIR for non-directory mount target" 2021-01-30 13:52:12 +01:00
open.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
perf_event.cpp Kernel+Profiler: Make profiling per-process and without core dumps 2021-01-11 11:36:00 +01:00
pipe.cpp Kernel: Improve ProcFS behavior in low memory conditions 2021-01-03 22:12:19 +01:00
pledge.cpp Kernel: Don't drop pledge()'d promises/execpromises when passing nullptr 2021-01-26 18:18:01 +01:00
prctl.cpp Kernel+LibC: Introduce a "dumpable" flag for processes 2020-12-25 19:35:55 +01:00
process.cpp Kernel+Userland: Remove shared buffers (shbufs) 2021-01-17 09:07:32 +01:00
profiling.cpp Kernel: Use current process EUID in doing profiling access control 2021-01-12 23:34:01 +01:00
ptrace.cpp Kernel+LibC: Turn errno codes into a strongly typed enum 2021-01-20 23:20:02 +01:00
purge.cpp Kernel: Fix bad VMObject iteration in sys$purge() 2021-01-02 13:34:29 +01:00
read.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
readlink.cpp Kernel: Move KBufferBuilder to the fallible KBuffer API 2020-12-18 19:22:26 +01:00
realpath.cpp Kernel: Make realpath return silently truncated data 2021-01-16 22:40:53 +01:00
rename.cpp
rmdir.cpp
sched.cpp Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism 2021-01-16 14:52:04 +01:00
select.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
sendfd.cpp
setpgid.cpp
setuid.cpp Kernel+LibC: Introduce a "dumpable" flag for processes 2020-12-25 19:35:55 +01:00
shutdown.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
sigaction.cpp Kernel: Don't allow modifying IOPL via sys$ptrace() or sys$sigreturn() 2020-12-22 19:38:25 +01:00
socket.cpp Kernel: Remove pledge exception for sys$getsockopt() with SO_PEERCRED 2021-01-31 09:29:27 +01:00
stat.cpp
sync.cpp
sysconf.cpp Kernel+LibC: Add _SC_TTY_NAME_MAX 2021-01-18 22:28:56 +01:00
thread.cpp Kernel: Allow changing thread names with the "stdio" promise 2021-01-30 23:38:57 +01:00
times.cpp
ttyname.cpp
umask.cpp
uname.cpp
unlink.cpp
unveil.cpp Kernel: Allow 'elevating' unveil permissions if implicitly inherited from '/' 2020-12-26 16:10:04 +01:00
utime.cpp
waitid.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
watch_file.cpp Kernel: Improve ProcFS behavior in low memory conditions 2021-01-03 22:12:19 +01:00
write.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00