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-06-04
Kernel: Rename Syscall.cpp => Syscalls/SyscallHandler.cpp
Liav A
2023-06-04
Kernel: Move InterruptDisabler to the Interrupts subdirectory
Liav A
2023-06-04
Kernel: Move Performance-measurement code to the Tasks subdirectory
Liav A
2023-06-04
Kernel: Move TimerQueue code to the Time subdirectory
Liav A
2023-06-04
Kernel: Move all boot-related code to the new Boot subdirectory
Liav A
2023-06-04
Everywhere: Move global Kernel pattern code to Kernel/Library directory
Liav A
2023-06-04
Kernel: Move task-crash related code to the Tasks subdirectory
Liav A
2023-06-04
Kernel: Move Random.{h,cpp} code to Security subdirectory
Liav A
2023-06-04
Kernel: Move all tasks-related code to the Tasks subdirectory
Liav A
2023-06-04
Kernel: Move Jail code to a new subdirectory
Liav A
2023-05-27
Kernel: Mark sys$get_dir_entries as not needing the big lock
Liav A
2023-05-27
Kernel: Mark sys$fork as not needing the big lock
Liav A
2023-05-27
Kernel: Mark sys$umount as not needing the big lock
Liav A
2023-05-24
Kernel: Use UnixDateTime wherever applicable
kleines Filmröllchen
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-17
Kernel+Userland: Split bind-mounting and re-mounting from mount syscall
Liav A
2023-04-24
Kernel: Allow configuring a Jail to not impose PID isolation restriction
Liav A
2023-04-23
Kernel+LibC: Implement `pthread_create` for AArch64
Daniel Bertalan
2023-04-17
Kernel: Use purpose-sized buffers for holding readlink results
Tim Schumacher
2023-04-14
Kernel: Also search the main program for stack size requests
Tim Schumacher
2023-04-14
Kernel: Pick the maximum out of the requested stack sizes
Tim Schumacher
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
[next]