about summary refs log tree commit diff
path: root/arch/x86_64/bits/syscall.h
Commit message (Expand)AuthorAgeFilesLines
* deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2016-05-121-659/+0
* add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy2016-03-191-0/+2
* add mlock2 syscall number from linux v4.4Szabolcs Nagy2016-01-261-0/+2
* add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy2016-01-261-0/+4
* add syscall numbers for the new execveat syscallSzabolcs Nagy2015-02-091-0/+2
* remove cruft from x86_64 syscall.hSzabolcs Nagy2015-02-071-23/+0
* add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy2014-12-231-0/+4
* add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy2014-10-081-0/+6
* add syscall numbers for the new renameat2 syscallSzabolcs Nagy2014-07-201-0/+3
* add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy2014-05-301-0/+4
* add syscall numbers for the new kcmp and finit_module syscallsSzabolcs Nagy2013-04-011-0/+4
* syscall organization overhaulRich Felker2012-09-081-68/+0
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-021-7/+7
* add defines for number of sigset_t bytes syscalls expectRich Felker2012-08-091-0/+2
* update syscall defs to latest kernel onesRich Felker2012-06-231-0/+18
* update syscalls with off_t arguments to handle argument alignment, if neededRich Felker2011-09-211-1/+2
* add syscall wrappers for posix_fadvise, posix_fallocateRich Felker2011-04-201-0/+2
* overhaul pthread cancellationRich Felker2011-04-171-1/+2
* fix typo in x86_64 part of syscall overhaulRich Felker2011-03-191-1/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-0/+64
* overhaul syscall interfaceRich Felker2011-03-191-0/+631