1. 559de8f fix FLT_ROUNDS to reflect the current rounding mode by Szabolcs Nagy · 9 years ago
  2. ad85fcb add new si_lower and si_upper siginfo_t members by Szabolcs Nagy · 9 years ago
  3. 9c3da89 declare incomplete type struct itimerspec in timerfd.h by Rich Felker · 9 years ago
  4. 91a3bd7 fix preprocessor error introduced in poll.h in last commit by Rich Felker · 9 years ago
  5. f5011c6 fix POLLWRNORM and POLLWRBAND on mips by Trutz Behn · 10 years ago
  6. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 9 years ago
  7. 102f6a0 add new masked cancellation mode by Rich Felker · 10 years ago
  8. 70572dc add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF by Szabolcs Nagy · 10 years ago
  9. 2d67ae9 move MREMAP_MAYMOVE and MREMAP_FIXED out of bits by Trutz Behn · 10 years ago
  10. 11ac2a6 add new prctl command PR_SET_MM_MAP to sys/prctl.h by Szabolcs Nagy · 10 years ago
  11. 91f15e2 move wint_t definition to the shared part of alltypes.h.in by Rich Felker · 10 years ago
  12. dac4fc4 fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level by Rich Felker · 10 years ago
  13. 4b2cb37 add login_tty function by Felix Janda · 10 years ago
  14. aee9b15 fix signedness of WINT_MIN expression by Rich Felker · 10 years ago
  15. a9c2294 make the definition of _Complex_I explicitly complex by Rich Felker · 10 years ago
  16. 4075af4 make the result of the cimag macro a non-lvalue by Rich Felker · 10 years ago
  17. 5ff2a11 fix definition of CMPLX macros in complex.h to work in constant expressions by Rich Felker · 10 years ago
  18. aac59c1 add basic dns record parsing functions by Rich Felker · 10 years ago
  19. f164875 don't shadow functions with macros in C++ by Bobby Bingham · 10 years ago
  20. a60457c suppress macro definitions of ctype functions under C++ by Rich Felker · 10 years ago
  21. ab9672a implement uchar.h (C11 UTF-16/32 conversion) interfaces by Rich Felker · 10 years ago
  22. a3763d6 add new linux file sealing api to fcntl.h by Szabolcs Nagy · 10 years ago
  23. a0c90b9 add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h by Szabolcs Nagy · 10 years ago
  24. 5edbc6f add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE by Rich Felker · 10 years ago
  25. f929493 fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCE by Rich Felker · 10 years ago
  26. ab8f6a6 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE by Rich Felker · 10 years ago
  27. 976bb28 add new F_OFD_* macros to fcntl.h (open file description locks) by Szabolcs Nagy · 10 years ago
  28. b7cf71a add threads.h and needed per-arch types for mtx_t and cnd_t by Rich Felker · 10 years ago
  29. 6eb1950 add C11 timespec_get function, with associated time.h changes for C11 by Rich Felker · 10 years ago
  30. 7ff8042 fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h by Szabolcs Nagy · 10 years ago
  31. 70729de add static_assert and hide noreturn, alignas, alignof from C++ by Szabolcs Nagy · 10 years ago
  32. 18dde00 add C11 floating-point characteristic macros to float.h by Szabolcs Nagy · 10 years ago
  33. 8d998a7 add malloc_usable_size function and non-stub malloc.h by Rich Felker · 10 years ago
  34. 321f4fa add max_align_t definition for C11 and C++11 by Rich Felker · 10 years ago
  35. d146d4d fix CPU_EQUAL macro in sched.h by Szabolcs Nagy · 10 years ago
  36. b04971d add inline isspace in ctype.h as an optimization by Szabolcs Nagy · 10 years ago
  37. b1ae7b7 make clearenv available with _BSD_SOURCE by Clément Vasseur · 10 years ago
  38. ecc082c implement ffsl and ffsll functions by Rich Felker · 10 years ago
  39. 38db093 limit visibility of ffs function declaration to _XOPEN_SOURCE by Rich Felker · 10 years ago
  40. 871a09c add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags by Szabolcs Nagy · 10 years ago
  41. 6119fa3 add pacing rate information to the tcp_info struct in tcp.h by Szabolcs Nagy · 10 years ago
  42. 4a142db add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK by Szabolcs Nagy · 10 years ago
  43. ddddec1 add issetugid function to check for elevated privilege by Brent Cook · 10 years ago
  44. 200d154 add or1k (OpenRISC 1000) architecture port by Stefan Kristiansson · 10 years ago
  45. 5474a34 implement fmtmsg function by Rich Felker · 10 years ago
  46. 70d9c30 remove hack in syslog.h that resulted in aliasing violations by Rich Felker · 10 years ago
  47. acb7e04 implement sendmmsg and recvmmsg by Rich Felker · 10 years ago
  48. bdad2fe add support for ipv6 scope_id to getaddrinfo and getnameinfo by Rich Felker · 10 years ago
  49. 5f4c496 fix POSIX namespace pollution in sys/types.h by Szabolcs Nagy · 10 years ago
  50. c350468 update netinet/in.h to match the current kernel uapi by Szabolcs Nagy · 10 years ago
  51. c8ea212 add SO_BPF_EXTENSIONS socket option by Szabolcs Nagy · 10 years ago
  52. fd9571e add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro by Szabolcs Nagy · 10 years ago
  53. 44d28e5 overhaul siginfo_t definition in signal.h by Rich Felker · 10 years ago
  54. 93be56b remove unsupported nonstandard sysconf macros and their table entries by Rich Felker · 10 years ago
  55. 164c5c7 expose public execvpe interface by M Farkas-Dyck · 10 years ago
  56. fcea534 fix RLIMIT_ constants for mips by Szabolcs Nagy · 10 years ago
  57. 21ada94 add getauxval function by Rich Felker · 10 years ago
  58. fe1ba7d implement hcreate_r, hdestroy_r and hsearch_r by sin · 10 years ago
  59. 9505bfb fix signal.h breakage from moving stack_t to arch-specific bits by Rich Felker · 10 years ago
  60. bd5f221 move signal.h definition of stack_t to arch-specific bits by Rich Felker · 10 years ago
  61. f6e2f7e move struct semid_ds to from shared sys/sem.h to bits by Rich Felker · 10 years ago
  62. 6739b13 math.h: make __FLOAT_BITS and __DOUBLE_BITS C89 by Szabolcs Nagy · 10 years ago
  63. 73f5b09 in sys/procfs.h, avoid using __WORDSIZE macro by Rich Felker · 10 years ago
  64. d82db85 in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Szabolcs Nagy · 11 years ago
  65. fb5a2ef if_ether.h: new ethernet protocol type by Szabolcs Nagy · 11 years ago
  66. 099ce36 sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option by Szabolcs Nagy · 11 years ago
  67. a8a4e5c elf.h: add aarch64 relocations by Szabolcs Nagy · 11 years ago
  68. d99c999 elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mips by Szabolcs Nagy · 11 years ago
  69. 0f169cb sys/shm.h: move arch specific structs to bits/ by rofl0r · 11 years ago
  70. 1a2e55b sys/sem.h: cheat and make all longs use time_t instead by rofl0r · 11 years ago
  71. fdb3efa add flock64 alias for (struct) flock in fcntl.h by Rich Felker · 11 years ago
  72. e74f3b0 add parens when bit and arith ops are mixed in macros in public headers by Szabolcs Nagy · 11 years ago
  73. aa6ce3d fix signed and unsigned comparision in macros in public headers by Szabolcs Nagy · 11 years ago
  74. 89511cd reduce namespace pollution in netinet/udp.h by Rich Felker · 11 years ago
  75. 685b1cd fix use of legacy u_intN_t types in netinet/tcp.h by Rich Felker · 11 years ago
  76. fdaaa68 add support for BSD struct tcphdr in netinet/tcp.h by Rich Felker · 11 years ago
  77. ad87c2e add nonstandard timespec/timeval conversion macros in sys/time.h by Rich Felker · 11 years ago
  78. a0351ee add NO_ADDRESS macro to netdb.h as an alias for NO_DATA by Timo Teräs · 11 years ago
  79. 513136e fix namespace violation in sys/shm.h by Rich Felker · 11 years ago
  80. a1527a0 fix namespace violations in utmpx.h by Rich Felker · 11 years ago
  81. acde013 fix remaining known namespace violations for netinet/in.h by Rich Felker · 11 years ago
  82. 1d23b3c fix const-correctness of argument to stime by Rich Felker · 11 years ago
  83. 74998fb fix signedness of pgoff argument to remap_file_pages by Rich Felker · 11 years ago
  84. 3500555 fix const-correctness in sigandset/sigorset arguments by Rich Felker · 11 years ago
  85. 2c5e756 remove sys/sysctl.h by Rich Felker · 11 years ago
  86. 2750337 fix incorrect type for wd argument of inotify_rm_watch by Rich Felker · 11 years ago
  87. dbe221e fix argument types for legacy function inet_makeaddr by Rich Felker · 11 years ago
  88. 839cc4e const-qualify the address argument to dladdr by Rich Felker · 11 years ago
  89. 1e7a581 add some missing LFS64 aliases for fadvise/fallocate functions by Rich Felker · 11 years ago
  90. 5c81b8f add fanotify syscall wrapper and header by rofl0r · 11 years ago
  91. 7e10f20 fix struct signalfd_siginfo by Timo Teräs · 11 years ago
  92. 18144af implement legacy function herror by Rich Felker · 11 years ago
  93. e36d8a1 add sys/quota.h and quotactl syscall wrapper by Rich Felker · 11 years ago
  94. c91ad4f add netinet/igmp.h and multicast groups to netinet/in.h by Rich Felker · 11 years ago
  95. e2b4525 add TCP_INFO and TCP_MD5SIG socket option related structures by Timo Teräs · 11 years ago
  96. 8708e13 add posix_close, accepted for inclusion in the next issue of POSIX by Rich Felker · 11 years ago
  97. b054137 move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace by Szabolcs Nagy · 11 years ago
  98. 2c24180 fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_* by Szabolcs Nagy · 11 years ago
  99. ccbc365 fix res_mkquery and res_send prototypes in resolv.h by Szabolcs Nagy · 11 years ago
  100. 83c8fe5 remove duplicate definition of _PATH_LASTLOG in paths.h by Rich Felker · 11 years ago