1. f3ddd17 dynamic linker bootstrap overhaul by Rich Felker · 10 years ago
  2. 25748db fix possible clobbering of syscall return values on mips by Rich Felker · 10 years ago
  3. fd427c4 move O_PATH definition back to arch bits by Rich Felker · 10 years ago
  4. abfe1f6 aarch64: remove duplicate macro definitions in bits/fcntl.h by Rich Felker · 10 years ago
  5. dfc1a37 aarch64: fix definition of sem_nsems in semid_ds structure by Rich Felker · 10 years ago
  6. b24d813 aarch64: fix namespace pollution in bits/shm.h by Szabolcs Nagy · 10 years ago
  7. e626dee fix missing max_align_t definition on aarch64 by Rich Felker · 10 years ago
  8. d5a5045 fix MINSIGSTKSZ values for archs with large signal contexts by Rich Felker · 10 years ago
  9. 962cbfb aarch64: fix typo in bits/ioctl.h by Szabolcs Nagy · 10 years ago
  10. 38bf2d7 aarch64: add struct _aarch64_ctx to signal.h by Szabolcs Nagy · 10 years ago
  11. 673cab5 align x32 pthread type sizes to be common with 32-bit archs by Rich Felker · 10 years ago
  12. 01ef3dd add aarch64 port by Szabolcs Nagy · 10 years ago
  13. 559de8f fix FLT_ROUNDS to reflect the current rounding mode by Szabolcs Nagy · 10 years ago
  14. f5011c6 fix POLLWRNORM and POLLWRBAND on mips by Trutz Behn · 10 years ago
  15. e7b9887 fix x32 pthread type definitions by Rich Felker · 10 years ago
  16. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 10 years ago
  17. f54c28c add syscall numbers for the new execveat syscall by Szabolcs Nagy · 10 years ago
  18. e63833c remove cruft from x86_64 syscall.h by Szabolcs Nagy · 10 years ago
  19. 4758f05 fix typo in x86_64/x32 user_fpregs_struct by Felix Janda · 10 years ago
  20. 2d67ae9 move MREMAP_MAYMOVE and MREMAP_FIXED out of bits by Trutz Behn · 10 years ago
  21. 02d8770 remove mips-only EINIT and EREMDEV errnos by Trutz Behn · 10 years ago
  22. f90fafe add new syscall numbers for bpf and kexec_file_load by Szabolcs Nagy · 10 years ago
  23. 91f15e2 move wint_t definition to the shared part of alltypes.h.in by Rich Felker · 10 years ago
  24. be1f67a add arm private syscall numbers by Timo Teräs · 10 years ago
  25. 4134c68 unify non-inline version of syscall code across archs by Rich Felker · 10 years ago
  26. 0e971b0 inline 5- and 6-argument syscalls on arm by Rich Felker · 10 years ago
  27. 7d310ed remove old clang workarounds from arm syscall implementation by Rich Felker · 10 years ago
  28. 8cd0b11 fix __aeabi_read_tp oversight in arm atomics/tls overhaul by Rich Felker · 10 years ago
  29. 4a241f1 overhaul ARM atomics/tls for performance and compatibility by Rich Felker · 10 years ago
  30. de2b9c2 fix 64-bit syscall argument passing on or1k by Rich Felker · 10 years ago
  31. 867b182 add explicit barrier operation to internal atomic.h API by Rich Felker · 10 years ago
  32. 4ffc39c add new syscall numbers for seccomp, getrandom, memfd_create by Szabolcs Nagy · 10 years ago
  33. bd08291 fix C++ incompatibility in i386 definition of max_align_t by Rich Felker · 10 years ago
  34. b7cf71a add threads.h and needed per-arch types for mtx_t and cnd_t by Rich Felker · 10 years ago
  35. 8b3d7d0 fix build error on arm due to new a_spin code by Rich Felker · 10 years ago
  36. ea818ea add working a_spin() atomic for non-x86 targets by Rich Felker · 10 years ago
  37. 321f4fa add max_align_t definition for C11 and C++11 by Rich Felker · 10 years ago
  38. de7e99c make pointers used in robust list volatile by Rich Felker · 10 years ago
  39. 4f44937 fix broken offset argument to the mmap2 syscall on or1k by Rich Felker · 10 years ago
  40. cc54f0a provide PAGE_SIZE as a constant value of 8192 on or1k by Rich Felker · 10 years ago
  41. cbb609b fix terminal control ioctl constants for sh by Rich Felker · 10 years ago
  42. c0284b3 remove unused a_cas_l from or1k atomic.h by Rich Felker · 10 years ago
  43. 90e51e4 clean up unused and inconsistent atomics in arch dirs by Rich Felker · 10 years ago
  44. c394763 fix insufficient synchronization in sh atomic asm by Rich Felker · 10 years ago
  45. 002e8d8 add syscall numbers for the new renameat2 syscall by Szabolcs Nagy · 10 years ago
  46. 1312930 fix regression that negated some mips syscall error returns by Rich Felker · 10 years ago
  47. f61be1f fix mips struct stat dev_t members for big endian by Rich Felker · 10 years ago
  48. cec33b2 fix or1k atomic store by Rich Felker · 10 years ago
  49. 522a0de fix missing barriers in powerpc atomic store by Rich Felker · 10 years ago
  50. 884cc0c fix microblaze atomic store by Rich Felker · 10 years ago
  51. 1456b7a fix missing barrier instructions in powerpc atomic asm by Rich Felker · 10 years ago
  52. bcad484 fix missing barrier instructions in mips atomic asm by Rich Felker · 10 years ago
  53. a294f53 use memory constraints for mips atomic asm by Rich Felker · 10 years ago
  54. bb3a3be fix build breakage from ppc asm constraints change by Rich Felker · 10 years ago
  55. 94252dd remove cruft from microblaze atomic.h by Rich Felker · 10 years ago
  56. 7fdae45 fix broken constraints for powerpc atomic cas asm by Rich Felker · 10 years ago
  57. d69ab5b fix microblaze definition of struct stat by Rich Felker · 10 years ago
  58. 200d154 add or1k (OpenRISC 1000) architecture port by Stefan Kristiansson · 10 years ago
  59. 2d8cc92 fix regression in mips dynamic linker by Rich Felker · 10 years ago
  60. 39201d0 add tlsdesc support for x86_64 by Rich Felker · 10 years ago
  61. 4e0b4a5 add tlsdesc support for i386 by Rich Felker · 10 years ago
  62. adf94c1 refactor to remove arch-specific relocation code from dynamic linker by Rich Felker · 10 years ago
  63. 94cf991 fix powerpc dynamic linker thread-pointer-relative relocations by Rich Felker · 10 years ago
  64. f4cc276 multiple fixes to sh (superh) dynamic linker relocations by Rich Felker · 10 years ago
  65. bfa0970 dynamic linker: permit error returns from arch-specific reloc function by Rich Felker · 10 years ago
  66. 9ce2860 add vdso clock_gettime acceleration support to i386 by Rich Felker · 10 years ago
  67. fd9571e add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro by Szabolcs Nagy · 10 years ago
  68. 8258014 fix for broken kernel side RLIM_INFINITY on mips by Szabolcs Nagy · 10 years ago
  69. e783efa fix arm thread-pointer/atomic asm when compiling to thumb code by Rich Felker · 11 years ago
  70. 468bc11 fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h by Rich Felker · 11 years ago
  71. fbeadd1 make socketcall types common as they are same for all architectures by Timo Teräs · 11 years ago
  72. 58e75db add working vdso clock_gettime support, including static linking by Rich Felker · 11 years ago
  73. fcea534 fix RLIMIT_ constants for mips by Szabolcs Nagy · 11 years ago
  74. de20a8f add namespace-protected name for sysinfo function by Rich Felker · 11 years ago
  75. 3933fdd use dmb barrier instruction for atomics on arm v7 by Rich Felker · 11 years ago
  76. efe07b0 fix arm atomic asm register constraint by Rich Felker · 11 years ago
  77. 1974bff use inline atomics and thread pointer on arm models supporting them by Rich Felker · 11 years ago
  78. 91d5aa0 fix microblaze syscall register clobbers by Rich Felker · 11 years ago
  79. 9505bfb fix signal.h breakage from moving stack_t to arch-specific bits by Rich Felker · 11 years ago
  80. 12f37cd fix mips stack_t by Rich Felker · 11 years ago
  81. bd5f221 move signal.h definition of stack_t to arch-specific bits by Rich Felker · 11 years ago
  82. 40d58b4 fix typo in filename used in sh port by Rich Felker · 11 years ago
  83. cee45f9 fix size of mips jmp_buf by Rich Felker · 11 years ago
  84. d444064 remove useless and incorrect uc_regspace member from mips ucontext_t by Rich Felker · 11 years ago
  85. 797f9a3 x32: fix struct statfs by rofl0r · 11 years ago
  86. 611eabd superh: fix dynamic linking of __fpscr_values by Bobby Bingham · 11 years ago
  87. 7673acd fix statfs struct on mips by Szabolcs Nagy · 11 years ago
  88. 3ceb89e fix semid_ds structure on mips by Szabolcs Nagy · 11 years ago
  89. 514c2dd fix socket.h struct msghdr member types on powerpc by Rich Felker · 11 years ago
  90. ad66ae9 fix sysvipc structures on powerpc by Rich Felker · 11 years ago
  91. f6e2f7e move struct semid_ds to from shared sys/sem.h to bits by Rich Felker · 11 years ago
  92. e12fda3 add bits/user.h for sh port by Rich Felker · 11 years ago
  93. dae8ca7 x32: fix sysinfo() by rofl0r · 11 years ago
  94. b1683a1 add nofpu subarchs to the sh arch, and properly detect compiler's fpu config by Rich Felker · 11 years ago
  95. 5c27c44 fix endian subarchs for sh arch by Rich Felker · 11 years ago
  96. aacd348 rename superh port to "sh" for consistency by Rich Felker · 11 years ago
  97. e5bb165 mips: add mips-sf subarch support (soft-float) by Szabolcs Nagy · 11 years ago
  98. dbed392 fixup general __syscall breakage introduced in x32 port by rofl0r · 11 years ago
  99. 744f118 make the x32 port use the correct ld-musl-x32.path filename by Rich Felker · 11 years ago
  100. 3a3c813 superh port by Bobby Bingham · 11 years ago