aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/bits/syscall.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-12deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham1-659/+0
2016-03-19add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy1-0/+2
2016-01-26add mlock2 syscall number from linux v4.4Szabolcs Nagy1-0/+2
2016-01-26add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy1-0/+4
2015-02-09add syscall numbers for the new execveat syscallSzabolcs Nagy1-0/+2
2015-02-07remove cruft from x86_64 syscall.hSzabolcs Nagy1-23/+0
2014-12-23add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy1-0/+4
2014-10-08add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy1-0/+6
2014-07-20add syscall numbers for the new renameat2 syscallSzabolcs Nagy1-0/+3
2014-05-30add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy1-0/+4
2013-04-01add syscall numbers for the new kcmp and finit_module syscallsSzabolcs Nagy1-0/+4
2012-09-08syscall organization overhaulRich Felker1-68/+0
2012-09-02avoid "inline" in public headers for strict c89 compatibilityRich Felker1-7/+7
2012-08-09add defines for number of sigset_t bytes syscalls expectRich Felker1-0/+2
2012-06-23update syscall defs to latest kernel onesRich Felker1-0/+18
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker1-1/+2
2011-04-20add syscall wrappers for posix_fadvise, posix_fallocateRich Felker1-0/+2
2011-04-17overhaul pthread cancellationRich Felker1-1/+2
2011-03-19fix typo in x86_64 part of syscall overhaulRich Felker1-1/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker1-0/+64
2011-03-19overhaul syscall interfaceRich Felker1-0/+631