1. 0cd2be2 work around broken kernel struct ipc_perm on some big endian archs by Rich Felker · 6 years ago
  2. 610c5a8 fix TLS layout of TLS variant I when there is a gap above TP by Szabolcs Nagy · 6 years ago
  3. c9c2cd3 reverse definition dependency between PAGESIZE and PAGE_SIZE by Rich Felker · 6 years ago
  4. 754f66a ioctl TIOCGPTPEER from linux v4.13 by Szabolcs Nagy · 7 years ago
  5. cc08669 add SIOCGSTAMPNS socket ioctl macro to ioctl.h by Szabolcs Nagy · 7 years ago
  6. 1698fe6 fix build failure for sh4a due to missing colon in asm statement by Thomas Petazzoni · 7 years ago
  7. fe39aaa add bits/hwcap.h and include it in sys/auxv.h by Szabolcs Nagy · 8 years ago
  8. 189acc7 add sh syscall numbers from linux v4.8 by Szabolcs Nagy · 8 years ago
  9. 7cc3a28 fix pread/pwrite syscall calling convention on sh by Rich Felker · 8 years ago
  10. befa586 make brace placement in public header struct definitions consistent by Rich Felker · 8 years ago
  11. 6fce6ca remove termios2 related ioctls from sh ioctl.h by Szabolcs Nagy · 8 years ago
  12. 5ce9012 add missing TIOC* macros to ioctl.h by Szabolcs Nagy · 8 years ago
  13. 8735a92 add missing SIOCSIFNAME from linux/sockios.h to ioctl.h by Szabolcs Nagy · 8 years ago
  14. 2df9ae9 remove ioctl macros that were removed from linux uapi by Szabolcs Nagy · 8 years ago
  15. 63e3a16 deduplicate __NR_* and SYS_* syscall number definitions by Bobby Bingham · 8 years ago
  16. e9f1c79 deduplicate bits/mman.h by Szabolcs Nagy · 8 years ago
  17. 4dfac11 deduplicate the bulk of the arch bits headers by Rich Felker · 9 years ago
  18. 789ff6a add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags by Szabolcs Nagy · 9 years ago
  19. 4de1bc1 remove sh port's __fpscr_values source file by Rich Felker · 9 years ago
  20. 007907a move sh port's __shcall internal function from arch/sh/src to src tree by Rich Felker · 9 years ago
  21. 230bfe1 move sh __unmapself code from arch/sh/src to main src tree by Rich Felker · 9 years ago
  22. 61b1e75 overhaul sh atomics for new atomics framework, add j-core cas.l backend by Rich Felker · 9 years ago
  23. 1315596 refactor internal atomic.h by Rich Felker · 9 years ago
  24. 9439ebd fix dynamic loader library mapping for nommu systems by Rich Felker · 9 years ago
  25. 4fcb482 generalize sh entry point asm not to assume call dests fit in 12 bits by Rich Felker · 9 years ago
  26. cb1bf2f properly access mcontext_t program counter in cancellation handler by Rich Felker · 9 years ago
  27. b61df22 fix signal return for sh/fdpic by Rich Felker · 9 years ago
  28. e9e770d have sh/fdpic entry point set fdpic personality if needed by Rich Felker · 9 years ago
  29. eaf7ab6 add real fdpic loading of shared libraries by Rich Felker · 9 years ago
  30. 7f9086d size-optimize sh/fdpic dynamic entry point by Rich Felker · 9 years ago
  31. cab2b1f work around breakage in sh/fdpic __unmapself function by Rich Felker · 9 years ago
  32. 7a9669e add general fdpic support in dynamic linker and arch support for sh by Rich Felker · 9 years ago
  33. d4c82d0 add sh fdpic subarch variants by Rich Felker · 9 years ago
  34. 4ccc1a0 add fdpic version of entry point code for sh by Rich Felker · 9 years ago
  35. 234c584 make sh clone asm fdpic-compatible by Rich Felker · 9 years ago
  36. 10d0268 switch to using trap number 31 for syscalls on sh by Rich Felker · 9 years ago
  37. 3366a99 switch sh port's __unmapself to generic version when running on sh2/nommu by Rich Felker · 9 years ago
  38. f9d8455 add support for sh2 interrupt-masking-based atomics to sh port by Rich Felker · 9 years ago
  39. 63caf1d add .text section directive to all crt_arch.h files missing it by Rich Felker · 9 years ago
  40. 390f93e inline llsc atomics when building for sh4a by Bobby Bingham · 9 years ago
  41. 85d12e0 fix sh jmp_buf size to match ABI by Rich Felker · 9 years ago
  42. 1fb0878 fix ldso name for sh-nofpu subarch by Rich Felker · 9 years ago
  43. 7faee5f fix failure of sh reloc.h to properly detect endianness for ldso name by Rich Felker · 9 years ago
  44. f3ddd17 dynamic linker bootstrap overhaul by Rich Felker · 9 years ago
  45. fd427c4 move O_PATH definition back to arch bits by Rich Felker · 9 years ago
  46. d5a5045 fix MINSIGSTKSZ values for archs with large signal contexts by Rich Felker · 9 years ago
  47. 559de8f fix FLT_ROUNDS to reflect the current rounding mode by Szabolcs Nagy · 9 years ago
  48. f5011c6 fix POLLWRNORM and POLLWRBAND on mips by Trutz Behn · 10 years ago
  49. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 9 years ago
  50. 2d67ae9 move MREMAP_MAYMOVE and MREMAP_FIXED out of bits by Trutz Behn · 10 years ago
  51. 91f15e2 move wint_t definition to the shared part of alltypes.h.in by Rich Felker · 10 years ago
  52. 867b182 add explicit barrier operation to internal atomic.h API by Rich Felker · 10 years ago
  53. b7cf71a add threads.h and needed per-arch types for mtx_t and cnd_t by Rich Felker · 10 years ago
  54. ea818ea add working a_spin() atomic for non-x86 targets by Rich Felker · 10 years ago
  55. 321f4fa add max_align_t definition for C11 and C++11 by Rich Felker · 10 years ago
  56. de7e99c make pointers used in robust list volatile by Rich Felker · 10 years ago
  57. cbb609b fix terminal control ioctl constants for sh by Rich Felker · 10 years ago
  58. 90e51e4 clean up unused and inconsistent atomics in arch dirs by Rich Felker · 10 years ago
  59. c394763 fix insufficient synchronization in sh atomic asm by Rich Felker · 10 years ago
  60. adf94c1 refactor to remove arch-specific relocation code from dynamic linker by Rich Felker · 10 years ago
  61. f4cc276 multiple fixes to sh (superh) dynamic linker relocations by Rich Felker · 10 years ago
  62. bfa0970 dynamic linker: permit error returns from arch-specific reloc function by Rich Felker · 10 years ago
  63. fcea534 fix RLIMIT_ constants for mips by Szabolcs Nagy · 10 years ago
  64. 9505bfb fix signal.h breakage from moving stack_t to arch-specific bits by Rich Felker · 10 years ago
  65. bd5f221 move signal.h definition of stack_t to arch-specific bits by Rich Felker · 10 years ago
  66. 40d58b4 fix typo in filename used in sh port by Rich Felker · 10 years ago
  67. 611eabd superh: fix dynamic linking of __fpscr_values by Bobby Bingham · 10 years ago
  68. f6e2f7e move struct semid_ds to from shared sys/sem.h to bits by Rich Felker · 10 years ago
  69. e12fda3 add bits/user.h for sh port by Rich Felker · 10 years ago
  70. b1683a1 add nofpu subarchs to the sh arch, and properly detect compiler's fpu config by Rich Felker · 11 years ago
  71. 5c27c44 fix endian subarchs for sh arch by Rich Felker · 11 years ago
  72. aacd348 rename superh port to "sh" for consistency by Rich Felker · 11 years ago