1. d578c74 add MADV_FREE madvise command from linux v4.5 by Szabolcs Nagy · 8 years ago
  2. b10ca0f add EPOLLEXCLUSIVE epoll flag from linux v4.5 by Szabolcs Nagy · 8 years ago
  3. c1aabc6 add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5 by Szabolcs Nagy · 8 years ago
  4. 8ffa037 add IPV6_HDRINCL socket option from linux v4.5 by Szabolcs Nagy · 8 years ago
  5. e9f1c79 deduplicate bits/mman.h by Szabolcs Nagy · 8 years ago
  6. 98d3357 add sched_getcpu by Nathan Zadoks · 9 years ago
  7. 0ed932f do not define static_assert macro for pre-C11 compilers by Rich Felker · 9 years ago
  8. 692b16d add declarations for utmpname/utmpxname to appropriate headers by Rich Felker · 9 years ago
  9. 9a3b8f9 fix siginfo_t for mips by Szabolcs Nagy · 9 years ago
  10. 22f8482 move bits/signal.h include close to the top of signal.h by Szabolcs Nagy · 9 years ago
  11. c243d6f add new PTRACE_SECCOMP_GET_FILTER ptrace command by Szabolcs Nagy · 9 years ago
  12. 789ff6a add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags by Szabolcs Nagy · 9 years ago
  13. aaa6040 add new PTRACE_O_SUSPEND_SECCOMP ptrace option by Szabolcs Nagy · 9 years ago
  14. 8afd2a1 add new PR_CAP_AMBIENT and related defines to sys/prctl.h by Szabolcs Nagy · 9 years ago
  15. 3934f49 update netpacket/packet.h to linux v4.3 by Szabolcs Nagy · 9 years ago
  16. 2c9acc5 add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h by Szabolcs Nagy · 9 years ago
  17. 4da2d96 update netinet/tcp.h for linux v4.2 by Szabolcs Nagy · 9 years ago
  18. ecf02f4 add MS_LAZYTIME mount option to sys/mount.h by Szabolcs Nagy · 9 years ago
  19. 9f52c17 add AF_MPLS (PF_MPLS) address family to socket.h by Szabolcs Nagy · 9 years ago
  20. ea4fc27 add MSG_FASTOPEN sendmsg/sendto flag to socket.h by Szabolcs Nagy · 9 years ago
  21. 53f41fb netinet/tcp: Add TCPOPT, TCPOLEN constants by Kylie McClain · 9 years ago
  22. 2f1d1f1 fix mismatched parens in CMPLX def for annex-g-conforming compilers by Rich Felker · 9 years ago
  23. a603a75 remove attribute((const)) from pthread_self and errno location decls by Rich Felker · 9 years ago
  24. ccc71e0 add format argument attributes to gettext function prototypes by Khem Raj · 9 years ago
  25. 17cdbc4 add sh relocation types needed for fdpic to elf.h by Rich Felker · 9 years ago
  26. 29ec767 socket.h: fix SO_* for mips by Roman Yeryomin · 9 years ago
  27. 11894f6 fix incorrect void return type for syncfs function by Rich Felker · 9 years ago
  28. f22a9ed byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code by Rich Felker · 9 years ago
  29. 3d7e32d add macro version of ctype.h isascii function by Rich Felker · 9 years ago
  30. b6e7c66 add missing legacy LFS64 macros in sys/resource.h by Rich Felker · 9 years ago
  31. 20de36c fix netinet/ether.h for c++ by Szabolcs Nagy · 9 years ago
  32. d0040e2 improve iswdigit macro to diagnose errors by Rich Felker · 9 years ago
  33. 7561ac4 add IPTOS_CLASS_* macros to netinet/ip.h by Szabolcs Nagy · 9 years ago
  34. e98a546 fix integer overflow in elf.h macro SHF_EXCLUDE by Rich Felker · 9 years ago
  35. 02e5d56 add PR_*_FP_MODE prctl options by Szabolcs Nagy · 9 years ago
  36. 658aefd add PR_MPX_*_MANAGEMENT prctl options by Szabolcs Nagy · 9 years ago
  37. 1bfeb1d add IP_CHECKSUM socket option to netinet/in.h by Szabolcs Nagy · 9 years ago
  38. 2ca55a9 improve ctype.h macros to diagnose errors by Rich Felker · 9 years ago
  39. 5e25d87 remove macro definition of longjmp from setjmp.h by Rich Felker · 9 years ago
  40. fd427c4 move O_PATH definition back to arch bits by Rich Felker · 9 years ago
  41. 11d1e2e fix FLT_ROUNDS regression in C++ applications by Rich Felker · 9 years ago
  42. d5a5045 fix MINSIGSTKSZ values for archs with large signal contexts by Rich Felker · 10 years ago
  43. 559de8f fix FLT_ROUNDS to reflect the current rounding mode by Szabolcs Nagy · 10 years ago
  44. ad85fcb add new si_lower and si_upper siginfo_t members by Szabolcs Nagy · 10 years ago
  45. 9c3da89 declare incomplete type struct itimerspec in timerfd.h by Rich Felker · 10 years ago
  46. 91a3bd7 fix preprocessor error introduced in poll.h in last commit by Rich Felker · 10 years ago
  47. f5011c6 fix POLLWRNORM and POLLWRBAND on mips by Trutz Behn · 10 years ago
  48. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 10 years ago
  49. 102f6a0 add new masked cancellation mode by Rich Felker · 10 years ago
  50. 70572dc add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF by Szabolcs Nagy · 10 years ago
  51. 2d67ae9 move MREMAP_MAYMOVE and MREMAP_FIXED out of bits by Trutz Behn · 10 years ago
  52. 11ac2a6 add new prctl command PR_SET_MM_MAP to sys/prctl.h by Szabolcs Nagy · 10 years ago
  53. 91f15e2 move wint_t definition to the shared part of alltypes.h.in by Rich Felker · 10 years ago
  54. dac4fc4 fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level by Rich Felker · 10 years ago
  55. 4b2cb37 add login_tty function by Felix Janda · 10 years ago
  56. aee9b15 fix signedness of WINT_MIN expression by Rich Felker · 10 years ago
  57. a9c2294 make the definition of _Complex_I explicitly complex by Rich Felker · 10 years ago
  58. 4075af4 make the result of the cimag macro a non-lvalue by Rich Felker · 10 years ago
  59. 5ff2a11 fix definition of CMPLX macros in complex.h to work in constant expressions by Rich Felker · 10 years ago
  60. aac59c1 add basic dns record parsing functions by Rich Felker · 10 years ago
  61. f164875 don't shadow functions with macros in C++ by Bobby Bingham · 10 years ago
  62. a60457c suppress macro definitions of ctype functions under C++ by Rich Felker · 10 years ago
  63. ab9672a implement uchar.h (C11 UTF-16/32 conversion) interfaces by Rich Felker · 10 years ago
  64. a3763d6 add new linux file sealing api to fcntl.h by Szabolcs Nagy · 10 years ago
  65. a0c90b9 add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h by Szabolcs Nagy · 10 years ago
  66. 5edbc6f add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE by Rich Felker · 10 years ago
  67. f929493 fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCE by Rich Felker · 10 years ago
  68. ab8f6a6 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE by Rich Felker · 10 years ago
  69. 976bb28 add new F_OFD_* macros to fcntl.h (open file description locks) by Szabolcs Nagy · 10 years ago
  70. b7cf71a add threads.h and needed per-arch types for mtx_t and cnd_t by Rich Felker · 10 years ago
  71. 6eb1950 add C11 timespec_get function, with associated time.h changes for C11 by Rich Felker · 10 years ago
  72. 7ff8042 fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h by Szabolcs Nagy · 10 years ago
  73. 70729de add static_assert and hide noreturn, alignas, alignof from C++ by Szabolcs Nagy · 10 years ago
  74. 18dde00 add C11 floating-point characteristic macros to float.h by Szabolcs Nagy · 10 years ago
  75. 8d998a7 add malloc_usable_size function and non-stub malloc.h by Rich Felker · 10 years ago
  76. 321f4fa add max_align_t definition for C11 and C++11 by Rich Felker · 10 years ago
  77. d146d4d fix CPU_EQUAL macro in sched.h by Szabolcs Nagy · 10 years ago
  78. b04971d add inline isspace in ctype.h as an optimization by Szabolcs Nagy · 10 years ago
  79. b1ae7b7 make clearenv available with _BSD_SOURCE by Clément Vasseur · 10 years ago
  80. ecc082c implement ffsl and ffsll functions by Rich Felker · 10 years ago
  81. 38db093 limit visibility of ffs function declaration to _XOPEN_SOURCE by Rich Felker · 10 years ago
  82. 871a09c add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags by Szabolcs Nagy · 10 years ago
  83. 6119fa3 add pacing rate information to the tcp_info struct in tcp.h by Szabolcs Nagy · 10 years ago
  84. 4a142db add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK by Szabolcs Nagy · 10 years ago
  85. ddddec1 add issetugid function to check for elevated privilege by Brent Cook · 10 years ago
  86. 200d154 add or1k (OpenRISC 1000) architecture port by Stefan Kristiansson · 10 years ago
  87. 5474a34 implement fmtmsg function by Rich Felker · 10 years ago
  88. 70d9c30 remove hack in syslog.h that resulted in aliasing violations by Rich Felker · 10 years ago
  89. acb7e04 implement sendmmsg and recvmmsg by Rich Felker · 10 years ago
  90. bdad2fe add support for ipv6 scope_id to getaddrinfo and getnameinfo by Rich Felker · 10 years ago
  91. 5f4c496 fix POSIX namespace pollution in sys/types.h by Szabolcs Nagy · 10 years ago
  92. c350468 update netinet/in.h to match the current kernel uapi by Szabolcs Nagy · 10 years ago
  93. c8ea212 add SO_BPF_EXTENSIONS socket option by Szabolcs Nagy · 10 years ago
  94. fd9571e add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro by Szabolcs Nagy · 10 years ago
  95. 44d28e5 overhaul siginfo_t definition in signal.h by Rich Felker · 10 years ago
  96. 93be56b remove unsupported nonstandard sysconf macros and their table entries by Rich Felker · 10 years ago
  97. 164c5c7 expose public execvpe interface by M Farkas-Dyck · 10 years ago
  98. fcea534 fix RLIMIT_ constants for mips by Szabolcs Nagy · 10 years ago
  99. 21ada94 add getauxval function by Rich Felker · 10 years ago
  100. fe1ba7d implement hcreate_r, hdestroy_r and hsearch_r by sin · 10 years ago