You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker da438ee1fc work around incorrect EPERM from mmap syscall 9 years ago
..
madvise.c global cleanup to use the new syscall interface 15 years ago
mincore.c mincore syscall wrapper 14 years ago
mlock.c global cleanup to use the new syscall interface 15 years ago
mlockall.c global cleanup to use the new syscall interface 15 years ago
mmap.c work around incorrect EPERM from mmap syscall 9 years ago
mprotect.c use weak symbols for the POSIX functions that will be used by C threads 12 years ago
mremap.c fix mremap memory synchronization and use of variadic argument 11 years ago
msync.c make fsync, fdatasync, and msync cancellation points 11 years ago
munlock.c global cleanup to use the new syscall interface 15 years ago
munlockall.c global cleanup to use the new syscall interface 15 years ago
munmap.c redesign and simplify vmlock system 11 years ago
posix_madvise.c fix missing include in posix_madvise.c (compile error) 15 years ago
shm_open.c fix shm_open wrongly being cancellable 13 years ago