23 Commits (7019fbe103165b9b26a9391d5ecd4c7fcb6f3ec9)

Author SHA1 Message Date
Gaël PORTAY 3d5c9fe39f bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2 years ago
Gaël PORTAY dd690c4909 bits/syscall.h: add cachestat from linux v6.4 2 years ago
Gaël PORTAY 33e8c469a9 bits/syscall.h: add set_mempolicy_home_node from linux v5.17 2 years ago
Gaël PORTAY b2c4c3d590 bits/syscall.h: add futex_waitv from linux v5.16 2 years ago
Rich Felker e975127947 bits/syscall.h: add process_mrelease from linux v5.15 2 years ago
Gaël PORTAY a526314c80 bits/syscall.h: add memfd_secret from linux v5.14 2 years ago
Szabolcs Nagy ee05b11b67 bits/syscall.h: add landlock syscalls from linux v5.13 5 years ago
Szabolcs Nagy f7d3db5bfc bits/syscall.h: add mount_setattr from linux v5.12 5 years ago
Szabolcs Nagy b21f3ded78 bits/syscall.h: add epoll_pwait2 from linux v5.11 5 years ago
Szabolcs Nagy fd285f9dec bits/syscall.h: add process_madvise from linux v5.10 5 years ago
Szabolcs Nagy 3ba370fe8d bits/syscall.h: add __NR_close_range from linux v5.9 6 years ago
Szabolcs Nagy 9b7ed9702c bits/syscall.h: add __NR_faccessat2 from linux v5.8 6 years ago
Szabolcs Nagy d990090384 add pidfd_getfd and openat2 syscall numbers from linux v5.6 6 years ago
Szabolcs Nagy fa765ca54f add clone3 syscall number from linux v5.3 7 years ago
Szabolcs Nagy a45289112c add pidfd_open syscall number from linux v5.3 7 years ago
Szabolcs Nagy b60763092e add new syscall numbers from linux v5.2 7 years ago
Szabolcs Nagy f3f96f2daa add new syscall numbers from linux v5.1 7 years ago
Szabolcs Nagy d149e69c02 add io_pgetevents and rseq syscall numbers from linux v4.18 8 years ago
Szabolcs Nagy 9864f60e92 add statx syscall numbers from linux v4.11 9 years ago
Szabolcs Nagy 62eaf40bf4 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 10 years ago
Szabolcs Nagy 2ed811a38a fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8 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
Bobby Bingham 8ef6170b43 x32: eliminate __X32_SYSCALL_BIT constant 10 years ago
Bobby Bingham 622fe8b5cf x32: remove arch-specific syscall remapping 10 years ago
Szabolcs Nagy 84d4f5eee5 add copy_file_range syscall numbers from linux v4.5 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 f54c28cba2 add syscall numbers for the new execveat syscall 11 years ago
Szabolcs Nagy f90fafea3c add new syscall numbers for bpf and kexec_file_load 12 years ago
Szabolcs Nagy 4ffc39c654 add new syscall numbers for seccomp, getrandom, memfd_create 12 years ago
Szabolcs Nagy 002e8d84c5 add syscall numbers for the new renameat2 syscall 12 years ago
Szabolcs Nagy fd9571e20a add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro 12 years ago
rofl0r 664cd34192 x32 port (diff against vanilla x86_64) 13 years ago
rofl0r 323272db17 import vanilla x86_64 code as x32 13 years ago
Szabolcs Nagy 8d3ee05754 add syscall numbers for the new kcmp and finit_module syscalls 13 years ago
Rich Felker 208eb584ef syscall organization overhaul 14 years ago
Rich Felker fb247fafa0 avoid "inline" in public headers for strict c89 compatibility 14 years ago
Rich Felker 83b42d94bd add defines for number of sigset_t bytes syscalls expect 14 years ago
Rich Felker 213db3e3fa update syscall defs to latest kernel ones 14 years ago
Rich Felker 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
Rich Felker 1c76683cb4 add syscall wrappers for posix_fadvise, posix_fallocate 15 years ago
Rich Felker feee98903c overhaul pthread cancellation 15 years ago
Rich Felker 7877db6b2f fix typo in x86_64 part of syscall overhaul 15 years ago
Rich Felker 685e40bb09 syscall overhaul part two - unify public and internal syscall interface 15 years ago
Rich Felker d00ff2950e overhaul syscall interface 15 years ago
Rich Felker cda892ddbe fix directory reading on x86_64 15 years ago
Rich Felker 9b235e8374 remove standalone syscall cruft 15 years ago
Nicholas J. Kain ebc4a17957 Remove __syscall_lseek from x86_64 syscall.h. 15 years ago
Nicholas J. Kain 1e12632591 Port musl to x86-64. One giant commit! 15 years ago