Go to file
Roland McGrath 6afc5659ac 2007-07-23 Ulrich Drepper <drepper@redhat.com>
* defs.h: Add new parameter to printtv_bitness prototype.
	(printttv): Pass zero for the new parameter.
	(printtv_special): New macro.
	* desc.c (decode_select): Pass zero for the new parameter of
	printtv_bitness.
	* file.c (utimensatflags): New macro.
	(sys_osf_utimes): Pass zero for the new parameter of
	printtv_bitness.
	(sys_utimes): Likewise.
	(sys_futimesat): Likewise.
	(decode_utimes): Add new parameter.  Pass it to the
	printtv_bitness calls.  Fix printing of time values.
	(sys_utimensat): New function.
	* time.c (UTIME_NOW, UTIME_OMIT): Define if not already
	happened.
	(printtv_bitness): Add new parameter.  Print special UTIME_*
	values as strings if set.
	(sys_osf_gettimeofday): Pass zero for the new parameter of
	printtv_bitness.
	(sys_osf_settimeofday): Likewise.
	* linux/syscall.h: Declare sys_utimensat.
	* linux/syscallent.h: Add utimensat entry.
	* linux/x86_64/syscallent.h: Likewise.
2007-07-24 01:57:11 +00:00
debian 2007-07-05 Roland McGrath <roland@redhat.com> 2007-07-05 20:55:07 +00:00
freebsd 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> 2005-07-05 03:25:35 +00:00
linux 2007-07-23 Ulrich Drepper <drepper@redhat.com> 2007-07-24 01:57:11 +00:00
sunos4 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> 2005-07-05 03:25:35 +00:00
svr4 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> 2005-07-05 03:25:35 +00:00
test 2007-07-05 Jan Kratochvil <jan.kratochvil@redhat.com> 2007-07-05 18:43:18 +00:00
.cvsignore 2007-07-05 Roland McGrath <roland@redhat.com> 2007-07-05 20:34:39 +00:00
acinclude.m4 2004-04-13 Roland McGrath <roland@redhat.com> 2004-04-14 02:45:53 +00:00
AUTHORS 2002-12-22 Roland McGrath <roland@redhat.com> 2002-12-30 00:51:30 +00:00
bjm.c 2005-07-22 James Lentini <jlentini@gmail.com> 2005-08-03 11:27:30 +00:00
ChangeLog . 2007-07-24 01:53:09 +00:00
config.guess 2005-02-01 Roland McGrath <roland@redhat.com> 2005-02-02 04:19:06 +00:00
config.sub 2005-02-01 Roland McGrath <roland@redhat.com> 2005-02-02 04:19:06 +00:00
configure.ac 2007-07-11 Roland McGrath <roland@redhat.com> 2007-07-11 07:11:20 +00:00
COPYRIGHT update copyright 2002-03-31 18:43:00 +00:00
count.c 2007-07-11 Roland McGrath <roland@redhat.com> 2007-07-11 09:04:23 +00:00
CREDITS Added missing ChangeLog by Heiko Carstens. 2002-10-09 09:16:22 +00:00
defs.h 2007-07-23 Ulrich Drepper <drepper@redhat.com> 2007-07-24 01:57:11 +00:00
desc.c 2007-07-23 Ulrich Drepper <drepper@redhat.com> 2007-07-24 01:57:11 +00:00
errnoent.sh Initial revision 1999-02-19 00:21:36 +00:00
file.c 2007-07-23 Ulrich Drepper <drepper@redhat.com> 2007-07-24 01:57:11 +00:00
INSTALL Initial revision 1999-02-19 00:21:36 +00:00
install-sh 2003-01-13 Roland McGrath <roland@redhat.com> 2003-01-14 07:58:14 +00:00
io.c 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> 2006-12-13 17:08:08 +00:00
ioctl.c 2007-03-29 Vladimir Nadvornik <nadvornik@suse.cz> 2007-06-30 11:37:09 +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 2007-01-11 Dmitry V. Levin <ldv@altlinux.org> 2007-01-11 23:19:55 +00:00
Makefile.am 2007-03-29 Vladimir Nadvornik <nadvornik@suse.cz> 2007-06-30 11:37:09 +00:00
mem.c 2007-07-23 Ulrich Drepper <drepper@redhat.com> 2007-07-24 01:52:58 +00:00
net.c 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> 2006-12-13 16:59:44 +00:00
NEWS log updates 2007-01-16 23:25:34 +00:00
PORTING Initial revision 1999-02-19 00:21:36 +00:00
proc.c 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> 2005-06-01 19:02:36 +00:00
process.c 2007-07-05 Roland McGrath <roland@frob.com> 2007-07-05 18:59:11 +00:00
quota.c 2006-10-16 Dmitry V. Levin <ldv@altlinux.org> 2006-10-16 00:26:47 +00:00
README fix mailinglist address 2001-04-12 09:00:24 +00:00
README-CVS 2002-12-22 Roland McGrath <roland@redhat.com> 2002-12-30 00:51:30 +00:00
README-freebsd Add FreeBSD support 2000-09-01 21:09:08 +00:00
README-linux Revert jhughes commits. 2004-02-20 02:22:35 +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 2006-10-16 Dmitry V. Levin <ldv@altlinux.org> 2006-10-16 00:26:47 +00:00
scsi.c 2007-03-29 Vladimir Nadvornik <nadvornik@suse.cz> 2007-06-30 11:37:09 +00:00
signal.c 2007-07-05 Roland McGrath <roland@redhat.com> 2007-07-05 20:16:42 +00:00
signalent.sh Initial revision 1999-02-19 00:21:36 +00:00
sock.c 2007-01-12 Dmitry V. Levin <ldv@altlinux.org> 2007-03-21 14:18:17 +00:00
strace-graph 2005-11-02 Michal Marek <mmarek@suse.cz> 2005-12-02 04:27:26 +00:00
strace.1 2006-04-25 Roland McGrath <roland@redhat.com> 2006-04-25 07:48:03 +00:00
strace.c 2007-07-11 Roland McGrath <roland@redhat.com> 2007-07-11 08:35:11 +00:00
strace.spec 2007-02-18 Roland McGrath <roland@redhat.com> 2007-02-18 22:56:37 +00:00
stream.c 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> 2006-12-13 16:59:44 +00:00
syscall.c 2006-12-21 Dmitry V. Levin <ldv@altlinux.org> 2006-12-21 21:15:04 +00:00
syscallent.sh 2003-02-26 Stuart Menefy <stuart.menefy@st.com> 2003-03-31 01:03:34 +00:00
system.c 2007-01-16 Dmitry V. Levin <ldv@altlinux.org> 2007-01-16 15:10:07 +00:00
term.c 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> 2005-06-01 19:02:36 +00:00
time.c 2007-07-23 Ulrich Drepper <drepper@redhat.com> 2007-07-24 01:57:11 +00:00
TODO Merge iov fixes from Richard Kettlewell 2001-07-10 13:48:44 +00:00
util.c 2007-07-23 Roland McGrath <roland@redhat.com> 2007-07-24 01:38:22 +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>