1. 3a81cbe netinet/if_ether.h: add ETH_TLEN from linux v4.16 by Szabolcs Nagy · 6 years ago
  2. 833df86 netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16 by Szabolcs Nagy · 6 years ago
  3. 29f3202 sys/epoll.h: add EPOLLNVAL from linux v4.16 by Szabolcs Nagy · 6 years ago
  4. d5e55ba add missing m68k relocation types in elf.h by Rich Felker · 6 years ago
  5. 729fef0 fix default feature profile in tar.h by Rich Felker · 6 years ago
  6. 919ad8d explicitly use signed keyword to define intNN_t and derivative types by Rich Felker · 6 years ago
  7. f9c2498 remove spurious const keyword in sigqueue declaration by Rich Felker · 6 years ago
  8. a3f7bcd fix minor namespace issue in unistd.h by Rich Felker · 6 years ago
  9. d93c074 fix minor namespace issue in tar.h by Rich Felker · 6 years ago
  10. 8e1381b fix minor namespace issues in limits.h by Rich Felker · 6 years ago
  11. c9c2cd3 reverse definition dependency between PAGESIZE and PAGE_SIZE by Rich Felker · 6 years ago
  12. 2fae10f fix aliasing violations in fgetpos/fsetpos by Rich Felker · 7 years ago
  13. 82f1768 add getentropy function by Rich Felker · 7 years ago
  14. e206582 add getrandom syscall wrapper by Hauke Mehrtens · 7 years ago
  15. 74ab4b8 elf.h: add DT_SYMTAB_SHNDX by Szabolcs Nagy · 7 years ago
  16. dfeeeaf elf.h: syncronize DF_1_ flags with binutils by Szabolcs Nagy · 7 years ago
  17. eef5e48 elf.h: update NT_* coredump elf notes for linux v4.15 by Szabolcs Nagy · 7 years ago
  18. 5024804 elf.h: add PPC64_OPT_LOCALENTRY by Szabolcs Nagy · 7 years ago
  19. e7bd039 elf.h: add AT_* auxval macros for cache geometry by Szabolcs Nagy · 7 years ago
  20. 121d18d sys/prctl.h: add new PR_SVE_* macros from linux v4.15 by Szabolcs Nagy · 7 years ago
  21. 4001c51 netinet/in.h: add new IPV6_FREEBIND from linux v4.15 by Szabolcs Nagy · 7 years ago
  22. 5f4ff22 netinet/tcp.h: add TCP_* socket options from linux v4.15 by Szabolcs Nagy · 7 years ago
  23. 9b57db3 add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 by Szabolcs Nagy · 7 years ago
  24. e696087 netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14 by Szabolcs Nagy · 7 years ago
  25. abdaba8 sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi by Szabolcs Nagy · 7 years ago
  26. fba3059 netinet/if_ether.h: add new ETH_P_ macros from linux v4.14 by Szabolcs Nagy · 7 years ago
  27. 4d4a665 net/if_arp.h: add ARPHRD_RAWIP from linux v4.14 by Szabolcs Nagy · 7 years ago
  28. 38e81dd signal.h: add missing SIGTRAP si_codes by Szabolcs Nagy · 7 years ago
  29. 5431c20 sys/mman.h: add MADV_WIPEONFORK from linux v4.14 by Szabolcs Nagy · 7 years ago
  30. 986bc21 sys/socket.h: add MSG_ZEROCOPY from linux v4.14 by Szabolcs Nagy · 7 years ago
  31. 404097a sys/socket.h: add SOL_TLS from linux v4.13 by Szabolcs Nagy · 7 years ago
  32. 709bbf5 sys/socket.h: add PF_SMC from linux v4.11 by Szabolcs Nagy · 7 years ago
  33. 1bc10ff add _DIRENT_HAVE_D_* macros to dirent.h by Rostislav Skudnov · 7 years ago
  34. b583c5d add additional uapi guards for Linux kernel header files by Hauke Mehrtens · 7 years ago
  35. d5029bb fix endian errors in netinet/icmp6.h due to failure to include endian.h by Rich Felker · 7 years ago
  36. 14cec86 fix endian errors in arpa/nameser.h due to failure to include endian.h by Jo-Philipp Wich · 7 years ago
  37. 2488d31 adjust fopencookie structure tag for ABI-compat by Rich Felker · 7 years ago
  38. 0618433 implement the fopencookie extension to stdio by William Pitcock · 7 years ago
  39. 6651ef1 add new tcp.h socket options from linux v4.13 by Szabolcs Nagy · 7 years ago
  40. 14ced22 add new fcntl.h macros from linux v4.13 by Szabolcs Nagy · 7 years ago
  41. c35a8bf add SO_ getsockopt options from linux v4.13 by Szabolcs Nagy · 7 years ago
  42. 4c81122 add ARPHDR_VSOCKMON from linux v4.12 by Szabolcs Nagy · 7 years ago
  43. 54f04d9 add new SO_ socket options from linux v4.12 by Szabolcs Nagy · 7 years ago
  44. c519658 add TCP_NLA_* enums from linux v4.11 by Szabolcs Nagy · 7 years ago
  45. ee3ae78 add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11 by Szabolcs Nagy · 7 years ago
  46. 3eb82f7 add ETH_P_IBOE from linux v4.11 by Szabolcs Nagy · 7 years ago
  47. d800403 add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing by Szabolcs Nagy · 7 years ago
  48. f5638c2 add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10 by Szabolcs Nagy · 7 years ago
  49. 0136969 add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10 by Szabolcs Nagy · 7 years ago
  50. 5c596ed add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10 by Szabolcs Nagy · 7 years ago
  51. 48be5b6 fix use of memset without declaration in sched.h cpu set macros by Rich Felker · 7 years ago
  52. 5f7efb8 move IPPORT_RESERVED from netdb.h to netinet/in.h by Rich Felker · 7 years ago
  53. 947d330 add _NL_LOCALE_NAME extension to nl_langinfo by Rich Felker · 7 years ago
  54. bd00cc8 remove useless declarations in string.h by Alexander Monakov · 7 years ago
  55. 77e895d add no-op POSIX_SPAWN_USEVFORK to spawn.h by Rich Felker · 7 years ago
  56. bb439bb implement new posix_spawn flag POSIX_SPAWN_SETSID by Rich Felker · 7 years ago
  57. 60c46db update tcp_info struct to linux v4.9 by Szabolcs Nagy · 8 years ago
  58. a8a8fdf add MS_NOREMOTELOCK mount flag from linux v4.9 by Szabolcs Nagy · 8 years ago
  59. bfcf573 in public headers, don't assume pre-C99 compilers have __inline keyword by Quentin Rameau · 8 years ago
  60. ffaaa6d remove legacy i386 fallback stdarg implementation and framework by Rich Felker · 8 years ago
  61. b418ea1 generalize ELF hash table types not to assume 32-bit entries by Rich Felker · 8 years ago
  62. 31fb174 add limited pthread_setattr_default_np API to set stack size defaults by Rich Felker · 8 years ago
  63. 04983f2 make netinet/in.h suppress clashing definitions from kernel headers by Rich Felker · 8 years ago
  64. c8fdcfe don't claim support for resolv.h APIs that aren't supported by Rich Felker · 8 years ago
  65. 7352b59 remove redundant feature test macro checks in sys/time.h by Rich Felker · 8 years ago
  66. 7597fc2 fix various header namespace issues under feature-test-macro control by Rich Felker · 8 years ago
  67. 2ed4e9d remove parameter names from public headers by Rich Felker · 8 years ago
  68. 4b8f94c fix misspelling of a legacy macro name in sys/param.h by Rich Felker · 8 years ago
  69. 71e8392 add missing if_ether.h constants by Daniel Sabogal · 8 years ago
  70. 79c7ded add missing if_arp.h constant by Daniel Sabogal · 8 years ago
  71. 1fa2a32 fix typo in utmpx.h by Daniel Sabogal · 8 years ago
  72. 104e8a0 add missing confstr constants by Daniel Sabogal · 8 years ago
  73. 8fb28b0 add pthread_setname_np by Felix Janda · 8 years ago
  74. 8764333 update icmphdr struct following linux v4.8 by Szabolcs Nagy · 8 years ago
  75. cc7c95e add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8 by Szabolcs Nagy · 8 years ago
  76. fe39aaa add bits/hwcap.h and include it in sys/auxv.h by Szabolcs Nagy · 8 years ago
  77. 5a05f67 elf.h: update EM_ elf machine defines and add R_BPF_ defines by Szabolcs Nagy · 8 years ago
  78. 9487cc5 add ETH_P_NCSI to netinet/if_ether.h from linux v4.8 by Szabolcs Nagy · 8 years ago
  79. 66570ec fix undefined behavior in sched.h cpu_set_t usage by Rich Felker · 8 years ago
  80. 5505f6a add missing *_unlocked and wcsftime_l prototypes to wchar.h by Daniel Sabogal · 8 years ago
  81. 3848a99 fix ifru_data and ifcu_buf types in net/if.h by Daniel Sabogal · 8 years ago
  82. e738b8c restore _Noreturn to __assert_fail by Rich Felker · 8 years ago
  83. c1f4ed1 fix FFSYNC by changing it to O_SYNC by Duncan Overbruck · 8 years ago
  84. 9680e1d add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h by Szabolcs Nagy · 8 years ago
  85. c6519d4 add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h by Szabolcs Nagy · 8 years ago
  86. 0f8ad40 add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h by Szabolcs Nagy · 8 years ago
  87. 0f47367 add stdc-predef.h for library-level predefined macros by Rich Felker · 8 years ago
  88. ee3f0c5 make brace placement in public header typedef'd structs consistent by Rich Felker · 8 years ago
  89. 3c3b099 add EF_SH_ sh specific macros to elf.h by Szabolcs Nagy · 8 years ago
  90. 84fd4e4 add NT_ARM_SYSTEM_CALL to elf.h by Szabolcs Nagy · 8 years ago
  91. c3be411 add missing x86 relocs to elf.h by Szabolcs Nagy · 8 years ago
  92. 7c3b672 add DT_MIPS_RLD_MAP_REL to elf.h by Szabolcs Nagy · 8 years ago
  93. af17dc4 add SHF_COMPRESSED section flag to elf.h by Szabolcs Nagy · 8 years ago
  94. 29a96c1 add powerpc tls optimization related definitions to elf.h by Szabolcs Nagy · 8 years ago
  95. 347d061 add nios2 definitions to elf.h by Szabolcs Nagy · 8 years ago
  96. abbdf0f update elf.h with mips abi flags support by Szabolcs Nagy · 8 years ago
  97. 49eb322 update elf.h with new aarch64 relocs by Szabolcs Nagy · 8 years ago
  98. b921e0f update elf.h with powerpc64 elfv2 abi related macros by Szabolcs Nagy · 8 years ago
  99. 35b5819 add new powerpc64 relocations to elf.h by Szabolcs Nagy · 8 years ago
  100. 308e4bc add EM_OPENRISC again to elf.h by Szabolcs Nagy · 8 years ago