1. efda534 fix regression in powerpc[64] SO_PEERSEC definition by Rich Felker · 6 years ago
  2. 587f5a5 fix value of SO_PEERSEC on mips archs by Rich Felker · 6 years ago
  3. 471497a add m68k reg.h and user.h by Rich Felker · 6 years ago
  4. 84b2516 fix m68k float.h long double exponent range by Rich Felker · 6 years ago
  5. 0cd2be2 work around broken kernel struct ipc_perm on some big endian archs by Rich Felker · 6 years ago
  6. 7ea235b s390x: add kexec_file_load syscall number from linux v4.17 by Szabolcs Nagy · 6 years ago
  7. 1177f61 mips: add HWCAP_ flags from linux v4.17 by Szabolcs Nagy · 6 years ago
  8. f3b6690 aarch64: add HWCAP_ flags from linux v4.17 by Szabolcs Nagy · 6 years ago
  9. 90ac71d powerpc: add pkey syscall numbers from linux v4.16 by Szabolcs Nagy · 6 years ago
  10. a697a1c aarch64: add HWCAP_ASIMDFHM from linux v4.16 by Szabolcs Nagy · 6 years ago
  11. f81e44a add m68k port by Rich Felker · 6 years ago
  12. 610c5a8 fix TLS layout of TLS variant I when there is a gap above TP by Szabolcs Nagy · 6 years ago
  13. e3c682a work around arm gcc's rejection of r7 asm constraints in thumb mode by Rich Felker · 6 years ago
  14. 8c2943f arm: use a_ll/a_sc atomics when building for ARMv6T2 by Andre McCurdy · 6 years ago
  15. 749a06b arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros by Andre McCurdy · 6 years ago
  16. ea489b8 provide optimized a_ctz_32 for arm by Andre McCurdy · 6 years ago
  17. 0c6abb5 remove a_ctz_l from arch specific atomic_arch.h by Andre McCurdy · 6 years ago
  18. eb5ae94 fix minor namespace issues in termios.h by Rich Felker · 6 years ago
  19. 6ecb9c1 use PAGESIZE rather than PAGE_SIZE in user.h bits by Rich Felker · 6 years ago
  20. c9c2cd3 reverse definition dependency between PAGESIZE and PAGE_SIZE by Rich Felker · 6 years ago
  21. 9bed82d aarch64: add sve_context struct and related defines from linux v4.15 by Szabolcs Nagy · 6 years ago
  22. 5a4a780 aarch64: update hwcap.h for linux v4.15 by Szabolcs Nagy · 6 years ago
  23. 8be960d arm: add get_tls syscall from linux v4.15 by Szabolcs Nagy · 6 years ago
  24. 0fc2f09 powerpc: update hwcap.h for linux v4.15 by Szabolcs Nagy · 6 years ago
  25. 4ccd075 s390x: add s390_sthyi system call from v4.15 by Szabolcs Nagy · 6 years ago
  26. 9b57db3 add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 by Szabolcs Nagy · 6 years ago
  27. 9eda4dc mips,powerpc: fix TIOCSER_TEMT in termios.h by Szabolcs Nagy · 7 years ago
  28. ebd8ef5 aarch64: add HWCAP_DCPOP from linux v4.14 by Szabolcs Nagy · 7 years ago
  29. 14edadb aarch64: fix mismatched type of ucontext_t uc_link member by William Pitcock · 6 years ago
  30. 1312768 fix x32 unistd macros to report as ILP32 not LP64 by Nicholas Wilson · 7 years ago
  31. 1393533 s390x: use generic ioctl.h by Szabolcs Nagy · 7 years ago
  32. 4dc44ce microblaze: add statx syscall from linux v4.13 by Szabolcs Nagy · 7 years ago
  33. ffd048a aarch64: add extra_context struct from linux v4.13 by Szabolcs Nagy · 7 years ago
  34. 754f66a ioctl TIOCGPTPEER from linux v4.13 by Szabolcs Nagy · 7 years ago
  35. 5daaed6 s390x: add syscall number for s390_guarded_storage from linux v4.12 by Szabolcs Nagy · 7 years ago
  36. 2dc6760 i386: add arch_prctl syscall number from linux v4.12 by Szabolcs Nagy · 7 years ago
  37. 840d45b aarch64: add new HWCAP_* flags from linux v4.12 by Szabolcs Nagy · 7 years ago
  38. 9864f60 add statx syscall numbers from linux v4.11 by Szabolcs Nagy · 7 years ago
  39. bd1560f update aarch64 hwcap.h for linux v4.11 by Szabolcs Nagy · 7 years ago
  40. cee73f0 add kexec_file_load syscall number on powerpc from linux v4.10 by Szabolcs Nagy · 7 years ago
  41. 8f56955 add microblaze syscall numbers from linux v4.10 by Szabolcs Nagy · 7 years ago
  42. 1b9406b fix build regression on ARM for ISA levels less than v5 by Rich Felker · 7 years ago
  43. c10bc61 powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h by Szabolcs Nagy · 7 years ago
  44. 822dddf make syscall.h consistent with linux by Szabolcs Nagy · 7 years ago
  45. 8459c6f arm: add HWCAP_ARM_ hwcap macros by Szabolcs Nagy · 7 years ago
  46. 06fbefd add a_clz_64 helper function by Szabolcs Nagy · 7 years ago
  47. 3356177 s390x: add bits/hwcap.h by Szabolcs Nagy · 7 years ago
  48. cc08669 add SIOCGSTAMPNS socket ioctl macro to ioctl.h by Szabolcs Nagy · 7 years ago
  49. 02b50c9 fix mips ioctl macros to match linux asm/sockios.h by Szabolcs Nagy · 7 years ago
  50. 1698fe6 fix build failure for sh4a due to missing colon in asm statement by Thomas Petazzoni · 7 years ago
  51. 5948bc1 fix omission of microblaze user.h definitions by Rich Felker · 7 years ago
  52. 1c49700 remove long-obsolete clang workarounds from mips* syscall_arch.h files by Rich Felker · 7 years ago
  53. 4073f03 fix fstatat syscall on mips64 by Rich Felker · 7 years ago
  54. 5555041 s390x: provide sigcontext struct definition by Bobby Bingham · 7 years ago
  55. 74bca42 s390x: fix fpreg_t and remove unused per_struct by Tuan M. Hoang · 7 years ago
  56. fc85fb3 fix ld-behavior-dependent crash in ppc64 ldso startup by Rich Felker · 7 years ago
  57. 0a4a16d allow page size to vary on arm by Rich Felker · 7 years ago
  58. 1f53e7d fix crashes in x32 __tls_get_addr by rofl0r · 8 years ago
  59. 150747b reduce impact of REG_* namespace pollution in x86[_64] signal.h by Rich Felker · 8 years ago
  60. 62eaf40 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 by Szabolcs Nagy · 8 years ago
  61. 29237f7 rework arm atomic/tp backends to be thumb-compatible and fdpic-ready by Rich Felker · 8 years ago
  62. 3f79eaa fix use of incomplete struct type in s390x user.h by Bobby Bingham · 8 years ago
  63. afefce1 fix typo in s390x user.h by Bobby Bingham · 8 years ago
  64. ffaaa6d remove legacy i386 fallback stdarg implementation and framework by Rich Felker · 8 years ago
  65. 5499172 work around gdb issues recognizing sigreturn trampoline on x86_64 by Rich Felker · 8 years ago
  66. 1509494 add s390x port by Bobby Bingham · 8 years ago
  67. b418ea1 generalize ELF hash table types not to assume 32-bit entries by Rich Felker · 8 years ago
  68. fe39aaa add bits/hwcap.h and include it in sys/auxv.h by Szabolcs Nagy · 8 years ago
  69. 189acc7 add sh syscall numbers from linux v4.8 by Szabolcs Nagy · 8 years ago
  70. 2ed811a fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8 by Szabolcs Nagy · 8 years ago
  71. 2b41959 microblaze: add syscall numbers from linux v4.7 by Szabolcs Nagy · 8 years ago
  72. 7cc3a28 fix pread/pwrite syscall calling convention on sh by Rich Felker · 8 years ago
  73. cff5747 fix regression in tcsetattr on all mips archs by Rich Felker · 8 years ago
  74. e1679ef remove or1k version of sem.h by Bobby Bingham · 8 years ago
  75. ee3f0c5 make brace placement in public header typedef'd structs consistent by Rich Felker · 8 years ago
  76. befa586 make brace placement in public header struct definitions consistent by Rich Felker · 8 years ago
  77. 45ba07f format mips bits/termios.h consistently mips64 and n32 versions by Rich Felker · 8 years ago
  78. cae8ac4 fix CBAUDEX in powerpc termios.h by Szabolcs Nagy · 8 years ago
  79. 8c316e9 fix TCS* definitions in mips termios.h by Szabolcs Nagy · 8 years ago
  80. ee9b590 fix mips termios.h macro exposure/namespace issues by Szabolcs Nagy · 8 years ago
  81. 3bda42a fix powerpc termios.h macro exposure/namespace issues by Szabolcs Nagy · 8 years ago
  82. 2e12857 fix generic termios.h macro exposure/namespace issues by Szabolcs Nagy · 8 years ago
  83. cd208b0 fix FIOQSIZE in arm ioctl.h by Szabolcs Nagy · 8 years ago
  84. 6fce6ca remove termios2 related ioctls from sh ioctl.h by Szabolcs Nagy · 8 years ago
  85. 809495f fix TIOCMSET in mips ioctl.h by Szabolcs Nagy · 8 years ago
  86. b76d4e0 fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h by Szabolcs Nagy · 8 years ago
  87. 058c0b2 remove mips and powerpc ioctls that are missing from linux uapi by Szabolcs Nagy · 8 years ago
  88. 5ce9012 add missing TIOC* macros to ioctl.h by Szabolcs Nagy · 8 years ago
  89. 8735a92 add missing SIOCSIFNAME from linux/sockios.h to ioctl.h by Szabolcs Nagy · 8 years ago
  90. 2df9ae9 remove ioctl macros that were removed from linux uapi by Szabolcs Nagy · 8 years ago
  91. 76d7cfb use the generic ioctl.h for x86_64, x32 and aarch64 by Szabolcs Nagy · 8 years ago
  92. 7158481 add consistent reserved fields in mips64/n32 termios structures by Rich Felker · 8 years ago
  93. 3dd27f3 fix posix_fadvise syscall args on powerpc, unify with arm fix by Rich Felker · 8 years ago
  94. 78b1f3c add preadv2 and pwritev2 syscall numbers for linux v4.6 by Szabolcs Nagy · 8 years ago
  95. 63e3a16 deduplicate __NR_* and SYS_* syscall number definitions by Bobby Bingham · 8 years ago
  96. 8ef6170 x32: eliminate __X32_SYSCALL_BIT constant by Bobby Bingham · 8 years ago
  97. 622fe8b x32: remove arch-specific syscall remapping by Bobby Bingham · 8 years ago
  98. 49631b7 fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.h by Rich Felker · 8 years ago
  99. c0ede9e add powerpc64 port by Bobby Bingham · 8 years ago
  100. 5972c4a add mips n32 port (ILP32 ABI for mips64) by Rich Felker · 8 years ago