172 Commits (476cd1d96560aaf7f210319597556e7fbcd60469)

Author SHA1 Message Date
Szabolcs Nagy fcea534e57 fix RLIMIT_ constants for mips 12 years ago
Rich Felker 21ada94c4b add getauxval function 12 years ago
Rich Felker f6e2f7e13f move struct semid_ds to from shared sys/sem.h to bits 12 years ago
Rich Felker 73f5b09605 in sys/procfs.h, avoid using __WORDSIZE macro 12 years ago
Szabolcs Nagy 099ce3631c sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option 12 years ago
rofl0r 0f169cbb79 sys/shm.h: move arch specific structs to bits/ 13 years ago
rofl0r 1a2e55b95a sys/sem.h: cheat and make all longs use time_t instead 13 years ago
Szabolcs Nagy aa6ce3d4e3 fix signed and unsigned comparision in macros in public headers 12 years ago
Rich Felker ad87c2eecf add nonstandard timespec/timeval conversion macros in sys/time.h 12 years ago
Rich Felker 513136efa4 fix namespace violation in sys/shm.h 13 years ago
Rich Felker acde013522 fix remaining known namespace violations for netinet/in.h 13 years ago
Rich Felker 74998fbec1 fix signedness of pgoff argument to remap_file_pages 13 years ago
Rich Felker 2c5e756025 remove sys/sysctl.h 13 years ago
Rich Felker 2750337379 fix incorrect type for wd argument of inotify_rm_watch 13 years ago
rofl0r 5c81b8fe45 add fanotify syscall wrapper and header 13 years ago
Timo Teräs 7e10f209fb fix struct signalfd_siginfo 13 years ago
Rich Felker e36d8a1d74 add sys/quota.h and quotactl syscall wrapper 13 years ago
Szabolcs Nagy b054137a64 move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace 13 years ago
Szabolcs Nagy 2c2418088d fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_* 13 years ago
Szabolcs Nagy 10c8b7148b use 0 instead of NULL in headers where NULL is not defined 13 years ago
rofl0r 8ff810d779 timeradd/timersub: cast result to void to get rid of warnings 13 years ago
Rich Felker f5980e330a adjust sys/wait.h not to produde errors in strict ISO C feature profile 13 years ago
Rich Felker 4b15d9f46a add legacy ftime function and sys/timeb.h 13 years ago
Szabolcs Nagy 20a34af862 fix typo in socket.h (wrong macro name) 13 years ago
Szabolcs Nagy 90710df5cc sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority 13 years ago
Szabolcs Nagy ae51aa7534 sys/socket.h: add new SO_BUSY_POLL socket option 13 years ago
Szabolcs Nagy 0a7ecf7606 ptrace.h: add new ptrace requests to get/set sigmask 13 years ago
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