248 Commits (54316a52b2119edf73e274c8b4f25d7757f7b4d3)

Author SHA1 Message Date
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
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