serenity/Kernel/Syscalls
Idan Horowitz e620487b66 Kernel: Remove big lock from sys$connect
This syscall doesn't access any unprotected shared data.
2022-04-09 23:46:02 +02:00
..
access.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
alarm.cpp
anon_create.cpp
beep.cpp
chdir.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
chmod.cpp
chown.cpp Kernel: Remove big lock from sys$chown 2022-04-09 23:46:02 +02:00
clock.cpp Kernel: Mark sys$adjtime() as not needing the big lock 2022-04-04 00:42:18 +02:00
debug.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
disown.cpp
dup2.cpp
emuctl.cpp
execve.cpp Kernel: Remove big lock from sys$set_coredump_metadata 2022-04-09 21:51:16 +02:00
exit.cpp
fcntl.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
fork.cpp Kernel: Tweak broken dbgln_if() in sys$fork() after RegionTree changes 2022-04-04 11:05:49 +02:00
fsync.cpp
ftruncate.cpp
futex.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
get_dir_entries.cpp
get_stack_bounds.cpp
getrandom.cpp
getuid.cpp
hostname.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
inode_watcher.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ioctl.cpp
keymap.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
kill.cpp
link.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
lseek.cpp Kernel: Mark sys$lseek() as not needing the big lock 2022-03-09 16:43:00 +01:00
mkdir.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
mknod.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
mmap.cpp Kernel: Make sys$mmap() round requested VM size to page size multiple 2022-04-05 22:26:37 +02:00
mount.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
open.cpp Kernel: Remove big lock from sys$close 2022-04-09 23:46:02 +02:00
perf_event.cpp
pipe.cpp
pledge.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
poll.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
prctl.cpp
process.cpp Kernel: Remove big lock from sys$set_coredump_metadata 2022-04-09 21:51:16 +02:00
profiling.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ptrace.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
purge.cpp
read.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
readlink.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
realpath.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
rename.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
resource.cpp
rmdir.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
sched.cpp Kernel: Mark sys$sched_{set,get}param() as not needing the big lock 2022-04-04 00:42:18 +02:00
sendfd.cpp Kernel: Mark sys$sendfd() and sys$recvfd() as not needing the big lock 2022-04-03 22:06:03 +02:00
setpgid.cpp
setuid.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
sigaction.cpp Kernel: Remove unused ShouldDeallocateVirtualRange parameters 2022-04-05 01:15:22 +02:00
socket.cpp Kernel: Remove big lock from sys$connect 2022-04-09 23:46:02 +02:00
stat.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
statvfs.cpp Kernel: Implement f_basetype in statvfs 2022-04-03 19:15:14 +02:00
sync.cpp
sysconf.cpp
thread.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
times.cpp
umask.cpp
uname.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
unlink.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
unveil.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
utime.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
waitid.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
write.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00