1. 200d154 add or1k (OpenRISC 1000) architecture port by Stefan Kristiansson · 10 years ago
  2. 0bc0309 add locale framework by Rich Felker · 10 years ago
  3. ac31bf2 simplify errno implementation by Rich Felker · 10 years ago
  4. 8258014 fix for broken kernel side RLIM_INFINITY on mips by Szabolcs Nagy · 10 years ago
  5. 106e65d break down coarse-grained 64-bit-off_t syscall remappings by Rich Felker · 10 years ago
  6. 55f45bc fix sendfile syscall to use 64-bit off_t by Rich Felker · 10 years ago
  7. 9b880a6 fix sys_open macro for archs without the plain open syscall by Rich Felker · 10 years ago
  8. 9289931 fix placement of multiple inclusion guard endif in internal syscall.h by Rich Felker · 10 years ago
  9. 594c827 support kernels with no SYS_open syscall, only SYS_openat by Rich Felker · 10 years ago
  10. fbeadd1 make socketcall types common as they are same for all architectures by Timo Teräs · 10 years ago
  11. 58e75db add working vdso clock_gettime support, including static linking by Rich Felker · 10 years ago
  12. 83c98aa use hidden visibility rather than protected for syscall internals by Rich Felker · 10 years ago
  13. dab441a always initialize thread pointer at program start by Rich Felker · 10 years ago
  14. 30c1205 include header that declares __syscall_ret where it's defined by Rich Felker · 10 years ago
  15. aacd348 rename superh port to "sh" for consistency by Rich Felker · 11 years ago
  16. 3a3c813 superh port by Bobby Bingham · 11 years ago
  17. d8b5877 mostly-cosmetic fixups to x32 port merge by Rich Felker · 11 years ago
  18. 323272d import vanilla x86_64 code as x32 by rofl0r · 11 years ago
  19. 5cc1d92 internal/syscall.h: add syscall_arg_t macro by rofl0r · 11 years ago
  20. bf84967 internal/syscall.h: use a macro for the syscall args casts by rofl0r · 11 years ago
  21. 3af2ede fix ftello result for append streams with unflushed output by Rich Felker · 11 years ago
  22. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  23. 179ab5a add infrastructure to record and report the version of libc.so by Rich Felker · 11 years ago
  24. e803829 fix potential deadlock bug in libc-internal locking logic by Rich Felker · 11 years ago
  25. b20760c support configurable page size on mips, powerpc and microblaze by Szabolcs Nagy · 11 years ago
  26. 9b0fcb4 math: remove STRICT_ASSIGN macro by Szabolcs Nagy · 11 years ago
  27. afa2aac math: remove libc.h include from libm.h by Szabolcs Nagy · 11 years ago
  28. 8dba548 math: cosmetic cleanup (use explicit union instead of fshape and dshape) by Szabolcs Nagy · 11 years ago
  29. 63b9cc7 math: remove *_WORD64 macros from libm.h by Szabolcs Nagy · 11 years ago
  30. 94a3d13 math: remove old longdbl.h by Szabolcs Nagy · 11 years ago
  31. af5f6d9 long double cleanup, initial commit by Szabolcs Nagy · 11 years ago
  32. 7356c25 fix multiple bugs in SIGEV_THREAD timers by Rich Felker · 11 years ago
  33. c8c0844 debloat code that depends on /proc/self/fd/%d with shared function by Rich Felker · 11 years ago
  34. 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
  35. 7586360 add support for init/fini array in main program, and greatly simplify by Rich Felker · 11 years ago
  36. 3df0b66 fix missing argument in variadic syscall macros by Rich Felker · 11 years ago
  37. 2b0af60 add some comments about the mips ksigaction structure weirdness by Rich Felker · 11 years ago
  38. c208045 fix major scanf breakage with unbuffered streams, fmemopen, etc. by Rich Felker · 11 years ago
  39. 2c074b0 transition to using functions for internal signal blocking/restoring by Rich Felker · 11 years ago
  40. b4ea638 add support for program_invocation[_short]_name by Rich Felker · 11 years ago
  41. 14a835b implement pthread_getattr_np by Rich Felker · 11 years ago
  42. ccc7b4c remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG by Rich Felker · 11 years ago
  43. 23ccb80 consistently use the internal name __environ for environ by Rich Felker · 12 years ago
  44. facc6ac replace __wake function with macro that performs direct syscall by Rich Felker · 12 years ago
  45. faea4c9 make CMPLX macros available in complex.h in non-c11 mode as well by Szabolcs Nagy · 12 years ago
  46. 03b0f13 fix trailing whitespace issues that crept in here and there by Rich Felker · 12 years ago
  47. 8bb1816 Merge remote-tracking branch 'nsz/math' by Rich Felker · 12 years ago
  48. c6d441e Merge remote-tracking branch 'ppc-port/ppc-squashed' by Rich Felker · 12 years ago
  49. 6d3f1a3 math: turn off the STRICT_ASSIGN workaround by default by Szabolcs Nagy · 12 years ago
  50. 1c8eb8b PPC port cleaned up, static linking works well now. by rofl0r · 12 years ago
  51. 7669d1e import preliminary ppc work by rdp. by Richard Pennington · 12 years ago
  52. cfbaba7 complex: add C11 CMPLX macros and replace cpack with them by Szabolcs Nagy · 12 years ago
  53. 1e21e78 add support for thread scheduling (POSIX TPS option) by Rich Felker · 12 years ago
  54. e9b885e fix clobber of edx in i386 vsyscall asm by Rich Felker · 12 years ago
  55. efd4d87 clean up sloppy nested inclusion from pthread_impl.h by Rich Felker · 12 years ago
  56. 835f9f9 clean up stdio_impl.h by Rich Felker · 12 years ago
  57. a617a8e fix more unused variable warnings by Rich Felker · 12 years ago
  58. 607b05a use explicit visibility to optimize a few hot-path function calls by Rich Felker · 12 years ago
  59. 892caff greatly improve freopen behavior by Rich Felker · 12 years ago
  60. 8489897 accept "nan(n-char-sequence)" in strtod/scanf functions by Rich Felker · 12 years ago
  61. 36be528 workaround broken hidden-visibility handling in pcc by Rich Felker · 12 years ago
  62. 216dca8 comment possibly-confusing i386 vsyscall asm by Rich Felker · 12 years ago
  63. 12e9b4f i386 vsyscall support (vdso-provided sysenter/syscall instruction based) by Rich Felker · 12 years ago
  64. dcd6037 support for TLS in dynamic-loaded (dlopen) modules by Rich Felker · 12 years ago
  65. 9b153c0 beginnings of full TLS support in shared libraries by Rich Felker · 12 years ago
  66. 8431d79 TLS (GNU/C11 thread-local storage) support for static-linked programs by Rich Felker · 12 years ago
  67. 8c0a3d9 microblaze port by Rich Felker · 12 years ago
  68. 9a3bbce add 7-arg syscall support for mips by Rich Felker · 12 years ago
  69. 2141991 fix broken mips syscall asm by Rich Felker · 12 years ago
  70. 208eb58 syscall organization overhaul by Rich Felker · 12 years ago
  71. 11458e5 fix float parsing logic for long decimal expansions by Rich Felker · 12 years ago
  72. 6171827 add bsd fgetln function by Rich Felker · 12 years ago
  73. 2f43704 fix (hopefully) all hard-coded 8's for kernel sigset_t size by Rich Felker · 12 years ago
  74. e1b9c1b save AT_HWCAP from auxv for subsequent use in machine-specific code by Rich Felker · 12 years ago
  75. bbbe87e fix several locks that weren't updated right for new futex-based __lock by Rich Felker · 12 years ago
  76. ea4175e fix breakage of x86_64 sigaction from recent changes for mips by Rich Felker · 12 years ago
  77. 6315004 initial version of mips (o32) port, based on work by Richard Pennington (rdp) by Rich Felker · 12 years ago
  78. 5091e08 use unsigned bitmask for consistency in ksigaction by Rich Felker · 12 years ago
  79. 0b63779 fix breakage from last commit: forgot to include ksigaction.h by Rich Felker · 12 years ago
  80. 2499cd9 remove flush hook cruft that was never used from stdio by Rich Felker · 12 years ago
  81. 819006a add pthread_attr_setstack interface (and get) by Rich Felker · 12 years ago
  82. f457b1c fix scanning of "-0x" pseudo-hex float (must give negative zero) by Rich Felker · 12 years ago
  83. 13b3645 increase default thread stack size to 80k by Rich Felker · 12 years ago
  84. a541297 enable LARGEFILE64 aliases by Rich Felker · 12 years ago
  85. 7efd14e remove cruft from pthread structure (old cancellation stuff) by Rich Felker · 12 years ago
  86. 0c29adf remove everything related to forkall by Rich Felker · 12 years ago
  87. 9ae1cf6 fix out-of-bounds array access in pthread barriers on 64-bit by Rich Felker · 12 years ago
  88. 6ab8136 add FORCE_EVAL macro to evaluate float expr for their side effect by nsz · 12 years ago
  89. 58aa5f4 overhaul SSP support to use a real canary by Rich Felker · 12 years ago
  90. 28c5d46 fix off-by-one error that caused uninitialized memory read in floatscan by Rich Felker · 12 years ago
  91. 4750cf4 ditch the priority inheritance locks; use malloc's version of lock by Rich Felker · 12 years ago
  92. f34d0ea new internal locking primitive; drop spinlocks by Rich Felker · 12 years ago
  93. 02eb568 remove redundant (unmaintained) check in floatscan by Rich Felker · 12 years ago
  94. 77731d0 make floatscan correctly set errno for overflow/underflow by Rich Felker · 12 years ago
  95. 2df2a97 skip leading zeros even after decimal point in floatscan by Rich Felker · 12 years ago
  96. 33e7781 fix overread (consuming an extra byte) scanning NAN by Rich Felker · 12 years ago
  97. cb81b69 fix really bad breakage in strtol, etc.: failure to accept leading spaces by Rich Felker · 12 years ago
  98. 1ff3e6f fix typo in exponent reading code or floats by Rich Felker · 12 years ago
  99. dad4040 fix failure to read infinity in scanf by Rich Felker · 12 years ago
  100. bb477f9 fix failure of int parser to unget an initial mismatching character by Rich Felker · 12 years ago