1. ce7ae11 ldso, malloc: implement reclaim_gaps via __malloc_donate by Alexander Monakov · 6 years ago
  2. d889cc3 malloc: fix an over-allocation bug by Alexander Monakov · 6 years ago
  3. b941006 use explicit dynamic-list rather than symbolic-functions for linking by Rich Felker · 6 years ago
  4. 4bf0717 fix return value of nice function by Rich Felker · 6 years ago
  5. 424eab2 optimize malloc0 by Alexander Monakov · 7 years ago
  6. 10e4bd3 fix incorrect results for catan with some inputs by Rich Felker · 6 years ago
  7. ae2a01d fix wrong result in casin and many related complex functions by Rich Felker · 6 years ago
  8. ea81529 implement wcsftime padding specifier extensions by Samuel Holland · 6 years ago
  9. 119bc55 prevent bypass of guarantee that suids start with fd 0/1/2 open by Rich Felker · 6 years ago
  10. 282b1cd fix fmaf wrong result by Szabolcs Nagy · 6 years ago
  11. 729fef0 fix default feature profile in tar.h by Rich Felker · 6 years ago
  12. c7bb9c4 adjust makefile target-specific CFLAGS rules to be more robust & complete by Rich Felker · 6 years ago
  13. a7c53e0 fix out-of-tree build of crt files with stack protector enabled by Rich Felker · 6 years ago
  14. 919ad8d explicitly use signed keyword to define intNN_t and derivative types by Rich Felker · 7 years ago
  15. eb5ae94 fix minor namespace issues in termios.h by Rich Felker · 7 years ago
  16. f9c2498 remove spurious const keyword in sigqueue declaration by Rich Felker · 7 years ago
  17. a3f7bcd fix minor namespace issue in unistd.h by Rich Felker · 7 years ago
  18. d93c074 fix minor namespace issue in tar.h by Rich Felker · 7 years ago
  19. 8e1381b fix minor namespace issues in limits.h by Rich Felker · 7 years ago
  20. 6ecb9c1 use PAGESIZE rather than PAGE_SIZE in user.h bits by Rich Felker · 7 years ago
  21. c9c2cd3 reverse definition dependency between PAGESIZE and PAGE_SIZE by Rich Felker · 7 years ago
  22. 0cf5058 fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value by Rich Felker · 7 years ago
  23. 57b97b4 add public interface headers to implementation files by Rich Felker · 7 years ago
  24. 2fae10f fix aliasing violations in fgetpos/fsetpos by Rich Felker · 7 years ago
  25. 455bd82 use idiomatic safe form for FUNLOCK macro by Rich Felker · 7 years ago
  26. 7c59d09 in vswprintf, initialize the FILE rather than memset-and-assign by Rich Felker · 7 years ago
  27. aaa29c2 remove unused MIN macro from getdelim source file by Rich Felker · 7 years ago
  28. 0fbe53e remove useless null check before call to free in fclose by Rich Felker · 7 years ago
  29. 52d42b5 remove useless and confusing parentheses in stdio __towrite function by Rich Felker · 7 years ago
  30. e7eeeb9 avoid use of readv syscall in __stdio_read backend when not needed by Rich Felker · 7 years ago
  31. f928041 consistently return number of bytes read from stdio read backend by Rich Felker · 7 years ago
  32. 9bf9c73 remove obfuscated flags bit-twiddling logic in __stdio_read by Rich Felker · 7 years ago
  33. b123f23 fix getopt wrongly treating colons in optstring as valid option chars by Rich Felker · 7 years ago
  34. 82f1768 add getentropy function by Rich Felker · 7 years ago
  35. e206582 add getrandom syscall wrapper by Hauke Mehrtens · 7 years ago
  36. 9bed82d aarch64: add sve_context struct and related defines from linux v4.15 by Szabolcs Nagy · 7 years ago
  37. 74ab4b8 elf.h: add DT_SYMTAB_SHNDX by Szabolcs Nagy · 7 years ago
  38. dfeeeaf elf.h: syncronize DF_1_ flags with binutils by Szabolcs Nagy · 7 years ago
  39. eef5e48 elf.h: update NT_* coredump elf notes for linux v4.15 by Szabolcs Nagy · 7 years ago
  40. 5024804 elf.h: add PPC64_OPT_LOCALENTRY by Szabolcs Nagy · 7 years ago
  41. e7bd039 elf.h: add AT_* auxval macros for cache geometry by Szabolcs Nagy · 7 years ago
  42. 121d18d sys/prctl.h: add new PR_SVE_* macros from linux v4.15 by Szabolcs Nagy · 7 years ago
  43. 5a4a780 aarch64: update hwcap.h for linux v4.15 by Szabolcs Nagy · 7 years ago
  44. 8be960d arm: add get_tls syscall from linux v4.15 by Szabolcs Nagy · 7 years ago
  45. 0fc2f09 powerpc: update hwcap.h for linux v4.15 by Szabolcs Nagy · 7 years ago
  46. 4ccd075 s390x: add s390_sthyi system call from v4.15 by Szabolcs Nagy · 7 years ago
  47. 4001c51 netinet/in.h: add new IPV6_FREEBIND from linux v4.15 by Szabolcs Nagy · 7 years ago
  48. 5f4ff22 netinet/tcp.h: add TCP_* socket options from linux v4.15 by Szabolcs Nagy · 7 years ago
  49. 9b57db3 add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 by Szabolcs Nagy · 7 years ago
  50. 9eda4dc mips,powerpc: fix TIOCSER_TEMT in termios.h by Szabolcs Nagy · 7 years ago
  51. e696087 netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14 by Szabolcs Nagy · 7 years ago
  52. abdaba8 sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi by Szabolcs Nagy · 7 years ago
  53. fba3059 netinet/if_ether.h: add new ETH_P_ macros from linux v4.14 by Szabolcs Nagy · 7 years ago
  54. 4d4a665 net/if_arp.h: add ARPHRD_RAWIP from linux v4.14 by Szabolcs Nagy · 7 years ago
  55. 38e81dd signal.h: add missing SIGTRAP si_codes by Szabolcs Nagy · 7 years ago
  56. ebd8ef5 aarch64: add HWCAP_DCPOP from linux v4.14 by Szabolcs Nagy · 7 years ago
  57. 5431c20 sys/mman.h: add MADV_WIPEONFORK from linux v4.14 by Szabolcs Nagy · 7 years ago
  58. 986bc21 sys/socket.h: add MSG_ZEROCOPY from linux v4.14 by Szabolcs Nagy · 7 years ago
  59. 404097a sys/socket.h: add SOL_TLS from linux v4.13 by Szabolcs Nagy · 7 years ago
  60. 709bbf5 sys/socket.h: add PF_SMC from linux v4.11 by Szabolcs Nagy · 7 years ago
  61. 55df09b release 1.1.19 by Rich Felker · 7 years ago
  62. 1366b3c update authors/contributors list by Rich Felker · 7 years ago
  63. fcf24b9 fix detection of LIBCC for compiler-rt with clang by Matúš Olekšák · 7 years ago
  64. 6d61024 convert execvp error handling to switch statement by Rich Felker · 7 years ago
  65. 8e0b380 fix execvp failing on not-dir entries in PATH. by Przemyslaw Pawelczyk · 7 years ago
  66. 75cba9c fix incorrect overflow check for allocation in fmemopen by Rich Felker · 7 years ago
  67. 249b621 better configure check for long double support by Szabolcs Nagy · 7 years ago
  68. 23ddab8 make getcwd fail if it cannot obtain an absolute path by Dmitry V. Levin · 7 years ago
  69. 376b3c5 disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processes by Rich Felker · 7 years ago
  70. f0b235c honor rpath $ORIGIN for ldd/ldso command with program in working dir by Rich Felker · 7 years ago
  71. c7f0da4 adjust strftime + modifier to match apparent intent of POSIX by Rich Felker · 7 years ago
  72. 596207a fix strftime field widths with %F format and zero year by Rich Felker · 7 years ago
  73. cc7c300 document pthread structure ABI constraints in comments by Rich Felker · 7 years ago
  74. e53296f re-fix child reaping in wordexp by Alexander Monakov · 7 years ago
  75. cd0ae68 revert regression in faccessat AT_EACCESS robustness by Rich Felker · 7 years ago
  76. 7c709f2 store pthread stack guard sizes for pthread_getattr_np by William Pitcock · 7 years ago
  77. b3ae7be adjust dladdr dli_fbase definition to match other implementations by Rich Felker · 7 years ago
  78. 6f03b61 getopt_long: accept prefix match of long options containing equals signs by Samuel Holland · 7 years ago
  79. f1abc29 fix getopt_long arguments to partial matches by Samuel Holland · 7 years ago
  80. 14edadb aarch64: fix mismatched type of ucontext_t uc_link member by William Pitcock · 7 years ago
  81. 1bc10ff add _DIRENT_HAVE_D_* macros to dirent.h by Rostislav Skudnov · 7 years ago
  82. b64539a fix printf alt-form octal with value 0 and no explicit precision by Rich Felker · 7 years ago
  83. 32482f6 revise the definition of multiple basic locks in the code by Jens Gustedt · 7 years ago
  84. c4bc0b1 consistently use the LOCK an UNLOCK macros by Jens Gustedt · 7 years ago
  85. 47d0bcd new lock algorithm with state and congestion count in one atomic int by Jens Gustedt · 7 years ago
  86. b583c5d add additional uapi guards for Linux kernel header files by Hauke Mehrtens · 7 years ago
  87. 628cf97 fix iconv output of surrogate pairs in ucs2 by Rich Felker · 7 years ago
  88. 95c6044 add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv by Rich Felker · 7 years ago
  89. 9d4d0ee add cp866 (dos cyrillic) to iconv by Rich Felker · 7 years ago
  90. 54941ed update case mappings to unicode 10.0 by Rich Felker · 7 years ago
  91. c72c1c5 update ctype tables to unicode 10.0 by Rich Felker · 7 years ago
  92. d3f2333 reformat ctype tables to be diff-friendly, match tool output by Rich Felker · 7 years ago
  93. d5029bb fix endian errors in netinet/icmp6.h due to failure to include endian.h by Rich Felker · 7 years ago
  94. 14cec86 fix endian errors in arpa/nameser.h due to failure to include endian.h by Jo-Philipp Wich · 7 years ago
  95. 2a83178 remove unused explicit dependency rules for crti/crtn by Nicholas Wilson · 7 years ago
  96. eb7f93c use the name UTC instead of GMT for UTC timezone by Natanael Copa · 7 years ago
  97. 3ec8287 fix sysconf for infinite rlimits by Natanael Copa · 7 years ago
  98. 1312768 fix x32 unistd macros to report as ILP32 not LP64 by Nicholas Wilson · 7 years ago
  99. 6430315 fix data race in at_quick_exit by Rich Felker · 7 years ago
  100. 01957be add ibm1047 codepage (ebcdic representation of latin1) to iconv by Rich Felker · 7 years ago