1. a926fe2 fix incorrect type for new si_call_addr in siginfo_t by Rich Felker · 11 years ago
  2. 3d4583c add protocol families PF_IB and PF_VSOCK to socket.h by Szabolcs Nagy · 11 years ago
  3. b54f169 update siginfo according to linux headers by Szabolcs Nagy · 11 years ago
  4. a512c7d add PTRACE_PEEKSIGINFO to ptrace.h by Szabolcs Nagy · 11 years ago
  5. b5c07e4 add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN by Szabolcs Nagy · 11 years ago
  6. d74e462 add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h by Szabolcs Nagy · 11 years ago
  7. b5e409d remove TCP_COOKIE_TRANSACTIONS from tcp.h by Szabolcs Nagy · 11 years ago
  8. 8f6ec72 add SO_SELECT_ERR_QUEUE to socket.h by Szabolcs Nagy · 11 years ago
  9. 9693501 change jmp_buf to share an underlying type and struct tag with sigjmp_buf by Rich Felker · 11 years ago
  10. 9578f05 undefine internal-use type macros at the end of alltypes.h by Rich Felker · 11 years ago
  11. 009f186 move register_t and u_int64_t (back) to alltypes by Rich Felker · 11 years ago
  12. 1c6cace fix regression in size of nlink_t (broken stat struct) on x86_64 by Rich Felker · 11 years ago
  13. 8327ae0 make regoff_t and regex_t match C++ ABI by Rich Felker · 11 years ago
  14. 4e3c6b4 make pthread_key_t unsigned to match ABI by Rich Felker · 11 years ago
  15. 0109d95 make pthread attribute types structs, even when they just have one field by Rich Felker · 11 years ago
  16. c4dd0c9 change wint_t to unsigned by Rich Felker · 11 years ago
  17. 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
  18. 41e2fd9 add UIO_MAXIOV macro in sys/uio.h by Rich Felker · 11 years ago
  19. b823ef2 fix FILENAME_MAX to match PATH_MAX by Rich Felker · 11 years ago
  20. ca9aff6 add NFDBITS in sys/select.h with appropriate feature tests by Rich Felker · 11 years ago
  21. ab72420 add legacy sys/ttydefaults.h header by rofl0r · 11 years ago
  22. 0636d59 add legacy scsi/scsi_ioctl.h header by rofl0r · 11 years ago
  23. f206fec paths.h: remove cruft by rofl0r · 11 years ago
  24. fbcd820 add stubs for additional legacy ether.h functions by Rich Felker · 11 years ago
  25. 9b732fe fix shifts possibly larger than type in major() macro by Rich Felker · 11 years ago
  26. 780cbbe implement minimal dlinfo function by Rich Felker · 11 years ago
  27. 062f40e work around wrong kernel type for sem_nsems member of struct semid_ds by Rich Felker · 11 years ago
  28. 553d566 add missing type shmatt_t in sys/shm.h by Rich Felker · 11 years ago
  29. 1e2281b minor compatibility fixes in utmp.h and fixing mismatch with paths.h by Rich Felker · 11 years ago
  30. f03db4b document in sysconf and unistd.h that per-thread cpu clocks exist by Rich Felker · 11 years ago
  31. a3e2f3c respect iso c namespace in stdio.h and wchar.h regarding va_list by Rich Felker · 11 years ago
  32. e40f48a implement inet_lnaof, inet_netof, and inet_makeaddr by Rich Felker · 11 years ago
  33. 83966b3 add ether_aton[_r] and ether_ntoa[_r] functions by Rich Felker · 11 years ago
  34. 4191d24 add clock id macros for a number of new(ish) Linux-specific clocks by Rich Felker · 11 years ago
  35. 0173990 fix the type of CLOCKS_PER_SEC to match new clock_t type by Rich Felker · 11 years ago
  36. f7244d2 improve handling of nonstandard fields in struct tm by Rich Felker · 11 years ago
  37. 31ff797 fix the prototype of settimeofday to follow the original BSD declaration by Szabolcs Nagy · 11 years ago
  38. 22730d6 add FLT_TRUE_MIN, etc. macros from C11 by Rich Felker · 11 years ago
  39. ec9f535 remove the __STDC_FORMAT_MACROS nonsense from inttypes.h by Rich Felker · 11 years ago
  40. 2c18426 support full range of dev_t major/minor numbers in makedev, etc. macros by Rich Felker · 11 years ago
  41. 2897bfd remove compound literals from math.h to please c++ by Szabolcs Nagy · 12 years ago
  42. 43653c1 remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h by Rich Felker · 12 years ago
  43. 4ba3ebd make ifaddrs.h expose sys/socket.h by Rich Felker · 12 years ago
  44. b4ea638 add support for program_invocation[_short]_name by Rich Felker · 12 years ago
  45. b3792c8 include/ifaddrs.h: add prototypes for get/freeifaddrs by rofl0r · 12 years ago
  46. 202db37 add getifaddrs by rofl0r · 12 years ago
  47. 5ffe494 net/if.h: add some missing IFF_ constants by rofl0r · 12 years ago
  48. f4ded93 add prototype for dn_skipname by Rich Felker · 12 years ago
  49. baec93c add arpa/tftp.h by rofl0r · 12 years ago
  50. f77bab5 fix type issues in stdint.h so underlying types of 64-bit types match ABI by Rich Felker · 12 years ago
  51. c7af271 eliminate bits/wchar.h by Rich Felker · 12 years ago
  52. 201995f eliminate gcc dependency for testing char signedness in limits.h by Rich Felker · 12 years ago
  53. ddfb267 add put*ent functions for passwd/group files and similar for shadow by Rich Felker · 12 years ago
  54. 47cf491 re-add useconds_t by rofl0r · 12 years ago
  55. 82aad3a add arpa/nameser_compat.h by rofl0r · 12 years ago
  56. da144ee make tm_zone etc visible under _GNU_SOURCE by rofl0r · 12 years ago
  57. e82bd04 add new socket options to sys/socket.h following linux by Szabolcs Nagy · 12 years ago
  58. 46f45f7 adding ethernet protocol ids to if_ether.h following linux by Szabolcs Nagy · 12 years ago
  59. d4c04d1 add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) by Szabolcs Nagy · 12 years ago
  60. 2e76210 add new linux tcp socket option flags to netinet/tcp.h by Szabolcs Nagy · 12 years ago
  61. 0b2764d provide prototype for pthread_getattr_np by Rich Felker · 12 years ago
  62. 08514d0 fix epoll structure alignment on non-x86_64 archs by Rich Felker · 12 years ago
  63. f440761 fix missing type error in grp.h from adding fgetgrent by Rich Felker · 12 years ago
  64. 8c74178 fix some obscure header type size/alignment issues by Rich Felker · 12 years ago
  65. e201d82 fix cruft in utmp.h that was broken by changes in utmpx.h by Rich Felker · 12 years ago
  66. d1eae83 namespace conformance to latest standards in strings.h by Rich Felker · 12 years ago
  67. 8224bdb scsci/sg.h: fix usage of undefined macro HZ by rofl0r · 12 years ago
  68. caec662 add arpa/ftp.h by rofl0r · 12 years ago
  69. 2cc6335 add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals by Rich Felker · 12 years ago
  70. cac8729 add fgetgrent function by Rich Felker · 12 years ago
  71. d514264 pthread stack treatment overhaul for application-provided stacks, etc. by Rich Felker · 12 years ago
  72. 725c555 SOL_TCP is nonstandard and not in the reserved namespace by Rich Felker · 12 years ago
  73. 55ddbc3 add RTLD_NODELETE flag for dlopen by Rich Felker · 12 years ago
  74. 4d07e55 add support for RTLD_NOLOAD to dlopen by Rich Felker · 12 years ago
  75. 41d7c77 use a common definition of NULL as 0L for C and C++ by Rich Felker · 12 years ago
  76. 200f96c add MOD_TAI to sys/timex.h and update STA_RONLY by Szabolcs Nagy · 12 years ago
  77. d650631 add SWAP_FLAG_DISCARD to sys/swap.h by Szabolcs Nagy · 12 years ago
  78. 645c6d9 add mount flags to sys/mount.h by Szabolcs Nagy · 12 years ago
  79. 48854df add IN_EXCL_UNLINK to sys/inotify.h by Szabolcs Nagy · 12 years ago
  80. ada88f6 add EPOLLWAKEUP flag to sys/epoll.h by Szabolcs Nagy · 12 years ago
  81. c7351ff add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h by Szabolcs Nagy · 12 years ago
  82. 2010361 add missing ptrace requests and options to sys/ptrace.h by Szabolcs Nagy · 12 years ago
  83. 119645b add missing multicast socket options to netinet/in.h by Szabolcs Nagy · 12 years ago
  84. f13a478 add missing protocol families to sys/socket.h by Szabolcs Nagy · 12 years ago
  85. 2dec297 fix another case of cloexec/nonblock flags not matching arch values by Rich Felker · 12 years ago
  86. d84923d setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility) by rofl0r · 12 years ago
  87. 2ba3f44 add legacy header values.h by rofl0r · 12 years ago
  88. 87781ac time.h: add BSD aliases for otherwise internal struct tm members by rofl0r · 12 years ago
  89. e895ddc wait.h: add linux specific, thread-related waitpid() flags by rofl0r · 12 years ago
  90. 2c1f8fd __assert_fail(): remove _Noreturn, to get proper stacktraces by rofl0r · 12 years ago
  91. 5d893e5 add some new-ish IPPROTO constants that were missing by Rich Felker · 12 years ago
  92. d18a410 expose [v]asprintf under _BSD_SOURCE by Rich Felker · 12 years ago
  93. 761ebe0 align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch by Rich Felker · 12 years ago
  94. 8442358 add linux extension POLLRDHUP to poll.h by Rich Felker · 12 years ago
  95. 5d5ab51 merge a few fixes by sh4rm4 by Rich Felker · 12 years ago
  96. 3159e2f socket.h: add SO_(SND/RCV)BUFFORCE to generic block by rofl0r · 12 years ago
  97. 3c4214d math: more correct tgmath.h type cast logic by Szabolcs Nagy · 12 years ago
  98. 36d7303 add inet_network (required for wine) by rofl0r · 12 years ago
  99. 26cf9c3 link.h: expose glibc/svr4 dynlinker debugging glue by rofl0r · 12 years ago
  100. e9e2b66 math: new type cast logic in tgmath.h by Szabolcs Nagy · 12 years ago