750 Commits (4078a5c31fa67987051c2180db7a07702534032f)

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 8ffa0375f2 add IPV6_HDRINCL socket option from linux v4.5 10 years ago
Szabolcs Nagy e9f1c7981a deduplicate bits/mman.h 10 years ago
Nathan Zadoks 98d335735d add sched_getcpu 10 years ago
Rich Felker 0ed932f34f do not define static_assert macro for pre-C11 compilers 10 years ago
Rich Felker 692b16d14b add declarations for utmpname/utmpxname to appropriate headers 10 years ago
Szabolcs Nagy 9a3b8f97a1 fix siginfo_t for mips 10 years ago
Szabolcs Nagy 22f84829af move bits/signal.h include close to the top of signal.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 3934f49c01 update netpacket/packet.h to linux v4.3 11 years ago
Szabolcs Nagy 2c9acc51cd add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h 11 years ago
Szabolcs Nagy 4da2d96591 update netinet/tcp.h for linux v4.2 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
Kylie McClain 53f41fb568 netinet/tcp: Add TCPOPT, TCPOLEN constants 11 years ago
Rich Felker 2f1d1f1ec5 fix mismatched parens in CMPLX def for annex-g-conforming compilers 11 years ago
Rich Felker a603a75a72 remove attribute((const)) from pthread_self and errno location decls 11 years ago
Khem Raj ccc71e0ea8 add format argument attributes to gettext function prototypes 11 years ago
Rich Felker 17cdbc4e42 add sh relocation types needed for fdpic to elf.h 11 years ago
Roman Yeryomin 29ec7677a7 socket.h: fix SO_* for mips 11 years ago
Rich Felker 11894f6d3a fix incorrect void return type for syncfs function 11 years ago
Rich Felker f22a9edaf8 byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code 11 years ago
Rich Felker 3d7e32d28d add macro version of ctype.h isascii function 11 years ago
Rich Felker b6e7c66467 add missing legacy LFS64 macros in sys/resource.h 11 years ago
Szabolcs Nagy 20de36cc89 fix netinet/ether.h for c++ 11 years ago
Rich Felker d0040e239e improve iswdigit macro to diagnose errors 11 years ago
Szabolcs Nagy 7561ac45ed add IPTOS_CLASS_* macros to netinet/ip.h 11 years ago
Rich Felker e98a54643e fix integer overflow in elf.h macro SHF_EXCLUDE 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
Szabolcs Nagy 1bfeb1dcd0 add IP_CHECKSUM socket option to netinet/in.h 11 years ago
Rich Felker 2ca55a93f2 improve ctype.h macros to diagnose errors 11 years ago
Rich Felker 5e25d87b09 remove macro definition of longjmp from setjmp.h 11 years ago
Rich Felker fd427c4eae move O_PATH definition back to arch bits 11 years ago
Rich Felker 11d1e2e2de fix FLT_ROUNDS regression in C++ applications 11 years ago
Rich Felker d5a5045382 fix MINSIGSTKSZ values for archs with large signal contexts 11 years ago
Szabolcs Nagy 559de8f5f0 fix FLT_ROUNDS to reflect the current rounding mode 11 years ago
Szabolcs Nagy ad85fcb568 add new si_lower and si_upper siginfo_t members 11 years ago
Rich Felker 9c3da8968d declare incomplete type struct itimerspec in timerfd.h 11 years ago
Rich Felker 91a3bd743e fix preprocessor error introduced in poll.h in last commit 11 years ago
Trutz Behn f5011c62c3 fix POLLWRNORM and POLLWRBAND on mips 11 years ago
Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 11 years ago