109 Commits (2c1f8fd5da3306fd7c8a2267467e44eb61f12dd4)

Author SHA1 Message Date
Rich Felker 761ebe065c align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch 14 years ago
rofl0r 3159e2fc81 socket.h: add SO_(SND/RCV)BUFFORCE to generic block 14 years ago
Rich Felker 9cb589939c add some missing macros to sys/shm.h 14 years ago
Rich Felker d50955620f add missing flags in sys/timerfd.h 14 years ago
Rich Felker 490d4a0e9e fix regressions in app compatibility from previous sys/ipc.h changes 14 years ago
Rich Felker baf246e559 syscall() declaration belongs in unistd.h, not sys/syscall.h 14 years ago
Rich Felker d1b6fc6ecc fix names of ipc_perm __key/__seq elements 14 years ago
rofl0r 6fb88a955a add personality syscall 14 years ago
rofl0r 0182c287ca add struct msgbuf to sys/msg.h 14 years ago
rofl0r f1bb78343a ipc.h: fix gnu aliases for key and seq in struct ipc_perm 14 years ago
rofl0r 7aec71c411 add obsolete futimesat() 14 years ago
Rich Felker 769fd4ce20 feature test macros: make _GNU_SOURCE enable everything 14 years ago
Rich Felker b4d8a16c1a fix eventfd and inotify nonblock/cloexec flags to match arch values 14 years ago
Rich Felker 4b75f4ed8d make sys/procfs.h mostly work on most archs 14 years ago
Rich Felker 0004ea613a fix breakage from introducing bits header for sys/io.h 14 years ago
Rich Felker 61aa6324af add port io functions to sys/io.h 14 years ago
Rich Felker d0197ff031 add cleaned-up sys/mtio.h 14 years ago
Rich Felker 91738d0241 disable SO_REUSEPORT in sys/socket.h 14 years ago
Rich Felker 32d6d77e54 fix numerous mips abi constant definition mismatches 14 years ago
Rich Felker fc5f16d182 mips cache flush/ctl syscall support and header 14 years ago
Rich Felker 4eb4844b31 fix issues with wait constants in stdlib.h 14 years ago
Rich Felker 3609e019f3 always expose accept4 14 years ago
Rich Felker f600105eef LFS64 alias for prlimit 14 years ago
Rich Felker 662da62eb7 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers 14 years ago
Rich Felker a660180c6a mincore syscall wrapper 14 years ago
Rich Felker 2416c63b81 fix up lfs64 junk for preadv/pwritev 14 years ago
Rich Felker ea544bfe80 add preadv/pwritev syscall wrappers 14 years ago
Rich Felker 208eb584ef syscall organization overhaul 14 years ago
Rich Felker 6cf8bfdb64 add acct, accept4, setns, and dup3 syscalls (linux extensions) 14 years ago
Rich Felker 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs 14 years ago
Rich Felker b7afd7a7ec sysmacros major/minor: result should have type unsigned int, not dev_t 14 years ago
Rich Felker 231b9d1880 add timerfd interfaces (untested) 14 years ago
Rich Felker c1a9658bd1 default features: make musl usable without feature test macros 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker fb247fafa0 avoid "inline" in public headers for strict c89 compatibility 14 years ago
Rich Felker 7dba0494e8 type exposure fixes in sys/sem.h 14 years ago
Rich Felker 7650390de8 add missing xattr functions 14 years ago
Rich Felker 7fee5f9606 fix socket.h on mips 14 years ago
Rich Felker d426b04533 add ioperm/iopl syscalls 14 years ago
Rich Felker 207460d097 add extended attributes syscalls 14 years ago
Rich Felker 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 14 years ago
Rich Felker 9cf9c39e48 add process_vm_readv and process_vm_writev syscall wrappers 14 years ago
Rich Felker 57d5fff5f7 header file fixes: multiple include guard consistency and correctness 14 years ago
Rich Felker 1429ce9ba2 fix sysinfo, try 2. it seems to work this time. 14 years ago
Rich Felker e86b18a63e sysinfo struct was utter nonsense; no idea where it came from. 14 years ago
Rich Felker 3b94daba71 _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE 14 years ago
Rich Felker 671ffab776 various header cleanups, some related to _BSD_SOURCE addition 14 years ago
Rich Felker 419ae6d5c9 support _BSD_SOURCE feature test macro 14 years ago
Rich Felker bfb29b666e fix missing parens in bit op macros (param.h) 14 years ago
Rich Felker 2e41887f54 and another bug in setbit, etc. macros.. 14 years ago