208 Commits (4b8f94c2501e6fea3db631b73b0c91e34e2134cf)

Author SHA1 Message Date
Rich Felker 4b8f94c250 fix misspelling of a legacy macro name in sys/param.h 10 years ago
Szabolcs Nagy fe39aaae0e add bits/hwcap.h and include it in sys/auxv.h 10 years ago
Szabolcs Nagy 0f8ad40be0 add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h 10 years ago
Rich Felker ee3f0c5516 make brace placement in public header typedef'd structs consistent 10 years ago
Rich Felker befa5866ee make brace placement in public header struct definitions consistent 10 years ago
Rich Felker 093288dcb3 fix misplaced indention in sys/procfs.h 10 years ago
Rich Felker 5c43e1dbc8 add RUSAGE_THREAD (Linux extension) definition to sys/resource.h 10 years ago
Rich Felker b3bbc7b160 fix incorrect definition of RUSAGE_CHILDREN in sys/resource.h 10 years ago
Rich Felker 1e6fc0b690 avoid padding gaps in struct sockaddr_storage 10 years ago
Szabolcs Nagy a0bb50a142 update sys/socket.h to linux v4.6 10 years ago
Szabolcs Nagy f6f4aa5ddb add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6 10 years ago
Rich Felker 81fb75a1d7 fix undefined pointer arithmetic in CMSG_NXTHDR macro 10 years ago
Szabolcs Nagy d578c74e67 add MADV_FREE madvise command from linux v4.5 10 years ago
Szabolcs Nagy b10ca0f560 add EPOLLEXCLUSIVE epoll flag from linux v4.5 10 years ago
Szabolcs Nagy c1aabc6cac add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5 10 years ago
Szabolcs Nagy e9f1c7981a deduplicate bits/mman.h 10 years ago
Szabolcs Nagy c243d6f095 add new PTRACE_SECCOMP_GET_FILTER ptrace command 10 years ago
Szabolcs Nagy 789ff6a9f8 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 10 years ago
Szabolcs Nagy aaa604052d add new PTRACE_O_SUSPEND_SECCOMP ptrace option 11 years ago
Szabolcs Nagy 8afd2a1d03 add new PR_CAP_AMBIENT and related defines to sys/prctl.h 11 years ago
Szabolcs Nagy ecf02f4e8a add MS_LAZYTIME mount option to sys/mount.h 11 years ago
Szabolcs Nagy 9f52c17eb2 add AF_MPLS (PF_MPLS) address family to socket.h 11 years ago
Szabolcs Nagy ea4fc27d28 add MSG_FASTOPEN sendmsg/sendto flag to socket.h 11 years ago
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