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-10-17
Kernel: Move InterruptDisabler out of Arch directory
Timon Kruiper
2022-10-14
Kernel: Add support for the FAT32 filesystem
Undefine
2022-10-14
Kernel: Read version and git commit hash from baked-in version info
kleines Filmröllchen
2022-10-14
Kernel: Move sys$uname to use TypedTransfer
kleines Filmröllchen
2022-10-03
Kernel: Do not require 'proc' promise in getsid() and getpgid()
Timothy Flynn
2022-09-20
Kernel: Move PCSpeaker code to the x86-specific architecture directory
Liav A
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-08-24
Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Make file-backed memory regions remember description permissions
Andreas Kling
2022-08-24
Kernel: Simplify the File memory-mapping API
Andreas Kling
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Wrap RegionTree objects in SpinlockProtected
Andreas Kling
2022-08-23
Kernel: Remove big lock from sys$socket
James Bellamy
2022-08-23
Kernel: Fix boot profiling
Samuel Bowman
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
[next]