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