1. e980ca7 define FP_FAST_FMA* when fma* can be inlined by Szabolcs Nagy · 6 years ago
  2. 65c8be3 fcntl.h: define O_TTY_INIT to 0 by A. Wilcox · 6 years ago
  3. e8e780a fix signature of function accepted by makecontext by Bobby Bingham · 5 years ago
  4. cff993c sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0 by Szabolcs Nagy · 6 years ago
  5. 843e453 elf.h: add NT_ definitions from linux v5.0 by Szabolcs Nagy · 6 years ago
  6. 02f769b elf.h: update with C-SKY definitions by Szabolcs Nagy · 6 years ago
  7. 9e06514 netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0 by Szabolcs Nagy · 6 years ago
  8. 292bda7 netinet/udp.h: add UDP_GRO from linux v5.0 by Szabolcs Nagy · 6 years ago
  9. 13c73da sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20 by Szabolcs Nagy · 6 years ago
  10. 0b026bb netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20 by Szabolcs Nagy · 6 years ago
  11. c6a61df add PACKET_IGNORE_OUTGOING sockopt from linux v4.20 by Szabolcs Nagy · 6 years ago
  12. db8b53f sys/mman.h: add new hugetlb mmap flags from linux v4.19 by Szabolcs Nagy · 6 years ago
  13. 5640bc5 elf.h: add new mips core dump note values from linux v4.19 by Szabolcs Nagy · 6 years ago
  14. 3e52f99 netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19 by Szabolcs Nagy · 6 years ago
  15. b47723a netinet/tcp.h: add tcp_info fields from linux v4.19 by Szabolcs Nagy · 6 years ago
  16. df4b017 sys/inotify.h: add IN_MASK_CREATE from linux v4.19 by Szabolcs Nagy · 6 years ago
  17. 31b3efb sys/socket.h: add SO_TXTIME from linux v4.19 by Szabolcs Nagy · 6 years ago
  18. 4b125dd fix POSIX_FADV_DONTNEED/_NOREUSE on s390x by Jonathan Neuschäfer · 6 years ago
  19. 81221e1 expose TSVTX unconditionally in tar.h by Rich Felker · 6 years ago
  20. f368d9f make FILE a complete type for pre-C11 standard profiles by Rich Felker · 6 years ago
  21. ba18c1e add membarrier syscall wrapper, refactor dynamic tls install to use it by Rich Felker · 6 years ago
  22. 1dd915c update line discipline constants by Bobby Bingham · 6 years ago
  23. 3517d74 move arch-invariant definitions out of bits/ioctl.h by Bobby Bingham · 6 years ago
  24. 1de4788 add NT_VMCOREDD to elf.h from linux v4.18 by Szabolcs Nagy · 6 years ago
  25. 836022b add AT_MINSIGSTKSZ to elf.h from linux v4.18 by Szabolcs Nagy · 6 years ago
  26. ca73bea add TRAP_UNK si_code to signal.h from linux v4.18 by Szabolcs Nagy · 6 years ago
  27. a71276e add SIGSYS support to sys/signalfd.h from linux v4.18 by Szabolcs Nagy · 6 years ago
  28. 0a9a5c2 add AF_XDP to sys/socket.h from linux v4.18 by Szabolcs Nagy · 6 years ago
  29. 4b9b8c8 update netinet/udp.h for linux v4.18 by Szabolcs Nagy · 6 years ago
  30. ac1af87 update netinet/tcp.h for linux v4.18 by Szabolcs Nagy · 6 years ago
  31. bf453d6 restore attribute((const)) to pthread_self and errno location decls by Rich Felker · 6 years ago
  32. 7d7f442 define MAX_HANDLE_SZ for use with name_to_handle_at by Khem Raj · 6 years ago
  33. 3e14bbc wireup linux/name_to_handle_at and name_to_handle_at syscalls by Khem Raj · 6 years ago
  34. fe61a7a rework mechanism for posix_spawnp calling posix_spawn by Rich Felker · 6 years ago
  35. cdbbcfb fix dubious char signedness check in limits.h by Rich Felker · 6 years ago
  36. 184ef36 fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if by Rich Felker · 6 years ago
  37. 767f7a1 remove erroneous SYMLINK_MAX definition from limits.h, pathconf by Rich Felker · 6 years ago
  38. f2c6dbe move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits by midipix · 6 years ago
  39. 2fab90a remove inclusion guard hacks for sys/kd.h by midipix · 6 years ago
  40. df6d945 add support for arch-specific ptrace command macros by Szabolcs Nagy · 6 years ago
  41. 7ea32a8 sys/ptrace.h: add missing PTRACE_EVENT_STOP by Szabolcs Nagy · 6 years ago
  42. cbf16c4 uchar.h: define char16_t and char32_t for old c++ by Szabolcs Nagy · 6 years ago
  43. 0620152 add ST_RELATIME to statvfs.h by Rich Felker · 6 years ago
  44. 05ac345 add explicit_bzero implementation by David Carlier · 6 years ago
  45. 587f5a5 fix value of SO_PEERSEC on mips archs by Rich Felker · 6 years ago
  46. 38f2fa3 add memfd_create syscall wrapper by Szabolcs Nagy · 6 years ago
  47. b64d66d add mlock2 linux syscall wrapper by Szabolcs Nagy · 6 years ago
  48. da9f2b2 add speculation control prctls from linux v4.17 by Szabolcs Nagy · 6 years ago
  49. 5b85ed5 add ETH_P_PREAUTH ethertype from linux v4.17 by Szabolcs Nagy · 6 years ago
  50. ebeb1de add TCP_NLA_* from linux v4.17 by Szabolcs Nagy · 6 years ago
  51. af55070 add {MSG,SEM,SHM}_STAT_ANY from linux v4.17 by Szabolcs Nagy · 6 years ago
  52. 156a3be add MAP_FIXED_NOREPLACE from linux v4.17 by Szabolcs Nagy · 6 years ago
  53. 0f7aa60 sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16 by Szabolcs Nagy · 6 years ago
  54. 3a81cbe netinet/if_ether.h: add ETH_TLEN from linux v4.16 by Szabolcs Nagy · 6 years ago
  55. 833df86 netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16 by Szabolcs Nagy · 6 years ago
  56. 29f3202 sys/epoll.h: add EPOLLNVAL from linux v4.16 by Szabolcs Nagy · 6 years ago
  57. d5e55ba add missing m68k relocation types in elf.h by Rich Felker · 6 years ago
  58. 729fef0 fix default feature profile in tar.h by Rich Felker · 6 years ago
  59. 919ad8d explicitly use signed keyword to define intNN_t and derivative types by Rich Felker · 7 years ago
  60. f9c2498 remove spurious const keyword in sigqueue declaration by Rich Felker · 7 years ago
  61. a3f7bcd fix minor namespace issue in unistd.h by Rich Felker · 7 years ago
  62. d93c074 fix minor namespace issue in tar.h by Rich Felker · 7 years ago
  63. 8e1381b fix minor namespace issues in limits.h by Rich Felker · 7 years ago
  64. c9c2cd3 reverse definition dependency between PAGESIZE and PAGE_SIZE by Rich Felker · 7 years ago
  65. 2fae10f fix aliasing violations in fgetpos/fsetpos by Rich Felker · 7 years ago
  66. 82f1768 add getentropy function by Rich Felker · 7 years ago
  67. e206582 add getrandom syscall wrapper by Hauke Mehrtens · 7 years ago
  68. 74ab4b8 elf.h: add DT_SYMTAB_SHNDX by Szabolcs Nagy · 7 years ago
  69. dfeeeaf elf.h: syncronize DF_1_ flags with binutils by Szabolcs Nagy · 7 years ago
  70. eef5e48 elf.h: update NT_* coredump elf notes for linux v4.15 by Szabolcs Nagy · 7 years ago
  71. 5024804 elf.h: add PPC64_OPT_LOCALENTRY by Szabolcs Nagy · 7 years ago
  72. e7bd039 elf.h: add AT_* auxval macros for cache geometry by Szabolcs Nagy · 7 years ago
  73. 121d18d sys/prctl.h: add new PR_SVE_* macros from linux v4.15 by Szabolcs Nagy · 7 years ago
  74. 4001c51 netinet/in.h: add new IPV6_FREEBIND from linux v4.15 by Szabolcs Nagy · 7 years ago
  75. 5f4ff22 netinet/tcp.h: add TCP_* socket options from linux v4.15 by Szabolcs Nagy · 7 years ago
  76. 9b57db3 add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 by Szabolcs Nagy · 7 years ago
  77. e696087 netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14 by Szabolcs Nagy · 7 years ago
  78. abdaba8 sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi by Szabolcs Nagy · 7 years ago
  79. fba3059 netinet/if_ether.h: add new ETH_P_ macros from linux v4.14 by Szabolcs Nagy · 7 years ago
  80. 4d4a665 net/if_arp.h: add ARPHRD_RAWIP from linux v4.14 by Szabolcs Nagy · 7 years ago
  81. 38e81dd signal.h: add missing SIGTRAP si_codes by Szabolcs Nagy · 7 years ago
  82. 5431c20 sys/mman.h: add MADV_WIPEONFORK from linux v4.14 by Szabolcs Nagy · 7 years ago
  83. 986bc21 sys/socket.h: add MSG_ZEROCOPY from linux v4.14 by Szabolcs Nagy · 7 years ago
  84. 404097a sys/socket.h: add SOL_TLS from linux v4.13 by Szabolcs Nagy · 7 years ago
  85. 709bbf5 sys/socket.h: add PF_SMC from linux v4.11 by Szabolcs Nagy · 7 years ago
  86. 1bc10ff add _DIRENT_HAVE_D_* macros to dirent.h by Rostislav Skudnov · 7 years ago
  87. b583c5d add additional uapi guards for Linux kernel header files by Hauke Mehrtens · 7 years ago
  88. d5029bb fix endian errors in netinet/icmp6.h due to failure to include endian.h by Rich Felker · 7 years ago
  89. 14cec86 fix endian errors in arpa/nameser.h due to failure to include endian.h by Jo-Philipp Wich · 7 years ago
  90. 2488d31 adjust fopencookie structure tag for ABI-compat by Rich Felker · 7 years ago
  91. 0618433 implement the fopencookie extension to stdio by William Pitcock · 7 years ago
  92. 6651ef1 add new tcp.h socket options from linux v4.13 by Szabolcs Nagy · 7 years ago
  93. 14ced22 add new fcntl.h macros from linux v4.13 by Szabolcs Nagy · 7 years ago
  94. c35a8bf add SO_ getsockopt options from linux v4.13 by Szabolcs Nagy · 7 years ago
  95. 4c81122 add ARPHDR_VSOCKMON from linux v4.12 by Szabolcs Nagy · 7 years ago
  96. 54f04d9 add new SO_ socket options from linux v4.12 by Szabolcs Nagy · 7 years ago
  97. c519658 add TCP_NLA_* enums from linux v4.11 by Szabolcs Nagy · 7 years ago
  98. ee3ae78 add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11 by Szabolcs Nagy · 7 years ago
  99. 3eb82f7 add ETH_P_IBOE from linux v4.11 by Szabolcs Nagy · 7 years ago
  100. d800403 add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing by Szabolcs Nagy · 8 years ago