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
2023-04-10
Kernel: Add the futimens syscall
Liav A
2023-04-09
Kernel: Remove redundant HID name from all associated files
Liav A
2023-04-09
Kernel: Check flags for MAP_FIXED instead of prot in sys$mmap
Idan Horowitz
2023-04-08
Kernel: Don't reuse old master TLS region data in sys$execve()
Andreas Kling
2023-04-06
Kernel: Store FPU state when dispatching signal on aarch64
Timon Kruiper
2023-04-06
Kernel: Store a pointer to the owner process in PageDirectory
Idan Horowitz
2023-04-06
Kernel: Restructure execve to ensure Process::m_space is always in use
Idan Horowitz
2023-04-06
Kernel: Mark sys$msync as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$mremap as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$munmap as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$set_mmap_name as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$mprotect as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$mmap as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Remove unused credentials() call in validate_inode_mmap_prot
Idan Horowitz
2023-04-06
Kernel: Mark sys$map_time_page as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$madvise as not needing the big lock
Idan Horowitz
2023-04-05
Kernel: Mark sys$setpgid as not needing the big lock
Andreas Kling
2023-04-05
Kernel: Make Credentials the authority on process SID
Andreas Kling
2023-04-05
Kernel: Mark sys$setsid as not needing the big lock
Andreas Kling
2023-04-05
Kernel: Make ProcessGroup a ListedRefCounted and fix two races
Andreas Kling
2023-04-05
Kernel: Move Process's TTY pointer into protected data
Andreas Kling
2023-04-05
Kernel: Move Process's process group pointer into protected data
Andreas Kling
2023-04-05
Kernel: Stop using *LockRefPtr for TTY
Andreas Kling
2023-04-05
Kernel: Remove ancient InterruptDisabler in sys$setsid
Andreas Kling
2023-04-05
Kernel: Mark sys$faccessat as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark inode watcher syscalls as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$killpg as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$kill as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Remove ancient InterruptDisablers in the kill/killpg syscalls
Andreas Kling
2023-04-04
Kernel: Mark sys$getrusage as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Make the getsockname/getpeername syscall helper a bit nicer
Andreas Kling
2023-04-04
Kernel: Make sys$times not use the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$umask as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigtimedwait as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigpending as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigprocmask as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigsuspend as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigreturn as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$open as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Use custody_for_dirfd() in more syscalls
Andreas Kling
2023-04-04
Kernel: Make sys$getsid not require the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$getpgrp as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$getpgid as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$fcntl as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Make sys$disown not require the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$alarm as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Kernel::Timer
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for ProcessGroup
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Thread
Andreas Kling
2023-04-04
Kernel: Simplify Process factory functions
Andreas Kling
[next]