1. c0ede9e add powerpc64 port by Bobby Bingham · 9 years ago
  2. 5972c4a add mips n32 port (ILP32 ABI for mips64) by Rich Felker · 9 years ago
  3. 8393357 add mips64 port by Rich Felker · 9 years ago
  4. 71392a9 generalize mips-specific reloc code not to hard-code sym/type encoding by Rich Felker · 9 years ago
  5. 225f6a6 allow implementing a_cas_p with pointer-sized ll/sc by Bobby Bingham · 9 years ago
  6. 416d1c7 fix line-buffered flush omission for odd usage of putc-family functions by Rich Felker · 9 years ago
  7. c18d05f ldso: fix GDB dynamic linker info on MIPS by Felix Fietkau · 9 years ago
  8. a5e133b change the internal socketcall selection logic by Szabolcs Nagy · 9 years ago
  9. 007907a move sh port's __shcall internal function from arch/sh/src to src tree by Rich Felker · 9 years ago
  10. 1315596 refactor internal atomic.h by Rich Felker · 9 years ago
  11. d1b29c2 exclude vis.h when compiling assembly files by Khem Raj · 9 years ago
  12. 19caa25 remove undef weak refs to init/fini array symbols in libc.so by Rich Felker · 9 years ago
  13. 9e0a317 remove use of SHARED macro in dynamic linker version reporting by Rich Felker · 9 years ago
  14. d56460c unify static and dynamic linked implementations of thread-local storage by Rich Felker · 9 years ago
  15. 8a8fdf6 eliminate use of SHARED macro to suppress visibility attributes by Rich Felker · 9 years ago
  16. 9439ebd fix dynamic loader library mapping for nommu systems by Rich Felker · 9 years ago
  17. 4e73d12 explicitly assemble all arm asm sources as UAL by Rich Felker · 9 years ago
  18. 9f290a4 remove non-working pre-armv4t support from arm asm by Rich Felker · 9 years ago
  19. f3a53f0 eliminate protected-visibility data in libc.so with vis.h preinclude by Rich Felker · 9 years ago
  20. b61df22 fix signal return for sh/fdpic by Rich Felker · 9 years ago
  21. eaf7ab6 add real fdpic loading of shared libraries by Rich Felker · 9 years ago
  22. 7a9669e add general fdpic support in dynamic linker and arch support for sh by Rich Felker · 9 years ago
  23. eb567c1 add fdpic structs and reloc types for dynamic linking by Rich Felker · 9 years ago
  24. 6d03c4e provide arch-generic fdpic self-relocation code for crt1 to use by Rich Felker · 9 years ago
  25. 6ba5517 fix local-dynamic model TLS on mips and powerpc by Rich Felker · 9 years ago
  26. 10d0268 switch to using trap number 31 for syscalls on sh by Rich Felker · 9 years ago
  27. 1b0cdc8 refactor stdio open file list handling, move it out of global libc struct by Rich Felker · 9 years ago
  28. f22a9ed byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code by Rich Felker · 9 years ago
  29. 16f18d0 byte-based C locale, phase 2: stdio and iconv (multibyte callers) by Rich Felker · 9 years ago
  30. 32f3c4f add multiple inclusion guard to locale_impl.h by Rich Felker · 9 years ago
  31. 04b8360 remove redefinition of MB_CUR_MAX in locale_impl.h by Rich Felker · 9 years ago
  32. 16bf466 make static C and C.UTF-8 locales available outside of newlocale by Rich Felker · 9 years ago
  33. 61a3364 overhaul locale internals to treat categories roughly uniformly by Rich Felker · 9 years ago
  34. 768b82c move call to dynamic linker stage-3 into stage-2 function by Rich Felker · 9 years ago
  35. 68630b5 eliminate costly tricks to avoid TLS access for current locale state by Rich Felker · 9 years ago
  36. 484194d fix stack protector crashes on x32 & powerpc due to misplaced TLS canary by Rich Felker · 10 years ago
  37. b8dda24 in visibility preinclude, remove overrides for stdin/stdout/stderr by Rich Felker · 10 years ago
  38. f203b35 fix inconsistent visibility for __hwcap and __sysinfo symbols by Rich Felker · 10 years ago
  39. 3e827b7 remove additional libc struct accessor cruft by Rich Felker · 10 years ago
  40. f9cccfc remove cruft for libc struct accessor function and broken visibility by Rich Felker · 10 years ago
  41. de2b67f add optional global visibility override by Rich Felker · 10 years ago
  42. 01d4274 make dlerror state and message thread-local and dynamically-allocated by Rich Felker · 10 years ago
  43. fa80787 add missing 'void' in prototypes of internal pthread functions by Alexander Monakov · 10 years ago
  44. 7405cd1 fix inconsistent visibility for internal syscall symbols by Rich Felker · 10 years ago
  45. da7ccf8 use hidden visibility for i386 asm-internal __vsyscall symbol by Rich Felker · 10 years ago
  46. 19a1fe6 remove remnants of support for running in no-thread-pointer mode by Rich Felker · 10 years ago
  47. f3ddd17 dynamic linker bootstrap overhaul by Rich Felker · 10 years ago
  48. f08ab9e redesign and simplify vmlock system by Rich Felker · 10 years ago
  49. 01ef3dd add aarch64 port by Szabolcs Nagy · 10 years ago
  50. f4e4632 math: add dummy implementations of 128 bit long double functions by Szabolcs Nagy · 10 years ago
  51. 204a69d copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs by Szabolcs Nagy · 10 years ago
  52. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 10 years ago
  53. 0fc317d factor cancellation cleanup push/pop out of futex __timedwait function by Rich Felker · 10 years ago
  54. f3f2979 add IEEE binary128 long double support to floatscan by Szabolcs Nagy · 10 years ago
  55. e63833c remove cruft from x86_64 syscall.h by Szabolcs Nagy · 10 years ago
  56. 7152a61 add FUTEX_PRIVATE macro to internal futex.h by Rich Felker · 10 years ago
  57. a414e83 provide CMPLX macros in implementation-internal libm.h by Rich Felker · 10 years ago
  58. 4134c68 unify non-inline version of syscall code across archs by Rich Felker · 10 years ago
  59. e2e1bb8 fix overflow corner case in strtoul-family functions by Rich Felker · 10 years ago
  60. 23614b0 add C11 thread creation and related thread functions by Rich Felker · 10 years ago
  61. 5345c9b fix false ownership of stdio FILEs due to tid reuse by Rich Felker · 10 years ago
  62. b8ca9eb fix fallback checks for kernels without private futex support by Rich Felker · 10 years ago
  63. 37195db redesign cond var implementation to fix multiple issues by Rich Felker · 10 years ago
  64. de7e99c make pointers used in robust list volatile by Rich Felker · 10 years ago
  65. bc09d58 make futex operations use private-futex mode when possible by Rich Felker · 10 years ago
  66. b5bbe79 add framework for mmap2 syscall unit to vary by arch by Rich Felker · 10 years ago
  67. 41421d6 implement mo file string lookup for translations by Rich Felker · 10 years ago
  68. 6cb4f91 implement locale file loading and state for remaining locale categories by Rich Felker · 10 years ago
  69. 200d154 add or1k (OpenRISC 1000) architecture port by Stefan Kristiansson · 10 years ago
  70. 0bc0309 add locale framework by Rich Felker · 10 years ago
  71. ac31bf2 simplify errno implementation by Rich Felker · 10 years ago
  72. 8258014 fix for broken kernel side RLIM_INFINITY on mips by Szabolcs Nagy · 10 years ago
  73. 106e65d break down coarse-grained 64-bit-off_t syscall remappings by Rich Felker · 10 years ago
  74. 55f45bc fix sendfile syscall to use 64-bit off_t by Rich Felker · 10 years ago
  75. 9b880a6 fix sys_open macro for archs without the plain open syscall by Rich Felker · 10 years ago
  76. 9289931 fix placement of multiple inclusion guard endif in internal syscall.h by Rich Felker · 10 years ago
  77. 594c827 support kernels with no SYS_open syscall, only SYS_openat by Rich Felker · 10 years ago
  78. fbeadd1 make socketcall types common as they are same for all architectures by Timo Teräs · 11 years ago
  79. 58e75db add working vdso clock_gettime support, including static linking by Rich Felker · 11 years ago
  80. 83c98aa use hidden visibility rather than protected for syscall internals by Rich Felker · 11 years ago
  81. dab441a always initialize thread pointer at program start by Rich Felker · 11 years ago
  82. 30c1205 include header that declares __syscall_ret where it's defined by Rich Felker · 11 years ago
  83. aacd348 rename superh port to "sh" for consistency by Rich Felker · 11 years ago
  84. 3a3c813 superh port by Bobby Bingham · 11 years ago
  85. d8b5877 mostly-cosmetic fixups to x32 port merge by Rich Felker · 11 years ago
  86. 323272d import vanilla x86_64 code as x32 by rofl0r · 11 years ago
  87. 5cc1d92 internal/syscall.h: add syscall_arg_t macro by rofl0r · 11 years ago
  88. bf84967 internal/syscall.h: use a macro for the syscall args casts by rofl0r · 11 years ago
  89. 3af2ede fix ftello result for append streams with unflushed output by Rich Felker · 11 years ago
  90. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  91. 179ab5a add infrastructure to record and report the version of libc.so by Rich Felker · 11 years ago
  92. e803829 fix potential deadlock bug in libc-internal locking logic by Rich Felker · 11 years ago
  93. b20760c support configurable page size on mips, powerpc and microblaze by Szabolcs Nagy · 11 years ago
  94. 9b0fcb4 math: remove STRICT_ASSIGN macro by Szabolcs Nagy · 11 years ago
  95. afa2aac math: remove libc.h include from libm.h by Szabolcs Nagy · 11 years ago
  96. 8dba548 math: cosmetic cleanup (use explicit union instead of fshape and dshape) by Szabolcs Nagy · 11 years ago
  97. 63b9cc7 math: remove *_WORD64 macros from libm.h by Szabolcs Nagy · 11 years ago
  98. 94a3d13 math: remove old longdbl.h by Szabolcs Nagy · 11 years ago
  99. af5f6d9 long double cleanup, initial commit by Szabolcs Nagy · 11 years ago
  100. 7356c25 fix multiple bugs in SIGEV_THREAD timers by Rich Felker · 11 years ago