1. 8afa7cf release 1.0.0 by Rich Felker · 10 years ago
  2. b427d84 remove claim of XSI coverage from README by Rich Felker · 10 years ago
  3. 4b0f39c update README in preparation for release by Rich Felker · 10 years ago
  4. cec05e0 update INSTALL file with new information and better advice by Rich Felker · 10 years ago
  5. 4ed1d0a update COPYRIGHT file with additional contributor information by Rich Felker · 10 years ago
  6. 8c82023 configure: check for __ILP32__ if arch is x86_64 by rofl0r · 10 years ago
  7. 9505bfb fix signal.h breakage from moving stack_t to arch-specific bits by Rich Felker · 10 years ago
  8. 12f37cd fix mips stack_t by Rich Felker · 10 years ago
  9. bd5f221 move signal.h definition of stack_t to arch-specific bits by Rich Felker · 10 years ago
  10. 25faa20 fix mips sigsetjmp asm to match fixed jmp_buf size by Rich Felker · 10 years ago
  11. 40d58b4 fix typo in filename used in sh port by Rich Felker · 10 years ago
  12. cee45f9 fix size of mips jmp_buf by Rich Felker · 10 years ago
  13. d444064 remove useless and incorrect uc_regspace member from mips ucontext_t by Rich Felker · 10 years ago
  14. 5f95f96 use syscall_arg_t for arguments in public syscall() function by Rich Felker · 10 years ago
  15. f162c06 make configure accept alternate gcc tuples for x32 by Rich Felker · 10 years ago
  16. 797f9a3 x32: fix struct statfs by rofl0r · 10 years ago
  17. 6619317 fix negated error codes from ptsname_r by Rich Felker · 10 years ago
  18. 611eabd superh: fix dynamic linking of __fpscr_values by Bobby Bingham · 10 years ago
  19. 2b47a7a semctl: fix UB causing crashes on powerpc by rofl0r · 10 years ago
  20. 7673acd fix statfs struct on mips by Szabolcs Nagy · 10 years ago
  21. 3ceb89e fix semid_ds structure on mips by Szabolcs Nagy · 10 years ago
  22. 514c2dd fix socket.h struct msghdr member types on powerpc by Rich Felker · 10 years ago
  23. ad66ae9 fix sysvipc structures on powerpc by Rich Felker · 10 years ago
  24. f6e2f7e move struct semid_ds to from shared sys/sem.h to bits by Rich Felker · 10 years ago
  25. 6739b13 math.h: make __FLOAT_BITS and __DOUBLE_BITS C89 by Szabolcs Nagy · 10 years ago
  26. 9743a39 fix incorrect rounding in printf floating point corner cases by Rich Felker · 10 years ago
  27. ba231cf fix buffer overflow in printf formatting of denormals with low bit set by Rich Felker · 10 years ago
  28. 73f5b09 in sys/procfs.h, avoid using __WORDSIZE macro by Rich Felker · 10 years ago
  29. e12fda3 add bits/user.h for sh port by Rich Felker · 10 years ago
  30. b576766 in fcntl, use unsigned long instead of long for variadic argument type by Rich Felker · 10 years ago
  31. 1154e7c update copyright dates to 2014 by Rich Felker · 10 years ago
  32. dae8ca7 x32: fix sysinfo() by rofl0r · 10 years ago
  33. abdd2e4 fix strerror on mips: one error code is out of the 8-bit table range by Rich Felker · 10 years ago
  34. 0b8f0c5 improve configure's target arch matching by Rich Felker · 11 years ago
  35. 3d7f5c3 fix missing CFLAGS in configure test for float on sh by Rich Felker · 11 years ago
  36. 946b9fa fix copy-and-paste error in configure's IEEE double check for sh by Rich Felker · 11 years ago
  37. b1683a1 add nofpu subarchs to the sh arch, and properly detect compiler's fpu config by Rich Felker · 11 years ago
  38. 5c27c44 fix endian subarchs for sh arch by Rich Felker · 11 years ago
  39. aacd348 rename superh port to "sh" for consistency by Rich Felker · 11 years ago
  40. b9f7f2e fix readdir not to set ENOENT when directory is removed while reading by Rich Felker · 11 years ago
  41. d82db85 in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Szabolcs Nagy · 11 years ago
  42. fb5a2ef if_ether.h: new ethernet protocol type by Szabolcs Nagy · 11 years ago
  43. 099ce36 sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option by Szabolcs Nagy · 11 years ago
  44. a8a4e5c elf.h: add aarch64 relocations by Szabolcs Nagy · 11 years ago
  45. d99c999 elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mips by Szabolcs Nagy · 11 years ago
  46. e7837ec add missing sub files for mipsel-sf to use softfloat code by Rich Felker · 11 years ago
  47. e5bb165 mips: add mips-sf subarch support (soft-float) by Szabolcs Nagy · 11 years ago
  48. dbed392 fixup general __syscall breakage introduced in x32 port by rofl0r · 11 years ago
  49. 744f118 make the x32 port use the correct ld-musl-x32.path filename by Rich Felker · 11 years ago
  50. 3a3c813 superh port by Bobby Bingham · 11 years ago
  51. d05aaed fix x32 syscall arch.h timespec fixup code by rofl0r · 11 years ago
  52. e002f66 fix some issues in x32 syscall_cp_fixup by rofl0r · 11 years ago
  53. d8b5877 mostly-cosmetic fixups to x32 port merge by Rich Felker · 11 years ago
  54. adbeefb configure: suppress bogus pointer-int cast warnings by rofl0r · 11 years ago
  55. 3e4b2cd configure: recognize x86_64-x32 and x32 by rofl0r · 11 years ago
  56. 664cd34 x32 port (diff against vanilla x86_64) by rofl0r · 11 years ago
  57. 323272d import vanilla x86_64 code as x32 by rofl0r · 11 years ago
  58. 0f169cb sys/shm.h: move arch specific structs to bits/ by rofl0r · 11 years ago
  59. 1a2e55b sys/sem.h: cheat and make all longs use time_t instead by rofl0r · 11 years ago
  60. 3b168ce use syscall_arg_t type for syscall prototypes in pthread code by rofl0r · 11 years ago
  61. 5cc1d92 internal/syscall.h: add syscall_arg_t macro by rofl0r · 11 years ago
  62. bf84967 internal/syscall.h: use a macro for the syscall args casts by rofl0r · 11 years ago
  63. dc01e2c add fallback emulation for accept4 on old kernels by Rich Felker · 11 years ago
  64. fdb3efa add flock64 alias for (struct) flock in fcntl.h by Rich Felker · 11 years ago
  65. 3e02ce1 add ipv6 and icmpv6 to getprotoent-family functions by Rich Felker · 11 years ago
  66. eb375ef fix typo in table for getprotoent that caused out-of-bound reads by Rich Felker · 11 years ago
  67. 8011614 make posix_spawn accept null pid pointer arguments by Rich Felker · 11 years ago
  68. e74f3b0 add parens when bit and arith ops are mixed in macros in public headers by Szabolcs Nagy · 11 years ago
  69. aa6ce3d fix signed and unsigned comparision in macros in public headers by Szabolcs Nagy · 11 years ago
  70. fdf5f1b clone: make clone a wrapper around __clone by Bobby Bingham · 11 years ago
  71. 7ee48f7 fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit) by Szabolcs Nagy · 11 years ago
  72. 929729d fix fesetenv(FE_DFL_ENV) on i386 by Szabolcs Nagy · 11 years ago
  73. 758ab35 in fdopen, avoid setting O_APPEND flag if it's already set by Rich Felker · 11 years ago
  74. 3af2ede fix ftello result for append streams with unflushed output by Rich Felker · 11 years ago
  75. 89511cd reduce namespace pollution in netinet/udp.h by Rich Felker · 11 years ago
  76. 685b1cd fix use of legacy u_intN_t types in netinet/tcp.h by Rich Felker · 11 years ago
  77. fdaaa68 add support for BSD struct tcphdr in netinet/tcp.h by Rich Felker · 11 years ago
  78. ad87c2e add nonstandard timespec/timeval conversion macros in sys/time.h by Rich Felker · 11 years ago
  79. a0351ee add NO_ADDRESS macro to netdb.h as an alias for NO_DATA by Timo Teräs · 11 years ago
  80. 16a3580 add legacy functions setkey() and encrypt() by Timo Teräs · 11 years ago
  81. 73871ee fix nftw FTW_MOUNT flag by Rich Felker · 11 years ago
  82. f1471d3 fix an overflow in wcsxfrm when n==0 by Szabolcs Nagy · 11 years ago
  83. 5931430 add version.h to .gitignore; it is a generated file by Rich Felker · 11 years ago
  84. 69003e0 fix crash in dynamic linker when certain copy relocations are unsatisfied by Rich Felker · 11 years ago
  85. 1569f39 fix initstate to make the state buffer usable in setstate by Szabolcs Nagy · 11 years ago
  86. 7cbb6f7 fix system breakage window during make install due to permissions by Rich Felker · 11 years ago
  87. 50a5098 remove more unnecessary operand-size suffixes from x86_64 atomic.h by Rich Felker · 11 years ago
  88. 3117365 remove gratuitous temp vars, casts, and suffixes in x86_64 atomic.h by Rich Felker · 11 years ago
  89. f29e834 remove size suffix in x86_64 __pthread_self asm by Rich Felker · 11 years ago
  90. 7acbbdf make type of st_dev explicitly dev_t in x86_64 stat.h by Rich Felker · 11 years ago
  91. 513136e fix namespace violation in sys/shm.h by Rich Felker · 11 years ago
  92. a1527a0 fix namespace violations in utmpx.h by Rich Felker · 11 years ago
  93. d18df33 add IUTF8 to termios.h on archs that were missing it by Rich Felker · 11 years ago
  94. a627eb3 fix namespace violations in termios.h, at least mostly by Rich Felker · 11 years ago
  95. acde013 fix remaining known namespace violations for netinet/in.h by Rich Felker · 11 years ago
  96. 8e776e3 fix inadvertent use of struct in place of union for semun by Rich Felker · 11 years ago
  97. 5f94205 add __isoc99_vfscanf weak alias to vfscanf by Szabolcs Nagy · 11 years ago
  98. bcff807 math: add drem and dremf weak aliases to i386 remainder asm by Szabolcs Nagy · 11 years ago
  99. 2892942 fix type of semctl variadic argument by Rich Felker · 11 years ago
  100. 131871a in fcntl, avoid passing pointer arguments to syscalls as longs by Rich Felker · 11 years ago