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
/
API
Age
Commit message (
Expand
)
Author
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: 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: Mark sys$setsid as not needing the big lock
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: Mark sys$getrusage as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Make sys$times not use the big lock
Andreas Kling
2023-04-04
Kernel+Userland: Make some of the POSIX types larger
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: 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-03-15
Kernel: Merge {get,set}_process_name syscalls to the prctl syscall
Liav A
2023-03-13
Kernel: Don't include Kernel/Arch/RegisterState from userspace
Andrew Kaster
2023-03-11
Kernel: Add non standard value to sys$sysconf
Fabian Dellwing
2023-03-05
Kernel: Move process coredump metadata modification to the prctl syscall
Liav A
2023-03-01
Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h file
Liav A
2023-03-01
Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file
Liav A
2023-02-25
Kernel: Mark sys$prctl() as not needing the big lock
Liav A
2023-02-24
Kernel+Userland: Refine preventing syscall annotations of Regions option
Liav A
2023-02-24
Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.h
Liav A
2023-02-24
Kernel+Userland: Move prctl numbers header file to Kernel/API directory
Liav A
2023-02-19
Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS
Peter Elliott
2023-02-19
Kernel: Support F_DUPFD_CLOEXEC command to fcntl(2)
Peter Elliott
2023-02-06
Kernel: Protect Thread::m_name with a spinlock
Sam Atkins
2023-02-06
Kernel: Protect Process::m_name with a spinlock
Sam Atkins
2023-02-06
Kernel: Remove create_inode_watcher syscall from the big lock
Sam Atkins
2023-02-06
Kernel: Remove pledge syscall from the big lock
Sam Atkins
2023-02-03
Kernel/aarch64: Include Error.h to fix aarch64 missing ErrorOr
Steffen Rusitschka
2023-02-02
Kernel: Remove trap based syscall handling
Agustin Gianni
2023-01-21
Kernel+Libraries: Don't include limits.h from LibELF/Validation.h
Andrew Kaster
2023-01-21
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
Andrew Kaster
[next]