Age | Commit message (Expand) | Author | Lines |
2013-01-12 | add missing ptrace requests and options to sys/ptrace.h | Szabolcs Nagy | -1/+9 |
2013-01-12 | add missing protocol families to sys/socket.h | Szabolcs Nagy | -1/+11 |
2013-01-10 | fix another case of cloexec/nonblock flags not matching arch values | Rich Felker | -2/+3 |
2013-01-04 | wait.h: add linux specific, thread-related waitpid() flags | rofl0r | -0/+4 |
2012-12-27 | align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch | Rich Felker | -2/+3 |
2012-12-19 | socket.h: add SO_(SND/RCV)BUFFORCE to generic block | rofl0r | -0/+2 |
2012-12-15 | add some missing macros to sys/shm.h | Rich Felker | -0/+3 |
2012-12-13 | add missing flags in sys/timerfd.h | Rich Felker | -0/+6 |
2012-12-10 | fix regressions in app compatibility from previous sys/ipc.h changes | Rich Felker | -0/+5 |
2012-12-10 | syscall() declaration belongs in unistd.h, not sys/syscall.h | Rich Felker | -10/+0 |
2012-12-06 | fix names of ipc_perm __key/__seq elements | Rich Felker | -6/+2 |
2012-12-06 | add personality syscall | rofl0r | -0/+6 |
2012-12-06 | add struct msgbuf to sys/msg.h | rofl0r | -0/+7 |
2012-12-06 | ipc.h: fix gnu aliases for key and seq in struct ipc_perm | rofl0r | -2/+4 |
2012-12-06 | add obsolete futimesat() | rofl0r | -0/+1 |
2012-12-03 | feature test macros: make _GNU_SOURCE enable everything | Rich Felker | -4/+1 |
2012-11-26 | fix eventfd and inotify nonblock/cloexec flags to match arch values | Rich Felker | -4/+6 |
2012-11-25 | make sys/procfs.h mostly work on most archs | Rich Felker | -18/+0 |
2012-11-18 | fix breakage from introducing bits header for sys/io.h | Rich Felker | -0/+3 |
2012-11-18 | add port io functions to sys/io.h | Rich Felker | -2/+3 |
2012-11-17 | add cleaned-up sys/mtio.h | Rich Felker | -0/+188 |
2012-11-15 | disable SO_REUSEPORT in sys/socket.h | Rich Felker | -1/+1 |
2012-11-05 | fix numerous mips abi constant definition mismatches | Rich Felker | -0/+7 |
2012-11-04 | mips cache flush/ctl syscall support and header | Rich Felker | -0/+22 |
2012-10-21 | fix issues with wait constants in stdlib.h | Rich Felker | -2/+0 |
2012-09-29 | always expose accept4 | Rich Felker | -4/+1 |
2012-09-21 | LFS64 alias for prlimit | Rich Felker | -0/+1 |
2012-09-16 | add clock_adjtime, remap_file_pages, and syncfs syscall wrappers | Rich Felker | -0/+10 |
2012-09-09 | mincore syscall wrapper | Rich Felker | -0/+1 |
2012-09-09 | fix up lfs64 junk for preadv/pwritev | Rich Felker | -0/+5 |
2012-09-09 | add preadv/pwritev syscall wrappers | Rich Felker | -0/+9 |
2012-09-08 | syscall organization overhaul | Rich Felker | -18/+0 |
2012-09-08 | add acct, accept4, setns, and dup3 syscalls (linux extensions) | Rich Felker | -0/+79 |
2012-09-08 | remove all remaining redundant __restrict/__inline/_Noreturn defs | Rich Felker | -13/+3 |
2012-09-08 | sysmacros major/minor: result should have type unsigned int, not dev_t | Rich Felker | -2/+2 |
2012-09-08 | add timerfd interfaces (untested) | Rich Felker | -0/+18 |
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | -15/+24 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -13/+43 |
2012-09-02 | avoid "inline" in public headers for strict c89 compatibility | Rich Felker | -0/+4 |
2012-08-24 | type exposure fixes in sys/sem.h | Rich Felker | -2/+5 |
2012-08-15 | add missing xattr functions | Rich Felker | -0/+3 |
2012-08-05 | fix socket.h on mips | Rich Felker | -0/+3 |
2012-07-23 | add ioperm/iopl syscalls | Rich Felker | -0/+13 |
2012-07-23 | add extended attributes syscalls | Rich Felker | -0/+27 |
2012-07-12 | workaround another sendmsg kernel bug on 64-bit machines | Rich Felker | -7/+0 |
2012-06-23 | add process_vm_readv and process_vm_writev syscall wrappers | Rich Felker | -0/+9 |
2012-06-15 | header file fixes: multiple include guard consistency and correctness | Rich Felker | -6/+6 |
2012-06-07 | fix sysinfo, try 2. it seems to work this time. | Rich Felker | -10/+10 |
2012-06-07 | sysinfo struct was utter nonsense; no idea where it came from. | Rich Felker | -4/+3 |
2012-06-04 | _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE | Rich Felker | -7/+7 |