Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-09-30 | clean up, bugfixes, and general improvement for shm_open/shm_unlink | Rich Felker | -30/+28 |
2012-09-09 | mincore syscall wrapper | Rich Felker | -0/+8 |
2011-09-27 | process-shared barrier support, based on discussion with bdonlan | Rich Felker | -3/+21 |
2011-06-29 | work around linux bug in mprotect | Rich Felker | -1/+5 |
2011-04-20 | fix missing include in posix_madvise.c (compile error) | Rich Felker | -0/+1 |
2011-04-20 | support posix_madvise (previous a stub) | Rich Felker | -1/+3 |
2011-04-06 | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | -1/+1 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -11/+11 |
2011-03-03 | implement POSIX shared memory | Rich Felker | -0/+42 |
2011-02-13 | cleaning up syscalls in preparation for x86_64 port | Rich Felker | -0/+4 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+107 |