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-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
2022-04-03
Kernel: Don't hog file descriptor table lock in sys$listen()
Andreas Kling
2022-04-03
Kernel: Mark sys$sendfd() and sys$recvfd() as not needing the big lock
Andreas Kling
2022-04-03
Kernel: Unbreak ASLR in the new RegionTree world
Andreas Kling
2022-04-03
Kernel: Make VM allocation atomic for userspace regions
Andreas Kling
2022-04-03
Kernel: Add Memory::RegionTree to share code between AddressSpace and MM
Andreas Kling
2022-04-03
Kernel: Use AddressSpace region tree for range allocation
Andreas Kling
2022-04-03
Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTree
Andreas Kling
2022-04-03
Kernel: Implement `f_basetype` in statvfs
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
Kernel: Disallow elevating pledge promises with no_error set
Ali Mohammad Pur
2022-03-26
Kernel: Add a 'no_error' pledge promise
Ali Mohammad Pur
2022-03-22
Kernel: Don't assume paths of TTYs and pseudo terminals anymore
Liav A
2022-03-22
Kernel: Make mmap validation functions return ErrorOr<void>
int16
2022-03-22
Kernel: Move mmap validation functions to Process
int16
2022-03-22
Kernel: Check wxallowed mount flag when validating mmap call
int16
[next]