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-07-10
Kernel: Stop leaking first thread on errors in sys$fork
Idan Horowitz
2022-07-10
Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variable
gggggg-gggggg
2022-07-10
Kernel: Stop reporting POLLHUP exclusively when available in sys$poll
Idan Horowitz
2022-07-10
Kernel: Report POLLNVAL events in sys$poll instead of returning EBADF
Idan Horowitz
2022-07-10
Kernel: Stop providing POLLRDHUP events in sys$poll by default
Idan Horowitz
2022-07-10
Kernel: Set POLLHUP on WriteHangUp in sys$poll instead of POLLNVAL
Idan Horowitz
2022-07-10
Kernel: Accept SHUT_RD and SHUT_WR as shutdown() how values
Idan Horowitz
2022-07-08
Kernel: Implement `sigsuspend` using a SignalBlocker
Tim Schumacher
2022-07-08
Kernel: Unblock SignalBlocker if a signal was just unmarked as pending
Tim Schumacher
2022-07-08
Kernel: Implement an `axallowed` mount option
Tim Schumacher
2022-07-05
Kernel: Do a POSIX-correct signal handler reset on exec
Tim Schumacher
2022-06-19
Kernel: Add sysconf for IOV_MAX
Andrew Kaster
2022-06-02
Kernel: Implement InterruptDisabler using generic Processor functions
Timon Kruiper
2022-05-29
Kernel/FileSystem: Simplify even more the mount syscall
Liav A
2022-05-29
Kernel: Simplify mount syscall flow for regular calls
Liav A
2022-05-23
Kernel: Fix EINVAL when mmaping with address and no MAP_FIXED
Peter Elliott
2022-05-21
Kernel+LibC: Implement futimens(3)
Ariel Don
2022-05-21
Kernel+LibC+VFS: Implement utimensat(3)
Ariel Don
2022-05-05
Kernel: Properly define `IOV_MAX`
Tim Schumacher
2022-05-03
Kernel: Move Kernel/Arch/x86/SafeMem.h to Kernel/Arch/SafeMem.h
Timon Kruiper
2022-05-02
Kernel: Don't check pledges or veil against code coverage data files
Andrew Kaster
2022-04-26
Kernel: Add FIOCLEX and FIONCLEX ioctls
Andreas Kling
2022-04-23
Kernel+LibC+LibCore: Implement the unlinkat(2) syscall
sin-ack
2022-04-12
Kernel: Skip setting region name if none is given to mmap
Tim Schumacher
2022-04-09
Kernel: Remove big lock from sys$mkdir
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$rename
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$rmdir
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$statvfs
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$symlink
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$link
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$unlink
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$setsockopt
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$getsockopt
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$shutdown
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$connect
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$close
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$chown
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$fchown
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$bind
Idan Horowitz
2022-04-09
Kernel: Remove big lock from `sys$set_coredump_metadata`
Luke Wilde
2022-04-09
Kernel: Remove big lock from `sys$accept4`
Jelle Raaijmakers
2022-04-05
Kernel: Make sys$mmap() round requested VM size to page size multiple
Andreas Kling
2022-04-05
Kernel: Remove unused ShouldDeallocateVirtualRange parameters
Andreas Kling
2022-04-04
Kernel: Tweak broken dbgln_if() in sys$fork() after RegionTree changes
Andreas Kling
2022-04-04
Kernel: Mark sys$adjtime() as not needing the big lock
Andreas Kling
2022-04-04
Kernel: Mark sys$clock_settime() as not needing the big log
Andreas Kling
2022-04-04
Kernel: Mark sys$sched_{set,get}param() as not needing the big lock
Andreas Kling
2022-04-04
Kernel: Randomize non-specific VM allocations done by sys$execve()
Andreas Kling
2022-04-03
Kernel: Mark sys$listen() as not needing the big lock
Andreas Kling
2022-04-03
Kernel: Don't hog file descriptor table lock in sys$bind()
Andreas Kling
[next]