185 Commits (d47d9a50f2568927af51e21b2f2120409db1ab44)

Author SHA1 Message Date
Roman Yeryomin 29ec7677a7 socket.h: fix SO_* for mips 11 years ago
Rich Felker b6e7c66467 add missing legacy LFS64 macros in sys/resource.h 11 years ago
Szabolcs Nagy 02e5d56421 add PR_*_FP_MODE prctl options 11 years ago
Szabolcs Nagy 658aefdf33 add PR_MPX_*_MANAGEMENT prctl options 11 years ago
Rich Felker 9c3da8968d declare incomplete type struct itimerspec in timerfd.h 11 years ago
Szabolcs Nagy 70572dce07 add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF 11 years ago
Trutz Behn 2d67ae923d move MREMAP_MAYMOVE and MREMAP_FIXED out of bits 11 years ago
Szabolcs Nagy 11ac2a6e81 add new prctl command PR_SET_MM_MAP to sys/prctl.h 12 years ago
Szabolcs Nagy 7ff804269b fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h 12 years ago
Szabolcs Nagy 871a09c86f add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags 12 years ago
Rich Felker acb7e049b8 implement sendmmsg and recvmmsg 12 years ago
Szabolcs Nagy 5f4c496693 fix POSIX namespace pollution in sys/types.h 12 years ago
Szabolcs Nagy c8ea212668 add SO_BPF_EXTENSIONS socket option 12 years ago
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