145 Commits (dfddd43256f7ad4bad991eeff5cc51772595f327)

Author SHA1 Message Date
Rich Felker ecf4e24d81 add SUN_LEN macro to sys/un.h under appropriate feature tests 13 years ago
Rich Felker 4ce6bd8345 add missing MSG_EXCEPT in sys/msg.h 13 years ago
Rich Felker 41c632824c fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127 13 years ago
rofl0r e28c2ecae4 sys/personality.h: add missing C++ compat 13 years ago
rofl0r 6a0aa82f51 sys/personality.h: add missing macros 13 years ago
Rich Felker 9a8d7bee80 add macros for new(ish) prctl commands 13 years ago
Rich Felker 9932505b68 fix some prctl macros that were incorrectly copied into this file 13 years ago
Rich Felker 54446d730c add wrapper headers, with warnings, for various incorrect names under sys 13 years ago
Szabolcs Nagy 3d4583c3fb add protocol families PF_IB and PF_VSOCK to socket.h 13 years ago
Szabolcs Nagy a512c7d849 add PTRACE_PEEKSIGINFO to ptrace.h 13 years ago
Szabolcs Nagy 8f6ec7217f add SO_SELECT_ERR_QUEUE to socket.h 13 years ago
Rich Felker 009f186810 move register_t and u_int64_t (back) to alltypes 13 years ago
Rich Felker 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
Rich Felker 41e2fd9d52 add UIO_MAXIOV macro in sys/uio.h 13 years ago
Rich Felker ca9aff6a16 add NFDBITS in sys/select.h with appropriate feature tests 13 years ago
rofl0r ab72420439 add legacy sys/ttydefaults.h header 13 years ago
Rich Felker 9b732fe51b fix shifts possibly larger than type in major() macro 13 years ago
Rich Felker 062f40ef3e work around wrong kernel type for sem_nsems member of struct semid_ds 13 years ago
Rich Felker 553d566c3f add missing type shmatt_t in sys/shm.h 13 years ago
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