1. a603a75 remove attribute((const)) from pthread_self and errno location decls by Rich Felker · 9 years ago
  2. ccc71e0 add format argument attributes to gettext function prototypes by Khem Raj · 9 years ago
  3. 17cdbc4 add sh relocation types needed for fdpic to elf.h by Rich Felker · 9 years ago
  4. 29ec767 socket.h: fix SO_* for mips by Roman Yeryomin · 9 years ago
  5. 11894f6 fix incorrect void return type for syncfs function by Rich Felker · 9 years ago
  6. f22a9ed byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code by Rich Felker · 9 years ago
  7. 3d7e32d add macro version of ctype.h isascii function by Rich Felker · 9 years ago
  8. b6e7c66 add missing legacy LFS64 macros in sys/resource.h by Rich Felker · 9 years ago
  9. 20de36c fix netinet/ether.h for c++ by Szabolcs Nagy · 9 years ago
  10. d0040e2 improve iswdigit macro to diagnose errors by Rich Felker · 9 years ago
  11. 7561ac4 add IPTOS_CLASS_* macros to netinet/ip.h by Szabolcs Nagy · 9 years ago
  12. e98a546 fix integer overflow in elf.h macro SHF_EXCLUDE by Rich Felker · 9 years ago
  13. 02e5d56 add PR_*_FP_MODE prctl options by Szabolcs Nagy · 9 years ago
  14. 658aefd add PR_MPX_*_MANAGEMENT prctl options by Szabolcs Nagy · 9 years ago
  15. 1bfeb1d add IP_CHECKSUM socket option to netinet/in.h by Szabolcs Nagy · 9 years ago
  16. 2ca55a9 improve ctype.h macros to diagnose errors by Rich Felker · 9 years ago
  17. 5e25d87 remove macro definition of longjmp from setjmp.h by Rich Felker · 9 years ago
  18. fd427c4 move O_PATH definition back to arch bits by Rich Felker · 9 years ago
  19. 11d1e2e fix FLT_ROUNDS regression in C++ applications by Rich Felker · 9 years ago
  20. d5a5045 fix MINSIGSTKSZ values for archs with large signal contexts by Rich Felker · 9 years ago
  21. 559de8f fix FLT_ROUNDS to reflect the current rounding mode by Szabolcs Nagy · 9 years ago
  22. ad85fcb add new si_lower and si_upper siginfo_t members by Szabolcs Nagy · 9 years ago
  23. 9c3da89 declare incomplete type struct itimerspec in timerfd.h by Rich Felker · 9 years ago
  24. 91a3bd7 fix preprocessor error introduced in poll.h in last commit by Rich Felker · 9 years ago
  25. f5011c6 fix POLLWRNORM and POLLWRBAND on mips by Trutz Behn · 10 years ago
  26. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 9 years ago
  27. 102f6a0 add new masked cancellation mode by Rich Felker · 10 years ago
  28. 70572dc add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF by Szabolcs Nagy · 10 years ago
  29. 2d67ae9 move MREMAP_MAYMOVE and MREMAP_FIXED out of bits by Trutz Behn · 10 years ago
  30. 11ac2a6 add new prctl command PR_SET_MM_MAP to sys/prctl.h by Szabolcs Nagy · 10 years ago
  31. 91f15e2 move wint_t definition to the shared part of alltypes.h.in by Rich Felker · 10 years ago
  32. dac4fc4 fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level by Rich Felker · 10 years ago
  33. 4b2cb37 add login_tty function by Felix Janda · 10 years ago
  34. aee9b15 fix signedness of WINT_MIN expression by Rich Felker · 10 years ago
  35. a9c2294 make the definition of _Complex_I explicitly complex by Rich Felker · 10 years ago
  36. 4075af4 make the result of the cimag macro a non-lvalue by Rich Felker · 10 years ago
  37. 5ff2a11 fix definition of CMPLX macros in complex.h to work in constant expressions by Rich Felker · 10 years ago
  38. aac59c1 add basic dns record parsing functions by Rich Felker · 10 years ago
  39. f164875 don't shadow functions with macros in C++ by Bobby Bingham · 10 years ago
  40. a60457c suppress macro definitions of ctype functions under C++ by Rich Felker · 10 years ago
  41. ab9672a implement uchar.h (C11 UTF-16/32 conversion) interfaces by Rich Felker · 10 years ago
  42. a3763d6 add new linux file sealing api to fcntl.h by Szabolcs Nagy · 10 years ago
  43. a0c90b9 add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h by Szabolcs Nagy · 10 years ago
  44. 5edbc6f add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE by Rich Felker · 10 years ago
  45. f929493 fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCE by Rich Felker · 10 years ago
  46. ab8f6a6 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE by Rich Felker · 10 years ago
  47. 976bb28 add new F_OFD_* macros to fcntl.h (open file description locks) by Szabolcs Nagy · 10 years ago
  48. b7cf71a add threads.h and needed per-arch types for mtx_t and cnd_t by Rich Felker · 10 years ago
  49. 6eb1950 add C11 timespec_get function, with associated time.h changes for C11 by Rich Felker · 10 years ago
  50. 7ff8042 fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h by Szabolcs Nagy · 10 years ago
  51. 70729de add static_assert and hide noreturn, alignas, alignof from C++ by Szabolcs Nagy · 10 years ago
  52. 18dde00 add C11 floating-point characteristic macros to float.h by Szabolcs Nagy · 10 years ago
  53. 8d998a7 add malloc_usable_size function and non-stub malloc.h by Rich Felker · 10 years ago
  54. 321f4fa add max_align_t definition for C11 and C++11 by Rich Felker · 10 years ago
  55. d146d4d fix CPU_EQUAL macro in sched.h by Szabolcs Nagy · 10 years ago
  56. b04971d add inline isspace in ctype.h as an optimization by Szabolcs Nagy · 10 years ago
  57. b1ae7b7 make clearenv available with _BSD_SOURCE by Clément Vasseur · 10 years ago
  58. ecc082c implement ffsl and ffsll functions by Rich Felker · 10 years ago
  59. 38db093 limit visibility of ffs function declaration to _XOPEN_SOURCE by Rich Felker · 10 years ago
  60. 871a09c add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags by Szabolcs Nagy · 10 years ago
  61. 6119fa3 add pacing rate information to the tcp_info struct in tcp.h by Szabolcs Nagy · 10 years ago
  62. 4a142db add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK by Szabolcs Nagy · 10 years ago
  63. ddddec1 add issetugid function to check for elevated privilege by Brent Cook · 10 years ago
  64. 200d154 add or1k (OpenRISC 1000) architecture port by Stefan Kristiansson · 10 years ago
  65. 5474a34 implement fmtmsg function by Rich Felker · 10 years ago
  66. 70d9c30 remove hack in syslog.h that resulted in aliasing violations by Rich Felker · 10 years ago
  67. acb7e04 implement sendmmsg and recvmmsg by Rich Felker · 10 years ago
  68. bdad2fe add support for ipv6 scope_id to getaddrinfo and getnameinfo by Rich Felker · 10 years ago
  69. 5f4c496 fix POSIX namespace pollution in sys/types.h by Szabolcs Nagy · 10 years ago
  70. c350468 update netinet/in.h to match the current kernel uapi by Szabolcs Nagy · 10 years ago
  71. c8ea212 add SO_BPF_EXTENSIONS socket option by Szabolcs Nagy · 10 years ago
  72. fd9571e add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro by Szabolcs Nagy · 10 years ago
  73. 44d28e5 overhaul siginfo_t definition in signal.h by Rich Felker · 10 years ago
  74. 93be56b remove unsupported nonstandard sysconf macros and their table entries by Rich Felker · 10 years ago
  75. 164c5c7 expose public execvpe interface by M Farkas-Dyck · 10 years ago
  76. fcea534 fix RLIMIT_ constants for mips by Szabolcs Nagy · 10 years ago
  77. 21ada94 add getauxval function by Rich Felker · 10 years ago
  78. fe1ba7d implement hcreate_r, hdestroy_r and hsearch_r by sin · 10 years ago
  79. 9505bfb fix signal.h breakage from moving stack_t to arch-specific bits by Rich Felker · 10 years ago
  80. bd5f221 move signal.h definition of stack_t to arch-specific bits by Rich Felker · 10 years ago
  81. f6e2f7e move struct semid_ds to from shared sys/sem.h to bits by Rich Felker · 10 years ago
  82. 6739b13 math.h: make __FLOAT_BITS and __DOUBLE_BITS C89 by Szabolcs Nagy · 10 years ago
  83. 73f5b09 in sys/procfs.h, avoid using __WORDSIZE macro by Rich Felker · 10 years ago
  84. d82db85 in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Szabolcs Nagy · 11 years ago
  85. fb5a2ef if_ether.h: new ethernet protocol type by Szabolcs Nagy · 11 years ago
  86. 099ce36 sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option by Szabolcs Nagy · 11 years ago
  87. a8a4e5c elf.h: add aarch64 relocations by Szabolcs Nagy · 11 years ago
  88. d99c999 elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mips by Szabolcs Nagy · 11 years ago
  89. 0f169cb sys/shm.h: move arch specific structs to bits/ by rofl0r · 11 years ago
  90. 1a2e55b sys/sem.h: cheat and make all longs use time_t instead by rofl0r · 11 years ago
  91. fdb3efa add flock64 alias for (struct) flock in fcntl.h by Rich Felker · 11 years ago
  92. e74f3b0 add parens when bit and arith ops are mixed in macros in public headers by Szabolcs Nagy · 11 years ago
  93. aa6ce3d fix signed and unsigned comparision in macros in public headers by Szabolcs Nagy · 11 years ago
  94. 89511cd reduce namespace pollution in netinet/udp.h by Rich Felker · 11 years ago
  95. 685b1cd fix use of legacy u_intN_t types in netinet/tcp.h by Rich Felker · 11 years ago
  96. fdaaa68 add support for BSD struct tcphdr in netinet/tcp.h by Rich Felker · 11 years ago
  97. ad87c2e add nonstandard timespec/timeval conversion macros in sys/time.h by Rich Felker · 11 years ago
  98. a0351ee add NO_ADDRESS macro to netdb.h as an alias for NO_DATA by Timo Teräs · 11 years ago
  99. 513136e fix namespace violation in sys/shm.h by Rich Felker · 11 years ago
  100. a1527a0 fix namespace violations in utmpx.h by Rich Felker · 11 years ago