index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Syscalls
Age
Commit message (
Expand
)
Author
2022-08-22
Kernel: Make sys$utime() and sys$utimensat() not take the big lock
Andreas Kling
2022-08-22
Kernel: Make sys$mknod() not take the big lock
Andreas Kling
2022-08-22
Kernel: Use Process::credentials() and remove user ID/group ID helpers
Anthony Iacono
2022-08-21
Kernel: Make sys$recvfrom() with MSG_DONTWAIT not so racy
Andreas Kling
2022-08-21
Kernel: Make Socket::connect() take credentials as input
Andreas Kling
2022-08-21
Kernel: Make Socket::bind() take credentials as input
Andreas Kling
2022-08-21
Kernel: Make File::{chown,chmod} take credentials as input
Andreas Kling
2022-08-21
Kernel: Make VirtualFileSystem functions take credentials as input
Andreas Kling
2022-08-21
Kernel: Make sys$getppid() not take the big lock
Andreas Kling
2022-08-21
Kernel: Guard Process "protected data" with a spinlock
Andreas Kling
2022-08-21
Kernel: Use RefPtr instead of LockRefPtr for Custody
Andreas Kling
2022-08-21
Kernel/Syscall: Make anon_create to not use Process::allocate_fd method
Liav A
2022-08-20
Kernel: Get GID from credentials object in sys$setgroups()
Andreas Kling
2022-08-20
Kernel+LibC: Enforce a limit on the number of supplementary group IDs
Andreas Kling
2022-08-20
Kernel: Mark syscalls that get/set user/group ID as not needing big lock
Andreas Kling
2022-08-20
Kernel: Add Credentials to hold a set of user and group IDs
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-18
Kernel: Make sys$anon_create() allocate physical pages immediately
Andreas Kling
2022-08-18
Kernel: Fix TOCTOU in sys$unveil()
Andreas Kling
2022-08-18
Kernel: Don't do path resolution in sys$chdir() while holding spinlock
Andreas Kling
2022-08-18
Kernel: Make sys$unveil() not take the big process lock
Samuel Bowman
2022-08-17
Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED
Linus Groh
2022-08-16
Kernel: Make sys$socketpair() not take the big lock
Andreas Kling
2022-08-16
Kernel: Only lock file descriptor table once in sys$pipe()
Andreas Kling
2022-08-16
Kernel: Don't leak file descriptors in sys$pipe()
Andreas Kling
2022-08-16
Kernel: Make sys$pipe() not take the big lock
Andreas Kling
2022-08-16
Kernel: Remove unnecessary TOCTOU bug in sys$pipe()
Andreas Kling
2022-08-15
Kernel: Leak a ref() on the new Process ASAP in sys$fork()
Andreas Kling
2022-08-10
Kernel: Validate the sys$alarm signal send always succeeds
Brian Gianforcaro
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-25
Kernel/LibC: Implement posix syscall clock_getres()
zzLinus
2022-07-22
Kernel+LibC: Don't hardcode the maximum signal number everywhere
Tim Schumacher
2022-07-21
Kernel: Support F_SETLKW in fcntl
Idan Horowitz
2022-07-21
Kernel: Clean up sys$futex and add support for cross-process futexes
Idan Horowitz
2022-07-21
Kernel: Propagate OOM conditions out of sys$futex
Idan Horowitz
2022-07-21
Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument
Idan Horowitz
2022-07-15
Kernel: Try to set [cm]time in Inode::did_modify_contents
Hendiadyoin1
2022-07-15
Kernel: Handle multiple regions in sys$msync
Hendiadyoin1
2022-07-15
Kernel+LibC: Add posix_fallocate syscall
Hendiadyoin1
2022-07-15
Kernel: Use find_last_split_view to get the executable name in do_exec
Hendiadyoin1
2022-07-12
Everywhere: Use default StringView constructor over nullptr
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-10
Kernel: Stop leaking first thread on errors in sys$fork
Idan Horowitz
2022-07-10
Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variable
gggggg-gggggg
2022-07-10
Kernel: Stop reporting POLLHUP exclusively when available in sys$poll
Idan Horowitz
2022-07-10
Kernel: Report POLLNVAL events in sys$poll instead of returning EBADF
Idan Horowitz
2022-07-10
Kernel: Stop providing POLLRDHUP events in sys$poll by default
Idan Horowitz
2022-07-10
Kernel: Set POLLHUP on WriteHangUp in sys$poll instead of POLLNVAL
Idan Horowitz
2022-07-10
Kernel: Accept SHUT_RD and SHUT_WR as shutdown() how values
Idan Horowitz
2022-07-08
Kernel: Implement `sigsuspend` using a SignalBlocker
Tim Schumacher
[next]