1. 4a08c85 release notes for 0.8.3 by Rich Felker · 13 years ago
  2. 0b6eb2d update syscalls with off_t arguments to handle argument alignment, if needed by Rich Felker · 13 years ago
  3. d30c331 new gcc wrapper now supports pre-4.4 gcc versions and is more robust by Rich Felker · 13 years ago
  4. 7dd86ec new installation guide with alternate and primary libc setups by Rich Felker · 13 years ago
  5. fd9e01e fix some header typos by Rich Felker · 13 years ago
  6. d23a543 make stdbool.h conform to c99 by Rich Felker · 13 years ago
  7. 2318207 fix incorrect include guard in mqueue.h by Rich Felker · 13 years ago
  8. 246e15c fix statvfs.c to match new fsid_t definition by Rich Felker · 13 years ago
  9. 32b82cf fix the fsid_t structure to match name of __val by Rich Felker · 13 years ago
  10. 03a8362 fix broken siginfo_t with _GNU_SOURCE defined by Rich Felker · 13 years ago
  11. 114c80f fix the definition of struct statvfs to match lsb abi by Rich Felker · 13 years ago
  12. 8c07f6e add some more siginfo aliases broken software expects... by Rich Felker · 13 years ago
  13. f780ac5 cleanup redundancy in bits/signal.h versions by Rich Felker · 13 years ago
  14. 224c7a3 fix the type of wchar_t on arm; support wchar_t varying with arch by Rich Felker · 13 years ago
  15. 089aeb0 fix incorrect long double parameters on arm (and other future ports) by Rich Felker · 13 years ago
  16. 53431b0 fix broken multi-inclusion guard in sys/reg.h by Rich Felker · 13 years ago
  17. d960d4f initial commit of the arm port by Rich Felker · 13 years ago
  18. 4f4bf0a disable dynamic linking/loading code in static libc builds, for now by Rich Felker · 13 years ago
  19. b0c088e cleanup more bits cruft (sysmacros and socket) by Rich Felker · 13 years ago
  20. ca8373d more bits junk (tcp.h) by Rich Felker · 13 years ago
  21. c817566 move invariant netinet/in.h stuff out of bits/in.h by Rich Felker · 13 years ago
  22. 3f72cda overhaul clone syscall wrapping by Rich Felker · 13 years ago
  23. 455fc98 release notes for 0.8.2 by Rich Felker · 13 years ago
  24. d5fd1fa dummy implementation of set_thread_area by Rich Felker · 13 years ago
  25. 471c606 fix assumptions that char is signed by Rich Felker · 13 years ago
  26. 2b71a4d fix more instances of old a_xchg (use new a_swap name) by Rich Felker · 13 years ago
  27. 813d378 use a_swap rather than old name a_xchg by Rich Felker · 13 years ago
  28. 5b91c22 fix generic sigsetjmp (unused anyway) pointer signedness error by Rich Felker · 13 years ago
  29. 144c951 fix idiotic const-correctness error in lio_listio by Rich Felker · 13 years ago
  30. d431d45 fix ptrace (maybe) by Rich Felker · 13 years ago
  31. 71f7a3c implement ptrace syscall wrapper (untested) by Rich Felker · 13 years ago
  32. d1d141c 0.8.1 release notes by Rich Felker · 13 years ago
  33. a949257 remove incorrectly-made-visible internal dst offset variable by Rich Felker · 13 years ago
  34. 7c131a3 fix inconsistent signature for aio_error by Rich Felker · 13 years ago
  35. 4da289e fix return types for aio_read and aio_write again by Rich Felker · 13 years ago
  36. 13cd969 fix various errors in function signatures/prototypes found by nsz by Rich Felker · 13 years ago
  37. 5e9deea fix cruft left in release notes by Rich Felker · 13 years ago
  38. fd408d2 fix prototypes for aio_read and aio_write by Rich Felker · 13 years ago
  39. 0f1ef81 add missing posix_spawnattr_init/destroy functions by Rich Felker · 13 years ago
  40. 801b311 0.8.0 release by Rich Felker · 13 years ago
  41. 28af39f remove some stray trailing space characters by Rich Felker · 13 years ago
  42. fb80e04 implement gnu sigisemptyset by Rich Felker · 13 years ago
  43. ce17ea6 add prototypes for GNU *_unlocked stdio functions by Rich Felker · 13 years ago
  44. a654017 add dummied strverscmp (obnoxious GNU function) by Rich Felker · 13 years ago
  45. d4045a1 declare alloca in stdlib.h when _GNU_SOURCE is defined by Rich Felker · 13 years ago
  46. 8fe5fa5 fix serious bug in pthread_join by Rich Felker · 13 years ago
  47. eb351a9 fix pthread_join wait call: thread termination tid futex is not private by Rich Felker · 13 years ago
  48. b4de6f9 implement POSIX asynchronous io by Rich Felker · 13 years ago
  49. 96cea94 fix incorrect overflow errors on strtoul, etc. by Rich Felker · 13 years ago
  50. 5989dde strptime: fix use of uninitialized dest field in converting integer by Rich Felker · 13 years ago
  51. d2e061a more fmemopen null termination fixes by Rich Felker · 13 years ago
  52. e72ee57 fix some fmemopen behaviors by Rich Felker · 13 years ago
  53. a7778da handle pending cancellation when enabling async cancellation by Rich Felker · 13 years ago
  54. 22e4542 fmemopen: fix eof handling, hopefully right this time by Rich Felker · 13 years ago
  55. f81279f fmemopen fixes by Rich Felker · 13 years ago
  56. 7ee3dcb memstreams: fix incorrect handling of file pos > current size by Rich Felker · 13 years ago
  57. c88f36f optimize seek function for memory streams by Rich Felker · 13 years ago
  58. 32d67e9 fix twos complement overflow bug in mem streams boundary check by Rich Felker · 13 years ago
  59. d4fa6f0 implement fmemopen by Rich Felker · 13 years ago
  60. 1e69376 fix some length calculations in memory streams by Rich Felker · 13 years ago
  61. 1461e02 implement open_wmemstream by Rich Felker · 13 years ago
  62. ad70ba7 fix RTLD_NEXT on x86_64 by Rich Felker · 13 years ago
  63. b158b32 implement open_memstream by Rich Felker · 13 years ago
  64. adb7093 fix missing prototypes/wrong signature for psiginfo, psignal by Rich Felker · 13 years ago
  65. 1f5ff26 fix broken FD_* macros on 64-bit targets by Rich Felker · 13 years ago
  66. 291666a bring back ___environ symbol (3 underscores) by Rich Felker · 13 years ago
  67. 1c8bead use new a_crash() asm to optimize double-free handler. by Rich Felker · 13 years ago
  68. df0b5a4 security hardening: ensure suid programs have valid stdin/out/err by Rich Felker · 13 years ago
  69. c0f3441 in pathconf, -1, not 0, means unsupported.. syncio presumably works, too. by Rich Felker · 13 years ago
  70. 3e082df fix bogus pathconf result for file size bits by Rich Felker · 13 years ago
  71. 47a8816 partially working strptime by Rich Felker · 13 years ago
  72. cf8506a ldso: move the suid/secure check code closer to env/auxv processing by Rich Felker · 13 years ago
  73. a045883 honor AT_SECURE aux vector flag by Rich Felker · 13 years ago
  74. 623753a RTLD_NEXT support by Rich Felker · 13 years ago
  75. 2719cc8 LD_PRELOAD support by Rich Felker · 13 years ago
  76. ce7c634 simplify and improve double-free check by Rich Felker · 13 years ago
  77. 6cb277d typo in macro definitions for x86_64 by Rich Felker · 13 years ago
  78. 9205e48 macro for pthread_equal by Rich Felker · 13 years ago
  79. ef9dd03 fix missing include in last commit by Rich Felker · 13 years ago
  80. ad57598 fix clock() function by Rich Felker · 13 years ago
  81. 4054a13 implement forkall by Rich Felker · 13 years ago
  82. 407d933 pthread and synccall cleanup, new __synccall_wait op by Rich Felker · 13 years ago
  83. b1a7102 more efficient signal blocking for timer threads by Rich Felker · 13 years ago
  84. 8b625e4 normal exit from timer thread should run dtors, restore cancel state by Rich Felker · 13 years ago
  85. c516807 block signals in timer threads by Rich Felker · 13 years ago
  86. 1407785 condition variable signal/bcast need not wake unless there are waiters by Rich Felker · 13 years ago
  87. cdfb725 use weak aliase rather than weak reference for vdso clock_gettime by Rich Felker · 13 years ago
  88. b3c08a1 simplify unified timed wait code, drop support for newer method by Rich Felker · 13 years ago
  89. b2b95a5 add fast path for normal mutexes back to pthread_mutex_lock by Rich Felker · 13 years ago
  90. 188ebf5 close should not be cancellable after "failing" with EINTR by Rich Felker · 13 years ago
  91. 8426a99 ensure the compiler does not move around thread-register-based reads by Rich Felker · 13 years ago
  92. 3578760 simplify multi-threaded errno, eliminate useless function pointer by Rich Felker · 13 years ago
  93. 98acf04 use weak aliases rather than function pointers to simplify some code by Rich Felker · 13 years ago
  94. 338b663 fix off-by-one bug in siglongjmp that caused unpredictable behavior by Rich Felker · 13 years ago
  95. 5f37fc1 further debloat cancellation handlers by Rich Felker · 13 years ago
  96. 56385dd missed detail in cancellation bloat fix by Rich Felker · 13 years ago
  97. 730bee7 fix static linking dependency bloat with cancellation by Rich Felker · 13 years ago
  98. fc0ecd3 implement if_nameindex and if_freenameindex by Rich Felker · 13 years ago
  99. 50304f2 overhaul rwlocks to address several issues by Rich Felker · 13 years ago
  100. 8aeee8d timedwait: play it safe for now by Rich Felker · 13 years ago