1. 4f5ba92 fix stubbed-out reboot call by Rich Felker · 13 years ago
  2. 4717bfe correctly handle old kernels without FUTEX_WAIT_BITSET by Rich Felker · 13 years ago
  3. bdd8933 fix sem_timedwait bug introduced in timedwait unification by Rich Felker · 13 years ago
  4. ec381af unify and overhaul timed futex waits by Rich Felker · 13 years ago
  5. c68de0b avoid accessing mutex memory after atomic unlock by Rich Felker · 13 years ago
  6. 344ea14 fix breakage in cancellation due to signal functions overhaul by Rich Felker · 13 years ago
  7. 88c4e72 overhaul posix semaphores to fix destructability race by Rich Felker · 13 years ago
  8. 8879839 fix wrong messages in gai_strerror by Rich Felker · 13 years ago
  9. f4e8e64 port numbers should always be interpreted as decimal by Rich Felker · 13 years ago
  10. e95b0a9 fix crash in dns code with new stdio locking code by Rich Felker · 13 years ago
  11. acfd06d consistency: use struct __ucontext instead of ucontext_t in prototypes by Rich Felker · 13 years ago
  12. 07827d1 fix race condition in sigqueue by Rich Felker · 13 years ago
  13. ad58818 clean up pthread_sigmask/sigprocmask dependency order by Rich Felker · 13 years ago
  14. 544ee75 fix some bugs in setxid and update setrlimit to use __synccall by Rich Felker · 13 years ago
  15. dba68bf add proper fuxed-based locking for stdio by Rich Felker · 13 years ago
  16. 7683fce eliminate dependence of perror on printf by Rich Felker · 13 years ago
  17. 7dd60b8 fix bug in synccall with no threads: lock was taken but never released by Rich Felker · 13 years ago
  18. afade23 add setxid.c for new set*id() framework. missed in last commit. by Rich Felker · 13 years ago
  19. acb0480 new attempt at making set*id() safe and robust by Rich Felker · 13 years ago
  20. aed707f remove ugly prng from mk*temp and just re-poll time on retry by Rich Felker · 13 years ago
  21. bbdcc40 eliminate mk*temp dependency on snprintf by Rich Felker · 13 years ago
  22. 649af9f fix for setenv bogus var argument handling by Rich Felker · 13 years ago
  23. e01ac67 when resolving symbols with only weak defs, use first def, not last def by Rich Felker · 13 years ago
  24. dd92a09 comment non-obvious de bruijn sequence code in int parser by Rich Felker · 13 years ago
  25. 427173b fix resolution of weak symbols (hopefully right now) and vdso by Rich Felker · 13 years ago
  26. e91c375 workaround for gcc's optimizer breaking dynamic symbol resolution by Rich Felker · 13 years ago
  27. 6ab444d load vdso, if present, into the dso list by Rich Felker · 13 years ago
  28. f7adc39 const correctness on function pointer by Rich Felker · 13 years ago
  29. a53de81 simplify dynamic linker startup by Rich Felker · 13 years ago
  30. e3eb493 some preliminaries for vdso clock support by Rich Felker · 13 years ago
  31. c0fe5b9 check for fd exhaustion in forkpty by Rich Felker · 13 years ago
  32. d40e344 incorrect check for open failure in openpty function by Rich Felker · 13 years ago
  33. 63d447e socket headers macro adjustment - workaround for buggy programs by Rich Felker · 13 years ago
  34. fa84566 fix errno value when fdopendir is given an invalid file descriptor by Rich Felker · 13 years ago
  35. 4ec07e1 ensure in fork that child gets its own new robust mutex list by Rich Felker · 13 years ago
  36. 94a0171 fix logic error in fread by Rich Felker · 13 years ago
  37. 47d027e fix various bugs in new integer parser framework by Rich Felker · 13 years ago
  38. d3fd192 fix wcsto[iu]max with high characters by Rich Felker · 13 years ago
  39. ecc9c5f new restartable integer parsing framework. by Rich Felker · 13 years ago
  40. 0e2331c gb18030 support in iconv (only from, not to) by Rich Felker · 13 years ago
  41. c3c5e88 "implement" getnetbyaddr and getnetbyname by Rich Felker · 13 years ago
  42. 95a85e0 legacy japanese charset support in iconv (only from, not to) by Rich Felker · 13 years ago
  43. 594b16e simplify iconv and support more legacy codepages by Rich Felker · 13 years ago
  44. 6b1d381 add missing signalfd flags by Rich Felker · 13 years ago
  45. a9e6d01 printf: "if a precision is specified, the '0' flag shall be ignored." by Rich Felker · 13 years ago
  46. cc44d9f zero precision with zero value should not inhibit prefix/width printing by Rich Felker · 13 years ago
  47. 3d54adb printf("%#x",0) should print 0 not 0x0 by Rich Felker · 13 years ago
  48. 2f0c415 iconv was not returning -1 on most failure by Rich Felker · 13 years ago
  49. 58483f0 0.7.12 release notes by Rich Felker · 13 years ago
  50. 2fdea17 fix dlopen UB due to longjmp/volatile rules violation by Rich Felker · 13 years ago
  51. e936e46 res_search symbol, aliased to res_query for now (better than nothing) by Rich Felker · 13 years ago
  52. 191ebca simple rpath support (no token expansion yet) for dynamic linker by Rich Felker · 13 years ago
  53. 17be829 fill in junk in stropts.h by Rich Felker · 13 years ago
  54. daaef35 fix error in previous ld80 fpclassify commit by Rich Felker · 13 years ago
  55. f6fd351 catch invalid ld80 bit patterns and treat them as nan by Rich Felker · 13 years ago
  56. e5cb55f fix logic in __fwriting by Rich Felker · 13 years ago
  57. a0b56b9 add and consolidate nasty stdio_ext junk by Rich Felker · 13 years ago
  58. 7640497 implement the nonstandard GNU function fpurge by Rich Felker · 13 years ago
  59. fb62ae7 fix buffer overrun in getgrent code when there are no group members by Rich Felker · 13 years ago
  60. f9ed11f posix_memalign should fail if size is not a multiple of sizeof(void *) by Rich Felker · 13 years ago
  61. 47e72e1 avoid errors in ucontext.h when no feature test macros are defined by Rich Felker · 13 years ago
  62. f7dff18 locking support for random() prng by Rich Felker · 13 years ago
  63. af3d540 work around linux bug in mprotect by Rich Felker · 13 years ago
  64. 9f17413 textrel support, cheap and ugly by Rich Felker · 13 years ago
  65. 2cee457 release notes for 0.7.11 by Rich Felker · 13 years ago
  66. 6717e62 reclaim the memory wasted by dynamic linking for use by malloc by Rich Felker · 13 years ago
  67. e411827 use type directives for fenv asm functions by Rich Felker · 13 years ago
  68. bf30100 use load address from elf header if possible by Rich Felker · 13 years ago
  69. c7debe1 make dynamic linker relocate the main program image last, after all libs by Rich Felker · 13 years ago
  70. 8d54681 fix a few bugs from last dynamic linking build system commit by Rich Felker · 13 years ago
  71. f9c9d8c minor updates to INSTALL documentation by Rich Felker · 13 years ago
  72. 207c45d cleanup shared library build system to be more $HOME-local-install friendly by Rich Felker · 13 years ago
  73. 230f181 further fixup dlfcn.h by Rich Felker · 13 years ago
  74. 87a30ce match LSB/glibc constants for dynamic loader by Rich Felker · 13 years ago
  75. 9e17b71 fix stale pointer issue in dynamic linker with dlopen by Rich Felker · 13 years ago
  76. 06933cc don't leave the lock held on dlopen failure.. by Rich Felker · 13 years ago
  77. 97507bd add RTLD_DEFAULT support by Rich Felker · 13 years ago
  78. 0e4dae3 in dlopen: don't use null pointer by Rich Felker · 13 years ago
  79. 92ab5d8 fix resolving symbols in objects loaded in RTLD_LOCAL mode by Rich Felker · 13 years ago
  80. 59ab43f experimental dlopen/dlsym and dynlink changes needed to support them by Rich Felker · 13 years ago
  81. bc30aea type directives for x86_64 math asm by Rich Felker · 13 years ago
  82. 6b3d5e5 error handling in dynamic linking by Rich Felker · 13 years ago
  83. 6e53a6e fix useless use of potentially-uninitialized mode variable in sem_open by Rich Felker · 13 years ago
  84. 5d0965c eliminate OOB array hacks in malloc by Rich Felker · 13 years ago
  85. e22c2d3 use .type directives for math asm (needed for dynamic linking to work) by Rich Felker · 13 years ago
  86. 32de61e fix some symbol resolution issues in dynamic linker by Rich Felker · 13 years ago
  87. 1a3ff4f fix dynamic linker issue in musl-gcc wrapper by Rich Felker · 13 years ago
  88. 6250c0b wordexp cannot use we_offs unless WRDE_DOOFFS flag is set by Rich Felker · 13 years ago
  89. febbd12 XSI search.h API implementation by Szabolcs Nagy by Rich Felker · 13 years ago
  90. 49388f3 handle library paths better (ignore empty path components, etc.) by Rich Felker · 13 years ago
  91. e8b8f3c move all limits that don't vary out of bits/limits.h, into main limits.h by Rich Felker · 13 years ago
  92. 59633c7 fix possible (questionable) strict aliasing violations and ptr arith by Rich Felker · 13 years ago
  93. 4d95a58 const correctness in mq_notify by Rich Felker · 13 years ago
  94. 568b807 proper path searching for dynamic linker by Rich Felker · 13 years ago
  95. f937031 optimize opendir using O_CLOEXEC by Rich Felker · 13 years ago
  96. e8dbf00 discard dso descriptors after performing relocations by Rich Felker · 13 years ago
  97. 368ba4a keep track of which dsos have been relocated by Rich Felker · 13 years ago
  98. e0b0ff1 use soname in ld-musl.so to prevent filename appearing in DT_NEEDEDs by Rich Felker · 13 years ago
  99. a654b02 use symlink rather than bogus linker script for libc.so by Rich Felker · 13 years ago
  100. ec05a0b adapt build/install/gcc-wrapper systems for dynamic linking support by Rich Felker · 13 years ago