Go to file
1999-07-09 23:48:58 +00:00
linux Bring Linux/powerpc up to date 1999-06-21 13:07:29 +00:00
sunos4 Initial revision 1999-02-19 00:21:36 +00:00
svr4 Various fixes, see ChangeLog for details 1999-06-11 13:18:40 +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 Merged in a bunch of patches that I got as reaction to the 3.99 release. 1999-05-09 00:29:58 +00:00
aclocal.m4 Initial revision 1999-02-19 00:21:36 +00:00
bjm.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
ChangeLog Remove hack in signal.c for arm architecture 1999-07-09 23:48:58 +00:00
config.guess Initial revision 1999-02-19 00:21:36 +00:00
config.sub Oops, lets update config.sub as well so we can compile on more alphas 1999-04-15 20:51:25 +00:00
configure.in Various fixes, see ChangeLog for details 1999-06-11 13:18:40 +00:00
COPYRIGHT Initial revision 1999-02-19 00:21:36 +00:00
CREDITS Add sparc patches from Jakub Jelinek 1999-06-03 14:21:07 +00:00
cvsbuild Add cvsbuild 1999-06-10 14:38:31 +00:00
defs.h Change number of personalities for Linux sparc to 2 1999-04-18 22:50:50 +00:00
desc.c Initial revision 1999-02-19 00:21:36 +00:00
errnoent.sh Initial revision 1999-02-19 00:21:36 +00:00
file.c Update patch from drow for file.c kernel types 1999-07-09 00:32:54 +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 Merged in a bunch of patches that I got as reaction to the 3.99 release. 1999-05-09 00:29:58 +00:00
ioctl.c Initial revision 1999-02-19 00:21:36 +00:00
ioctlsort.c Initial revision 1999-02-19 00:21:36 +00:00
ipc.c Initial revision 1999-02-19 00:21:36 +00:00
Makefile.in Initial revision 1999-02-19 00:21:36 +00:00
mem.c Linux/powerpc and SunOS fixes 1999-06-22 15:28:30 +00:00
net.c Only compile IPX-support in net.c for Linux 1999-05-11 15:06:44 +00:00
NEWS Update versionnumber to 4.0 1999-07-09 14:08:14 +00:00
PORTING Initial revision 1999-02-19 00:21:36 +00:00
proc.c Simply bugfixes, see patch to debian/changelog for details 1999-03-15 19:49:42 +00:00
process.c Various fixes, see ChangeLog for details 1999-06-11 13:18:40 +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 Initial revision 1999-02-19 00:21:36 +00:00
resource.c Initial revision 1999-02-19 00:21:36 +00:00
signal.c Remove hack in signal.c for arm architecture 1999-07-09 23:48:58 +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.1 Update versionnumber to 4.0 1999-07-09 14:08:14 +00:00
strace.c Remove stupid error in strace.c. Looks like I pasted something 1999-06-28 13:17:16 +00:00
stream.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
syscall.c Fix conditions for including sys/reg.h and linux/ptrace.h 1999-06-24 13:55:29 +00:00
syscallent.sh Initial revision 1999-02-19 00:21:36 +00:00
system.c Tell system.c not to include linux/fs.h 1999-07-09 18:56:34 +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 Initial revision 1999-02-19 00:21:36 +00:00
TODO Add patch from drow to get proper kernel types in file.c 1999-07-08 14:00:58 +00:00
util.c Linux/powerpc and SunOS fixes 1999-06-22 15:28:30 +00:00
version.c Update versionnumber to 4.0 1999-07-09 14:08:14 +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>