1. 71955b2 fix typo in dynamic linker path file loading code by Rich Felker · 12 years ago
  2. d0197ff add cleaned-up sys/mtio.h by Rich Felker · 12 years ago
  3. 5c6443a add stub versions of some missing optional pthread interfaces by Rich Felker · 12 years ago
  4. bb9abde arg-skipping code for powerpc dynamic linker by Rich Felker · 12 years ago
  5. a4db94a dynamic linking support for powerpc by Rich Felker · 12 years ago
  6. 7718e7c fix ppc stat structure definition by Rich Felker · 12 years ago
  7. 3bb6bd8 fix powerpc termios.h and ioctl.h by rofl0r · 12 years ago
  8. 91738d0 disable SO_REUSEPORT in sys/socket.h by Rich Felker · 12 years ago
  9. 7491bac ppc wchar_t is long, not int by Rich Felker · 12 years ago
  10. 8bb1816 Merge remote-tracking branch 'nsz/math' by Rich Felker · 12 years ago
  11. 22781b4 update copyright file for recent contributions by Rich Felker · 12 years ago
  12. d1bf452 fix indention with spaces in powerpc asm by Rich Felker · 12 years ago
  13. e7257d3 fix powerpc atomic compare-and-swap function by Rich Felker · 12 years ago
  14. 574d01a update ppc atomic code to match the endian-agnostic version on other archs by Rich Felker · 12 years ago
  15. 50cb6db fix wchar limits mistakenly copied from arm by Rich Felker · 12 years ago
  16. c6d441e Merge remote-tracking branch 'ppc-port/ppc-squashed' by Rich Felker · 12 years ago
  17. 68847ec fenv: return FE_TONEAREST in dummy fegetround by Szabolcs Nagy · 12 years ago
  18. 45ff9d8 math: ld80 invtrig cleanups keeping only commonly used data in invtrigl by Szabolcs Nagy · 12 years ago
  19. 529a8de math: simplify hypot and hypotf using scalbn by Szabolcs Nagy · 12 years ago
  20. 6d3f1a3 math: turn off the STRICT_ASSIGN workaround by default by Szabolcs Nagy · 12 years ago
  21. 1c8eb8b PPC port cleaned up, static linking works well now. by rofl0r · 12 years ago
  22. 7669d1e import preliminary ppc work by rdp. by Richard Pennington · 12 years ago
  23. 033a9d6 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed by Szabolcs Nagy · 12 years ago
  24. c4359e0 math: excess precision fix modf, modff, scalbn, scalbnf by Szabolcs Nagy · 12 years ago
  25. 666271c math: fix scalbn and scalbnf on overflow/underflow by Szabolcs Nagy · 12 years ago
  26. 662ed20 math: fix nextafter and nexttoward on maxdbl and maxflt input by Szabolcs Nagy · 12 years ago
  27. cfbaba7 complex: add C11 CMPLX macros and replace cpack with them by Szabolcs Nagy · 12 years ago
  28. e2fe959 math: raise flags in logl.c on <= 0 arguments by Szabolcs Nagy · 12 years ago
  29. 52bcf3f math: fix logb*.c exceptions now that ilogb raises invalid by Szabolcs Nagy · 12 years ago
  30. 37aa7f7 math: raise flags in log2l.c on <= 0 arguments, and fix volatile by Szabolcs Nagy · 12 years ago
  31. 04ccbdc math: raise exception flags in log1pl.c on <= -1 arguments by Szabolcs Nagy · 12 years ago
  32. be81f51 math: raise invalid flag in ilogb*.c on +-0, +-inf and nan by Szabolcs Nagy · 12 years ago
  33. 6f64505 math: fix exception behaviour of expm1l.c on inf and nan by Szabolcs Nagy · 12 years ago
  34. b03c19a math: fix long double constants in exp10l.c by Szabolcs Nagy · 12 years ago
  35. c4a35f8 debloat src/thread tree but putting lots of junk in one file by Rich Felker · 12 years ago
  36. 7df42e8 report support of TPS option in unistd.h and sysconf by Rich Felker · 12 years ago
  37. 1e21e78 add support for thread scheduling (POSIX TPS option) by Rich Felker · 12 years ago
  38. e9b885e fix clobber of edx in i386 vsyscall asm by Rich Felker · 12 years ago
  39. dc059f0 always add memory streams to stdio open file list by Rich Felker · 12 years ago
  40. 6546510 support ldso path files without final newline by Rich Felker · 12 years ago
  41. 40d5f7e change ldso path file logic to replace rather than add to search path by Rich Felker · 12 years ago
  42. 3d9e3a3 fix "configure --prefix=" and improve path/arg handling in configure by Rich Felker · 12 years ago
  43. efd4d87 clean up sloppy nested inclusion from pthread_impl.h by Rich Felker · 12 years ago
  44. 835f9f9 clean up stdio_impl.h by Rich Felker · 12 years ago
  45. 1e717ea fix dlsym asm for mips by Rich Felker · 12 years ago
  46. e8a0b27 improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code by Rich Felker · 12 years ago
  47. 32d6d77 fix numerous mips abi constant definition mismatches by Rich Felker · 12 years ago
  48. fc5f16d mips cache flush/ctl syscall support and header by Rich Felker · 12 years ago
  49. 2f2f115 remove one unnecessary static var from dynamic linker by Rich Felker · 12 years ago
  50. a617a8e fix more unused variable warnings by Rich Felker · 12 years ago
  51. 3a5aa8e fix unused variable warnings by Rich Felker · 12 years ago
  52. b367ab1 avoid breakage if somebody wrongly defines empty feature test macros by Rich Felker · 12 years ago
  53. 18c0e02 add dl_iterate_phdr interface by Rich Felker · 12 years ago
  54. 76f28cf system is a cancellation point by Rich Felker · 12 years ago
  55. dd762cf release notes for 0.9.7 by Rich Felker · 12 years ago
  56. 86dd1e7 fix shmdt syscall calling convention on old archs by Rich Felker · 12 years ago
  57. 8fc7b59 separate getc/putc from fgetc/fputc by Rich Felker · 12 years ago
  58. 3ffb556 update documentation by Rich Felker · 12 years ago
  59. cd31a1f further pcc fixes in configure by Rich Felker · 12 years ago
  60. 3d99266 add support for detecting pcc's compiler runtime by Rich Felker · 12 years ago
  61. 607b05a use explicit visibility to optimize a few hot-path function calls by Rich Felker · 12 years ago
  62. 80a4545 configure: test not just compiling but linking with -march/-mtune by Rich Felker · 12 years ago
  63. c8cb6bc correct locking in stdio functions that tried to be lock-free by Rich Felker · 12 years ago
  64. 892caff greatly improve freopen behavior by Rich Felker · 12 years ago
  65. 708c91f remove useless failure-check from freopen (can't happen) by Rich Felker · 12 years ago
  66. 838951c simplify logic in stpcpy; avoid copying first aligned byte twice by Rich Felker · 12 years ago
  67. 4eb4844 fix issues with wait constants in stdlib.h by Rich Felker · 12 years ago
  68. 31a55f2 as an extension, have putenv("VAR") behave as unsetenv("VAR") by Rich Felker · 12 years ago
  69. 8489897 accept "nan(n-char-sequence)" in strtod/scanf functions by Rich Felker · 12 years ago
  70. f1b23d4 fix copy/paste error in popen changes that broke signals by Rich Felker · 12 years ago
  71. 2d321fa complex: make _Complex_I work with gcc -std=c99 -pedantic-errors by nsz · 12 years ago
  72. 0a1c2c1 support looking up thread-local objects with dlsym by Rich Felker · 12 years ago
  73. deb15b3 fix breakage in dlsym for looking up RTLD_DEFAULT, etc. by Rich Felker · 12 years ago
  74. dde325d fix struct stat size/padding on microblaze by Rich Felker · 12 years ago
  75. 599f973 fix usage of locks with vfork by Rich Felker · 12 years ago
  76. ebee8c2 fix crashes in static-linked multithreaded programs without TLS by Rich Felker · 12 years ago
  77. 6a04d1b fix order of syscall args for microblaze clone syscall by Rich Felker · 12 years ago
  78. 01e5a1b use $CC rather than "$CC" in configure script by Rich Felker · 12 years ago
  79. 2501121 inline syscalls for microblaze by Rich Felker · 12 years ago
  80. 1f48523 ensure microblaze __set_thread_area returns success by Rich Felker · 12 years ago
  81. 64251d8 better support for reverse-endian variants of arm/mips/microblaze by Rich Felker · 12 years ago
  82. 7762518 avoid raising spurious division-by-zero exception in printf by Rich Felker · 12 years ago
  83. f321de9 floating point environment/exceptions support for mips by Rich Felker · 12 years ago
  84. 97c8bdd fix parent-memory-clobber in posix_spawn (environ) by Rich Felker · 12 years ago
  85. 44eb4d8 overhaul system() and popen() to use vfork; fix various related bugs by Rich Felker · 12 years ago
  86. f1e7a5e fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmp by Rich Felker · 12 years ago
  87. ef2f595 fix microblaze asm relocations for shared libc by Rich Felker · 12 years ago
  88. 858df11 assert() is supposed to have type void by Rich Felker · 12 years ago
  89. c86f297 add memmem function (gnu extension) by Rich Felker · 12 years ago
  90. 21284ec microblaze TLS relocation support, completely untested by Rich Felker · 12 years ago
  91. 9ec4283 add support for TLS variant I, presently needed for arm and mips by Rich Felker · 12 years ago
  92. d530414 block uid/gid changes during posix_spawn by Rich Felker · 12 years ago
  93. 42c36f9 fix overlap of thread stacks with thread tls segments by Rich Felker · 12 years ago
  94. c62b9f3 fix main program TLS alignment for dynamic-linked programs by Rich Felker · 12 years ago
  95. 36be528 workaround broken hidden-visibility handling in pcc by Rich Felker · 12 years ago
  96. 185a977 ensure pointer decay in inline-asm arg for i386 syscall6 by Rich Felker · 12 years ago
  97. e23d358 fix namespace clash (libc) in dynlink.c by Rich Felker · 12 years ago
  98. 31f340a remove dead code from dynamic linker by Rich Felker · 12 years ago
  99. 216dca8 comment possibly-confusing i386 vsyscall asm by Rich Felker · 12 years ago
  100. 964e9f3 avoid the thread-ptr-init behavior of sigaction when not installing handler by Rich Felker · 12 years ago