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
/
Syscall.h
Age
Commit message (
Expand
)
Author
2023-04-10
Kernel: Add the futimens syscall
Liav A
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-05
Kernel: Move process coredump metadata modification to the prctl syscall
Liav A
2023-02-25
Kernel: Mark sys$prctl() as not needing the big lock
Liav A
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-10
Kernel+LibCore: Make %sid path parsing not take ages
Andreas Kling
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-16
Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall
Liav A
2022-12-11
Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execve
sin-ack
2022-12-11
Kernel+LibC+Tests: Implement `pwritev(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `setregid(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `renameat(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `readlinkat(2)`
sin-ack
[next]