13 Commits (2cae9f59da6106b4545da85b33d1e206a1e4c1e7)

Author SHA1 Message Date
Rich Felker 2cae9f59da remove further legacy time32 clock syscalls from public syscall.h 6 years ago
Rich Felker 5a105f19b5 remove legacy clock_gettime and gettimeofday from public syscall.h 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 2dc6760f3c i386: add arch_prctl syscall number from linux v4.12 9 years ago
Szabolcs Nagy 9864f60e92 add statx syscall numbers from linux v4.11 9 years ago
Szabolcs Nagy 822dddfbf1 make syscall.h consistent with linux 9 years ago
Szabolcs Nagy 62eaf40bf4 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 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 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 37bfb68f68 add new i386 socket syscall numbers 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
Rich Felker 78178542e7 add missing i386 syscall numbers 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 6cf8bfdb64 add acct, accept4, setns, and dup3 syscalls (linux extensions) 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 5bd0ab8af6 work around nasty gcc bug in the i386 syscall asm 14 years ago
Rich Felker 26f38328d6 add prlimit syscall wrapper 15 years ago
Rich Felker 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
Rich Felker 836ba93d93 __syscall5 inline is having trouble with PIC; just use the function for now 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 4cc78719dd fix bug from syscall overhaul: extra __syscall_ret call for 0-arg syscalls 15 years ago
Rich Felker bae862ab18 honor namespace for i386 syscall.h, even though it's not a standard header 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 9b235e8374 remove standalone syscall cruft 15 years ago
Rich Felker c2afb747b0 yet another ugly legacy syscall rename... 15 years ago
Rich Felker f7eb91e795 fix getrlimit handling on 32-bit systems, and ease porting to 64-bit 15 years ago
Rich Felker 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 15 years ago
Rich Felker cfe373146d finish moving 32-bit-specific junk out of source files. 15 years ago
Rich Felker a5bf06c035 move arch-specific internal headers into place 15 years ago
Rich Felker 2cdfb7ca26 cleaning up syscalls in preparation for x86_64 port 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago