176 Commits (6527b03dcc029cf9edb7bf7dbaeab420092e04c9)

Author SHA1 Message Date
Szabolcs Nagy 31ff797787 fix the prototype of settimeofday to follow the original BSD declaration 13 years ago
Rich Felker 2c184264ea support full range of dev_t major/minor numbers in makedev, etc. macros 13 years ago
rofl0r 47cf4919fc re-add useconds_t 13 years ago
Szabolcs Nagy e82bd04cf7 add new socket options to sys/socket.h following linux 13 years ago
Szabolcs Nagy d4c04d1360 add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) 13 years ago
Rich Felker 08514d0614 fix epoll structure alignment on non-x86_64 archs 13 years ago
Rich Felker 8c741783fc fix some obscure header type size/alignment issues 13 years ago
Szabolcs Nagy 200f96c6a0 add MOD_TAI to sys/timex.h and update STA_RONLY 14 years ago
Szabolcs Nagy d650631dad add SWAP_FLAG_DISCARD to sys/swap.h 14 years ago
Szabolcs Nagy 645c6d99a5 add mount flags to sys/mount.h 14 years ago
Szabolcs Nagy 48854dffdb add IN_EXCL_UNLINK to sys/inotify.h 14 years ago
Szabolcs Nagy ada88f6178 add EPOLLWAKEUP flag to sys/epoll.h 14 years ago
Szabolcs Nagy c7351ffe9b add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h 14 years ago
Szabolcs Nagy 2010361663 add missing ptrace requests and options to sys/ptrace.h 14 years ago
Szabolcs Nagy f13a478860 add missing protocol families to sys/socket.h 14 years ago
Rich Felker 2dec29741b fix another case of cloexec/nonblock flags not matching arch values 14 years ago
rofl0r e895ddc0cd wait.h: add linux specific, thread-related waitpid() flags 14 years ago
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