commit | aebfe832b832a865d0f78c33299c65e5caf22d01 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Aug 08 21:29:58 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Aug 08 23:27:08 2016 +0000 |
tree | 91db1ba91e745333e81ea43ccdebcb2b82d3f692 | |
parent | 90a65a4aaba530a76a16c2f47e2a5295b3dd13d5 [diff] |
sparc64: swap personality numbers Fix inconsistency between syscall and ioctl entries on sparc64. Make layout of personalities on sparc64 the same as on other architectures that support two personalities. * defs.h [SPARC64] (PERSONALITY0_WORDSIZE): Change to 8. [SPARC64] (PERSONALITY1_WORDSIZE): Change to 4. * linux/sparc64/get_scno.c (arch_get_scno): Swap personality numbers. * linux/sparc64/ioctls_arch1.h: Rename to ioctls_arch0.h. * linux/sparc64/ioctls_arch0.h: Rename to ioctls_arch1.h. * linux/sparc64/ioctls_inc0.h: Rename to ioctls_inc1.h. * linux/sparc64/ioctls_inc1.h: Rename to ioctls_inc0.h.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.