index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
mman.cpp
Age
Commit message (
Expand
)
Author
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-04-12
Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO
Andreas Kling
2020-02-16
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-11
Kernel: Use the Syscall string and buffer types more
Andreas Kling
2020-01-06
Kernel: Pass name+length to mmap() and remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Pass name+length to set_mmap_name() and remove SmapDisabler
Andreas Kling
2020-01-02
Kernel: Remove broken implementation of Unix SHM
Andreas Kling
2019-12-09
Kernel: Start implementing purgeable memory support
Andreas Kling
2019-11-09
LibC: Fix wrong syscall identifier for shm_unlink()
Andreas Kling
2019-11-09
LibC: shm_unlink() was making an unlink() syscall internally
Andreas Kling
2019-08-12
Kernel+LibC+crash: Add mprotect() syscall
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling