1. 6717e62 reclaim the memory wasted by dynamic linking for use by malloc by Rich Felker · 13 years ago
  2. e411827 use type directives for fenv asm functions by Rich Felker · 13 years ago
  3. bf30100 use load address from elf header if possible by Rich Felker · 13 years ago
  4. c7debe1 make dynamic linker relocate the main program image last, after all libs by Rich Felker · 13 years ago
  5. 9e17b71 fix stale pointer issue in dynamic linker with dlopen by Rich Felker · 13 years ago
  6. 06933cc don't leave the lock held on dlopen failure.. by Rich Felker · 13 years ago
  7. 97507bd add RTLD_DEFAULT support by Rich Felker · 13 years ago
  8. 0e4dae3 in dlopen: don't use null pointer by Rich Felker · 13 years ago
  9. 92ab5d8 fix resolving symbols in objects loaded in RTLD_LOCAL mode by Rich Felker · 13 years ago
  10. 59ab43f experimental dlopen/dlsym and dynlink changes needed to support them by Rich Felker · 13 years ago
  11. bc30aea type directives for x86_64 math asm by Rich Felker · 13 years ago
  12. 6b3d5e5 error handling in dynamic linking by Rich Felker · 13 years ago
  13. 6e53a6e fix useless use of potentially-uninitialized mode variable in sem_open by Rich Felker · 13 years ago
  14. 5d0965c eliminate OOB array hacks in malloc by Rich Felker · 13 years ago
  15. e22c2d3 use .type directives for math asm (needed for dynamic linking to work) by Rich Felker · 13 years ago
  16. 32de61e fix some symbol resolution issues in dynamic linker by Rich Felker · 13 years ago
  17. 6250c0b wordexp cannot use we_offs unless WRDE_DOOFFS flag is set by Rich Felker · 13 years ago
  18. febbd12 XSI search.h API implementation by Szabolcs Nagy by Rich Felker · 13 years ago
  19. 49388f3 handle library paths better (ignore empty path components, etc.) by Rich Felker · 13 years ago
  20. 59633c7 fix possible (questionable) strict aliasing violations and ptr arith by Rich Felker · 13 years ago
  21. 4d95a58 const correctness in mq_notify by Rich Felker · 13 years ago
  22. 568b807 proper path searching for dynamic linker by Rich Felker · 13 years ago
  23. f937031 optimize opendir using O_CLOEXEC by Rich Felker · 13 years ago
  24. e8dbf00 discard dso descriptors after performing relocations by Rich Felker · 13 years ago
  25. 368ba4a keep track of which dsos have been relocated by Rich Felker · 13 years ago
  26. b7f6e0c prepare support for LD_LIBRARY_PATH (checking suid/sgid safety) by Rich Felker · 13 years ago
  27. c7ce1b2 initial commit of prng implementation by Szabolcs Nagy by Rich Felker · 13 years ago
  28. d19adee make ldso asm more uniform with rest of codebase (no unnecessary suffixes) by Rich Felker · 13 years ago
  29. 779165e x86_64: ensure that dtor pointer passed to app is 0 so it won't be used by Rich Felker · 13 years ago
  30. 596d60c dynamic linker 64bit fix: hash table entries are always 32bit by Rich Felker · 13 years ago
  31. 51e2d83 experimental dynamic linker! by Rich Felker · 13 years ago
  32. d43ff11 fix memory leak on failure in realpath by Rich Felker · 13 years ago
  33. 32aea20 duplicate re_nsub in LSB/glibc ABI compatible location by Rich Felker · 13 years ago
  34. c7d19f9 restore use of .type in asm, but use modern @function (vs %function) by Rich Felker · 13 years ago
  35. 7779dbd fix race condition in pthread_kill by Rich Felker · 13 years ago
  36. f58c8a0 run dtors before taking the exit-lock in pthread exit by Rich Felker · 13 years ago
  37. 6232b96 minor locking optimizations by Rich Felker · 13 years ago
  38. 0e17625 avoid 64bit warnings when using pointers as entropy for temp names by Rich Felker · 13 years ago
  39. f09e78d fix sigset macro for 64-bit systems (<< was overflowing due to wrong type) by Rich Felker · 13 years ago
  40. 1e4f1cf remove all .size and .type directives for functions from the asm by Rich Felker · 13 years ago
  41. 76100a7 remove old useless timezone.s file (unused) by Rich Felker · 13 years ago
  42. 73d2fde fix wrong type for wcsrchr argument 2 by Rich Felker · 13 years ago
  43. 773b0fe x86_64 fenv support (untested; at least known to build successfully) by Rich Felker · 13 years ago
  44. 52cf24a fix fesetround - it was writing to status word instead of control word by Rich Felker · 13 years ago
  45. b09b789 floating point environment, untested by Rich Felker · 13 years ago
  46. 2afebbb malloc: cast size down to int in bin_index functions by Rich Felker · 13 years ago
  47. 3825847 another return value fix for mktemp... by Rich Felker · 13 years ago
  48. c19a6be it's called getgrgid_r, not getgruid_r... by Rich Felker · 13 years ago
  49. ecc0f51 implement psignal and psiginfo by Rich Felker · 13 years ago
  50. e1d2a8e mq names without leading / have impl-def behavior; allowing them is easier by Rich Felker · 13 years ago
  51. 2b0ceda define MQ_PRIO_MAX by Rich Felker · 13 years ago
  52. 86f8c72 mq send/recv functions are cancellation points by Rich Felker · 13 years ago
  53. ede353d implement mq_notify by Rich Felker · 13 years ago
  54. ab11386 add support for POSIX message queues, except mq_notify by Rich Felker · 13 years ago
  55. 71a80c5 use volatile pointers for intentional-crash code. by Rich Felker · 13 years ago
  56. da88b16 fix handling of d_name in struct dirent by Rich Felker · 13 years ago
  57. 0dc99ac safety fix for glob's vla usage: disallow patterns longer than PATH_MAX by Rich Felker · 13 years ago
  58. a6c399c eliminate (harmless in this case) vla usage in fnmatch.c by Rich Felker · 13 years ago
  59. ddd87b2 implement pthread_[sg]etconcurrency. by Rich Felker · 13 years ago
  60. 11c531e implement uselocale function (minimal) by Rich Felker · 13 years ago
  61. 9a59faa add useless, obsolescent function ulimit by Rich Felker · 13 years ago
  62. f48832e fix backwards posix_spawn file action order by Rich Felker · 13 years ago
  63. dd45edb add accidentally-omitted file needed for posix_spawn file actions by Rich Felker · 13 years ago
  64. a0ae0b0 add file actions support to posix_spawn by Rich Felker · 13 years ago
  65. d6c0c97 posix_spawn: honor POSIX_SPAWN_SETSIGDEF flag by Rich Felker · 13 years ago
  66. c97f0d9 initial implementation of posix_spawn by Rich Felker · 13 years ago
  67. 3a17f75 modernize coding style in sjlj asm by Rich Felker · 13 years ago
  68. 86339bc fix strncat and wcsncat (double null termination) by Rich Felker · 13 years ago
  69. e981362 fix wcsncpy writing past end of buffer by Rich Felker · 13 years ago
  70. 19892bf fix brk/sbrk behavior to match the real legacy functions by Rich Felker · 13 years ago
  71. 8628eff fix the last known rounding bug in floating point printing by Rich Felker · 13 years ago
  72. 15b77d5 eventfd syscall wrapper and read/write wrappers by Rich Felker · 13 years ago
  73. 11e4b92 optimize out useless default-attribute object in pthread_create by Rich Felker · 13 years ago
  74. 4c4e22d optimize compound-literal sigset_t's not to contain useless hurd bits by Rich Felker · 13 years ago
  75. 99b8a25 overhaul implementation-internal signal protections by Rich Felker · 13 years ago
  76. 77f15d1 reduce some ridiculously large spin counts by Rich Felker · 13 years ago
  77. 9dd6399 remove debug code that was missed in barrier commit by Rich Felker · 13 years ago
  78. f16a308 completely new barrier implementation, addressing major correctness issues by Rich Felker · 13 years ago
  79. 78c808b fix fclose return status logic, again by Rich Felker · 13 years ago
  80. bd67467 fix undefined call order in fclose, possible lost output depending on compiler by Rich Felker · 13 years ago
  81. a9be201 workaround for preprocessor bug in pcc by Rich Felker · 13 years ago
  82. d02c50d minor optimization in puts: use inline putc_unlocked macro for newline by Rich Felker · 13 years ago
  83. 1477a3b avoid crashing when nel==0 is passed to qsort by Rich Felker · 13 years ago
  84. e6bac87 correct variadic prototypes for execl* family by Rich Felker · 13 years ago
  85. 2226370 replace heap sort with smoothsort implementation by Valentin Ochs by Rich Felker · 13 years ago
  86. b5b4121 function signature fix: add const qualifier to mempcpy src arg by Rich Felker · 13 years ago
  87. 3486365 fix bug in ipv6 parsing that prevented parsing a lone "::" by Rich Felker · 13 years ago
  88. 34d8197 ipv6 parsing code (formerly dummied-out) by Rich Felker · 13 years ago
  89. 5efc6af fix 2 eof-related bugs in scanf by Rich Felker · 13 years ago
  90. e6cc1d6 fix initial stack alignment in new threads on x86_64 by Rich Felker · 13 years ago
  91. d878dce omit errno update path for syscalls that cannot fail by Rich Felker · 13 years ago
  92. 31f014e fix bogus return values for inet_pton by Rich Felker · 13 years ago
  93. 870cc67 fix minor bugs due to incorrect threaded-predicate semantics by Rich Felker · 13 years ago
  94. f9a6372 workaround bug in linux dup2 by Rich Felker · 13 years ago
  95. 10d7561 properly create new session/controlling terminal in forkpty by Rich Felker · 13 years ago
  96. 4921ce0 implement (nonstandard) forkpty by Rich Felker · 13 years ago
  97. f1ac8a2 disallow blank strings as service or host name by Rich Felker · 13 years ago
  98. d4b5d6e fix bugs in ipv4 parsing by Rich Felker · 13 years ago
  99. 29a15ad fix initgroups (uninitialized count passed to getgrouplist) by Rich Felker · 13 years ago
  100. 18bca57 shadow password fixes: empty fields should read as -1 not 0 by Rich Felker · 13 years ago