strace/linux
Dmitry V. Levin 2880a927a6 Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS
* linux/arch_defs_.h [!HAVE_ARCH_UID16_SYSCALLS]
(HAVE_ARCH_UID16_SYSCALLS): New macro.
* linux/aarch64/arch_defs_.h (HAVE_ARCH_UID16_SYSCALLS): New macro.
* linux/arm/arch_defs_.h: Likewise.
* linux/i386/arch_defs_.h: Likewise.
* linux/ia64/arch_defs_.h: Likewise.
* linux/m68k/arch_defs_.h: Likewise.
* linux/s390/arch_defs_.h: Likewise.
* linux/s390x/arch_defs_.h: Likewise.
* linux/sh/arch_defs_.h: Likewise.
* linux/sparc/arch_defs_.h: Likewise.
* linux/sparc64/arch_defs_.h: Likewise.
* linux/syscall.h: Likewise.
* linux/x32/arch_defs_.h: Likewise.
* linux/x86_64/arch_defs_.h: Likewise.
* linux/bfin/arch_defs_.h: New file.
* linux/microblaze/arch_defs_.h: Likewise.
* linux/riscv/arch_defs_.h: Likewise.
* linux/sh64/arch_defs_.h: Likewise.
* Makefile.am (EXTRA_DIST): Add them.
* defs.h (NEED_UID16_PARSERS): Remove.
* linux/syscall.h: Check for HAVE_ARCH_UID16_SYSCALLS instead of
NEED_UID16_PARSERS.
* uid.c: Likewise.
2018-01-21 01:46:04 +00:00
..
32 Enhance decoding of mq_* syscalls 2018-01-15 22:47:38 +00:00
64 Enhance decoding of mq_* syscalls 2018-01-15 22:47:38 +00:00
aarch64 Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
alpha Replace HAVE_GETRVAL2 with HAVE_ARCH_GETRVAL2 2018-01-21 01:46:04 +00:00
arc Move is_negated_errno() to new header negated_errno.h 2017-07-14 23:55:23 +00:00
arm Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
avr32 Enhance decoding of mq_* syscalls 2018-01-15 22:47:38 +00:00
bfin Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
crisv10 Enhance decoding of mq_* syscalls 2018-01-15 22:47:38 +00:00
crisv32 Introduce get_rt_sigframe_addr function 2017-03-13 15:22:50 +00:00
hppa Enhance decoding of mq_* syscalls 2018-01-15 22:47:38 +00:00
i386 Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
ia64 Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
m68k Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
metag Move is_negated_errno() to new header negated_errno.h 2017-07-14 23:55:23 +00:00
microblaze Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
mips Replace HAVE_GETRVAL2 with HAVE_ARCH_GETRVAL2 2018-01-21 01:46:04 +00:00
nios2 nios2: fix wrong access to "SP" register in user_pt_regs 2017-07-04 17:29:18 +00:00
or1k Move is_negated_errno() to new header negated_errno.h 2017-07-14 23:55:23 +00:00
powerpc Enhance decoding of mq_* syscalls 2018-01-15 22:47:38 +00:00
powerpc64 Enhance decoding of mq_* syscalls 2018-01-15 22:47:38 +00:00
riscv Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
s390 Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
s390x Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
sh Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
sh64 Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
sparc Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
sparc64 Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
tile Move is_negated_errno() to new header negated_errno.h 2017-07-14 23:55:23 +00:00
x32 Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
x86_64 Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
xtensa Enhance decoding of mq_* syscalls 2018-01-15 22:47:38 +00:00
arch_defs_.h Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
arch_kvm.c kvm: decode the argument of KVM_{SET, GET}_SREGS ioctl command 2017-12-04 18:29:38 +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 Move sigreturn parser to libstrace 2017-03-13 15:22:50 +00:00
asm_stat.h Include "kernel_types.h" in defs.h and tests/tests.h 2016-12-16 12:01:44 +00:00
dummy.h Add copyright headers 2017-05-22 17:33:51 +00:00
errnoent.h Change errnoent.h files to use designated initializers 2015-02-23 13:29:17 +00:00
getregs_old.h syscall.c: refactor getregs_old fallback in get_regs 2016-11-13 11:16:15 +00:00
inet_diag.h netlink: implement decoding of INET_DIAG_CLASS_ID attribute 2017-09-17 12:04:11 +00:00
netlink_diag.h netlink: decode AF_NETLINK netlink_diag_msg attributes 2017-07-01 00:05:39 +00:00
packet_diag.h netlink: decode AF_PACKET packet_diag_msg attributes 2017-07-09 00:21:02 +00:00
rt_sigframe.h Introduce struct_rt_sigframe type 2017-03-13 15:22:50 +00:00
signalent.h Regenerated 2001-08-03 21:51:48 +00:00
smc_diag.h netlink: decode AF_SMC smc_diag_msg attributes 2017-07-10 01:15:57 +00:00
sock_diag.h netlink: decode AF_INET inet_diag_msg attributes 2017-06-30 21:38:49 +00:00
subcall.h Add copyright headers 2017-05-22 17:33:51 +00:00
syscall.h Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS 2018-01-21 01:46:04 +00:00
unix_diag.h netlink: decode AF_UNIX unix_diag_msg attributes 2017-07-01 00:05:39 +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