ef78250d79
* linux/syscallent.h: Fix pread/pwrite names to pread64/pwrite64. * defs.h (struct sysent): New member `native_scno'. (known_scno): Declare new function. * linux/syscallent.h: Add new final field to interesting syscalls. * syscall.c (known_scno): New function. (dumpio, internal_syscall, syscall_fixup, trace_syscall): Use it. * process.c (internal_fork, internal_exit): Likewise. [IA64] (ARG_STACKSIZE, ARG_PTID, ARG_CTID, ARG_TLS): Likewise. * strace.c (proc_open): Likewise. * util.c [LINUX] (setbpt): Likewise. * linux/syscall.h: Remove [!defined(X86_64)] from conditional for defining SYS_socket_subcall et al. * linux/syscallent.h: Likewise for #error check. * syscall.c (trace_syscall): Likewise for SYS_{socketcall,ipc} cases. Fixes RH#158934. |
||
---|---|---|
debian | ||
freebsd | ||
linux | ||
sunos4 | ||
svr4 | ||
test | ||
.cvsignore | ||
acinclude.m4 | ||
AUTHORS | ||
bjm.c | ||
ChangeLog | ||
config.guess | ||
config.sub | ||
configure.ac | ||
COPYRIGHT | ||
CREDITS | ||
defs.h | ||
desc.c | ||
errnoent.sh | ||
file.c | ||
INSTALL | ||
install-sh | ||
io.c | ||
ioctl.c | ||
ioctlsort.c | ||
ipc.c | ||
Makefile.am | ||
mem.c | ||
net.c | ||
NEWS | ||
PORTING | ||
proc.c | ||
process.c | ||
README | ||
README-CVS | ||
README-freebsd | ||
README-linux | ||
README-sunos4 | ||
README-svr4 | ||
resource.c | ||
signal.c | ||
signalent.sh | ||
sock.c | ||
strace-graph | ||
strace.1 | ||
strace.c | ||
strace.spec | ||
stream.c | ||
syscall.c | ||
syscallent.sh | ||
system.c | ||
term.c | ||
time.c | ||
TODO | ||
util.c | ||
xlate.el |
This is strace 4.0, a system call tracer for SunOS 4.x, Linux, System V release 4, Solaris 2.x and Irix 5.x. strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYRIGHT for details. Read the INSTALL file for generic instructions on how to install strace. If configure cannot guess your system configuration, you can specify it on the command line after the other options like this: ./configure --prefix=/usr i486-linux A single sunos4.1 binary should work on all the sun4, sun4c and sun4m kernel architectures. Let me know if sun4d doesn't work. Other i486-*-sysv4 systems may work with little or no tweaking. See the file NEWS for information on what has changed in recent versions. See the file PORTING if you like strace but it doesn't work on an operating system you use frequently. See the file CREDITS to see who has contributed to strace. See the file TODO if you feel like helping out. You can get the latest version of strace from its homepage at http://www.liacs.nl/~wichert/strace/ . Please send bug reports and enhancements to the strace mailinglist at strace-devel@lists.sourceforge.net, or directly to Wichert Akkerman <wakkerma@debian.org>