- 20a34af fix typo in socket.h (wrong macro name) by Szabolcs Nagy · 11 years ago
- 90710df sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority by Szabolcs Nagy · 11 years ago
- ae51aa7 sys/socket.h: add new SO_BUSY_POLL socket option by Szabolcs Nagy · 11 years ago
- 0a7ecf7 ptrace.h: add new ptrace requests to get/set sigmask by Szabolcs Nagy · 11 years ago
- ecf4e24 add SUN_LEN macro to sys/un.h under appropriate feature tests by Rich Felker · 11 years ago
- 4ce6bd8 add missing MSG_EXCEPT in sys/msg.h by Rich Felker · 11 years ago
- 41c6328 fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127 by Rich Felker · 11 years ago
- e28c2ec sys/personality.h: add missing C++ compat by rofl0r · 11 years ago
- 6a0aa82 sys/personality.h: add missing macros by rofl0r · 11 years ago
- 9a8d7be add macros for new(ish) prctl commands by Rich Felker · 11 years ago
- 9932505 fix some prctl macros that were incorrectly copied into this file by Rich Felker · 11 years ago
- 54446d7 add wrapper headers, with warnings, for various incorrect names under sys by Rich Felker · 11 years ago
- 3d4583c add protocol families PF_IB and PF_VSOCK to socket.h by Szabolcs Nagy · 11 years ago
- a512c7d add PTRACE_PEEKSIGINFO to ptrace.h by Szabolcs Nagy · 11 years ago
- 8f6ec72 add SO_SELECT_ERR_QUEUE to socket.h by Szabolcs Nagy · 11 years ago
- 009f186 move register_t and u_int64_t (back) to alltypes by Rich Felker · 11 years ago
- 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
- 41e2fd9 add UIO_MAXIOV macro in sys/uio.h by Rich Felker · 11 years ago
- ca9aff6 add NFDBITS in sys/select.h with appropriate feature tests by Rich Felker · 11 years ago
- ab72420 add legacy sys/ttydefaults.h header by rofl0r · 11 years ago
- 9b732fe fix shifts possibly larger than type in major() macro by Rich Felker · 11 years ago
- 062f40e work around wrong kernel type for sem_nsems member of struct semid_ds by Rich Felker · 11 years ago
- 553d566 add missing type shmatt_t in sys/shm.h by Rich Felker · 11 years ago
- 31ff797 fix the prototype of settimeofday to follow the original BSD declaration by Szabolcs Nagy · 11 years ago
- 2c18426 support full range of dev_t major/minor numbers in makedev, etc. macros by Rich Felker · 11 years ago
- 47cf491 re-add useconds_t by rofl0r · 12 years ago
- e82bd04 add new socket options to sys/socket.h following linux by Szabolcs Nagy · 12 years ago
- d4c04d1 add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) by Szabolcs Nagy · 12 years ago
- 08514d0 fix epoll structure alignment on non-x86_64 archs by Rich Felker · 12 years ago
- 8c74178 fix some obscure header type size/alignment issues by Rich Felker · 12 years ago
- 200f96c add MOD_TAI to sys/timex.h and update STA_RONLY by Szabolcs Nagy · 12 years ago
- d650631 add SWAP_FLAG_DISCARD to sys/swap.h by Szabolcs Nagy · 12 years ago
- 645c6d9 add mount flags to sys/mount.h by Szabolcs Nagy · 12 years ago
- 48854df add IN_EXCL_UNLINK to sys/inotify.h by Szabolcs Nagy · 12 years ago
- ada88f6 add EPOLLWAKEUP flag to sys/epoll.h by Szabolcs Nagy · 12 years ago
- c7351ff add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h by Szabolcs Nagy · 12 years ago
- 2010361 add missing ptrace requests and options to sys/ptrace.h by Szabolcs Nagy · 12 years ago
- f13a478 add missing protocol families to sys/socket.h by Szabolcs Nagy · 12 years ago
- 2dec297 fix another case of cloexec/nonblock flags not matching arch values by Rich Felker · 12 years ago
- e895ddc wait.h: add linux specific, thread-related waitpid() flags by rofl0r · 12 years ago
- 761ebe0 align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch by Rich Felker · 12 years ago
- 3159e2f socket.h: add SO_(SND/RCV)BUFFORCE to generic block by rofl0r · 12 years ago
- 9cb5899 add some missing macros to sys/shm.h by Rich Felker · 12 years ago
- d509556 add missing flags in sys/timerfd.h by Rich Felker · 12 years ago
- 490d4a0 fix regressions in app compatibility from previous sys/ipc.h changes by Rich Felker · 12 years ago
- baf246e syscall() declaration belongs in unistd.h, not sys/syscall.h by Rich Felker · 12 years ago
- d1b6fc6 fix names of ipc_perm __key/__seq elements by Rich Felker · 12 years ago
- 6fb88a9 add personality syscall by rofl0r · 12 years ago
- 0182c28 add struct msgbuf to sys/msg.h by rofl0r · 12 years ago
- f1bb783 ipc.h: fix gnu aliases for key and seq in struct ipc_perm by rofl0r · 12 years ago
- 7aec71c add obsolete futimesat() by rofl0r · 12 years ago
- 769fd4c feature test macros: make _GNU_SOURCE enable everything by Rich Felker · 12 years ago
- b4d8a16 fix eventfd and inotify nonblock/cloexec flags to match arch values by Rich Felker · 12 years ago
- 4b75f4e make sys/procfs.h mostly work on most archs by Rich Felker · 12 years ago
- 0004ea6 fix breakage from introducing bits header for sys/io.h by Rich Felker · 12 years ago
- 61aa632 add port io functions to sys/io.h by Rich Felker · 12 years ago
- d0197ff add cleaned-up sys/mtio.h by Rich Felker · 12 years ago
- 91738d0 disable SO_REUSEPORT in sys/socket.h by Rich Felker · 12 years ago
- 32d6d77 fix numerous mips abi constant definition mismatches by Rich Felker · 12 years ago
- fc5f16d mips cache flush/ctl syscall support and header by Rich Felker · 12 years ago
- 4eb4844 fix issues with wait constants in stdlib.h by Rich Felker · 12 years ago
- 3609e01 always expose accept4 by Rich Felker · 12 years ago
- f600105 LFS64 alias for prlimit by Rich Felker · 12 years ago
- 662da62 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers by Rich Felker · 12 years ago
- a660180 mincore syscall wrapper by Rich Felker · 12 years ago
- 2416c63 fix up lfs64 junk for preadv/pwritev by Rich Felker · 12 years ago
- ea544bf add preadv/pwritev syscall wrappers by Rich Felker · 12 years ago
- 208eb58 syscall organization overhaul by Rich Felker · 12 years ago
- 6cf8bfd add acct, accept4, setns, and dup3 syscalls (linux extensions) by Rich Felker · 12 years ago
- 455f968 remove all remaining redundant __restrict/__inline/_Noreturn defs by Rich Felker · 12 years ago
- b7afd7a sysmacros major/minor: result should have type unsigned int, not dev_t by Rich Felker · 12 years ago
- 231b9d1 add timerfd interfaces (untested) by Rich Felker · 12 years ago
- c1a9658 default features: make musl usable without feature test macros by Rich Felker · 12 years ago
- 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
- fb247fa avoid "inline" in public headers for strict c89 compatibility by Rich Felker · 12 years ago
- 7dba049 type exposure fixes in sys/sem.h by Rich Felker · 12 years ago
- 7650390 add missing xattr functions by Rich Felker · 12 years ago
- 7fee5f9 fix socket.h on mips by Rich Felker · 12 years ago
- d426b04 add ioperm/iopl syscalls by Rich Felker · 12 years ago
- 207460d add extended attributes syscalls by Rich Felker · 12 years ago
- 9610756 workaround another sendmsg kernel bug on 64-bit machines by Rich Felker · 12 years ago
- 9cf9c39 add process_vm_readv and process_vm_writev syscall wrappers by Rich Felker · 12 years ago
- 57d5fff header file fixes: multiple include guard consistency and correctness by Rich Felker · 12 years ago
- 1429ce9 fix sysinfo, try 2. it seems to work this time. by Rich Felker · 12 years ago
- e86b18a sysinfo struct was utter nonsense; no idea where it came from. by Rich Felker · 12 years ago
- 3b94dab _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
- 671ffab various header cleanups, some related to _BSD_SOURCE addition by Rich Felker · 12 years ago
- 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
- bfb29b6 fix missing parens in bit op macros (param.h) by Rich Felker · 13 years ago
- 2e41887 and another bug in setbit, etc. macros.. by Rich Felker · 13 years ago
- e0ff0d3 fix typo in sys/param.h that broke setbit, etc. macros by Rich Felker · 13 years ago
- f0b85fd add *64 junk for sys/*.h headers by Rich Felker · 13 years ago
- ba6a9e7 legacy junk compatibility grab-bag by Rich Felker · 13 years ago
- 570edb1 fix typo in inotify.h by Rich Felker · 13 years ago
- 147f355 apparently gnu caddr_t is supposed to be char *, not unsigned long by Rich Felker · 13 years ago
- 4619901 add linux setfs[ug]id syscall wrappers by Rich Felker · 13 years ago
- c3db56c remove useless "extern" keywords in headers by Rich Felker · 13 years ago
- 6a19380 add MIN/MAX macros to sys/param.h by Rich Felker · 13 years ago
- 477e72a add legacy futimes and lutimes functions by Rich Felker · 13 years ago
- 26f3832 add prlimit syscall wrapper by Rich Felker · 13 years ago