Go to file
2001-08-03 21:53:26 +00:00
freebsd cope with FreeBSD compatability syscalls 2001-03-08 17:27:20 +00:00
linux Add copyright notice 2001-08-03 21:53:26 +00:00
sunos4 Add Linux MIPS support 1999-10-31 21:15:38 +00:00
svr4 Handle fork1/forkall on uw, handle rfork1,rforkall,rexecve and ssisys on uw non-stop-clusters 2001-04-18 15:11:51 +00:00
test add clone 2000-09-03 23:38:17 +00:00
.cvsignore Fixup isdigit calls 2000-02-18 15:36:12 +00:00
acconfig.h Check for endianness of long long 2001-03-28 08:05:27 +00:00
aclocal.m4 Check for endianness of long long 2001-03-28 08:05:27 +00:00
bjm.c README-linux: updated to note that strace might not compile 2000-04-10 22:22:31 +00:00
ChangeLog synchronize section for fcntl and use sys_fcntl for sys_fcntl as well 2001-08-03 12:27:54 +00:00
config.guess Update config.sub and config.guess 2001-07-02 16:53:25 +00:00
config.sub Update config.sub and config.guess 2001-07-02 16:53:25 +00:00
configure.in Support cross-compiling between architectures 2001-07-23 14:43:07 +00:00
COPYRIGHT README-linux: updated to note that strace might not compile 2000-04-10 22:22:31 +00:00
CREDITS Add Ganesan Rajagopal 2001-04-12 09:10:38 +00:00
cvsbuild Fix duplicate for sys_create_module 1999-11-01 19:53:31 +00:00
defs.h Merge iov fixes from Richard Kettlewell 2001-07-10 13:48:44 +00:00
desc.c Use configure to detect 64bit off_t and rlim_t 2001-03-08 13:59:00 +00:00
errnoent.sh Initial revision 1999-02-19 00:21:36 +00:00
file.c Add Linux/hppa port, patch from Richard Hirst 2001-03-27 12:17:16 +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 Merge iov fixes from Richard Kettlewell 2001-07-10 13:48:44 +00:00
ioctl.c Copyright update 2001-08-03 21:52:13 +00:00
ioctlsort.c Implement new way to get the ioctl list for Linux: instead of 2001-03-17 17:26:34 +00:00
ipc.c Add FreeBSD support 2000-09-01 21:03:06 +00:00
Makefile.in Use @bindir@ and @mandir@ 2001-02-16 20:14:40 +00:00
mem.c replace wimpy get64 by powerful LONG_LONG :-) 2001-03-08 14:40:06 +00:00
net.c Merge iov fixes from Richard Kettlewell 2001-07-10 13:48:44 +00:00
NEWS note we are working on 4.3.1 now 2001-04-07 21:47:30 +00:00
PORTING Initial revision 1999-02-19 00:21:36 +00:00
proc.c Add FreeBSD support 2000-09-01 21:03:06 +00:00
process.c seems Linux/IA64 changed register names on us, switch to using new names 2001-08-03 11:51:28 +00:00
README fix mailinglist address 2001-04-12 09:00:24 +00:00
README-CVS Update documentation somewhat 1999-06-28 13:16:03 +00:00
README-freebsd Add FreeBSD support 2000-09-01 21:09:08 +00:00
README-linux README-linux: updated to note that strace might not compile 2000-04-10 22:22:31 +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 Use configure to detect 64bit off_t and rlim_t 2001-03-08 13:59:00 +00:00
signal.c printcontext should pass sigmask addr to printsigmask 2001-05-15 15:09: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 set CLOEXEC flag for outputfile 2001-08-03 11:43:35 +00:00
stream.c add more configure tests for system headers 2001-04-10 10:32:26 +00:00
syscall.c Merge iov fixes from Richard Kettlewell 2001-07-10 13:48:44 +00:00
syscallent.sh Initial revision 1999-02-19 00:21:36 +00:00
system.c Handle fork1/forkall on uw, handle rfork1,rforkall,rexecve and ssisys on uw non-stop-clusters 2001-04-18 15:11:51 +00:00
term.c more FreeBSD updates 2000-09-03 23:57:48 +00:00
time.c FreeBSD updates, make things compile on Linux 2.2 kernels 2000-10-13 12:47:12 +00:00
TODO Merge iov fixes from Richard Kettlewell 2001-07-10 13:48:44 +00:00
util.c Merge iov fixes from Richard Kettlewell 2001-07-10 13:48:44 +00:00
version.c note we are working on 4.3.1 now 2001-04-07 21:47:30 +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.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>