1. 4b8f94c fix misspelling of a legacy macro name in sys/param.h by Rich Felker · 8 years ago
  2. 71e8392 add missing if_ether.h constants by Daniel Sabogal · 8 years ago
  3. 79c7ded add missing if_arp.h constant by Daniel Sabogal · 8 years ago
  4. 1fa2a32 fix typo in utmpx.h by Daniel Sabogal · 8 years ago
  5. 104e8a0 add missing confstr constants by Daniel Sabogal · 8 years ago
  6. e314258 fix minor problem in previous strtod non-nearest rounding bug fix by Rich Felker · 8 years ago
  7. 6ffdc45 fix strtod int optimization in non-nearest rounding mode by Szabolcs Nagy · 8 years ago
  8. d184a09 fix strtod and strtof rounding with many trailing zeros by Szabolcs Nagy · 8 years ago
  9. f33b175 fix gratuitous undefined behavior in strptime by Rich Felker · 8 years ago
  10. b24f1d2 fix getopt_long_only misinterpreting "--" as an option by Rich Felker · 8 years ago
  11. 51ab6db fix float formatting of some exact halfway cases by Szabolcs Nagy · 8 years ago
  12. 8fb28b0 add pthread_setname_np by Felix Janda · 8 years ago
  13. 3ca2d2d fix clock_nanosleep error case by Daniel Sabogal · 8 years ago
  14. 688d3da math: fix pow signed shift ub by Szabolcs Nagy · 8 years ago
  15. 8764333 update icmphdr struct following linux v4.8 by Szabolcs Nagy · 8 years ago
  16. cc7c95e add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8 by Szabolcs Nagy · 8 years ago
  17. fe39aaa add bits/hwcap.h and include it in sys/auxv.h by Szabolcs Nagy · 8 years ago
  18. 5a05f67 elf.h: update EM_ elf machine defines and add R_BPF_ defines by Szabolcs Nagy · 8 years ago
  19. 9487cc5 add ETH_P_NCSI to netinet/if_ether.h from linux v4.8 by Szabolcs Nagy · 8 years ago
  20. 189acc7 add sh syscall numbers from linux v4.8 by Szabolcs Nagy · 8 years ago
  21. 2ed811a fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8 by Szabolcs Nagy · 8 years ago
  22. 05973dc use dynamic buffer for getmntent by Natanael Copa · 8 years ago
  23. 167dfe9 fix integer overflows and uncaught EOVERFLOW in printf core by Rich Felker · 8 years ago
  24. 70d2687 fix integer overflow in float printf needed-precision computation by Rich Felker · 8 years ago
  25. aee6abb fix regexec with haystack strings longer than INT_MAX by Rich Felker · 8 years ago
  26. c3edc06 fix missing integer overflow checks in regexec buffer size computations by Rich Felker · 8 years ago
  27. 583ea83 fix strftime %y for negative tm_year by Szabolcs Nagy · 8 years ago
  28. 8d7a3f4 fix getservby*_r result pointer value on error by Daniel Sabogal · 8 years ago
  29. d917ef0 remove dead case in gethostbyname2_r by Daniel Sabogal · 8 years ago
  30. 66570ec fix undefined behavior in sched.h cpu_set_t usage by Rich Felker · 8 years ago
  31. c002668 simplify/refactor fflush and make fflush_unlocked an alias for fflush by Rich Felker · 8 years ago
  32. 5505f6a add missing *_unlocked and wcsftime_l prototypes to wchar.h by Daniel Sabogal · 8 years ago
  33. 32055d5 fix if_indextoname error case by Daniel Sabogal · 8 years ago
  34. 3848a99 fix ifru_data and ifcu_buf types in net/if.h by Daniel Sabogal · 8 years ago
  35. 78897b0 fix printf regression with alt-form octal, zero flag, and field width by Rich Felker · 8 years ago
  36. e738b8c restore _Noreturn to __assert_fail by Rich Felker · 8 years ago
  37. 3975866 getdtablesize: fix returning hard instead of soft rlimit by Olivier Brunel · 8 years ago
  38. c1f4ed1 fix FFSYNC by changing it to O_SYNC by Duncan Overbruck · 8 years ago
  39. fff8801 configure: handle mipsisa64* triplet as a mips64 target by Szabolcs Nagy · 8 years ago
  40. 5b5db97 math: fix 128bit long double inverse trigonometric functions by Szabolcs Nagy · 8 years ago
  41. 0a950dc verify that ttyname refers to the same file as the fd by Szabolcs Nagy · 8 years ago
  42. 2b41959 microblaze: add syscall numbers from linux v4.7 by Szabolcs Nagy · 8 years ago
  43. 9680e1d add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h by Szabolcs Nagy · 8 years ago
  44. c6519d4 add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h by Szabolcs Nagy · 8 years ago
  45. 0f8ad40 add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h by Szabolcs Nagy · 8 years ago
  46. 7cc3a28 fix pread/pwrite syscall calling convention on sh by Rich Felker · 8 years ago
  47. 39494a2 revert unrelated change that slipped into last commit by Rich Felker · 8 years ago
  48. cff5747 fix regression in tcsetattr on all mips archs by Rich Felker · 8 years ago
  49. 6399fa9 fix asctime day/month names not to vary by locale by Rich Felker · 8 years ago
  50. 7c82870 remove obsolete and unused gethostbyaddr implementation by Rich Felker · 8 years ago
  51. 5ab0b20 remove obsolete gitignore rules by Bobby Bingham · 8 years ago
  52. e1679ef remove or1k version of sem.h by Bobby Bingham · 8 years ago
  53. faf69b9 release 1.1.15 by Rich Felker · 8 years ago
  54. 0f47367 add stdc-predef.h for library-level predefined macros by Rich Felker · 8 years ago
  55. 0c8bc10 improve abort fallback behavior when raising SIGABRT fails to terminate by Rich Felker · 8 years ago
  56. ee3f0c5 make brace placement in public header typedef'd structs consistent by Rich Felker · 8 years ago
  57. 3c3b099 add EF_SH_ sh specific macros to elf.h by Szabolcs Nagy · 8 years ago
  58. 84fd4e4 add NT_ARM_SYSTEM_CALL to elf.h by Szabolcs Nagy · 8 years ago
  59. c3be411 add missing x86 relocs to elf.h by Szabolcs Nagy · 8 years ago
  60. 7c3b672 add DT_MIPS_RLD_MAP_REL to elf.h by Szabolcs Nagy · 8 years ago
  61. af17dc4 add SHF_COMPRESSED section flag to elf.h by Szabolcs Nagy · 8 years ago
  62. 29a96c1 add powerpc tls optimization related definitions to elf.h by Szabolcs Nagy · 8 years ago
  63. 347d061 add nios2 definitions to elf.h by Szabolcs Nagy · 8 years ago
  64. abbdf0f update elf.h with mips abi flags support by Szabolcs Nagy · 8 years ago
  65. 49eb322 update elf.h with new aarch64 relocs by Szabolcs Nagy · 8 years ago
  66. b921e0f update elf.h with powerpc64 elfv2 abi related macros by Szabolcs Nagy · 8 years ago
  67. 35b5819 add new powerpc64 relocations to elf.h by Szabolcs Nagy · 8 years ago
  68. 308e4bc add EM_OPENRISC again to elf.h by Szabolcs Nagy · 8 years ago
  69. befa586 make brace placement in public header struct definitions consistent by Rich Felker · 8 years ago
  70. 093288d fix misplaced indention in sys/procfs.h by Rich Felker · 8 years ago
  71. 45ba07f format mips bits/termios.h consistently mips64 and n32 versions by Rich Felker · 8 years ago
  72. cae8ac4 fix CBAUDEX in powerpc termios.h by Szabolcs Nagy · 8 years ago
  73. 8c316e9 fix TCS* definitions in mips termios.h by Szabolcs Nagy · 8 years ago
  74. ee9b590 fix mips termios.h macro exposure/namespace issues by Szabolcs Nagy · 8 years ago
  75. 3bda42a fix powerpc termios.h macro exposure/namespace issues by Szabolcs Nagy · 8 years ago
  76. 2e12857 fix generic termios.h macro exposure/namespace issues by Szabolcs Nagy · 8 years ago
  77. 126f58b define appropriate feature test macros to get CBAUD from termios.h by Rich Felker · 8 years ago
  78. cd208b0 fix FIOQSIZE in arm ioctl.h by Szabolcs Nagy · 8 years ago
  79. 6fce6ca remove termios2 related ioctls from sh ioctl.h by Szabolcs Nagy · 8 years ago
  80. 809495f fix TIOCMSET in mips ioctl.h by Szabolcs Nagy · 8 years ago
  81. b76d4e0 fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h by Szabolcs Nagy · 8 years ago
  82. 058c0b2 remove mips and powerpc ioctls that are missing from linux uapi by Szabolcs Nagy · 8 years ago
  83. 5ce9012 add missing TIOC* macros to ioctl.h by Szabolcs Nagy · 8 years ago
  84. 8735a92 add missing SIOCSIFNAME from linux/sockios.h to ioctl.h by Szabolcs Nagy · 8 years ago
  85. 2df9ae9 remove ioctl macros that were removed from linux uapi by Szabolcs Nagy · 8 years ago
  86. 76d7cfb use the generic ioctl.h for x86_64, x32 and aarch64 by Szabolcs Nagy · 8 years ago
  87. 7158481 add consistent reserved fields in mips64/n32 termios structures by Rich Felker · 8 years ago
  88. 3dd27f3 fix posix_fadvise syscall args on powerpc, unify with arm fix by Rich Felker · 8 years ago
  89. 3d98146 pthread: implement try/timed join variants by Bobby Bingham · 8 years ago
  90. 6d38c9c fix misordered syscall arguments for posix_fadvise on arm by Rich Felker · 8 years ago
  91. 804debe in posix_fadvise, don't bypass __syscall macro infrastructure by Rich Felker · 8 years ago
  92. 4adc6c3 refactor name_from_dns in hostname lookup backend by Natanael Copa · 8 years ago
  93. 04bced4 in performing dns lookups, check result from res_mkquery by Natanael Copa · 8 years ago
  94. 5c43e1d add RUSAGE_THREAD (Linux extension) definition to sys/resource.h by Rich Felker · 8 years ago
  95. b3bbc7b fix incorrect definition of RUSAGE_CHILDREN in sys/resource.h by Rich Felker · 8 years ago
  96. 4da0bc5 fix misaligned address buffers in gethostbyname[2][_r] results by Rich Felker · 8 years ago
  97. 384d103 fix failure to obtain EOWNERDEAD status for process-shared robust mutexes by Rich Felker · 8 years ago
  98. 6cec7bc remove comments on copyright status from UTF-8 implementation files by Rich Felker · 8 years ago
  99. 1e6fc0b avoid padding gaps in struct sockaddr_storage by Rich Felker · 8 years ago
  100. a0bb50a update sys/socket.h to linux v4.6 by Szabolcs Nagy · 8 years ago