1. d40e344 incorrect check for open failure in openpty function by Rich Felker · 13 years ago
  2. 63d447e socket headers macro adjustment - workaround for buggy programs by Rich Felker · 13 years ago
  3. fa84566 fix errno value when fdopendir is given an invalid file descriptor by Rich Felker · 13 years ago
  4. 4ec07e1 ensure in fork that child gets its own new robust mutex list by Rich Felker · 13 years ago
  5. 94a0171 fix logic error in fread by Rich Felker · 13 years ago
  6. 47d027e fix various bugs in new integer parser framework by Rich Felker · 13 years ago
  7. d3fd192 fix wcsto[iu]max with high characters by Rich Felker · 13 years ago
  8. ecc9c5f new restartable integer parsing framework. by Rich Felker · 13 years ago
  9. 0e2331c gb18030 support in iconv (only from, not to) by Rich Felker · 13 years ago
  10. c3c5e88 "implement" getnetbyaddr and getnetbyname by Rich Felker · 13 years ago
  11. 95a85e0 legacy japanese charset support in iconv (only from, not to) by Rich Felker · 13 years ago
  12. 594b16e simplify iconv and support more legacy codepages by Rich Felker · 13 years ago
  13. 6b1d381 add missing signalfd flags by Rich Felker · 13 years ago
  14. a9e6d01 printf: "if a precision is specified, the '0' flag shall be ignored." by Rich Felker · 13 years ago
  15. cc44d9f zero precision with zero value should not inhibit prefix/width printing by Rich Felker · 13 years ago
  16. 3d54adb printf("%#x",0) should print 0 not 0x0 by Rich Felker · 13 years ago
  17. 2f0c415 iconv was not returning -1 on most failure by Rich Felker · 13 years ago
  18. 58483f0 0.7.12 release notes by Rich Felker · 13 years ago
  19. 2fdea17 fix dlopen UB due to longjmp/volatile rules violation by Rich Felker · 13 years ago
  20. e936e46 res_search symbol, aliased to res_query for now (better than nothing) by Rich Felker · 13 years ago
  21. 191ebca simple rpath support (no token expansion yet) for dynamic linker by Rich Felker · 13 years ago
  22. 17be829 fill in junk in stropts.h by Rich Felker · 13 years ago
  23. daaef35 fix error in previous ld80 fpclassify commit by Rich Felker · 13 years ago
  24. f6fd351 catch invalid ld80 bit patterns and treat them as nan by Rich Felker · 13 years ago
  25. e5cb55f fix logic in __fwriting by Rich Felker · 13 years ago
  26. a0b56b9 add and consolidate nasty stdio_ext junk by Rich Felker · 13 years ago
  27. 7640497 implement the nonstandard GNU function fpurge by Rich Felker · 13 years ago
  28. fb62ae7 fix buffer overrun in getgrent code when there are no group members by Rich Felker · 13 years ago
  29. f9ed11f posix_memalign should fail if size is not a multiple of sizeof(void *) by Rich Felker · 13 years ago
  30. 47e72e1 avoid errors in ucontext.h when no feature test macros are defined by Rich Felker · 13 years ago
  31. f7dff18 locking support for random() prng by Rich Felker · 13 years ago
  32. af3d540 work around linux bug in mprotect by Rich Felker · 13 years ago
  33. 9f17413 textrel support, cheap and ugly by Rich Felker · 13 years ago
  34. 2cee457 release notes for 0.7.11 by Rich Felker · 13 years ago
  35. 6717e62 reclaim the memory wasted by dynamic linking for use by malloc by Rich Felker · 13 years ago
  36. e411827 use type directives for fenv asm functions by Rich Felker · 13 years ago
  37. bf30100 use load address from elf header if possible by Rich Felker · 13 years ago
  38. c7debe1 make dynamic linker relocate the main program image last, after all libs by Rich Felker · 13 years ago
  39. 8d54681 fix a few bugs from last dynamic linking build system commit by Rich Felker · 13 years ago
  40. f9c9d8c minor updates to INSTALL documentation by Rich Felker · 13 years ago
  41. 207c45d cleanup shared library build system to be more $HOME-local-install friendly by Rich Felker · 13 years ago
  42. 230f181 further fixup dlfcn.h by Rich Felker · 13 years ago
  43. 87a30ce match LSB/glibc constants for dynamic loader by Rich Felker · 13 years ago
  44. 9e17b71 fix stale pointer issue in dynamic linker with dlopen by Rich Felker · 13 years ago
  45. 06933cc don't leave the lock held on dlopen failure.. by Rich Felker · 13 years ago
  46. 97507bd add RTLD_DEFAULT support by Rich Felker · 13 years ago
  47. 0e4dae3 in dlopen: don't use null pointer by Rich Felker · 13 years ago
  48. 92ab5d8 fix resolving symbols in objects loaded in RTLD_LOCAL mode by Rich Felker · 13 years ago
  49. 59ab43f experimental dlopen/dlsym and dynlink changes needed to support them by Rich Felker · 13 years ago
  50. bc30aea type directives for x86_64 math asm by Rich Felker · 13 years ago
  51. 6b3d5e5 error handling in dynamic linking by Rich Felker · 13 years ago
  52. 6e53a6e fix useless use of potentially-uninitialized mode variable in sem_open by Rich Felker · 13 years ago
  53. 5d0965c eliminate OOB array hacks in malloc by Rich Felker · 13 years ago
  54. e22c2d3 use .type directives for math asm (needed for dynamic linking to work) by Rich Felker · 13 years ago
  55. 32de61e fix some symbol resolution issues in dynamic linker by Rich Felker · 13 years ago
  56. 1a3ff4f fix dynamic linker issue in musl-gcc wrapper by Rich Felker · 13 years ago
  57. 6250c0b wordexp cannot use we_offs unless WRDE_DOOFFS flag is set by Rich Felker · 13 years ago
  58. febbd12 XSI search.h API implementation by Szabolcs Nagy by Rich Felker · 13 years ago
  59. 49388f3 handle library paths better (ignore empty path components, etc.) by Rich Felker · 13 years ago
  60. e8b8f3c move all limits that don't vary out of bits/limits.h, into main limits.h by Rich Felker · 13 years ago
  61. 59633c7 fix possible (questionable) strict aliasing violations and ptr arith by Rich Felker · 13 years ago
  62. 4d95a58 const correctness in mq_notify by Rich Felker · 13 years ago
  63. 568b807 proper path searching for dynamic linker by Rich Felker · 13 years ago
  64. f937031 optimize opendir using O_CLOEXEC by Rich Felker · 13 years ago
  65. e8dbf00 discard dso descriptors after performing relocations by Rich Felker · 13 years ago
  66. 368ba4a keep track of which dsos have been relocated by Rich Felker · 13 years ago
  67. e0b0ff1 use soname in ld-musl.so to prevent filename appearing in DT_NEEDEDs by Rich Felker · 13 years ago
  68. a654b02 use symlink rather than bogus linker script for libc.so by Rich Felker · 13 years ago
  69. ec05a0b adapt build/install/gcc-wrapper systems for dynamic linking support by Rich Felker · 13 years ago
  70. b7f6e0c prepare support for LD_LIBRARY_PATH (checking suid/sgid safety) by Rich Felker · 13 years ago
  71. c7ce1b2 initial commit of prng implementation by Szabolcs Nagy by Rich Felker · 13 years ago
  72. d19adee make ldso asm more uniform with rest of codebase (no unnecessary suffixes) by Rich Felker · 13 years ago
  73. 779165e x86_64: ensure that dtor pointer passed to app is 0 so it won't be used by Rich Felker · 13 years ago
  74. 596d60c dynamic linker 64bit fix: hash table entries are always 32bit by Rich Felker · 13 years ago
  75. 51e2d83 experimental dynamic linker! by Rich Felker · 13 years ago
  76. d43ff11 fix memory leak on failure in realpath by Rich Felker · 13 years ago
  77. 5a2e74e copy-paste error in prctl.h by Rich Felker · 13 years ago
  78. 7f54715 fix some struct padding to match LSB/glibc ABI where it may be helpful by Rich Felker · 13 years ago
  79. 32aea20 duplicate re_nsub in LSB/glibc ABI compatible location by Rich Felker · 13 years ago
  80. c7d19f9 restore use of .type in asm, but use modern @function (vs %function) by Rich Felker · 13 years ago
  81. 836ba93 __syscall5 inline is having trouble with PIC; just use the function for now by Rich Felker · 13 years ago
  82. 7779dbd fix race condition in pthread_kill by Rich Felker · 13 years ago
  83. f58c8a0 run dtors before taking the exit-lock in pthread exit by Rich Felker · 13 years ago
  84. 6232b96 minor locking optimizations by Rich Felker · 13 years ago
  85. 0e17625 avoid 64bit warnings when using pointers as entropy for temp names by Rich Felker · 13 years ago
  86. f09e78d fix sigset macro for 64-bit systems (<< was overflowing due to wrong type) by Rich Felker · 13 years ago
  87. 1e4f1cf remove all .size and .type directives for functions from the asm by Rich Felker · 13 years ago
  88. 76100a7 remove old useless timezone.s file (unused) by Rich Felker · 13 years ago
  89. 73d2fde fix wrong type for wcsrchr argument 2 by Rich Felker · 13 years ago
  90. 773b0fe x86_64 fenv support (untested; at least known to build successfully) by Rich Felker · 13 years ago
  91. 52cf24a fix fesetround - it was writing to status word instead of control word by Rich Felker · 13 years ago
  92. b09b789 floating point environment, untested by Rich Felker · 13 years ago
  93. 2afebbb malloc: cast size down to int in bin_index functions by Rich Felker · 13 years ago
  94. 3825847 another return value fix for mktemp... by Rich Felker · 13 years ago
  95. 2697b4e add netpacket/packet.h by Rich Felker · 13 years ago
  96. c19a6be it's called getgrgid_r, not getgruid_r... by Rich Felker · 13 years ago
  97. ecc0f51 implement psignal and psiginfo by Rich Felker · 13 years ago
  98. e0037ef isgreater etc. relation macros for math.h by Rich Felker · 13 years ago
  99. e1d2a8e mq names without leading / have impl-def behavior; allowing them is easier by Rich Felker · 13 years ago
  100. 2b0ceda define MQ_PRIO_MAX by Rich Felker · 13 years ago