about summary refs log tree commit diff
path: root/src/mman
Commit message (Expand)AuthorAgeFilesLines
* 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