c792698a99
with development kernels bjm.c: sys_query_module: check if malloc succeeds system.c: sys_cap[gs]et(): check if malloc succeeds, only malloc once linux/syscallent.h: updated for 2.3.99pre3 linux/alpha/syscallent.h: updated for 2.3.99pre3, add all osf syscalls even though Linux doesn't implement them syscall.c: add global variables for MIPS registers as well syscall.c: move global variables to before get_scno since that uses them util.c: oops, misspelled defined process.c: fix ptrace calls in change_syscall mem.c: decode sys_madvise Merge patch from Topi Miettinen <Topi.Miettinen@nic.fi> + add support for quotactl, fdatasync, mlock, mlockall, munlockall & acct + small fix for RLIMIT_* and RUSAGE_BOTH + enhace support for capget and capset
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
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@lists.wiggy.net, or to Wichert Akkerman
|
|
<wakkerma@debian.org>
|
|
|