]> granicus.if.org Git - strace/commit
Add syscall entries for new linux syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 10 Mar 2012 15:04:16 +0000 (15:04 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 10 Mar 2012 15:04:16 +0000 (15:04 +0000)
commitd92029ef88a62ee8b4efec091ff76fe859a3fbbb
tree0e8c2c2c6a6168b0579a6f118e16ad53d859ce32
parent039521051e566420b48dc9f2e01691973ec39c02
Add syscall entries for new linux syscalls

* linux/i386/syscallent.h: Update process_vm_writev handler.
* linux/powerpc/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/alpha/syscallent.h: Add entries for accept4 and sendmmsg.
* linux/arm/syscallent.h: Add entries for process_vm_readv and
process_vm_writev.
* linux/m68k/syscallent.h: Likewise.
* linux/mips/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Add entries for process_vm_readv,
process_vm_writev and accept4.
* linux/microblaze/syscallent.h: Add entries for sendmmsg,
process_vm_readv and process_vm_writev.
14 files changed:
linux/alpha/syscallent.h
linux/arm/syscallent.h
linux/i386/syscallent.h
linux/ia64/syscallent.h
linux/m68k/syscallent.h
linux/microblaze/syscallent.h
linux/mips/syscallent.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h
linux/sparc/syscallent.h
linux/x86_64/syscallent.h