1. 2cee457 release notes for 0.7.11 by Rich Felker · 13 years ago
  2. 6717e62 reclaim the memory wasted by dynamic linking for use by malloc by Rich Felker · 13 years ago
  3. e411827 use type directives for fenv asm functions by Rich Felker · 13 years ago
  4. bf30100 use load address from elf header if possible by Rich Felker · 13 years ago
  5. c7debe1 make dynamic linker relocate the main program image last, after all libs by Rich Felker · 13 years ago
  6. 8d54681 fix a few bugs from last dynamic linking build system commit by Rich Felker · 13 years ago
  7. f9c9d8c minor updates to INSTALL documentation by Rich Felker · 13 years ago
  8. 207c45d cleanup shared library build system to be more $HOME-local-install friendly by Rich Felker · 13 years ago
  9. 230f181 further fixup dlfcn.h by Rich Felker · 13 years ago
  10. 87a30ce match LSB/glibc constants for dynamic loader by Rich Felker · 13 years ago
  11. 9e17b71 fix stale pointer issue in dynamic linker with dlopen by Rich Felker · 13 years ago
  12. 06933cc don't leave the lock held on dlopen failure.. by Rich Felker · 13 years ago
  13. 97507bd add RTLD_DEFAULT support by Rich Felker · 13 years ago
  14. 0e4dae3 in dlopen: don't use null pointer by Rich Felker · 13 years ago
  15. 92ab5d8 fix resolving symbols in objects loaded in RTLD_LOCAL mode by Rich Felker · 13 years ago
  16. 59ab43f experimental dlopen/dlsym and dynlink changes needed to support them by Rich Felker · 13 years ago
  17. bc30aea type directives for x86_64 math asm by Rich Felker · 13 years ago
  18. 6b3d5e5 error handling in dynamic linking by Rich Felker · 13 years ago
  19. 6e53a6e fix useless use of potentially-uninitialized mode variable in sem_open by Rich Felker · 13 years ago
  20. 5d0965c eliminate OOB array hacks in malloc by Rich Felker · 13 years ago
  21. e22c2d3 use .type directives for math asm (needed for dynamic linking to work) by Rich Felker · 13 years ago
  22. 32de61e fix some symbol resolution issues in dynamic linker by Rich Felker · 13 years ago
  23. 1a3ff4f fix dynamic linker issue in musl-gcc wrapper by Rich Felker · 13 years ago
  24. 6250c0b wordexp cannot use we_offs unless WRDE_DOOFFS flag is set by Rich Felker · 13 years ago
  25. febbd12 XSI search.h API implementation by Szabolcs Nagy by Rich Felker · 13 years ago
  26. 49388f3 handle library paths better (ignore empty path components, etc.) by Rich Felker · 13 years ago
  27. e8b8f3c move all limits that don't vary out of bits/limits.h, into main limits.h by Rich Felker · 13 years ago
  28. 59633c7 fix possible (questionable) strict aliasing violations and ptr arith by Rich Felker · 13 years ago
  29. 4d95a58 const correctness in mq_notify by Rich Felker · 13 years ago
  30. 568b807 proper path searching for dynamic linker by Rich Felker · 13 years ago
  31. f937031 optimize opendir using O_CLOEXEC by Rich Felker · 13 years ago
  32. e8dbf00 discard dso descriptors after performing relocations by Rich Felker · 13 years ago
  33. 368ba4a keep track of which dsos have been relocated by Rich Felker · 13 years ago
  34. e0b0ff1 use soname in ld-musl.so to prevent filename appearing in DT_NEEDEDs by Rich Felker · 13 years ago
  35. a654b02 use symlink rather than bogus linker script for libc.so by Rich Felker · 13 years ago
  36. ec05a0b adapt build/install/gcc-wrapper systems for dynamic linking support by Rich Felker · 13 years ago
  37. b7f6e0c prepare support for LD_LIBRARY_PATH (checking suid/sgid safety) by Rich Felker · 13 years ago
  38. c7ce1b2 initial commit of prng implementation by Szabolcs Nagy by Rich Felker · 13 years ago
  39. d19adee make ldso asm more uniform with rest of codebase (no unnecessary suffixes) by Rich Felker · 13 years ago
  40. 779165e x86_64: ensure that dtor pointer passed to app is 0 so it won't be used by Rich Felker · 13 years ago
  41. 596d60c dynamic linker 64bit fix: hash table entries are always 32bit by Rich Felker · 13 years ago
  42. 51e2d83 experimental dynamic linker! by Rich Felker · 13 years ago
  43. d43ff11 fix memory leak on failure in realpath by Rich Felker · 13 years ago
  44. 5a2e74e copy-paste error in prctl.h by Rich Felker · 13 years ago
  45. 7f54715 fix some struct padding to match LSB/glibc ABI where it may be helpful by Rich Felker · 13 years ago
  46. 32aea20 duplicate re_nsub in LSB/glibc ABI compatible location by Rich Felker · 13 years ago
  47. c7d19f9 restore use of .type in asm, but use modern @function (vs %function) by Rich Felker · 13 years ago
  48. 836ba93 __syscall5 inline is having trouble with PIC; just use the function for now by Rich Felker · 13 years ago
  49. 7779dbd fix race condition in pthread_kill by Rich Felker · 13 years ago
  50. f58c8a0 run dtors before taking the exit-lock in pthread exit by Rich Felker · 13 years ago
  51. 6232b96 minor locking optimizations by Rich Felker · 13 years ago
  52. 0e17625 avoid 64bit warnings when using pointers as entropy for temp names by Rich Felker · 13 years ago
  53. f09e78d fix sigset macro for 64-bit systems (<< was overflowing due to wrong type) by Rich Felker · 13 years ago
  54. 1e4f1cf remove all .size and .type directives for functions from the asm by Rich Felker · 13 years ago
  55. 76100a7 remove old useless timezone.s file (unused) by Rich Felker · 13 years ago
  56. 73d2fde fix wrong type for wcsrchr argument 2 by Rich Felker · 13 years ago
  57. 773b0fe x86_64 fenv support (untested; at least known to build successfully) by Rich Felker · 13 years ago
  58. 52cf24a fix fesetround - it was writing to status word instead of control word by Rich Felker · 13 years ago
  59. b09b789 floating point environment, untested by Rich Felker · 13 years ago
  60. 2afebbb malloc: cast size down to int in bin_index functions by Rich Felker · 13 years ago
  61. 3825847 another return value fix for mktemp... by Rich Felker · 13 years ago
  62. 2697b4e add netpacket/packet.h by Rich Felker · 13 years ago
  63. c19a6be it's called getgrgid_r, not getgruid_r... by Rich Felker · 13 years ago
  64. ecc0f51 implement psignal and psiginfo by Rich Felker · 13 years ago
  65. e0037ef isgreater etc. relation macros for math.h by Rich Felker · 13 years ago
  66. e1d2a8e mq names without leading / have impl-def behavior; allowing them is easier by Rich Felker · 13 years ago
  67. 2b0ceda define MQ_PRIO_MAX by Rich Felker · 13 years ago
  68. 0b6b43e use __WCHAR_TYPE__ on i386 if it is defined by Rich Felker · 13 years ago
  69. 86f8c72 mq send/recv functions are cancellation points by Rich Felker · 13 years ago
  70. ede353d implement mq_notify by Rich Felker · 13 years ago
  71. ab11386 add support for POSIX message queues, except mq_notify by Rich Felker · 13 years ago
  72. cbf3597 use __attribute__((const)) for errno and pthread_self if __GNUC__ is defined by Rich Felker · 13 years ago
  73. 71a80c5 use volatile pointers for intentional-crash code. by Rich Felker · 13 years ago
  74. da88b16 fix handling of d_name in struct dirent by Rich Felker · 13 years ago
  75. 0dc99ac safety fix for glob's vla usage: disallow patterns longer than PATH_MAX by Rich Felker · 13 years ago
  76. a6c399c eliminate (harmless in this case) vla usage in fnmatch.c by Rich Felker · 13 years ago
  77. c74d306 missing prototypes for mbsnrtowcs and wcsnrtombs by Rich Felker · 13 years ago
  78. ddd87b2 implement pthread_[sg]etconcurrency. by Rich Felker · 13 years ago
  79. 11c531e implement uselocale function (minimal) by Rich Felker · 13 years ago
  80. 9a59faa add useless, obsolescent function ulimit by Rich Felker · 13 years ago
  81. f48832e fix backwards posix_spawn file action order by Rich Felker · 13 years ago
  82. dd45edb add accidentally-omitted file needed for posix_spawn file actions by Rich Felker · 13 years ago
  83. a0ae0b0 add file actions support to posix_spawn by Rich Felker · 13 years ago
  84. d6c0c97 posix_spawn: honor POSIX_SPAWN_SETSIGDEF flag by Rich Felker · 13 years ago
  85. c97f0d9 initial implementation of posix_spawn by Rich Felker · 13 years ago
  86. 3a17f75 modernize coding style in sjlj asm by Rich Felker · 13 years ago
  87. 86339bc fix strncat and wcsncat (double null termination) by Rich Felker · 13 years ago
  88. e981362 fix wcsncpy writing past end of buffer by Rich Felker · 13 years ago
  89. 19892bf fix brk/sbrk behavior to match the real legacy functions by Rich Felker · 13 years ago
  90. c5025bf release notes for 0.7.10 by Rich Felker · 13 years ago
  91. 8628eff fix the last known rounding bug in floating point printing by Rich Felker · 13 years ago
  92. 15b77d5 eventfd syscall wrapper and read/write wrappers by Rich Felker · 13 years ago
  93. 11e4b92 optimize out useless default-attribute object in pthread_create by Rich Felker · 13 years ago
  94. 4c4e22d optimize compound-literal sigset_t's not to contain useless hurd bits by Rich Felker · 13 years ago
  95. 99b8a25 overhaul implementation-internal signal protections by Rich Felker · 13 years ago
  96. 77f15d1 reduce some ridiculously large spin counts by Rich Felker · 13 years ago
  97. 9dd6399 remove debug code that was missed in barrier commit by Rich Felker · 13 years ago
  98. f16a308 completely new barrier implementation, addressing major correctness issues by Rich Felker · 13 years ago
  99. 2029114 add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE by Rich Felker · 13 years ago
  100. 78c808b fix fclose return status logic, again by Rich Felker · 13 years ago