- 871a09c add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags by Szabolcs Nagy · 10 years ago
- 6119fa3 add pacing rate information to the tcp_info struct in tcp.h by Szabolcs Nagy · 10 years ago
- 4a142db add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK by Szabolcs Nagy · 10 years ago
- ddddec1 add issetugid function to check for elevated privilege by Brent Cook · 10 years ago
- 200d154 add or1k (OpenRISC 1000) architecture port by Stefan Kristiansson · 10 years ago
- 5474a34 implement fmtmsg function by Rich Felker · 10 years ago
- 70d9c30 remove hack in syslog.h that resulted in aliasing violations by Rich Felker · 10 years ago
- acb7e04 implement sendmmsg and recvmmsg by Rich Felker · 10 years ago
- bdad2fe add support for ipv6 scope_id to getaddrinfo and getnameinfo by Rich Felker · 10 years ago
- 5f4c496 fix POSIX namespace pollution in sys/types.h by Szabolcs Nagy · 10 years ago
- c350468 update netinet/in.h to match the current kernel uapi by Szabolcs Nagy · 10 years ago
- c8ea212 add SO_BPF_EXTENSIONS socket option by Szabolcs Nagy · 10 years ago
- fd9571e add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro by Szabolcs Nagy · 10 years ago
- 44d28e5 overhaul siginfo_t definition in signal.h by Rich Felker · 10 years ago
- 93be56b remove unsupported nonstandard sysconf macros and their table entries by Rich Felker · 10 years ago
- 164c5c7 expose public execvpe interface by M Farkas-Dyck · 11 years ago
- fcea534 fix RLIMIT_ constants for mips by Szabolcs Nagy · 11 years ago
- 21ada94 add getauxval function by Rich Felker · 11 years ago
- fe1ba7d implement hcreate_r, hdestroy_r and hsearch_r by sin · 11 years ago
- 9505bfb fix signal.h breakage from moving stack_t to arch-specific bits by Rich Felker · 11 years ago
- bd5f221 move signal.h definition of stack_t to arch-specific bits by Rich Felker · 11 years ago
- f6e2f7e move struct semid_ds to from shared sys/sem.h to bits by Rich Felker · 11 years ago
- 6739b13 math.h: make __FLOAT_BITS and __DOUBLE_BITS C89 by Szabolcs Nagy · 11 years ago
- 73f5b09 in sys/procfs.h, avoid using __WORDSIZE macro by Rich Felker · 11 years ago
- d82db85 in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Szabolcs Nagy · 11 years ago
- fb5a2ef if_ether.h: new ethernet protocol type by Szabolcs Nagy · 11 years ago
- 099ce36 sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option by Szabolcs Nagy · 11 years ago
- a8a4e5c elf.h: add aarch64 relocations by Szabolcs Nagy · 11 years ago
- d99c999 elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mips by Szabolcs Nagy · 11 years ago
- 0f169cb sys/shm.h: move arch specific structs to bits/ by rofl0r · 11 years ago
- 1a2e55b sys/sem.h: cheat and make all longs use time_t instead by rofl0r · 11 years ago
- fdb3efa add flock64 alias for (struct) flock in fcntl.h by Rich Felker · 11 years ago
- e74f3b0 add parens when bit and arith ops are mixed in macros in public headers by Szabolcs Nagy · 11 years ago
- aa6ce3d fix signed and unsigned comparision in macros in public headers by Szabolcs Nagy · 11 years ago
- 89511cd reduce namespace pollution in netinet/udp.h by Rich Felker · 11 years ago
- 685b1cd fix use of legacy u_intN_t types in netinet/tcp.h by Rich Felker · 11 years ago
- fdaaa68 add support for BSD struct tcphdr in netinet/tcp.h by Rich Felker · 11 years ago
- ad87c2e add nonstandard timespec/timeval conversion macros in sys/time.h by Rich Felker · 11 years ago
- a0351ee add NO_ADDRESS macro to netdb.h as an alias for NO_DATA by Timo Teräs · 11 years ago
- 513136e fix namespace violation in sys/shm.h by Rich Felker · 11 years ago
- a1527a0 fix namespace violations in utmpx.h by Rich Felker · 11 years ago
- acde013 fix remaining known namespace violations for netinet/in.h by Rich Felker · 11 years ago
- 1d23b3c fix const-correctness of argument to stime by Rich Felker · 11 years ago
- 74998fb fix signedness of pgoff argument to remap_file_pages by Rich Felker · 11 years ago
- 3500555 fix const-correctness in sigandset/sigorset arguments by Rich Felker · 11 years ago
- 2c5e756 remove sys/sysctl.h by Rich Felker · 11 years ago
- 2750337 fix incorrect type for wd argument of inotify_rm_watch by Rich Felker · 11 years ago
- dbe221e fix argument types for legacy function inet_makeaddr by Rich Felker · 11 years ago
- 839cc4e const-qualify the address argument to dladdr by Rich Felker · 11 years ago
- 1e7a581 add some missing LFS64 aliases for fadvise/fallocate functions by Rich Felker · 11 years ago
- 5c81b8f add fanotify syscall wrapper and header by rofl0r · 11 years ago
- 7e10f20 fix struct signalfd_siginfo by Timo Teräs · 11 years ago
- 18144af implement legacy function herror by Rich Felker · 11 years ago
- e36d8a1 add sys/quota.h and quotactl syscall wrapper by Rich Felker · 11 years ago
- c91ad4f add netinet/igmp.h and multicast groups to netinet/in.h by Rich Felker · 11 years ago
- e2b4525 add TCP_INFO and TCP_MD5SIG socket option related structures by Timo Teräs · 11 years ago
- 8708e13 add posix_close, accepted for inclusion in the next issue of POSIX by Rich Felker · 11 years ago
- b054137 move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace by Szabolcs Nagy · 11 years ago
- 2c24180 fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_* by Szabolcs Nagy · 11 years ago
- ccbc365 fix res_mkquery and res_send prototypes in resolv.h by Szabolcs Nagy · 11 years ago
- 83c8fe5 remove duplicate definition of _PATH_LASTLOG in paths.h by Rich Felker · 11 years ago
- a223175 remove now-unnecessary features.h inclusion from fnmatch.h by Rich Felker · 11 years ago
- bb181ae expose FNM_* extensions in fnmatch.h without _GNU_SOURCE by Rich Felker · 11 years ago
- 8c8cf4b increase TTY_NAME_MAX limit to 32 by Rich Felker · 11 years ago
- a663c93 adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 case by Rich Felker · 11 years ago
- c8a9c22 restore type of NULL to void * except when used in C++ programs by Rich Felker · 11 years ago
- 642936d Fix dn_comp prototype and add stub by Michael Forney · 11 years ago
- 10c8b71 use 0 instead of NULL in headers where NULL is not defined by Szabolcs Nagy · 11 years ago
- b0e9d57 add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12 by Szabolcs Nagy · 11 years ago
- 4b2c8fe add linux tcp state enums by Timo Teräs · 11 years ago
- 7c0ca4d add multicast structures from RFC 3678 to netinet/in.h by Timo Teräs · 11 years ago
- 8ff810d timeradd/timersub: cast result to void to get rid of warnings by rofl0r · 11 years ago
- a516077 add legacy getloadavg api by Szabolcs Nagy · 11 years ago
- 5d01ab4 math: add (obsolete) bsd drem and finite functions by Szabolcs Nagy · 11 years ago
- 46db372 write floating point limit constants to 21 significant decimal places by Rich Felker · 11 years ago
- f5980e3 adjust sys/wait.h not to produde errors in strict ISO C feature profile by Rich Felker · 11 years ago
- 4ecf336 fix inttypes.h PRI and SCN macros for [u]intptr_t types by Rich Felker · 11 years ago
- b7d3210 POSIX conformance fix: define struct entry in search.h by Szabolcs Nagy · 11 years ago
- 4b15d9f add legacy ftime function and sys/timeb.h by Rich Felker · 11 years ago
- 8f03596 fix multiple minor namespace issues in headers by Rich Felker · 11 years ago
- ebb4cc0 use consistent include guard name in arpa/ftp.h by Szabolcs Nagy · 11 years ago
- 20a34af fix typo in socket.h (wrong macro name) by Szabolcs Nagy · 11 years ago
- 551da2c fix clockid macro names in time.h, reported by Paul Schutte by Szabolcs Nagy · 11 years ago
- e1f1df9 math: fix comparision macros (isless etc) when FLT_EVAL_METHOD!=0 by Szabolcs Nagy · 11 years ago
- 90710df sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority by Szabolcs Nagy · 11 years ago
- 268375c update include/elf.h following glibc changes by Szabolcs Nagy · 11 years ago
- ae51aa7 sys/socket.h: add new SO_BUSY_POLL socket option by Szabolcs Nagy · 11 years ago
- 0a7ecf7 ptrace.h: add new ptrace requests to get/set sigmask by Szabolcs Nagy · 11 years ago
- 2607e39 net/if_arp.h: add missing ARP hardware identifiers from linux uapi headers by Szabolcs Nagy · 11 years ago
- 0dc630e netinet/in.h: add missing IP protocol numbers from the linux uapi headers by Szabolcs Nagy · 11 years ago
- b20760c support configurable page size on mips, powerpc and microblaze by Szabolcs Nagy · 11 years ago
- c2d3fd3 add workaround header for wait.h remapping to sys/wait.h by Rich Felker · 11 years ago
- da19f88 only expose struct tcphdr under _GNU_SOURCE by Rich Felker · 11 years ago
- 09b2995 add struct tcphdr in netinet/tcp.h by Rich Felker · 11 years ago
- 38e6acb stdbool.h should define __bool_true_false_are_defined even for C++ by Rich Felker · 11 years ago
- ecf4e24 add SUN_LEN macro to sys/un.h under appropriate feature tests by Rich Felker · 11 years ago
- fcc522c de-duplicate dn_expand, fix return value and signature, clean up by Rich Felker · 11 years ago
- 4ce6bd8 add missing MSG_EXCEPT in sys/msg.h by Rich Felker · 11 years ago
- 35eb1a1 provide declarations for strtod_l and family by Rich Felker · 11 years ago
- 41c6328 fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127 by Rich Felker · 11 years ago