1. b1ef806 release 1.1.0 by Rich Felker · 10 years ago
  2. 58e75db add working vdso clock_gettime support, including static linking by Rich Felker · 10 years ago
  3. 0d0c2f4 fix deadlock race in pthread_once by Rich Felker · 10 years ago
  4. fcea534 fix RLIMIT_ constants for mips by Szabolcs Nagy · 10 years ago
  5. 96315d2 add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconf by Rich Felker · 10 years ago
  6. de20a8f add namespace-protected name for sysinfo function by Rich Felker · 10 years ago
  7. 6cf7d17 in sysconf, use getrlimit function rather than raw syscall for rlimits by Rich Felker · 10 years ago
  8. 233767b avoid linear-time if/else special cases in sysconf by Rich Felker · 10 years ago
  9. 8056984 fix fallback code for old kernels in clock_gettime by Rich Felker · 10 years ago
  10. 3933fdd use dmb barrier instruction for atomics on arm v7 by Rich Felker · 10 years ago
  11. 83c98aa use hidden visibility rather than protected for syscall internals by Rich Felker · 10 years ago
  12. 73c870e math: fix aliasing violation in long double wrappers by Szabolcs Nagy · 10 years ago
  13. 6fbdeff fix search past the end of haystack in memmem by Timo Teräs · 10 years ago
  14. e94d069 fix printf rounding with %g for some corner case midpoints by Rich Felker · 10 years ago
  15. efe07b0 fix arm atomic asm register constraint by Rich Felker · 10 years ago
  16. 1974bff use inline atomics and thread pointer on arm models supporting them by Rich Felker · 10 years ago
  17. 21ada94 add getauxval function by Rich Felker · 10 years ago
  18. 8974086 fix failure of printf %g to strip trailing zeros in some cases by Rich Felker · 10 years ago
  19. 109048e fix carry into uninitialized slots during printf floating point rounding by Rich Felker · 10 years ago
  20. 7e8b076 remove some cruft from libc/tls init code by Rich Felker · 10 years ago
  21. 561e0a0 remove cruft left behind when lazy thread pointer init was removed by Rich Felker · 10 years ago
  22. b9b2db2 add __sigsetjmp ABI-compat alias for sigsetjmp by Rich Felker · 10 years ago
  23. 141d3b5 remove struct elem entirely from hsearch.c by sin · 10 years ago
  24. fe1ba7d implement hcreate_r, hdestroy_r and hsearch_r by sin · 10 years ago
  25. 5446303 avoid malloc failure for small requests when brk can't be extended by Rich Felker · 10 years ago
  26. 91d5aa0 fix microblaze syscall register clobbers by Rich Felker · 10 years ago
  27. 2b74315 remove lazy ssp initialization by Timo Teräs · 10 years ago
  28. 436d372 if dynamic linker's relro mprotect call fails, include reason in message by Rich Felker · 10 years ago
  29. fa7248c cosmetic improvements in dynamic linker cleanup by Rich Felker · 10 years ago
  30. 8769196 clean up internal dynamic linker functions enumerating phdrs by Timo Teräs · 10 years ago
  31. e13a2b8 implement PT_GNU_RELRO support by Timo Teräs · 10 years ago
  32. 689e0e6 fix pointer type mismatch and misplacement of const by Rich Felker · 10 years ago
  33. 0a8d982 fix confstr return value by Timo Teräs · 11 years ago
  34. dab441a always initialize thread pointer at program start by Rich Felker · 10 years ago
  35. 98221c3 reduce static linking overhead from TLS support by inlining mmap syscall by Rich Felker · 10 years ago
  36. 30c1205 include header that declares __syscall_ret where it's defined by Rich Felker · 10 years ago
  37. 8afa7cf release 1.0.0 by Rich Felker · 10 years ago
  38. b427d84 remove claim of XSI coverage from README by Rich Felker · 10 years ago
  39. 4b0f39c update README in preparation for release by Rich Felker · 10 years ago
  40. cec05e0 update INSTALL file with new information and better advice by Rich Felker · 10 years ago
  41. 4ed1d0a update COPYRIGHT file with additional contributor information by Rich Felker · 10 years ago
  42. 8c82023 configure: check for __ILP32__ if arch is x86_64 by rofl0r · 10 years ago
  43. 9505bfb fix signal.h breakage from moving stack_t to arch-specific bits by Rich Felker · 10 years ago
  44. 12f37cd fix mips stack_t by Rich Felker · 10 years ago
  45. bd5f221 move signal.h definition of stack_t to arch-specific bits by Rich Felker · 10 years ago
  46. 25faa20 fix mips sigsetjmp asm to match fixed jmp_buf size by Rich Felker · 10 years ago
  47. 40d58b4 fix typo in filename used in sh port by Rich Felker · 10 years ago
  48. cee45f9 fix size of mips jmp_buf by Rich Felker · 10 years ago
  49. d444064 remove useless and incorrect uc_regspace member from mips ucontext_t by Rich Felker · 10 years ago
  50. 5f95f96 use syscall_arg_t for arguments in public syscall() function by Rich Felker · 10 years ago
  51. f162c06 make configure accept alternate gcc tuples for x32 by Rich Felker · 10 years ago
  52. 797f9a3 x32: fix struct statfs by rofl0r · 10 years ago
  53. 6619317 fix negated error codes from ptsname_r by Rich Felker · 10 years ago
  54. 611eabd superh: fix dynamic linking of __fpscr_values by Bobby Bingham · 10 years ago
  55. 2b47a7a semctl: fix UB causing crashes on powerpc by rofl0r · 10 years ago
  56. 7673acd fix statfs struct on mips by Szabolcs Nagy · 10 years ago
  57. 3ceb89e fix semid_ds structure on mips by Szabolcs Nagy · 10 years ago
  58. 514c2dd fix socket.h struct msghdr member types on powerpc by Rich Felker · 10 years ago
  59. ad66ae9 fix sysvipc structures on powerpc by Rich Felker · 10 years ago
  60. f6e2f7e move struct semid_ds to from shared sys/sem.h to bits by Rich Felker · 10 years ago
  61. 6739b13 math.h: make __FLOAT_BITS and __DOUBLE_BITS C89 by Szabolcs Nagy · 10 years ago
  62. 9743a39 fix incorrect rounding in printf floating point corner cases by Rich Felker · 10 years ago
  63. ba231cf fix buffer overflow in printf formatting of denormals with low bit set by Rich Felker · 10 years ago
  64. 73f5b09 in sys/procfs.h, avoid using __WORDSIZE macro by Rich Felker · 10 years ago
  65. e12fda3 add bits/user.h for sh port by Rich Felker · 10 years ago
  66. b576766 in fcntl, use unsigned long instead of long for variadic argument type by Rich Felker · 10 years ago
  67. 1154e7c update copyright dates to 2014 by Rich Felker · 10 years ago
  68. dae8ca7 x32: fix sysinfo() by rofl0r · 10 years ago
  69. abdd2e4 fix strerror on mips: one error code is out of the 8-bit table range by Rich Felker · 10 years ago
  70. 0b8f0c5 improve configure's target arch matching by Rich Felker · 11 years ago
  71. 3d7f5c3 fix missing CFLAGS in configure test for float on sh by Rich Felker · 11 years ago
  72. 946b9fa fix copy-and-paste error in configure's IEEE double check for sh by Rich Felker · 11 years ago
  73. b1683a1 add nofpu subarchs to the sh arch, and properly detect compiler's fpu config by Rich Felker · 11 years ago
  74. 5c27c44 fix endian subarchs for sh arch by Rich Felker · 11 years ago
  75. aacd348 rename superh port to "sh" for consistency by Rich Felker · 11 years ago
  76. b9f7f2e fix readdir not to set ENOENT when directory is removed while reading by Rich Felker · 11 years ago
  77. d82db85 in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Szabolcs Nagy · 11 years ago
  78. fb5a2ef if_ether.h: new ethernet protocol type by Szabolcs Nagy · 11 years ago
  79. 099ce36 sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option by Szabolcs Nagy · 11 years ago
  80. a8a4e5c elf.h: add aarch64 relocations by Szabolcs Nagy · 11 years ago
  81. d99c999 elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mips by Szabolcs Nagy · 11 years ago
  82. e7837ec add missing sub files for mipsel-sf to use softfloat code by Rich Felker · 11 years ago
  83. e5bb165 mips: add mips-sf subarch support (soft-float) by Szabolcs Nagy · 11 years ago
  84. dbed392 fixup general __syscall breakage introduced in x32 port by rofl0r · 11 years ago
  85. 744f118 make the x32 port use the correct ld-musl-x32.path filename by Rich Felker · 11 years ago
  86. 3a3c813 superh port by Bobby Bingham · 11 years ago
  87. d05aaed fix x32 syscall arch.h timespec fixup code by rofl0r · 11 years ago
  88. e002f66 fix some issues in x32 syscall_cp_fixup by rofl0r · 11 years ago
  89. d8b5877 mostly-cosmetic fixups to x32 port merge by Rich Felker · 11 years ago
  90. adbeefb configure: suppress bogus pointer-int cast warnings by rofl0r · 11 years ago
  91. 3e4b2cd configure: recognize x86_64-x32 and x32 by rofl0r · 11 years ago
  92. 664cd34 x32 port (diff against vanilla x86_64) by rofl0r · 11 years ago
  93. 323272d import vanilla x86_64 code as x32 by rofl0r · 11 years ago
  94. 0f169cb sys/shm.h: move arch specific structs to bits/ by rofl0r · 11 years ago
  95. 1a2e55b sys/sem.h: cheat and make all longs use time_t instead by rofl0r · 11 years ago
  96. 3b168ce use syscall_arg_t type for syscall prototypes in pthread code by rofl0r · 11 years ago
  97. 5cc1d92 internal/syscall.h: add syscall_arg_t macro by rofl0r · 11 years ago
  98. bf84967 internal/syscall.h: use a macro for the syscall args casts by rofl0r · 11 years ago
  99. dc01e2c add fallback emulation for accept4 on old kernels by Rich Felker · 11 years ago
  100. fdb3efa add flock64 alias for (struct) flock in fcntl.h by Rich Felker · 11 years ago