1. bb439bb implement new posix_spawn flag POSIX_SPAWN_SETSID by Rich Felker · 7 years ago
  2. 60c46db update tcp_info struct to linux v4.9 by Szabolcs Nagy · 8 years ago
  3. a8a8fdf add MS_NOREMOTELOCK mount flag from linux v4.9 by Szabolcs Nagy · 8 years ago
  4. bfcf573 in public headers, don't assume pre-C99 compilers have __inline keyword by Quentin Rameau · 8 years ago
  5. ffaaa6d remove legacy i386 fallback stdarg implementation and framework by Rich Felker · 8 years ago
  6. b418ea1 generalize ELF hash table types not to assume 32-bit entries by Rich Felker · 8 years ago
  7. 31fb174 add limited pthread_setattr_default_np API to set stack size defaults by Rich Felker · 8 years ago
  8. 04983f2 make netinet/in.h suppress clashing definitions from kernel headers by Rich Felker · 8 years ago
  9. c8fdcfe don't claim support for resolv.h APIs that aren't supported by Rich Felker · 8 years ago
  10. 7352b59 remove redundant feature test macro checks in sys/time.h by Rich Felker · 8 years ago
  11. 7597fc2 fix various header namespace issues under feature-test-macro control by Rich Felker · 8 years ago
  12. 2ed4e9d remove parameter names from public headers by Rich Felker · 8 years ago
  13. 4b8f94c fix misspelling of a legacy macro name in sys/param.h by Rich Felker · 8 years ago
  14. 71e8392 add missing if_ether.h constants by Daniel Sabogal · 8 years ago
  15. 79c7ded add missing if_arp.h constant by Daniel Sabogal · 8 years ago
  16. 1fa2a32 fix typo in utmpx.h by Daniel Sabogal · 8 years ago
  17. 104e8a0 add missing confstr constants by Daniel Sabogal · 8 years ago
  18. 8fb28b0 add pthread_setname_np by Felix Janda · 8 years ago
  19. 8764333 update icmphdr struct following linux v4.8 by Szabolcs Nagy · 8 years ago
  20. cc7c95e add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8 by Szabolcs Nagy · 8 years ago
  21. fe39aaa add bits/hwcap.h and include it in sys/auxv.h by Szabolcs Nagy · 8 years ago
  22. 5a05f67 elf.h: update EM_ elf machine defines and add R_BPF_ defines by Szabolcs Nagy · 8 years ago
  23. 9487cc5 add ETH_P_NCSI to netinet/if_ether.h from linux v4.8 by Szabolcs Nagy · 8 years ago
  24. 66570ec fix undefined behavior in sched.h cpu_set_t usage by Rich Felker · 8 years ago
  25. 5505f6a add missing *_unlocked and wcsftime_l prototypes to wchar.h by Daniel Sabogal · 8 years ago
  26. 3848a99 fix ifru_data and ifcu_buf types in net/if.h by Daniel Sabogal · 8 years ago
  27. e738b8c restore _Noreturn to __assert_fail by Rich Felker · 8 years ago
  28. c1f4ed1 fix FFSYNC by changing it to O_SYNC by Duncan Overbruck · 8 years ago
  29. 9680e1d add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h by Szabolcs Nagy · 8 years ago
  30. c6519d4 add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h by Szabolcs Nagy · 8 years ago
  31. 0f8ad40 add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h by Szabolcs Nagy · 8 years ago
  32. 0f47367 add stdc-predef.h for library-level predefined macros by Rich Felker · 8 years ago
  33. ee3f0c5 make brace placement in public header typedef'd structs consistent by Rich Felker · 8 years ago
  34. 3c3b099 add EF_SH_ sh specific macros to elf.h by Szabolcs Nagy · 8 years ago
  35. 84fd4e4 add NT_ARM_SYSTEM_CALL to elf.h by Szabolcs Nagy · 8 years ago
  36. c3be411 add missing x86 relocs to elf.h by Szabolcs Nagy · 8 years ago
  37. 7c3b672 add DT_MIPS_RLD_MAP_REL to elf.h by Szabolcs Nagy · 8 years ago
  38. af17dc4 add SHF_COMPRESSED section flag to elf.h by Szabolcs Nagy · 8 years ago
  39. 29a96c1 add powerpc tls optimization related definitions to elf.h by Szabolcs Nagy · 8 years ago
  40. 347d061 add nios2 definitions to elf.h by Szabolcs Nagy · 8 years ago
  41. abbdf0f update elf.h with mips abi flags support by Szabolcs Nagy · 8 years ago
  42. 49eb322 update elf.h with new aarch64 relocs by Szabolcs Nagy · 8 years ago
  43. b921e0f update elf.h with powerpc64 elfv2 abi related macros by Szabolcs Nagy · 8 years ago
  44. 35b5819 add new powerpc64 relocations to elf.h by Szabolcs Nagy · 8 years ago
  45. 308e4bc add EM_OPENRISC again to elf.h by Szabolcs Nagy · 8 years ago
  46. befa586 make brace placement in public header struct definitions consistent by Rich Felker · 8 years ago
  47. 093288d fix misplaced indention in sys/procfs.h by Rich Felker · 8 years ago
  48. 3d98146 pthread: implement try/timed join variants by Bobby Bingham · 8 years ago
  49. 5c43e1d add RUSAGE_THREAD (Linux extension) definition to sys/resource.h by Rich Felker · 8 years ago
  50. b3bbc7b fix incorrect definition of RUSAGE_CHILDREN in sys/resource.h by Rich Felker · 8 years ago
  51. 1e6fc0b avoid padding gaps in struct sockaddr_storage by Rich Felker · 8 years ago
  52. a0bb50a update sys/socket.h to linux v4.6 by Szabolcs Nagy · 8 years ago
  53. 3498777 add new tcp_info fields from linux v4.6 by Szabolcs Nagy · 8 years ago
  54. 1d561c2 add CLONE_NEWCGROUP clone flag, new in linux v4.6 by Szabolcs Nagy · 8 years ago
  55. 19f8724 update siginfo struct for linux v4.6 by Szabolcs Nagy · 8 years ago
  56. 7ea37c7 add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6 by Szabolcs Nagy · 8 years ago
  57. f6f4aa5 add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6 by Szabolcs Nagy · 8 years ago
  58. 81fb75a fix undefined pointer arithmetic in CMSG_NXTHDR macro by Rich Felker · 8 years ago
  59. d578c74 add MADV_FREE madvise command from linux v4.5 by Szabolcs Nagy · 8 years ago
  60. b10ca0f add EPOLLEXCLUSIVE epoll flag from linux v4.5 by Szabolcs Nagy · 8 years ago
  61. c1aabc6 add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5 by Szabolcs Nagy · 8 years ago
  62. 8ffa037 add IPV6_HDRINCL socket option from linux v4.5 by Szabolcs Nagy · 8 years ago
  63. e9f1c79 deduplicate bits/mman.h by Szabolcs Nagy · 8 years ago
  64. 98d3357 add sched_getcpu by Nathan Zadoks · 8 years ago
  65. 0ed932f do not define static_assert macro for pre-C11 compilers by Rich Felker · 8 years ago
  66. 692b16d add declarations for utmpname/utmpxname to appropriate headers by Rich Felker · 8 years ago
  67. 9a3b8f9 fix siginfo_t for mips by Szabolcs Nagy · 8 years ago
  68. 22f8482 move bits/signal.h include close to the top of signal.h by Szabolcs Nagy · 8 years ago
  69. c243d6f add new PTRACE_SECCOMP_GET_FILTER ptrace command by Szabolcs Nagy · 8 years ago
  70. 789ff6a add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags by Szabolcs Nagy · 8 years ago
  71. aaa6040 add new PTRACE_O_SUSPEND_SECCOMP ptrace option by Szabolcs Nagy · 9 years ago
  72. 8afd2a1 add new PR_CAP_AMBIENT and related defines to sys/prctl.h by Szabolcs Nagy · 9 years ago
  73. 3934f49 update netpacket/packet.h to linux v4.3 by Szabolcs Nagy · 9 years ago
  74. 2c9acc5 add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h by Szabolcs Nagy · 9 years ago
  75. 4da2d96 update netinet/tcp.h for linux v4.2 by Szabolcs Nagy · 9 years ago
  76. ecf02f4 add MS_LAZYTIME mount option to sys/mount.h by Szabolcs Nagy · 9 years ago
  77. 9f52c17 add AF_MPLS (PF_MPLS) address family to socket.h by Szabolcs Nagy · 9 years ago
  78. ea4fc27 add MSG_FASTOPEN sendmsg/sendto flag to socket.h by Szabolcs Nagy · 9 years ago
  79. 53f41fb netinet/tcp: Add TCPOPT, TCPOLEN constants by Kylie McClain · 9 years ago
  80. 2f1d1f1 fix mismatched parens in CMPLX def for annex-g-conforming compilers by Rich Felker · 9 years ago
  81. a603a75 remove attribute((const)) from pthread_self and errno location decls by Rich Felker · 9 years ago
  82. ccc71e0 add format argument attributes to gettext function prototypes by Khem Raj · 9 years ago
  83. 17cdbc4 add sh relocation types needed for fdpic to elf.h by Rich Felker · 9 years ago
  84. 29ec767 socket.h: fix SO_* for mips by Roman Yeryomin · 9 years ago
  85. 11894f6 fix incorrect void return type for syncfs function by Rich Felker · 9 years ago
  86. f22a9ed byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code by Rich Felker · 9 years ago
  87. 3d7e32d add macro version of ctype.h isascii function by Rich Felker · 9 years ago
  88. b6e7c66 add missing legacy LFS64 macros in sys/resource.h by Rich Felker · 9 years ago
  89. 20de36c fix netinet/ether.h for c++ by Szabolcs Nagy · 9 years ago
  90. d0040e2 improve iswdigit macro to diagnose errors by Rich Felker · 9 years ago
  91. 7561ac4 add IPTOS_CLASS_* macros to netinet/ip.h by Szabolcs Nagy · 9 years ago
  92. e98a546 fix integer overflow in elf.h macro SHF_EXCLUDE by Rich Felker · 9 years ago
  93. 02e5d56 add PR_*_FP_MODE prctl options by Szabolcs Nagy · 9 years ago
  94. 658aefd add PR_MPX_*_MANAGEMENT prctl options by Szabolcs Nagy · 9 years ago
  95. 1bfeb1d add IP_CHECKSUM socket option to netinet/in.h by Szabolcs Nagy · 9 years ago
  96. 2ca55a9 improve ctype.h macros to diagnose errors by Rich Felker · 9 years ago
  97. 5e25d87 remove macro definition of longjmp from setjmp.h by Rich Felker · 9 years ago
  98. fd427c4 move O_PATH definition back to arch bits by Rich Felker · 9 years ago
  99. 11d1e2e fix FLT_ROUNDS regression in C++ applications by Rich Felker · 9 years ago
  100. d5a5045 fix MINSIGSTKSZ values for archs with large signal contexts by Rich Felker · 9 years ago