about summary refs log tree commit diff
path: root/src/mman
Commit message (Expand)AuthorAgeFilesLines
* clean up and fix logic for making mmap fail on invalid/unsupported offsetsRich Felker2012-12-201-3/+7
* overhaul sem_openRich Felker2012-09-301-3/+3
* clean up, bugfixes, and general improvement for shm_open/shm_unlinkRich Felker2012-09-302-30/+28
* mincore syscall wrapperRich Felker2012-09-091-0/+8
* process-shared barrier support, based on discussion with bdonlanRich Felker2011-09-272-3/+21
* work around linux bug in mprotectRich Felker2011-06-291-1/+5
* fix missing include in posix_madvise.c (compile error)Rich Felker2011-04-201-0/+1
* support posix_madvise (previous a stub)Rich Felker2011-04-201-1/+3
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-2010-11/+11
* implement POSIX shared memoryRich Felker2011-03-032-0/+42
* cleaning up syscalls in preparation for x86_64 portRich Felker2011-02-131-0/+4
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1211-0/+107