63 Commits (b60763092eacceedd799a7eb7c1a7c4e3f7aee5e)

Author SHA1 Message Date
Szabolcs Nagy b60763092e add new syscall numbers from linux v5.2 7 years ago
Rich Felker 319b2d02e7 remove gratuitously-different arch-specific bits/ipc.h files 7 years ago
Rich Felker f56d57f8a7 move IPC_64 from public bits/ipc.h to syscall_arch.h 7 years ago
Rich Felker b74b3eb4a2 remove duplicates of new generic bits/msg.h 7 years ago
Rich Felker de5e56ce16 remove duplicates of new generic bits/sem.h 7 years ago
Rich Felker 1afe5f3e5b extricate bits/sem.h from x32 time_t hack 7 years ago
Rich Felker 484c34fe1d remove duplicates of new generic bits/shm.h 7 years ago
Rich Felker 01ae3fc6d4 decouple struct stat from kernel type 7 years ago
Szabolcs Nagy f3f96f2daa add new syscall numbers from linux v5.1 7 years ago
Szabolcs Nagy b50d315fd2 math: add fp_arch.h with fp_barrier and fp_force_eval 8 years ago
Szabolcs Nagy 2a03b0b518 aarch64: add HWCAP_ definitions from linux v5.0 7 years ago
Szabolcs Nagy 1114df5d60 aarch64, or1k: add kexec_file_load syscall number from linux v5.0 7 years ago
Szabolcs Nagy 65735baa75 aarch64: add HWCAP_SSBS from linux v4.20 7 years ago
Szabolcs Nagy 53bef5c55e aarch64, or1k: define rseq syscall number following linux v4.19 8 years ago
Szabolcs Nagy d149e69c02 add io_pgetevents and rseq syscall numbers from linux v4.18 8 years ago
Rich Felker a4a3e4dbc0 make thread-pointer-loading asm non-volatile 8 years ago
Szabolcs Nagy f3b6690a53 aarch64: add HWCAP_ flags from linux v4.17 8 years ago
Szabolcs Nagy a697a1c9a5 aarch64: add HWCAP_ASIMDFHM from linux v4.16 8 years ago
Szabolcs Nagy 610c5a8524 fix TLS layout of TLS variant I when there is a gap above TP 8 years ago
Szabolcs Nagy 9bed82df30 aarch64: add sve_context struct and related defines from linux v4.15 8 years ago
Szabolcs Nagy 5a4a780ccb aarch64: update hwcap.h for linux v4.15 8 years ago
Szabolcs Nagy ebd8ef50d5 aarch64: add HWCAP_DCPOP from linux v4.14 9 years ago
William Pitcock 14edadb542 aarch64: fix mismatched type of ucontext_t uc_link member 8 years ago
Szabolcs Nagy ffd048a07b aarch64: add extra_context struct from linux v4.13 9 years ago
Szabolcs Nagy 840d45bebd aarch64: add new HWCAP_* flags from linux v4.12 9 years ago
Szabolcs Nagy 9864f60e92 add statx syscall numbers from linux v4.11 9 years ago
Szabolcs Nagy bd1560f6eb update aarch64 hwcap.h for linux v4.11 9 years ago
Szabolcs Nagy 822dddfbf1 make syscall.h consistent with linux 9 years ago
Szabolcs Nagy 06fbefd100 add a_clz_64 helper function 9 years ago
Szabolcs Nagy 62eaf40bf4 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 10 years ago
Szabolcs Nagy fe39aaae0e add bits/hwcap.h and include it in sys/auxv.h 10 years ago
Rich Felker ee3f0c5516 make brace placement in public header typedef'd structs consistent 10 years ago
Rich Felker befa5866ee make brace placement in public header struct definitions consistent 10 years ago
Szabolcs Nagy 76d7cfb7e6 use the generic ioctl.h for x86_64, x32 and aarch64 10 years ago
Szabolcs Nagy 78b1f3cb14 add preadv2 and pwritev2 syscall numbers for linux v4.6 10 years ago
Bobby Bingham 63e3a1661f deduplicate __NR_* and SYS_* syscall number definitions 10 years ago
Szabolcs Nagy 84d4f5eee5 add copy_file_range syscall numbers from linux v4.5 10 years ago
Szabolcs Nagy e9f1c7981a deduplicate bits/mman.h 10 years ago
Rich Felker fd224a800b make aarch64 atomic_arch.h report that it defines pointer-sized ll/sc 10 years ago
Szabolcs Nagy 3b27725385 better a_sc inline asm constraint on aarch64 and arm 10 years ago
Rich Felker 4dfac11538 deduplicate the bulk of the arch bits headers 10 years ago
Szabolcs Nagy 789ff6a9f8 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 10 years ago
Szabolcs Nagy 51d5f139ca add mlock2 syscall number from linux v4.4 10 years ago
Szabolcs Nagy 09001a8f97 add new membarrier, userfaultfd and switch_endian syscalls 11 years ago
Szabolcs Nagy 2d14fa39b0 fix aarch64 atomics to load/store 32bit only 10 years ago
Rich Felker b17fbd3520 improve aarch64 atomics 10 years ago
Rich Felker aa0db4b5d0 overhaul aarch64 atomics for new atomics framework 10 years ago
Rich Felker 1315596b51 refactor internal atomic.h 10 years ago
Rich Felker cb1bf2f321 properly access mcontext_t program counter in cancellation handler 11 years ago
Felix Janda b291e7ca9b fix namespace violations in aarch64/bits/termios.h 11 years ago