1. 3a81cbe netinet/if_ether.h: add ETH_TLEN from linux v4.16 by Szabolcs Nagy · 6 years ago
  2. 833df86 netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16 by Szabolcs Nagy · 6 years ago
  3. 29f3202 sys/epoll.h: add EPOLLNVAL from linux v4.16 by Szabolcs Nagy · 6 years ago
  4. f81e44a add m68k port by Rich Felker · 6 years ago
  5. 18f02c4 add support for m68k 80-bit long double variant by Rich Felker · 6 years ago
  6. d5e55ba add missing m68k relocation types in elf.h by Rich Felker · 6 years ago
  7. 610c5a8 fix TLS layout of TLS variant I when there is a gap above TP by Szabolcs Nagy · 6 years ago
  8. 029c622 fix output size handling for multi-unicode-char big5-hkscs characters by Rich Felker · 6 years ago
  9. 165a1e3 fix iconv mapping of big5-hkscs characters that map to two unicode chars by Rich Felker · 6 years ago
  10. 99f4237 fix iconv conversion to UTF-32 with implicit (big) endianness by Will Dietz · 6 years ago
  11. 55a661f fix iconv buffer overflow converting to legacy JIS-based encodings by Will Dietz · 6 years ago
  12. 40bae2d make linking of thread-start with explicit scheduling conditional by Rich Felker · 6 years ago
  13. b8742f3 improve design of thread-start with explicit scheduling attributes by Rich Felker · 6 years ago
  14. 1db9a35 clean up and reduce size of internal pthread structure by Rich Felker · 6 years ago
  15. cdba6b2 improve joinable/detached thread state handling by Rich Felker · 6 years ago
  16. 526e64f improve pthread_exit synchronization with functions targeting tid by Rich Felker · 6 years ago
  17. 4df4216 remove incorrect ESRCH error from pthread_kill by Rich Felker · 6 years ago
  18. 9e2d820 use a dedicated futex object for pthread_join instead of tid field by Rich Felker · 6 years ago
  19. 941bd88 optimize sigisemptyset by Rich Felker · 6 years ago
  20. 375840c avoid excessive stack usage in getcwd by Rich Felker · 6 years ago
  21. e3c682a work around arm gcc's rejection of r7 asm constraints in thumb mode by Rich Felker · 6 years ago
  22. 9be4ed5 getopt_long_only: don't prefix-match long-options that match short ones by Rich Felker · 6 years ago
  23. b4b1e10 reintroduce hardening against partially-replaced allocator by Rich Felker · 6 years ago
  24. 7214179 return chunks split off by memalign using __bin_chunk instead of free by Rich Felker · 6 years ago
  25. 3c2cbbe using malloc implementation types/macros/idioms for memalign by Rich Felker · 6 years ago
  26. 23389b1 move malloc implementation types and macros to an internal header by Rich Felker · 6 years ago
  27. 618b18c revert detection of partially-replaced allocator by Rich Felker · 6 years ago
  28. 3f3cc3e setvbuf: minor comment typo fix by Will Dietz · 6 years ago
  29. 8c2943f arm: use a_ll/a_sc atomics when building for ARMv6T2 by Andre McCurdy · 6 years ago
  30. 749a06b arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros by Andre McCurdy · 6 years ago
  31. ea489b8 provide optimized a_ctz_32 for arm by Andre McCurdy · 6 years ago
  32. 0c6abb5 remove a_ctz_l from arch specific atomic_arch.h by Andre McCurdy · 6 years ago
  33. 3f6dc30 fix out of bounds write for zero length buffer in gethostname by Marc André Tanner · 6 years ago
  34. 0b80a7b add support for caller-provided buffers to setvbuf by Rich Felker · 6 years ago
  35. 6019459 clean up allocation/setup logic for open_[w]memstream by Rich Felker · 6 years ago
  36. 0b043c7 clean up allocation/setup logic for fmemopen by Rich Felker · 6 years ago
  37. 4245a23 minor cleanup in fopencookie by Rich Felker · 6 years ago
  38. c9f415d allow interposition/replacement of allocator (malloc) by Rich Felker · 6 years ago
  39. c1014a8 refactor flockfile not to duplicate lock mechanism logic by Rich Felker · 6 years ago
  40. c21f750 fix stdio lock dependency on read-after-free not faulting by Rich Felker · 6 years ago
  41. 5020275 remove unused __brk function/source file by Rich Felker · 6 years ago
  42. d610c14 enable reclaim_gaps for fdpic by Rich Felker · 6 years ago
  43. 14032c3 comment __malloc_donate overflow logic by Rich Felker · 6 years ago
  44. ce7ae11 ldso, malloc: implement reclaim_gaps via __malloc_donate by Alexander Monakov · 6 years ago
  45. d889cc3 malloc: fix an over-allocation bug by Alexander Monakov · 6 years ago
  46. b941006 use explicit dynamic-list rather than symbolic-functions for linking by Rich Felker · 6 years ago
  47. 4bf0717 fix return value of nice function by Rich Felker · 6 years ago
  48. 424eab2 optimize malloc0 by Alexander Monakov · 7 years ago
  49. 10e4bd3 fix incorrect results for catan with some inputs by Rich Felker · 6 years ago
  50. ae2a01d fix wrong result in casin and many related complex functions by Rich Felker · 6 years ago
  51. ea81529 implement wcsftime padding specifier extensions by Samuel Holland · 6 years ago
  52. 119bc55 prevent bypass of guarantee that suids start with fd 0/1/2 open by Rich Felker · 6 years ago
  53. 282b1cd fix fmaf wrong result by Szabolcs Nagy · 6 years ago
  54. 729fef0 fix default feature profile in tar.h by Rich Felker · 6 years ago
  55. c7bb9c4 adjust makefile target-specific CFLAGS rules to be more robust & complete by Rich Felker · 6 years ago
  56. a7c53e0 fix out-of-tree build of crt files with stack protector enabled by Rich Felker · 6 years ago
  57. 919ad8d explicitly use signed keyword to define intNN_t and derivative types by Rich Felker · 6 years ago
  58. eb5ae94 fix minor namespace issues in termios.h by Rich Felker · 6 years ago
  59. f9c2498 remove spurious const keyword in sigqueue declaration by Rich Felker · 6 years ago
  60. a3f7bcd fix minor namespace issue in unistd.h by Rich Felker · 6 years ago
  61. d93c074 fix minor namespace issue in tar.h by Rich Felker · 6 years ago
  62. 8e1381b fix minor namespace issues in limits.h by Rich Felker · 6 years ago
  63. 6ecb9c1 use PAGESIZE rather than PAGE_SIZE in user.h bits by Rich Felker · 6 years ago
  64. c9c2cd3 reverse definition dependency between PAGESIZE and PAGE_SIZE by Rich Felker · 6 years ago
  65. 0cf5058 fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value by Rich Felker · 6 years ago
  66. 57b97b4 add public interface headers to implementation files by Rich Felker · 7 years ago
  67. 2fae10f fix aliasing violations in fgetpos/fsetpos by Rich Felker · 7 years ago
  68. 455bd82 use idiomatic safe form for FUNLOCK macro by Rich Felker · 7 years ago
  69. 7c59d09 in vswprintf, initialize the FILE rather than memset-and-assign by Rich Felker · 7 years ago
  70. aaa29c2 remove unused MIN macro from getdelim source file by Rich Felker · 7 years ago
  71. 0fbe53e remove useless null check before call to free in fclose by Rich Felker · 7 years ago
  72. 52d42b5 remove useless and confusing parentheses in stdio __towrite function by Rich Felker · 7 years ago
  73. e7eeeb9 avoid use of readv syscall in __stdio_read backend when not needed by Rich Felker · 7 years ago
  74. f928041 consistently return number of bytes read from stdio read backend by Rich Felker · 7 years ago
  75. 9bf9c73 remove obfuscated flags bit-twiddling logic in __stdio_read by Rich Felker · 7 years ago
  76. b123f23 fix getopt wrongly treating colons in optstring as valid option chars by Rich Felker · 7 years ago
  77. 82f1768 add getentropy function by Rich Felker · 7 years ago
  78. e206582 add getrandom syscall wrapper by Hauke Mehrtens · 7 years ago
  79. 9bed82d aarch64: add sve_context struct and related defines from linux v4.15 by Szabolcs Nagy · 7 years ago
  80. 74ab4b8 elf.h: add DT_SYMTAB_SHNDX by Szabolcs Nagy · 7 years ago
  81. dfeeeaf elf.h: syncronize DF_1_ flags with binutils by Szabolcs Nagy · 7 years ago
  82. eef5e48 elf.h: update NT_* coredump elf notes for linux v4.15 by Szabolcs Nagy · 7 years ago
  83. 5024804 elf.h: add PPC64_OPT_LOCALENTRY by Szabolcs Nagy · 7 years ago
  84. e7bd039 elf.h: add AT_* auxval macros for cache geometry by Szabolcs Nagy · 7 years ago
  85. 121d18d sys/prctl.h: add new PR_SVE_* macros from linux v4.15 by Szabolcs Nagy · 7 years ago
  86. 5a4a780 aarch64: update hwcap.h for linux v4.15 by Szabolcs Nagy · 7 years ago
  87. 8be960d arm: add get_tls syscall from linux v4.15 by Szabolcs Nagy · 7 years ago
  88. 0fc2f09 powerpc: update hwcap.h for linux v4.15 by Szabolcs Nagy · 7 years ago
  89. 4ccd075 s390x: add s390_sthyi system call from v4.15 by Szabolcs Nagy · 7 years ago
  90. 4001c51 netinet/in.h: add new IPV6_FREEBIND from linux v4.15 by Szabolcs Nagy · 7 years ago
  91. 5f4ff22 netinet/tcp.h: add TCP_* socket options from linux v4.15 by Szabolcs Nagy · 7 years ago
  92. 9b57db3 add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 by Szabolcs Nagy · 7 years ago
  93. 9eda4dc mips,powerpc: fix TIOCSER_TEMT in termios.h by Szabolcs Nagy · 7 years ago
  94. e696087 netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14 by Szabolcs Nagy · 7 years ago
  95. abdaba8 sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi by Szabolcs Nagy · 7 years ago
  96. fba3059 netinet/if_ether.h: add new ETH_P_ macros from linux v4.14 by Szabolcs Nagy · 7 years ago
  97. 4d4a665 net/if_arp.h: add ARPHRD_RAWIP from linux v4.14 by Szabolcs Nagy · 7 years ago
  98. 38e81dd signal.h: add missing SIGTRAP si_codes by Szabolcs Nagy · 7 years ago
  99. ebd8ef5 aarch64: add HWCAP_DCPOP from linux v4.14 by Szabolcs Nagy · 7 years ago
  100. 5431c20 sys/mman.h: add MADV_WIPEONFORK from linux v4.14 by Szabolcs Nagy · 7 years ago