Go to file
1999-12-24 08:01:34 +00:00
linux Define table entries for sys_stat64, sys_lstat64, and sys_fstat64. 1999-12-24 08:00:37 +00:00
sunos4 Add Linux MIPS support 1999-10-31 21:15:38 +00:00
svr4 Merge patches from John Hughes 1999-11-26 09:54:08 +00:00
test Initial revision 1999-02-19 00:21:36 +00:00
.cvsignore Update versionnumber to 4.0 1999-07-09 14:08:14 +00:00
acconfig.h Add UnixWare support to configure 1999-11-29 15:34:02 +00:00
aclocal.m4 Add UnixWare support to configure 1999-11-29 15:34:02 +00:00
bjm.c Bunch of stuff 1999-12-23 14:20:14 +00:00
ChangeLog Begin work on supporting clone 1999-12-23 15:08:17 +00:00
config.guess Initial revision 1999-02-19 00:21:36 +00:00
config.sub Bunch of stuff 1999-12-23 14:20:14 +00:00
configure.in Bunch of stuff 1999-12-23 14:20:14 +00:00
COPYRIGHT Initial revision 1999-02-19 00:21:36 +00:00
CREDITS Bunch of stuff 1999-12-23 14:20:14 +00:00
cvsbuild Fix duplicate for sys_create_module 1999-11-01 19:53:31 +00:00
defs.h Begin work on supporting clone 1999-12-23 15:08:17 +00:00
desc.c Bunch of stuff 1999-12-23 14:20:14 +00:00
errnoent.sh Initial revision 1999-02-19 00:21:36 +00:00
file.c Implement sys_stat64, sys_fstat64, sys_lstat64, and printstat64. 1999-12-24 08:01:34 +00:00
INSTALL Initial revision 1999-02-19 00:21:36 +00:00
install-sh Initial revision 1999-02-19 00:21:36 +00:00
io.c Bunch of stuff 1999-12-23 14:20:14 +00:00
ioctl.c Bunch of stuff 1999-12-23 14:20:14 +00:00
ioctlsort.c Initial revision 1999-02-19 00:21:36 +00:00
ipc.c Bunch of stuff 1999-12-23 14:20:14 +00:00
Makefile.in Improve sys_query_module code 1999-11-28 01:56:12 +00:00
mem.c Bunch of stuff 1999-12-23 14:20:14 +00:00
net.c Bunch of stuff 1999-12-23 14:20:14 +00:00
NEWS Bunch of stuff 1999-12-23 14:20:14 +00:00
PORTING Initial revision 1999-02-19 00:21:36 +00:00
proc.c Add UnixWare support to configure 1999-11-29 15:34:02 +00:00
process.c (internal_clone): Fix a few typos and add definitions to make it at 1999-12-24 07:22:25 +00:00
README Update versionnumber to 4.0 1999-07-09 14:08:14 +00:00
README-CVS Update documentation somewhat 1999-06-28 13:16:03 +00:00
README-linux Update versionnumber to 4.0 1999-07-09 14:08:14 +00:00
README-sunos4 Initial revision 1999-02-19 00:21:36 +00:00
README-svr4 Add UnixWare support to configure 1999-11-29 15:34:02 +00:00
resource.c Bunch of stuff 1999-12-23 14:20:14 +00:00
signal.c Bunch of stuff 1999-12-23 14:20:14 +00:00
signalent.sh Initial revision 1999-02-19 00:21:36 +00:00
sock.c Merged in a bunch of patches that I got as reaction to the 3.99 release. 1999-05-09 00:29:58 +00:00
strace-graph Update strace-graph copyright to BSD 1999-08-30 23:26:53 +00:00
strace.1 Bunch of stuff 1999-12-23 14:20:14 +00:00
strace.c Bunch of stuff 1999-12-23 14:20:14 +00:00
stream.c Bunch of stuff 1999-12-23 14:20:14 +00:00
syscall.c Begin work on supporting clone 1999-12-23 15:08:17 +00:00
syscallent.sh Initial revision 1999-02-19 00:21:36 +00:00
system.c Bunch of stuff 1999-12-23 14:20:14 +00:00
term.c Merged in a bunch of patches that I got as reaction to the 3.99 release. 1999-05-09 00:29:58 +00:00
time.c Now it builds on alpha again... 1999-11-18 17:26:45 +00:00
TODO Catching up on my mail-backlog, see ChangeLog for details 1999-08-29 23:15:07 +00:00
util.c Begin work on supporting clone 1999-12-23 15:08:17 +00:00
version.c CVS branch test 1999-07-25 12:29:49 +00:00
xlate.el Initial revision 1999-02-19 00:21:36 +00:00

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.wi.leidenuniv.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>