strace/linux
Dmitry V. Levin 4ab20405bc Fix numbers of syscall arguments in syscall tables
This semi-automatic change brings syscall tables in sync with kernel's
include/linux/syscalls.h file.

* linux/aarch64/syscallent.h (recv): Fix nargs.
* linux/alpha/syscallent.h (sigaltstack, init_module,
sched_getscheduler, settimeofday): Likewise.
* linux/arm/syscallent.h (signal, pciconfig_iobase, msgrcv, msgctl,
shmat, shmdt, shmctl, semtimedop, get_mempolicy, set_mempolicy,
timerfd_create): Likewise.
* linux/bfin/syscallent.h (signal, delete_module): Likewise.
* linux/hppa/syscallent.h (init_module, munlockall, sched_getscheduler,
io_cancel, set_tid_address, listxattr, llistxattr, flistxattr,
removexattr, lremovexattr, fremovexattr): Likewise.
* linux/i386/syscallent.h (signal, mmap): Likewise.
* linux/ia64/syscallent.h (init_module, readv, writev,
sched_getscheduler): Likewise.
* linux/m68k/syscallent.h (signal, request_key): Likewise.
* linux/microblaze/syscallent.h (signal, clone, fstatfs64, vmsplice):
Likewise.
* linux/mips/syscallent-n32.h (getpgid, statfs, fstatfs, init_module,
delete_module): Likewise.
* linux/mips/syscallent-n64.h (getpgid, statfs, fstatfs, init_module,
delete_module): Likewise.
* linux/mips/syscallent-o32.h (signal, statfs, fstatfs, ioperm,
fstatfs64): Likewise.
* linux/powerpc/syscallent.h (signal, spu_run, spu_create): Likewise.
* linux/powerpc64/syscallent.h (signal, pread64, pwrite64, readahead,
fadvise64, lookup_dcookie, spu_run, spu_create, sync_file_range2,
fallocate, preadv, pwritev, fanotify_mark): Likewise.
* linux/s390/syscallent.h (signal, mmap, lookup_dcookie, ipc): Likewise.
* linux/s390x/syscallent.h (signal, ipc): Likewise.
* linux/sh/syscallent.h (signal, ipc, munlockall, fstatfs64, vmsplice):
Likewise.
* linux/sh64/syscallent.h (signal, ipc, msgrcv, msgctl, shmat, shmdt,
shmctl, fstatfs64, vmsplice): Likewise.
* linux/sparc/syscallent.h (ptrace, dup, signal, ipc): Likewise.
* linux/sparc64/syscallent.h (ptrace, dup, signal, pread64, pwrite64,
readahead, lookup_dcookie, fadvise64, fadvise64_64, ipc,
sync_file_range, fallocate, preadv, pwritev, fanotify_mark): Likewise.
* linux/x32/syscallent.h (64:recvmsg): Likewise.
* linux/xtensa/syscallent.h (mremap, futex, reboot, init_module,
delete_module, request_key, getcpu, ioprio_set, ioprio_get, utimensat,
futimesat, fchmodat, faccessat): Likewise.
* NEWS: Mention this fix.
2016-02-13 00:57:00 +00:00
..
32 Set SYSCALL_NEVER_FAILS flag for getpid, getppid and gettid syscall 2015-12-29 01:15:20 +00:00
64 Set SYSCALL_NEVER_FAILS flag for getpid, getppid and gettid syscall 2015-12-29 01:15:20 +00:00
aarch64 Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
alpha Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
arc arc, metag, nios2, or1k, tile: fix build 2015-12-24 17:36:58 +00:00
arm Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
avr32 avr32: wire up missing syscalls 2016-02-13 00:57:00 +00:00
bfin Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
crisv10 Cleanup print_pc 2015-11-30 03:30:51 +00:00
crisv32 Cleanup print_pc 2015-11-30 03:30:51 +00:00
hppa Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
i386 Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
ia64 Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
m68k Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
metag Cleanup print_pc 2015-11-30 03:30:51 +00:00
microblaze Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
mips Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
nios2 alpha, ia64, mips, nios2, powerpc, sparc: always check for syscall error 2015-12-27 01:02:53 +00:00
or1k arc, metag, nios2, or1k, tile: fix build 2015-12-24 17:36:58 +00:00
powerpc Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
powerpc64 Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
s390 Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
s390x Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
sh Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
sh64 Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
sparc Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
sparc64 Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
tile arc, metag, nios2, or1k, tile: fix build 2015-12-24 17:36:58 +00:00
x32 Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
x86_64 Set SYSCALL_NEVER_FAILS flag for getpid, getppid and gettid syscall 2015-12-29 01:15:20 +00:00
xtensa Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00
arch_regs.h Move regs-related macros and declarations from defs.h to regs.h 2015-02-13 18:28:08 +00:00
arch_sigreturn.c Fix build on architectures for which arch_sigreturn is not implemented 2015-12-09 11:46:43 +00:00
asm_stat.h Add a wrapper around <asm/stat.h> 2015-12-04 15:03:12 +00:00
dummy_check.sh Remove stray sys_swapon() declaration 2012-02-28 16:39:44 +01:00
dummy.h mips o32: alias sys_syscall to printargs 2016-01-13 21:26:26 +00:00
errnoent.h Change errnoent.h files to use designated initializers 2015-02-23 13:29:17 +00:00
inet_diag.h Add -yy option: print ip and port associated with socket descriptors 2014-09-17 20:03:38 +00:00
mtd-abi.h Whitespace fix, no code changes 2013-02-14 13:39:53 +01:00
personality.h Use prepared editions of recently imported linux headers 2014-02-05 12:56:26 +00:00
ptp_clock.h Decode ptp ioctls 2014-02-04 00:03:08 +00:00
signalent.h Regenerated 2001-08-03 21:51:48 +00:00
sock_diag.h Add -yy option: print ip and port associated with socket descriptors 2014-09-17 20:03:38 +00:00
subcall.h Add copyright headers to some files which lack them 2015-12-17 17:56:48 +00:00
syscall.h Add unique syscall entry numbers (SENs) 2015-07-12 22:31:49 +00:00
ubi-user.h Use macros for gcc attributes 2015-03-30 00:33:06 +00:00
unix_diag.h Support unix domain sockets in -yy option 2014-12-25 01:00:48 +00:00
userent0.h process.c: split struct_user_offsets into architecture-specific include files 2014-12-11 19:25:02 +00:00
userent.h process.c: split struct_user_offsets into architecture-specific include files 2014-12-11 19:25:02 +00:00