serenity/Kernel/Syscalls
Ralf Donau 8ee3a5e09e Kernel: Logic fix in the pledge syscall
Pledge should check m_has_promises. Calling pledge("", nullptr)
does not fail on an already pledged process anymore.
2021-07-10 21:59:29 +02:00
..
access.cpp
alarm.cpp
anon_create.cpp
beep.cpp
chdir.cpp Kernel: Custody::absolute_path() => try_create_absolute_path() 2021-07-07 15:32:17 +02:00
chmod.cpp
chown.cpp
chroot.cpp
clock.cpp
debug.cpp
disown.cpp
dup2.cpp
emuctl.cpp
execve.cpp Kernel+Userland: Make the stack alignment comply with the System V ABI 2021-07-10 01:41:57 +02:00
exit.cpp
fcntl.cpp
fork.cpp
ftruncate.cpp
futex.cpp Kernel: Do not hold spinlock while touching user mode futex values 2021-07-07 10:05:55 +02:00
get_dir_entries.cpp
get_stack_bounds.cpp
getrandom.cpp
getuid.cpp
hostname.cpp
inode_watcher.cpp
ioctl.cpp
keymap.cpp
kill.cpp
link.cpp
lseek.cpp
mkdir.cpp
mknod.cpp
mmap.cpp Kernel: Implement TLS support for x86_64 2021-07-04 01:07:28 +02:00
module.cpp
mount.cpp Kernel: Don't copy a Vector<FileDescriptionAndFlags> 2021-06-29 20:53:59 +02:00
open.cpp
perf_event.cpp
pipe.cpp
pledge.cpp Kernel: Logic fix in the pledge syscall 2021-07-10 21:59:29 +02:00
prctl.cpp
process.cpp
profiling.cpp
ptrace.cpp
purge.cpp
read.cpp
readlink.cpp
realpath.cpp Kernel: Custody::absolute_path() => try_create_absolute_path() 2021-07-07 15:32:17 +02:00
rename.cpp
rmdir.cpp
sched.cpp Kernel+LibC: Remove sys$donate() 2021-07-05 23:30:15 +02:00
select.cpp Everywhere: Fix incorrect usages of AK::Checked 2021-07-04 20:08:28 +01:00
sendfd.cpp
setpgid.cpp
setuid.cpp
shutdown.cpp
sigaction.cpp
socket.cpp
stat.cpp
statvfs.cpp
sync.cpp
sysconf.cpp
thread.cpp LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall 2021-07-09 15:36:50 +02:00
times.cpp
ttyname.cpp
umask.cpp
uname.cpp
unlink.cpp
unveil.cpp Kernel: Custody::absolute_path() => try_create_absolute_path() 2021-07-07 15:32:17 +02:00
utime.cpp
waitid.cpp
write.cpp