x32: eliminate __X32_SYSCALL_BIT constant
[musl] / arch / arm / bits / syscall.h
2016-03-19 Szabolcs Nagyadd copy_file_range syscall numbers from linux v4.5
2016-01-26 Szabolcs Nagyadd mlock2 syscall number from linux v4.4
2016-01-26 Szabolcs Nagyadd new membarrier, userfaultfd and switch_endian syscalls
2015-02-09 Szabolcs Nagyadd syscall numbers for the new execveat syscall
2014-12-23 Szabolcs Nagyadd new syscall numbers for bpf and kexec_file_load
2014-12-03 Timo Teräsadd arm private syscall numbers
2014-10-08 Szabolcs Nagyadd new syscall numbers for seccomp, getrandom, memfd_c...
2014-07-20 Szabolcs Nagyadd syscall numbers for the new renameat2 syscall
2014-05-30 Szabolcs Nagyadd sched_{get,set}attr syscall numbers and SCHED_DEADL...
2013-04-01 Szabolcs Nagyadd syscall numbers for the new kcmp and finit_module...
2012-09-09 Rich Felkersyscall organization overhaul
2012-09-02 Rich Felkeravoid "inline" in public headers for strict c89 compati...
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-10 Rich Felkeradd defines for number of sigset_t bytes syscalls expect
2012-07-09 Rich Felkermake arm syscalls (still non-inline) more efficient
2012-06-24 Rich Felkerupdate syscall defs to latest kernel ones
2012-05-24 Rich Felkerfix arm syscall.h to reflect which syscalls actually...
2011-09-22 Rich Felkerupdate syscalls with off_t arguments to handle argument...
2011-09-18 Rich Felkerinitial commit of the arm port