- 3ba370f bits/syscall.h: add __NR_close_range from linux v5.9 by Szabolcs Nagy · 4 years ago
- 9b7ed97 bits/syscall.h: add __NR_faccessat2 from linux v5.8 by Szabolcs Nagy · 4 years, 3 months ago
- d990090 add pidfd_getfd and openat2 syscall numbers from linux v5.6 by Szabolcs Nagy · 4 years, 7 months ago
- b8b729b fix missing O_LARGEFILE values on x86_64, x32, and mips64 by Rich Felker · 4 years, 2 months ago
- 3a5b9ae deduplicate __pthread_self thread pointer adjustment out of each arch by Rich Felker · 4 years, 2 months ago
- ea71a90 deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET by Rich Felker · 4 years, 2 months ago
- cabc369 fix incorrect SIGSTKFLT on all mips archs by Rich Felker · 4 years, 5 months ago
- 5db475f work around negated error code bug on some mips kernels by Rich Felker · 4 years, 8 months ago
- 5053fd2 revert mips64/n32 syscall asm clean-up due to regressions by Rich Felker · 4 years, 8 months ago
- 2fc29fc mips: add clone3 syscall numbers from linux v5.4 by Szabolcs Nagy · 4 years, 10 months ago
- a452891 add pidfd_open syscall number from linux v5.3 by Szabolcs Nagy · 5 years ago
- 90251cf fix build regression on mips64 due to endian.h removal by Rich Felker · 5 years ago
- d6dcfe4 move time_t and suseconds_t definitions to common alltypes.h.in by Rich Felker · 5 years ago
- a0252bc move msghdr and cmsghdr out of bits/socket.h by Rich Felker · 5 years ago
- 2d3083e move pthread types out of per-arch alltypes.h by Rich Felker · 5 years ago
- 7cc79d1 define LONG_MAX via arch alltypes.h, strip down bits/limits.h by Rich Felker · 5 years ago
- 4d3a162 remove use of endian.h from arch reloc.h headers, clean up by Rich Felker · 5 years ago
- 71d23fb remove indirect use of endian.h from public headers by Rich Felker · 5 years ago
- 97d35a5 move __BYTE_ORDER definition to alltypes.h by Rich Felker · 5 years ago
- 00ec11d remove per-arch definitions for va_list by Rich Felker · 5 years ago
- 9f6dd78 fix mips r6 syscall clobber lists not to include hi/lo registers by Rich Felker · 5 years ago
- b607630 add new syscall numbers from linux v5.2 by Szabolcs Nagy · 5 years ago
- 51fd67f get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO by Rich Felker · 5 years ago
- f56d57f move IPC_64 from public bits/ipc.h to syscall_arch.h by Rich Felker · 5 years ago
- b74b3eb remove duplicates of new generic bits/msg.h by Rich Felker · 5 years ago
- de5e56c remove duplicates of new generic bits/sem.h by Rich Felker · 5 years ago
- 1afe5f3 extricate bits/sem.h from x32 time_t hack by Rich Felker · 5 years ago
- 484c34f remove duplicates of new generic bits/shm.h by Rich Felker · 5 years ago
- fa7d421 remove mips/n32/64 stat struct hacks from syscall machinery by Rich Felker · 5 years ago
- 01ae3fc decouple struct stat from kernel type by Rich Felker · 5 years ago
- 62a73d9 remove utterly wrong includes from mips64/n32 bits/stat.h by Rich Felker · 5 years ago
- ddc7c4f clean up mips64/n32 syscall asm constraints by Rich Felker · 5 years ago
- db2a148 deduplicate mips64/n32 syscall clobbered register lists by Rich Felker · 5 years ago
- 05eb8ea fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro by Samuel Holland · 5 years ago
- f3f96f2 add new syscall numbers from linux v5.1 by Szabolcs Nagy · 5 years ago
- b574de5 mips64: fix syscall numbers of io_pgetevents and rseq by Szabolcs Nagy · 5 years ago
- 1bcdaee implement inline 5- and 6-argument syscalls for mipsn32 and mips64 by Rich Felker · 6 years ago
- d3b4869 cleanup mips64 syscall_arch functions by Rich Felker · 6 years ago
- 3517d74 move arch-invariant definitions out of bits/ioctl.h by Bobby Bingham · 6 years ago
- d149e69 add io_pgetevents and rseq syscall numbers from linux v4.18 by Szabolcs Nagy · 6 years ago
- a4a3e4d make thread-pointer-loading asm non-volatile by Rich Felker · 6 years ago
- b6e59cd apply hidden visibility to sigreturn code fragments by Rich Felker · 6 years ago
- df6d945 add support for arch-specific ptrace command macros by Szabolcs Nagy · 6 years ago
- 587f5a5 fix value of SO_PEERSEC on mips archs by Rich Felker · 6 years ago
- 1177f61 mips: add HWCAP_ flags from linux v4.17 by Szabolcs Nagy · 6 years ago
- 610c5a8 fix TLS layout of TLS variant I when there is a gap above TP by Szabolcs Nagy · 6 years ago
- eb5ae94 fix minor namespace issues in termios.h by Rich Felker · 7 years ago
- 9b57db3 add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 by Szabolcs Nagy · 7 years ago
- 9eda4dc mips,powerpc: fix TIOCSER_TEMT in termios.h by Szabolcs Nagy · 7 years ago
- 754f66a ioctl TIOCGPTPEER from linux v4.13 by Szabolcs Nagy · 7 years ago
- 9864f60 add statx syscall numbers from linux v4.11 by Szabolcs Nagy · 7 years ago
- cc08669 add SIOCGSTAMPNS socket ioctl macro to ioctl.h by Szabolcs Nagy · 7 years ago
- 02b50c9 fix mips ioctl macros to match linux asm/sockios.h by Szabolcs Nagy · 7 years ago
- 1c49700 remove long-obsolete clang workarounds from mips* syscall_arch.h files by Rich Felker · 7 years ago
- 4073f03 fix fstatat syscall on mips64 by Rich Felker · 7 years ago
- 62eaf40 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 by Szabolcs Nagy · 8 years ago
- fe39aaa add bits/hwcap.h and include it in sys/auxv.h by Szabolcs Nagy · 8 years ago
- cff5747 fix regression in tcsetattr on all mips archs by Rich Felker · 8 years ago
- 8c316e9 fix TCS* definitions in mips termios.h by Szabolcs Nagy · 8 years ago
- ee9b590 fix mips termios.h macro exposure/namespace issues by Szabolcs Nagy · 8 years ago
- 809495f fix TIOCMSET in mips ioctl.h by Szabolcs Nagy · 8 years ago
- b76d4e0 fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h by Szabolcs Nagy · 8 years ago
- 058c0b2 remove mips and powerpc ioctls that are missing from linux uapi by Szabolcs Nagy · 8 years ago
- 5ce9012 add missing TIOC* macros to ioctl.h by Szabolcs Nagy · 8 years ago
- 8735a92 add missing SIOCSIFNAME from linux/sockios.h to ioctl.h by Szabolcs Nagy · 8 years ago
- 2df9ae9 remove ioctl macros that were removed from linux uapi by Szabolcs Nagy · 8 years ago
- 7158481 add consistent reserved fields in mips64/n32 termios structures by Rich Felker · 8 years ago
- 78b1f3c add preadv2 and pwritev2 syscall numbers for linux v4.6 by Szabolcs Nagy · 8 years ago
- 63e3a16 deduplicate __NR_* and SYS_* syscall number definitions by Bobby Bingham · 8 years ago
- 6d99ad9 add support for mips and mips64 r6 isa by Rich Felker · 9 years ago
- 84d4f5e add copy_file_range syscall numbers from linux v4.5 by Szabolcs Nagy · 9 years ago
- 2de5270 mips64: add recent linux syscall numbers by Szabolcs Nagy · 9 years ago
- e9f1c79 deduplicate bits/mman.h by Szabolcs Nagy · 9 years ago
- de400b6 correct pointer types for a_ll_p and a_sc_p primitives on mips64 by Rich Felker · 9 years ago
- 27bf42c make mips64 a_sc_p atomic primitive's asm constraints work with clang by Rich Felker · 9 years ago
- 8393357 add mips64 port by Rich Felker · 9 years ago