| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | support full range of dev_t major/minor numbers in makedev, etc. macros | Rich Felker | 2013-05-15 | 1 | -3/+10 |
* | re-add useconds_t | rofl0r | 2013-04-02 | 1 | -0/+1 |
* | add new socket options to sys/socket.h following linux | Szabolcs Nagy | 2013-04-01 | 1 | -2/+17 |
* | add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) | Szabolcs Nagy | 2013-04-01 | 1 | -0/+1 |
* | fix epoll structure alignment on non-x86_64 archs | Rich Felker | 2013-03-06 | 1 | -1/+5 |
* | fix some obscure header type size/alignment issues | Rich Felker | 2013-03-04 | 1 | -4/+2 |
* | add MOD_TAI to sys/timex.h and update STA_RONLY | Szabolcs Nagy | 2013-01-12 | 1 | -1/+2 |
* | add SWAP_FLAG_DISCARD to sys/swap.h | Szabolcs Nagy | 2013-01-12 | 1 | -0/+1 |
* | add mount flags to sys/mount.h | Szabolcs Nagy | 2013-01-12 | 1 | -4/+22 |
* | add IN_EXCL_UNLINK to sys/inotify.h | Szabolcs Nagy | 2013-01-12 | 1 | -0/+1 |
* | add EPOLLWAKEUP flag to sys/epoll.h | Szabolcs Nagy | 2013-01-12 | 1 | -0/+1 |
* | add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h | Szabolcs Nagy | 2013-01-12 | 1 | -0/+2 |
* | add missing ptrace requests and options to sys/ptrace.h | Szabolcs Nagy | 2013-01-12 | 1 | -1/+9 |
* | add missing protocol families to sys/socket.h | Szabolcs Nagy | 2013-01-12 | 1 | -1/+11 |
* | fix another case of cloexec/nonblock flags not matching arch values | Rich Felker | 2013-01-10 | 1 | -2/+3 |
* | wait.h: add linux specific, thread-related waitpid() flags | rofl0r | 2013-01-04 | 1 | -0/+4 |
* | align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch | Rich Felker | 2012-12-27 | 1 | -2/+3 |
* | socket.h: add SO_(SND/RCV)BUFFORCE to generic block | rofl0r | 2012-12-19 | 1 | -0/+2 |
* | add some missing macros to sys/shm.h | Rich Felker | 2012-12-15 | 1 | -0/+3 |
* | add missing flags in sys/timerfd.h | Rich Felker | 2012-12-13 | 1 | -0/+6 |
* | fix regressions in app compatibility from previous sys/ipc.h changes | Rich Felker | 2012-12-10 | 1 | -0/+5 |
* | syscall() declaration belongs in unistd.h, not sys/syscall.h | Rich Felker | 2012-12-10 | 1 | -10/+0 |
* | fix names of ipc_perm __key/__seq elements | Rich Felker | 2012-12-06 | 1 | -6/+2 |
* | add personality syscall | rofl0r | 2012-12-06 | 1 | -0/+6 |
* | add struct msgbuf to sys/msg.h | rofl0r | 2012-12-06 | 1 | -0/+7 |
* | ipc.h: fix gnu aliases for key and seq in struct ipc_perm | rofl0r | 2012-12-06 | 1 | -2/+4 |
* | add obsolete futimesat() | rofl0r | 2012-12-06 | 1 | -0/+1 |
* | feature test macros: make _GNU_SOURCE enable everything | Rich Felker | 2012-12-03 | 1 | -4/+1 |
* | fix eventfd and inotify nonblock/cloexec flags to match arch values | Rich Felker | 2012-11-26 | 2 | -4/+6 |
* | make sys/procfs.h mostly work on most archs | Rich Felker | 2012-11-25 | 1 | -18/+0 |
* | fix breakage from introducing bits header for sys/io.h | Rich Felker | 2012-11-18 | 1 | -0/+3 |
* | add port io functions to sys/io.h | Rich Felker | 2012-11-18 | 1 | -2/+3 |
* | add cleaned-up sys/mtio.h | Rich Felker | 2012-11-17 | 1 | -0/+188 |
* | disable SO_REUSEPORT in sys/socket.h | Rich Felker | 2012-11-15 | 1 | -1/+1 |
* | fix numerous mips abi constant definition mismatches | Rich Felker | 2012-11-05 | 1 | -0/+7 |
* | mips cache flush/ctl syscall support and header | Rich Felker | 2012-11-04 | 1 | -0/+22 |
* | fix issues with wait constants in stdlib.h | Rich Felker | 2012-10-21 | 1 | -2/+0 |
* | always expose accept4 | Rich Felker | 2012-09-29 | 1 | -4/+1 |
* | LFS64 alias for prlimit | Rich Felker | 2012-09-21 | 1 | -0/+1 |
* | add clock_adjtime, remap_file_pages, and syncfs syscall wrappers | Rich Felker | 2012-09-16 | 2 | -0/+10 |
* | mincore syscall wrapper | Rich Felker | 2012-09-09 | 1 | -0/+1 |
* | fix up lfs64 junk for preadv/pwritev | Rich Felker | 2012-09-09 | 1 | -0/+5 |
* | add preadv/pwritev syscall wrappers | Rich Felker | 2012-09-09 | 1 | -0/+9 |
* | syscall organization overhaul | Rich Felker | 2012-09-08 | 1 | -18/+0 |
* | add acct, accept4, setns, and dup3 syscalls (linux extensions) | Rich Felker | 2012-09-08 | 2 | -0/+79 |
* | remove all remaining redundant __restrict/__inline/_Noreturn defs | Rich Felker | 2012-09-08 | 3 | -13/+3 |
* | sysmacros major/minor: result should have type unsigned int, not dev_t | Rich Felker | 2012-09-08 | 1 | -2/+2 |
* | add timerfd interfaces (untested) | Rich Felker | 2012-09-08 | 1 | -0/+18 |
* | default features: make musl usable without feature test macros | Rich Felker | 2012-09-07 | 14 | -15/+24 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 5 | -13/+43 |