Go to file
1999-04-16 14:01:34 +00:00
linux Added support for old*stat syscalls for Linux 1999-04-16 00:21:26 +00:00
sunos4 Initial revision 1999-02-19 00:21:36 +00:00
svr4 Initial revision 1999-02-19 00:21:36 +00:00
test Initial revision 1999-02-19 00:21:36 +00:00
acconfig.h Initial revision 1999-02-19 00:21:36 +00:00
aclocal.m4 Initial revision 1999-02-19 00:21:36 +00:00
bjm.c Initial revision 1999-02-19 00:21:36 +00:00
ChangeLog Added support for old*stat syscalls for Linux 1999-04-16 00:21:26 +00:00
config.guess Initial revision 1999-02-19 00:21:36 +00:00
config.h.in 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 Update the ChangeLog and NEWS files to reflect new maintainer 1999-04-15 20:34:14 +00:00
configure.in Update the ChangeLog and NEWS files to reflect new maintainer 1999-04-15 20:34:14 +00:00
COPYRIGHT Initial revision 1999-02-19 00:21:36 +00:00
CREDITS Update the ChangeLog and NEWS files to reflect new maintainer 1999-04-15 20:34:14 +00:00
defs.h Add new function `signame', which returns name (SIGXXX) of numeric 1999-03-29 23:23:13 +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 Fix test for alpha so we get the osf_stat functions in file.c 1999-04-16 14: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 Initial revision 1999-02-19 00:21:36 +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 Added support for old*stat syscalls for Linux 1999-04-16 00:21:26 +00:00
net.c Avoid compiler warning. 1999-04-06 01:39:04 +00:00
NEWS Update the ChangeLog and NEWS files to reflect new maintainer 1999-04-15 20:34: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 Add new function `signame', which returns name (SIGXXX) of numeric 1999-03-29 23:23:13 +00:00
README Update the ChangeLog and NEWS files to reflect new maintainer 1999-04-15 20:34:14 +00:00
README-linux Initial revision 1999-02-19 00:21:36 +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 Realtime signals are named starting with 0. Fix `signame' to comply. 1999-04-06 01:24:15 +00:00
signalent.sh Initial revision 1999-02-19 00:21:36 +00:00
sock.c Initial revision 1999-02-19 00:21:36 +00:00
strace.1 Fix a couple of typos in the man page. 1999-03-31 05:59:04 +00:00
strace.c Add new function `signame', which returns name (SIGXXX) of numeric 1999-03-29 23:23:13 +00:00
stream.c Initial revision 1999-02-19 00:21:36 +00:00
syscall.c Add new function `signame', which returns name (SIGXXX) of numeric 1999-03-29 23:23:13 +00:00
syscallent.sh Initial revision 1999-02-19 00:21:36 +00:00
system.c Initial revision 1999-02-19 00:21:36 +00:00
term.c Initial revision 1999-02-19 00:21:36 +00:00
time.c Initial revision 1999-02-19 00:21:36 +00:00
TODO Initial revision 1999-02-19 00:21:36 +00:00
util.c sys/reg apparently only exists on i386 and m68k, so fix the test in 1999-03-17 00:42:25 +00:00
version.c Initial revision 1999-02-19 00:21:36 +00:00
xlate.el Initial revision 1999-02-19 00:21:36 +00:00

This is strace 3.1, 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

The following configurations are supposed to work (in porting order):

	sparc-sun-sunos4.1
	i486-linux
	sparc-sun-solaris2
	i486-ncr-sysv4
	i486-sun-solaris2
	m68k-linux
	mips-sgi-irix5
	alpha-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.

Please send bug reports and enhancements to Wichert Akkerman
<wakkerma@debian.org>