Age | Commit message (Expand) | Author | Files | Lines |
2017-04-21 | allow full-range file offsets to mmap on archs with 64-bit syscall args | Rich Felker | 1 | -1/+1 |
2015-11-02 | fix mremap memory synchronization and use of variadic argument | Rich Felker | 1 | -4/+11 |
2015-11-02 | prevent allocs than PTRDIFF_MAX via mremap | Daniel Micay | 1 | -1/+8 |
2015-04-10 | redesign and simplify vmlock system | Rich Felker | 2 | -15/+7 |
2015-01-30 | make fsync, fdatasync, and msync cancellation points | Trutz Behn | 1 | -1/+1 |
2014-09-06 | use weak symbols for the POSIX functions that will be used by C threads | Jens Gustedt | 1 | -1/+3 |
2014-08-16 | optimize locking against vm changes for mmap/munmap | Rich Felker | 2 | -8/+7 |
2014-07-30 | add framework for mmap2 syscall unit to vary by arch | Rich Felker | 1 | -2/+3 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2 | -2/+0 |
2013-09-15 | support configurable page size on mips, powerpc and microblaze | Szabolcs Nagy | 1 | -1/+1 |
2013-07-20 | fix shm_open wrongly being cancellable | Rich Felker | 1 | -1/+6 |
2013-06-27 | disallow creation of objects larger than PTRDIFF_MAX via mmap | Rich Felker | 1 | -0/+5 |
2012-12-20 | clean up and fix logic for making mmap fail on invalid/unsupported offsets | Rich Felker | 1 | -3/+7 |
2012-09-30 | overhaul sem_open | Rich Felker | 1 | -3/+3 |
2012-09-30 | clean up, bugfixes, and general improvement for shm_open/shm_unlink | Rich Felker | 2 | -30/+28 |
2012-09-09 | mincore syscall wrapper | Rich Felker | 1 | -0/+8 |
2011-09-27 | process-shared barrier support, based on discussion with bdonlan | Rich Felker | 2 | -3/+21 |
2011-06-29 | work around linux bug in mprotect | Rich Felker | 1 | -1/+5 |
2011-04-20 | fix missing include in posix_madvise.c (compile error) | Rich Felker | 1 | -0/+1 |
2011-04-20 | support posix_madvise (previous a stub) | Rich Felker | 1 | -1/+3 |
2011-04-06 | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | 1 | -1/+1 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 10 | -11/+11 |
2011-03-03 | implement POSIX shared memory | Rich Felker | 2 | -0/+42 |
2011-02-13 | cleaning up syscalls in preparation for x86_64 port | Rich Felker | 1 | -0/+4 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 11 | -0/+107 |