1. 3517d74 move arch-invariant definitions out of bits/ioctl.h by Bobby Bingham · 6 years ago
  2. d149e69 add io_pgetevents and rseq syscall numbers from linux v4.18 by Szabolcs Nagy · 6 years ago
  3. a4a3e4d make thread-pointer-loading asm non-volatile by Rich Felker · 6 years ago
  4. 7f01a73 remove ancient clang workaround from powerpc pthread_arch.h asm by Rich Felker · 6 years ago
  5. 1281779 fix broken atomic store on powerpc[64] by Rich Felker · 6 years ago
  6. df6d945 add support for arch-specific ptrace command macros by Szabolcs Nagy · 6 years ago
  7. efda534 fix regression in powerpc[64] SO_PEERSEC definition by Rich Felker · 6 years ago
  8. 90ac71d powerpc: add pkey syscall numbers from linux v4.16 by Szabolcs Nagy · 6 years ago
  9. 610c5a8 fix TLS layout of TLS variant I when there is a gap above TP by Szabolcs Nagy · 6 years ago
  10. eb5ae94 fix minor namespace issues in termios.h by Rich Felker · 7 years ago
  11. 0fc2f09 powerpc: update hwcap.h for linux v4.15 by Szabolcs Nagy · 7 years ago
  12. 9b57db3 add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 by Szabolcs Nagy · 7 years ago
  13. 9eda4dc mips,powerpc: fix TIOCSER_TEMT in termios.h by Szabolcs Nagy · 7 years ago
  14. 754f66a ioctl TIOCGPTPEER from linux v4.13 by Szabolcs Nagy · 7 years ago
  15. 9864f60 add statx syscall numbers from linux v4.11 by Szabolcs Nagy · 7 years ago
  16. cee73f0 add kexec_file_load syscall number on powerpc from linux v4.10 by Szabolcs Nagy · 8 years ago
  17. c10bc61 powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h by Szabolcs Nagy · 7 years ago
  18. 822dddf make syscall.h consistent with linux by Szabolcs Nagy · 8 years ago
  19. 06fbefd add a_clz_64 helper function by Szabolcs Nagy · 7 years ago
  20. cc08669 add SIOCGSTAMPNS socket ioctl macro to ioctl.h by Szabolcs Nagy · 7 years ago
  21. fe39aaa add bits/hwcap.h and include it in sys/auxv.h by Szabolcs Nagy · 8 years ago
  22. befa586 make brace placement in public header struct definitions consistent by Rich Felker · 8 years ago
  23. cae8ac4 fix CBAUDEX in powerpc termios.h by Szabolcs Nagy · 8 years ago
  24. 3bda42a fix powerpc termios.h macro exposure/namespace issues by Szabolcs Nagy · 8 years ago
  25. 058c0b2 remove mips and powerpc ioctls that are missing from linux uapi by Szabolcs Nagy · 8 years ago
  26. 5ce9012 add missing TIOC* macros to ioctl.h by Szabolcs Nagy · 8 years ago
  27. 8735a92 add missing SIOCSIFNAME from linux/sockios.h to ioctl.h by Szabolcs Nagy · 8 years ago
  28. 2df9ae9 remove ioctl macros that were removed from linux uapi by Szabolcs Nagy · 8 years ago
  29. 3dd27f3 fix posix_fadvise syscall args on powerpc, unify with arm fix by Rich Felker · 8 years ago
  30. 78b1f3c add preadv2 and pwritev2 syscall numbers for linux v4.6 by Szabolcs Nagy · 8 years ago
  31. 63e3a16 deduplicate __NR_* and SYS_* syscall number definitions by Bobby Bingham · 8 years ago
  32. 49631b7 fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.h by Rich Felker · 8 years ago
  33. 84d4f5e add copy_file_range syscall numbers from linux v4.5 by Szabolcs Nagy · 9 years ago
  34. e9f1c79 deduplicate bits/mman.h by Szabolcs Nagy · 9 years ago
  35. 5a92dd9 add powerpc soft-float support by Felix Fietkau · 9 years ago
  36. 4dfac11 deduplicate the bulk of the arch bits headers by Rich Felker · 9 years ago
  37. 789ff6a add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags by Szabolcs Nagy · 9 years ago
  38. 51d5f13 add mlock2 syscall number from linux v4.4 by Szabolcs Nagy · 9 years ago
  39. 09001a8 add new membarrier, userfaultfd and switch_endian syscalls by Szabolcs Nagy · 9 years ago
  40. bc443c3 clean powerpc syscall.h by Szabolcs Nagy · 9 years ago
  41. f9c3a2e add missing powerpc specific PROT_SAO memory protection flag by Szabolcs Nagy · 9 years ago
  42. 2f6f3dc fix powerpc MCL_* mlockall flags in bits/mman.h by Szabolcs Nagy · 9 years ago
  43. 513c043 overhaul powerpc atomics for new atomics framework by Rich Felker · 9 years ago
  44. 1315596 refactor internal atomic.h by Rich Felker · 9 years ago
  45. cb1bf2f properly access mcontext_t program counter in cancellation handler by Rich Felker · 9 years ago
  46. 92637bb prevent reordering of or1k and powerpc thread pointer loads by Rich Felker · 9 years ago
  47. c161826 new dlstart stage-2 chaining for powerpc by Rich Felker · 9 years ago
  48. 64b6684 reindent powerpc's bits/termios.h to be consistent with other archs by Felix Janda · 9 years ago
  49. 3975577 socket.h: cleanup/reorder mips and powerpc bits/socket.h by Roman Yeryomin · 9 years ago
  50. 29ec767 socket.h: fix SO_* for mips by Roman Yeryomin · 9 years ago
  51. 6ba5517 fix local-dynamic model TLS on mips and powerpc by Rich Felker · 9 years ago
  52. 63caf1d add .text section directive to all crt_arch.h files missing it by Rich Felker · 9 years ago
  53. 484194d fix stack protector crashes on x32 & powerpc due to misplaced TLS canary by Rich Felker · 9 years ago
  54. f3ddd17 dynamic linker bootstrap overhaul by Rich Felker · 9 years ago
  55. fd427c4 move O_PATH definition back to arch bits by Rich Felker · 9 years ago
  56. d5a5045 fix MINSIGSTKSZ values for archs with large signal contexts by Rich Felker · 10 years ago
  57. 559de8f fix FLT_ROUNDS to reflect the current rounding mode by Szabolcs Nagy · 10 years ago
  58. f5011c6 fix POLLWRNORM and POLLWRBAND on mips by Trutz Behn · 10 years ago
  59. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 10 years ago
  60. f54c28c add syscall numbers for the new execveat syscall by Szabolcs Nagy · 10 years ago
  61. 2d67ae9 move MREMAP_MAYMOVE and MREMAP_FIXED out of bits by Trutz Behn · 10 years ago
  62. f90fafe add new syscall numbers for bpf and kexec_file_load by Szabolcs Nagy · 10 years ago
  63. 91f15e2 move wint_t definition to the shared part of alltypes.h.in by Rich Felker · 10 years ago
  64. 4134c68 unify non-inline version of syscall code across archs by Rich Felker · 10 years ago
  65. 867b182 add explicit barrier operation to internal atomic.h API by Rich Felker · 10 years ago
  66. 4ffc39c add new syscall numbers for seccomp, getrandom, memfd_create by Szabolcs Nagy · 10 years ago
  67. b7cf71a add threads.h and needed per-arch types for mtx_t and cnd_t by Rich Felker · 10 years ago
  68. ea818ea add working a_spin() atomic for non-x86 targets by Rich Felker · 10 years ago
  69. 321f4fa add max_align_t definition for C11 and C++11 by Rich Felker · 10 years ago
  70. de7e99c make pointers used in robust list volatile by Rich Felker · 10 years ago
  71. 90e51e4 clean up unused and inconsistent atomics in arch dirs by Rich Felker · 10 years ago
  72. 002e8d8 add syscall numbers for the new renameat2 syscall by Szabolcs Nagy · 10 years ago
  73. 522a0de fix missing barriers in powerpc atomic store by Rich Felker · 10 years ago
  74. 1456b7a fix missing barrier instructions in powerpc atomic asm by Rich Felker · 10 years ago
  75. bb3a3be fix build breakage from ppc asm constraints change by Rich Felker · 10 years ago
  76. 7fdae45 fix broken constraints for powerpc atomic cas asm by Rich Felker · 10 years ago
  77. adf94c1 refactor to remove arch-specific relocation code from dynamic linker by Rich Felker · 10 years ago
  78. 94cf991 fix powerpc dynamic linker thread-pointer-relative relocations by Rich Felker · 10 years ago
  79. bfa0970 dynamic linker: permit error returns from arch-specific reloc function by Rich Felker · 10 years ago
  80. fd9571e add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro by Szabolcs Nagy · 10 years ago
  81. fbeadd1 make socketcall types common as they are same for all architectures by Timo Teräs · 10 years ago
  82. fcea534 fix RLIMIT_ constants for mips by Szabolcs Nagy · 10 years ago
  83. 9505bfb fix signal.h breakage from moving stack_t to arch-specific bits by Rich Felker · 11 years ago
  84. bd5f221 move signal.h definition of stack_t to arch-specific bits by Rich Felker · 11 years ago
  85. 514c2dd fix socket.h struct msghdr member types on powerpc by Rich Felker · 11 years ago
  86. ad66ae9 fix sysvipc structures on powerpc by Rich Felker · 11 years ago
  87. f6e2f7e move struct semid_ds to from shared sys/sem.h to bits by Rich Felker · 11 years ago
  88. 0f169cb sys/shm.h: move arch specific structs to bits/ by rofl0r · 11 years ago
  89. a627eb3 fix namespace violations in termios.h, at least mostly by Rich Felker · 11 years ago
  90. a4b5163 workaround clang deficiency affecting thread pointer access on powerpc by Rich Felker · 11 years ago
  91. f7d348e add O_TMPFILE flag, new in linux 3.11 by Szabolcs Nagy · 11 years ago
  92. 326e5c2 fix the nominal type of LDBL_* limits on archs with ld64 by Rich Felker · 11 years ago
  93. b20760c support configurable page size on mips, powerpc and microblaze by Szabolcs Nagy · 11 years ago
  94. 7568ee4 add missing a_or_l to atomic.h for non-x86 archs by Rich Felker · 11 years ago
  95. 16ac00a fix powerpc build breakage from dynamic linker path search changes by Rich Felker · 11 years ago
  96. c5e34da new mostly-C crt1 implementation by Rich Felker · 11 years ago
  97. 9693501 change jmp_buf to share an underlying type and struct tag with sigjmp_buf by Rich Felker · 11 years ago
  98. 3f08154 remove SIG_ATOMIC_MIN/MAX from stdint bits headers by Rich Felker · 11 years ago
  99. 1c6cace fix regression in size of nlink_t (broken stat struct) on x86_64 by Rich Felker · 11 years ago
  100. c4dd0c9 change wint_t to unsigned by Rich Felker · 11 years ago