1. 00817f0 document more changes for 0.7.7 by Rich Felker · 13 years ago
  2. 1fee618 fix prototype for strsep by Rich Felker · 13 years ago
  3. 6b87e94 fix completely bogus loop condition in getmntent_r by Rich Felker · 13 years ago
  4. a113434 major semaphore improvements (performance and correctness) by Rich Felker · 13 years ago
  5. cd3bb38 fix signal-based timers with null sigevent argument by Rich Felker · 13 years ago
  6. 104d013 fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functions by Rich Felker · 13 years ago
  7. fc0cf28 fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386... by Rich Felker · 13 years ago
  8. 59a37f8 document more changes by Rich Felker · 13 years ago
  9. 729cb49 new framework to inhibit thread cancellation when needed by Rich Felker · 13 years ago
  10. 918a40f add ip6 pktinfo stuff for x86_64 by Rich Felker · 13 years ago
  11. 8bb82b4 add sysv ipc message queues (completely untested) by Rich Felker · 13 years ago
  12. 0438e9f getopt.h is a GNU-getopt-specific header. always expose GNU functions. by Rich Felker · 13 years ago
  13. 5788d97 add sysexits.h legacy header by Rich Felker · 13 years ago
  14. f209440 implement the adjtime and adjtimex functions (nonstandard) by Rich Felker · 13 years ago
  15. 2c4e9e6 add getmntent_r interface (all of mntent is nonstandard anyway) by Rich Felker · 13 years ago
  16. e86cc88 add some missing ipv6 stuff by Rich Felker · 13 years ago
  17. 92b2eb8 implement if_indextoname and if_nametoindex functions by Rich Felker · 13 years ago
  18. ef8b4b1 add (nonstandard) cfmakeraw function by Rich Felker · 13 years ago
  19. 5546f7a add pivot_root syscall wrapper by Rich Felker · 13 years ago
  20. e721800 add more legacy functions: setlinebuf and setbuffer by Rich Felker · 13 years ago
  21. 8b61c81 alternate name for syslog.h by Rich Felker · 13 years ago
  22. f93de08 uncomment IP_PKTINFO by Rich Felker · 13 years ago
  23. 39e4853 support the nonstandard err.h interfaces by Rich Felker · 13 years ago
  24. 25ce762 release notes for next bugfix release by Rich Felker · 13 years ago
  25. 16675df fix misaligned read on early string termination in strchr by Rich Felker · 13 years ago
  26. 2f3d02c fix overflow in printf %N$ argument handling by Rich Felker · 13 years ago
  27. f956966 fix various floating point rounding and formatting errors in *printf by Rich Felker · 13 years ago
  28. bd1f6eb release notes for 0.7.6 bugfix release by Rich Felker · 13 years ago
  29. b761bd1 fix rare but nasty under-allocation bug in malloc with large requests by Rich Felker · 13 years ago
  30. 98c5583 simplify vdprintf implementation greatly based on recent vfprintf changes by Rich Felker · 13 years ago
  31. bd57e2b use a local temp buffer for unbuffered streams in vfprintf by Rich Felker · 13 years ago
  32. 5600088 fix nl_langinfo to actually use the existing, correct internal version by Rich Felker · 13 years ago
  33. 3910e93 make ualarm actually work (obsolete function removed from SUS) by Rich Felker · 13 years ago
  34. e898a79 fix various bugs in strtold: by Rich Felker · 13 years ago
  35. c68b263 fix serious bug in strchr - char signedness by Rich Felker · 13 years ago
  36. 2155afd prototype getdtablesize (nonstandard function) by Rich Felker · 13 years ago
  37. 1db283b add setresuid/setresgid functions (nonstandard) by Rich Felker · 13 years ago
  38. 7fd3995 pthread_create need not set errno by Rich Felker · 13 years ago
  39. 7e795ca fix statvfs syscalls (missing size argument) by Rich Felker · 13 years ago
  40. 66def4e block all signals during rsyscall by Rich Felker · 13 years ago
  41. 1ad049b fix race condition in rsyscall handler by Rich Felker · 13 years ago
  42. c9b2d80 don't trust siginfo in rsyscall handler by Rich Felker · 13 years ago
  43. 6e9ed66 timer threads should sleep and stay asleep... a long time by Rich Felker · 13 years ago
  44. 6f1414e revert to deleting kernel-level timer from cancellation handler by Rich Felker · 13 years ago
  45. f01d351 simplify calling of timer signal handler by Rich Felker · 13 years ago
  46. 06baa2b d_fileno alias for d_ino in dirent by Rich Felker · 13 years ago
  47. 537d33d simplify pthread tsd key handling by Rich Felker · 13 years ago
  48. fd80cfa omit pthread tsd dtor code if tsd is not used by Rich Felker · 13 years ago
  49. 8de03e1 don't disable seeking after first seek failure by Rich Felker · 13 years ago
  50. 9a909fc apparently fseek should not set the error flag on failed seek by Rich Felker · 13 years ago
  51. d1c24ac update release notes by Rich Felker · 13 years ago
  52. bf87858 avoid over-allocation of brk on first malloc by Rich Felker · 13 years ago
  53. 952987a reorganize the __libc structure for threaded performance issues by Rich Felker · 13 years ago
  54. 4ae5e81 simplify setting result on thread cancellation by Rich Felker · 13 years ago
  55. 6c16d3e use bss instead of mmap for main thread's pthread thread-specific data by Rich Felker · 13 years ago
  56. 5243e5f remove obsolete and useless useconds_t type by Rich Felker · 13 years ago
  57. 3bb00f4 somehow timespec tv_nsec had the wrong type on x86_64... fixed by Rich Felker · 13 years ago
  58. 3df3d4f fix misspelled PTHREAD_CANCELED constant by Rich Felker · 13 years ago
  59. c1f1500 document more changes by Rich Felker · 13 years ago
  60. 78eb087 document changes for upcoming 0.7.5 release by Rich Felker · 13 years ago
  61. ded6cb5 use a_store to set cancel flag in pthread_cancel, to ensure a barrier by Rich Felker · 13 years ago
  62. c1b39b2 simplify pthread_key_delete by Rich Felker · 13 years ago
  63. c9806fc greatly simplify pthread_key_create (~20% size reduction) by Rich Felker · 13 years ago
  64. a5323c5 add some missing prototypes for nonstandard functions (strsep, clearenv) by Rich Felker · 13 years ago
  65. 3990c5c avoid all malloc/free in timer creation/destruction by Rich Felker · 13 years ago
  66. b8be64c optimize timer creation and possibly protect against some minor races by Rich Felker · 13 years ago
  67. a1eb8cb avoid crash on stupid but allowable usage of pthread_mutex_unlock by Rich Felker · 13 years ago
  68. 620a134 rename __simple_malloc.c to lite_malloc.c - yes this affects behavior! by Rich Felker · 13 years ago
  69. 0208410 streamline mutex unlock to remove a useless branch, use a_store to unlock by Rich Felker · 13 years ago
  70. 124b4eb cheap special-case optimization for normal mutexes by Rich Felker · 13 years ago
  71. 6806300 reorder timer initialization so that timer_create does not depend on free by Rich Felker · 13 years ago
  72. 1c1aa32 missing prototype for wcscoll (stub) by Rich Felker · 13 years ago
  73. 8524d65 revert mutex "optimization" that turned out to be worse by Rich Felker · 13 years ago
  74. 80c4dcd implement POSIX timers by Rich Felker · 13 years ago
  75. bf619d8 major improvements to cancellation handling by Rich Felker · 13 years ago
  76. 70c31c7 some preliminaries for adding POSIX timers by Rich Felker · 13 years ago
  77. 8250742 fix tempnam name generation, and a small bug in tmpnam on retry limit by Rich Felker · 13 years ago
  78. a88edbe make tmpfile fail after exceeding max tries. by Rich Felker · 13 years ago
  79. 507a9fa fix tmpnam to generate better names, not depend on non-ISO-C symbols by Rich Felker · 13 years ago
  80. 9646e4d fix messed-up errno if remove fails for a non-EISDIR reason by Rich Felker · 13 years ago
  81. 0b240cc learned something new - remove is supposed to support directories on POSIX by Rich Felker · 13 years ago
  82. 4106cdc revert some more spin optimizations that turned out to be pessimizations by Rich Felker · 13 years ago
  83. 4cc7871 fix bug from syscall overhaul: extra __syscall_ret call for 0-arg syscalls by Rich Felker · 13 years ago
  84. 117581c fix broken spinlock due to miscompilation by Rich Felker · 13 years ago
  85. ef839c7 prototype for getpass by Rich Felker · 13 years ago
  86. 83b6c9e remove useless field in pthread struct (wasted a good bit of space) by Rich Felker · 13 years ago
  87. 05b6940 fix getc - the classic error of trying to store EOF+0-255 in a char type.. by Rich Felker · 13 years ago
  88. e3cd6c5 major stdio overhaul, using readv/writev, plus other changes by Rich Felker · 13 years ago
  89. ea34336 match glibc/lsb cancellation abi on i386 by Rich Felker · 13 years ago
  90. 92b52b7 remove -Wno-pointer-sign example from dist/config.mak by Rich Felker · 13 years ago
  91. 9ae8d5f fix all implicit conversion between signed/unsigned pointers by Rich Felker · 13 years ago
  92. a374524 simplify and optimize FILE lock handling by Rich Felker · 13 years ago
  93. d8dc2fa prepare pthread_spin_unlock for archs that need memory barriers by Rich Felker · 13 years ago
  94. b8b85a4 optimize contended case for pthread_spin_trylock by Rich Felker · 13 years ago
  95. c322fe4 optimize spinlock spin by Rich Felker · 13 years ago
  96. 8ae2fa6 fix non-atomicity of puts by Rich Felker · 13 years ago
  97. b470030 overhaul cancellation to fix resource leaks and dangerous behavior with signals by Rich Felker · 13 years ago
  98. 0958200 very cheap double-free checks in malloc by Rich Felker · 13 years ago
  99. aa398f5 global cleanup to use the new syscall interface by Rich Felker · 13 years ago
  100. be82e12 if returning errno value directly from a syscall, we need to negate it. by Rich Felker · 13 years ago