1. 64fbd15 fix sh __set_thread_area uninitialized return value by Rich Felker · 9 years ago
  2. 583e551 redesign sigsetjmp so that signal mask is restored after longjmp by Rich Felker · 9 years ago
  3. 81e18eb use hidden __tls_get_new for tls/tlsdesc lookup fallback cases by Rich Felker · 9 years ago
  4. 9c738dc cleanup use of visibility attributes in pthread_cancel.c by Rich Felker · 9 years ago
  5. 7405cd1 fix inconsistent visibility for internal syscall symbols by Rich Felker · 9 years ago
  6. 72b25dd use hidden visibility for call from dlsym to internal __dlsym by Rich Felker · 9 years ago
  7. cbc02ba consistently use hidden visibility for cancellable syscall internals by Rich Felker · 9 years ago
  8. bc081f6 fix inconsistent visibility for internal __tls_get_new function by Rich Felker · 9 years ago
  9. da7ccf8 use hidden visibility for i386 asm-internal __vsyscall symbol by Rich Felker · 9 years ago
  10. f1faa0e make _dlstart_c function use hidden visibility by Rich Felker · 9 years ago
  11. f4f9562 remove initializers for decoded aux/dyn arrays in dynamic linker by Rich Felker · 9 years ago
  12. 1ef849c allow libc itself to be built with stack protector enabled by Rich Felker · 9 years ago
  13. 19a1fe6 remove remnants of support for running in no-thread-pointer mode by Rich Felker · 9 years ago
  14. 71f099c move thread pointer setup to beginning of dynamic linker stage 3 by Rich Felker · 9 years ago
  15. 0f66fce stabilize dynamic linker's layout of static TLS by Rich Felker · 9 years ago
  16. f630df0 allow i386 __set_thread_area to be called more than once by Rich Felker · 9 years ago
  17. f3ddd17 dynamic linker bootstrap overhaul by Rich Felker · 9 years ago
  18. 385c011 remove mismatched arguments from vmlock function definitions by Rich Felker · 9 years ago
  19. a2d3053 apply vmlock wait to __unmapself in pthread_exit by Rich Felker · 9 years ago
  20. f08ab9e redesign and simplify vmlock system by Rich Felker · 9 years ago
  21. 4e98cce optimize out setting up robust list with kernel when not needed by Rich Felker · 9 years ago
  22. 12e1e32 process robust list in pthread_exit to fix detached thread use-after-unmap by Rich Felker · 9 years ago
  23. 05e0e30 fix getdelim to set the error indicator on all failures by Szabolcs Nagy · 9 years ago
  24. 0770962 fix rpath string memory leak on failed dlopen by Rich Felker · 9 years ago
  25. 2963a9f halt dynamic linker library search on errors resolving $ORIGIN in rpath by Rich Felker · 9 years ago
  26. 5d1c8c9 harden dynamic linker library path search by Rich Felker · 9 years ago
  27. c498efe regex: fix character class repetitions by Szabolcs Nagy · 9 years ago
  28. 32dee9b do not treat \0 as a backref in BRE by Szabolcs Nagy · 10 years ago
  29. fc13acc fix internal buffer overrun in inet_pton by Rich Felker · 10 years ago
  30. 7c8c86f suppress backref processing in ERE regcomp by Rich Felker · 10 years ago
  31. 39dfd58 fix memory-corruption in regcomp with backslash followed by high byte by Rich Felker · 10 years ago
  32. 76fd011 block all signals (even internal ones) in cancellation signal handler by Rich Felker · 10 years ago
  33. 4b5ca13 avoid sending huge names as nscd passwd/group queries by Rich Felker · 10 years ago
  34. 49d1e7f simplify nscd lookup code for alt passwd/group backends by Rich Felker · 10 years ago
  35. 2894a44 add alternate backend support for getgrouplist by Josiah Worcester · 10 years ago
  36. 01ef3dd add aarch64 port by Szabolcs Nagy · 10 years ago
  37. f4e4632 math: add dummy implementations of 128 bit long double functions by Szabolcs Nagy · 10 years ago
  38. 53cfe0c math: add ld128 exp2l based on the freebsd implementation by Szabolcs Nagy · 10 years ago
  39. 204a69d copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs by Szabolcs Nagy · 10 years ago
  40. a46677a fix regression in pthread_cond_wait with cancellation disabled by Rich Felker · 10 years ago
  41. 559de8f fix FLT_ROUNDS to reflect the current rounding mode by Szabolcs Nagy · 10 years ago
  42. bd67959 fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs by Rich Felker · 10 years ago
  43. 2b42c8c add legacy functions from sysinfo.h duplicating sysconf functionality by Rich Felker · 10 years ago
  44. 380857b fix signed left-shift overflow in pthread_condattr_setpshared by Rich Felker · 10 years ago
  45. 064898c remove useless check of bin match in malloc by Rich Felker · 10 years ago
  46. 6de071a eliminate atomics in syslog setlogmask function by Rich Felker · 10 years ago
  47. 7a81fe3 fix init race that could lead to deadlock in malloc init code by Rich Felker · 10 years ago
  48. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 10 years ago
  49. eb4bd8d suppress masked cancellation in pthread_join by Rich Felker · 10 years ago
  50. a3de8f7 fix namespace issue in pthread_join affecting thrd_join by Rich Felker · 10 years ago
  51. 5451d95 make aio_suspend a cancellation point and properly handle cancellation by Rich Felker · 10 years ago
  52. 0fc317d factor cancellation cleanup push/pop out of futex __timedwait function by Rich Felker · 10 years ago
  53. 76ca7a5 fix failure of internal futex __timedwait to report ECANCELED by Rich Felker · 10 years ago
  54. e346ff8 overhaul optimized x86_64 memset asm by Rich Felker · 10 years ago
  55. 69858fa overhaul optimized i386 memset asm by Rich Felker · 10 years ago
  56. 20cbd60 getloadavg: use sysinfo() instead of /proc/loadavg by Alexander Monakov · 10 years ago
  57. 2de85a9 fix possible isatty false positives and unwanted device state changes by Rich Felker · 10 years ago
  58. e487c20 fix breakage in pthread_cond_wait due to typo by Rich Felker · 10 years ago
  59. 34b423d support alternate backends for the passwd and group dbs by Josiah Worcester · 10 years ago
  60. 0afef1a fix spurious errors in refactored passwd/group code by Rich Felker · 10 years ago
  61. fc5a96c fix crashes in refactored passwd/group code by Rich Felker · 10 years ago
  62. d9da1fb simplify cond var code now that cleanup handler is not needed by Rich Felker · 10 years ago
  63. 8741ffe fix pthread_cond_wait cancellation race by Rich Felker · 10 years ago
  64. 102f6a0 add new masked cancellation mode by Rich Felker · 10 years ago
  65. f409338 prepare cancellation syscall asm for possibility of __cancel returning by Rich Felker · 10 years ago
  66. 6bea5dc map interruption of close by signal to success rather than EINPROGRESS by Rich Felker · 10 years ago
  67. 36d8e97 make pthread_exit responsible for disabling cancellation by Rich Felker · 10 years ago
  68. fd850de fix type error (arch-dependent) in new aio code by Rich Felker · 10 years ago
  69. 7c5f0a5 refactor group file access code by Josiah Worcester · 10 years ago
  70. 4e8a356 overhaul aio implementation for correctness by Rich Felker · 10 years ago
  71. 594ffed fix bad character checking in wordexp by Rich Felker · 10 years ago
  72. 700e089 refactor passwd file access code by Josiah Worcester · 10 years ago
  73. 74e334d x86_64/memset: avoid performing final store twice by Denys Vlasenko · 10 years ago
  74. bf2071e x86_64/memset: simple optimizations by Denys Vlasenko · 10 years ago
  75. 6a5242e make protocol table zero byte separated and add ipv6 protocols by Timo Teräs · 10 years ago
  76. 339cc25 use the internal macro name FUTEX_PRIVATE in __wait by Szabolcs Nagy · 10 years ago
  77. f3f2979 add IEEE binary128 long double support to floatscan by Szabolcs Nagy · 10 years ago
  78. 018f9df math: fix fmodl for IEEE binary128 by Szabolcs Nagy · 10 years ago
  79. 04d522c simplify armhf fesetenv by Szabolcs Nagy · 10 years ago
  80. 5fc1487 fix fesetenv(FE_DFL_ENV) on mips by Szabolcs Nagy · 10 years ago
  81. 3f92f92 math: fix __fpclassifyl(-0.0) for IEEE binary128 by Szabolcs Nagy · 10 years ago
  82. 6e76e15 add parenthesis in fma.c to clarify intent and silence warnings by Szabolcs Nagy · 10 years ago
  83. c63c98a make getaddrinfo support SOCK_RAW and other socket types by Rich Felker · 10 years ago
  84. e63833c remove cruft from x86_64 syscall.h by Szabolcs Nagy · 10 years ago
  85. 61b1d10 fix failure of fchmodat to report EOPNOTSUPP in the race path by Rich Felker · 10 years ago
  86. 2736eb6 fix fd leak race (missing O_CLOEXEC) in fchmodat by Rich Felker · 10 years ago
  87. 14a0117 make execvp continue PATH search on EACCES rather than issuing an errror by Rich Felker · 10 years ago
  88. 3559f0b fix missing memory barrier in cancellation signal handler by Rich Felker · 10 years ago
  89. 0b21a07 make fsync, fdatasync, and msync cancellation points by Trutz Behn · 10 years ago
  90. c7b05bc fix missing comma in sh setjmp asm by Trutz Behn · 10 years ago
  91. ecb6081 fix erroneous return of partial username matches by getspnam[_r] by Rich Felker · 10 years ago
  92. 63cac4e simplify part of getopt_long by Rich Felker · 10 years ago
  93. e8e4e56 always set optarg in getopt_long by Rich Felker · 10 years ago
  94. 78a8ef4 overhaul __synccall and fix AS-safety and other issues in set*id by Rich Felker · 10 years ago
  95. 7152a61 add FUTEX_PRIVATE macro to internal futex.h by Rich Felker · 10 years ago
  96. c0ed5a2 suppress EINTR in sem_wait and sem_timedwait by Rich Felker · 10 years ago
  97. 472e8b7 for multithreaded set*id/setrlimit, handle case where callback does not run by Rich Felker · 10 years ago
  98. 3f65494 increase syslog message limit from 256 to 1024 by Rich Felker · 10 years ago
  99. 84b5c54 remove rlimit hacks from multi-threaded set*id() code by Rich Felker · 10 years ago
  100. 9772ead simplify ctermid by Rich Felker · 10 years ago