1. 453f462 make configure store its command line in config.mak for easy re-run by Rich Felker · 11 years ago
  2. 82fa6b4 fix atomicity and other issues installing dynamic linker symlink by Rich Felker · 11 years ago
  3. 63893d3 some initial math asm for armhf (fabs[f] and sqrt[f]) by Rich Felker · 11 years ago
  4. 4918c2b fix detection of arm hardfloat by Rich Felker · 11 years ago
  5. 7318c62 support floating point environment (fenv) on armhf (hard float) subarchs by Rich Felker · 11 years ago
  6. 0a4a4a7 fix build of x86_64 expl assembly by Rich Felker · 11 years ago
  7. badaa04 add function types to arm crt assembly by Rich Felker · 11 years ago
  8. c221af9 math: fix pow(x,-1) to raise underflow properly by Szabolcs Nagy · 11 years ago
  9. 411efb3 math: fix i386 atan2.s to raise underflow for subnormal results by Szabolcs Nagy · 11 years ago
  10. 6d85096 math: clean up atan2.c by Szabolcs Nagy · 11 years ago
  11. 31c5fb8 math: fix x86 asin, atan, exp, log1p to raise underflow by Szabolcs Nagy · 11 years ago
  12. 1b3973f math: fix x86 expl.s to raise underflow and clean up special case handling by Szabolcs Nagy · 11 years ago
  13. c599f4f math: fix asin, atan, log1p, tanh to raise underflow on subnormal by Szabolcs Nagy · 11 years ago
  14. cd18dc8 math: fix tgamma to raise underflow for large negative values by Szabolcs Nagy · 11 years ago
  15. f29fea0 math: fix pow(0,-inf) to raise divbyzero flag by Szabolcs Nagy · 11 years ago
  16. 1b77b90 math: minor scalbn*.c simplification by Szabolcs Nagy · 11 years ago
  17. 56b57f3 fix length computation in dn_expand by Rich Felker · 11 years ago
  18. fcc522c de-duplicate dn_expand, fix return value and signature, clean up by Rich Felker · 11 years ago
  19. cccc184 add arm-optimized memcpy implementation from bionic libc by Rich Felker · 11 years ago
  20. fb72a97 rework makefile subarch logic to allow shared files by Rich Felker · 11 years ago
  21. 4ce6bd8 add missing MSG_EXCEPT in sys/msg.h by Rich Felker · 11 years ago
  22. 35eb1a1 provide declarations for strtod_l and family by Rich Felker · 11 years ago
  23. 804e994 add subarch asm support for PIC objects/shared libc by Rich Felker · 11 years ago
  24. 7568ee4 add missing a_or_l to atomic.h for non-x86 archs by Rich Felker · 11 years ago
  25. 90d7772 allow subarch-specific asm, including asm specific to the default by Rich Felker · 11 years ago
  26. 7c44097 fix _NSIG and SIGRTMAX on mips by Rich Felker · 11 years ago
  27. 41c6328 fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127 by Rich Felker · 11 years ago
  28. 7406fdf add pthread_setaffinity_np and pthread_getaffinity_np functions by Rich Felker · 11 years ago
  29. eeb0328 add cpu affinity interfaces by Rich Felker · 11 years ago
  30. 76fbf6a change sigset_t functions to restrict to _NSIG by Rich Felker · 11 years ago
  31. 3c5c5e6 optimize posix_spawn to avoid spurious sigaction syscalls by Rich Felker · 11 years ago
  32. 65d7aa4 fix missing errno from exec failure in posix_spawn by Rich Felker · 11 years ago
  33. 9848e64 block all signals, even implementation-internal ones, in faccessat child by Rich Felker · 11 years ago
  34. d4d6d6f block signals during fork by Rich Felker · 11 years ago
  35. 72482f9 work around libraries with versioned symbols in dynamic linker by Rich Felker · 11 years ago
  36. e28c2ec sys/personality.h: add missing C++ compat by rofl0r · 11 years ago
  37. 6a0aa82 sys/personality.h: add missing macros by rofl0r · 11 years ago
  38. 19b4a0a add Big5 charset support to iconv by Rich Felker · 11 years ago
  39. 983aceb make fcvt decimal point location for zero make more sense by Rich Felker · 11 years ago
  40. a0cc022 fix ecvt/fcvt decimal point position output by Rich Felker · 11 years ago
  41. 734062b iconv support for legacy Korean encodings by Rich Felker · 11 years ago
  42. a7f18a5 have new timer threads unblock their own SIGTIMER by Rich Felker · 11 years ago
  43. 7c6c290 add system for resetting TLS to initial values by Rich Felker · 11 years ago
  44. 7356c25 fix multiple bugs in SIGEV_THREAD timers by Rich Felker · 11 years ago
  45. 14012b9 add some new linux AT_* flags by Rich Felker · 11 years ago
  46. 0a05eac fix faccessat to support AT_EACCESS flag by Rich Felker · 11 years ago
  47. 89384f7 collapse euidaccess to a call to faccessat by Rich Felker · 11 years ago
  48. f0ceb5a add prototypes for euidaccess/eaccess by Rich Felker · 11 years ago
  49. a89aaee add legacy euidaccess function and eaccess alias for it by Rich Felker · 11 years ago
  50. d3a98ff make tdestroy allow null function pointer if no destructor is needed by Rich Felker · 11 years ago
  51. 2d2da64 fix aliasing violations in tsearch functions by Rich Felker · 11 years ago
  52. 86cc54b protect against long double type mismatches (mainly powerpc for now) by Rich Felker · 11 years ago
  53. 2f820f3 add legacy function valloc by Rich Felker · 11 years ago
  54. 2e5dfa5 fix feature test macro logic for _BSD_SOURCE by Rich Felker · 11 years ago
  55. 0c7294e add wcsftime_t alias by Rich Felker · 11 years ago
  56. feff6b4 add missing c++ extern "C" wrapping to link.h by Rich Felker · 11 years ago
  57. 9ca1f62 make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors by Rich Felker · 11 years ago
  58. c8c0844 debloat code that depends on /proc/self/fd/%d with shared function by Rich Felker · 11 years ago
  59. 0dc4824 work around linux's lack of flags argument to fchmodat syscall by Rich Felker · 11 years ago
  60. 3e3753c move RPATH search after LD_LIBRARY_PATH search by Rich Felker · 11 years ago
  61. 78c6d30 provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCE by Rich Felker · 11 years ago
  62. 8d01dfc if map_library has allocated a buffer for phdrs, free it on success too by Rich Felker · 11 years ago
  63. d5884a5 improve error handling in map_library and support long phdrs by Rich Felker · 11 years ago
  64. 7443dd2 fix uninitialized dyn variable in map_library by Rich Felker · 11 years ago
  65. 38f44d6 fix (deprecated) mktemp logic and update it to match other temp functions by Rich Felker · 11 years ago
  66. 9a97d10 remove (no longer useful) namespace-protected __mktemp symbol by Rich Felker · 11 years ago
  67. c4685ae make mkdtemp and mkstemp family leave template unchanged on fail by Rich Felker · 11 years ago
  68. 926272d optimized memset asm for i386 and x86_64 by Rich Felker · 11 years ago
  69. 4a1f55e work around gcc 4.8's generation of self-referential mem* functions at -O3 by Rich Felker · 11 years ago
  70. 5db951e in pthread_getattr_np, use mremap rather than madvise to measure stack by Rich Felker · 11 years ago
  71. 27593d3 fix theoretical out-of-bound access in dynamic linker by Rich Felker · 11 years ago
  72. f8c376d prevent passing PT_INTERP name to dlopen from double-loading libc by Rich Felker · 11 years ago
  73. 339516a add some sanity checks in dynamic loader code by Rich Felker · 11 years ago
  74. c4f49a6 fix bug where read error was treated as success reading library headers by Rich Felker · 11 years ago
  75. d0c6cb0 don't call null pointer if DT_INIT/DT_FINI are null by Rich Felker · 11 years ago
  76. 9a8d7be add macros for new(ish) prctl commands by Rich Felker · 11 years ago
  77. 9932505 fix some prctl macros that were incorrectly copied into this file by Rich Felker · 11 years ago
  78. 4874814 use separate sigaction buffers for old and new data by Timo Teräs · 11 years ago
  79. 372a948 release notes for 0.9.12 by Rich Felker · 11 years ago
  80. 7efa12a add missing erfcl wrapper for archs where long double is plain double by Rich Felker · 11 years ago
  81. 1ae4bc4 fix semantically incorrect use of LC_GLOBAL_LOCALE by Rich Felker · 11 years ago
  82. f44e239 fix indention-with-spaces by Rich Felker · 11 years ago
  83. d53b1f8 reorder strftime to eliminate the incorrect indention level by Rich Felker · 11 years ago
  84. 54446d7 add wrapper headers, with warnings, for various incorrect names under sys by Rich Felker · 11 years ago
  85. bf7b728 a few more fixes for unistd/sysconf feature reporting by Rich Felker · 11 years ago
  86. a6d39fd report presence of ADV and MSG options in unistd.h and sysconf by Rich Felker · 11 years ago
  87. 7783050 report that posix_spawn is supported in unistd.h and sysconf by Rich Felker · 11 years ago
  88. ce05325 add ABI symbols for strtol family functions by Rich Felker · 11 years ago
  89. a97a050 make ldd report the libc/dynamic linker itself by Rich Felker · 11 years ago
  90. 876748e fix computation of entry point and main app phdrs when invoking via ldso by Rich Felker · 11 years ago
  91. 16ac00a fix powerpc build breakage from dynamic linker path search changes by Rich Felker · 11 years ago
  92. c5e34da new mostly-C crt1 implementation by Rich Felker · 11 years ago
  93. f9dd79c fix undefined strcpy call in inet_ntop by Rich Felker · 11 years ago
  94. 1cd417b make inet_ntop format v4-mapped ipv6 addresses properly by Rich Felker · 11 years ago
  95. 43d2531 do not include math modules in the default -O3 optimization set by Rich Felker · 11 years ago
  96. a926fe2 fix incorrect type for new si_call_addr in siginfo_t by Rich Felker · 11 years ago
  97. 3d4583c add protocol families PF_IB and PF_VSOCK to socket.h by Szabolcs Nagy · 11 years ago
  98. b54f169 update siginfo according to linux headers by Szabolcs Nagy · 11 years ago
  99. 87be54a rework langinfo code for ABI compat and for use by time code by Rich Felker · 11 years ago
  100. ad4a536 update strxfrm/wcsxfrm for future LC_COLLATE support and ABI compat by Rich Felker · 11 years ago