Go to file
Denys Vlasenko eedaac768d Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC.
By Mike Frysinger (vapier AT gentoo.org)
* desc.c: Add F_SETLEASE, F_GETLEASE, F_NOTIFY,
F_DUPFD_CLOEXEC to fcntlcmds[]. Create notifyflags[] array.
(sys_fcntl): Handle new flags.

Optimize printing of open modes.
* defs.h: Declare sprint_open_modes(),
remove unused parameter in tprint_open_modes().
* desc.c (sprint_open_modes): Move fuction definition from here...
* file.c (sprint_open_modes): To here.
(tprint_open_modes): Use sprint_open_modes(), it already
generates needed string.
* ipc.c: Remove unused parameter from calls
to tprint_open_modes().
2009-03-10 20:41:58 +00:00
debian trailing whitespace removal, no code changes 2009-01-02 13:03:44 +00:00
freebsd trailing whitespace removal, no code changes 2009-01-02 13:03:44 +00:00
linux AVR32 support by Hans-Christian Egtvedt 2009-02-27 20:32:52 +00:00
sunos4 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> 2005-07-05 03:25:35 +00:00
svr4 Fix build breakage from my previous commit. 2008-12-23 16:14:42 +00:00
test By Hans-Christian Egtvedt (hans-christian.egtvedt AT atmel.com): 2009-02-25 14:24:02 +00:00
.cvsignore 2007-07-05 Roland McGrath <roland@redhat.com> 2007-07-05 20:34:39 +00:00
.gitignore By Hans-Christian Egtvedt (hans-christian.egtvedt AT atmel.com): 2009-02-25 14:24:02 +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 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. 2009-03-10 20:41:58 +00:00
configure.ac AVR32 support by Hans-Christian Egtvedt 2009-02-27 20:32:52 +00:00
COPYRIGHT update copyright 2002-03-31 18:43:00 +00:00
count.c 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> 2008-04-19 14:12:49 +00:00
CREDITS 2007-11-20 Roland McGrath <roland@redhat.com> 2007-11-21 04:32:24 +00:00
defs.h Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. 2009-03-10 20:41:58 +00:00
desc.c Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. 2009-03-10 20:41:58 +00:00
errnoent.sh Initial revision 1999-02-19 00:21:36 +00:00
file.c Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. 2009-03-10 20:41:58 +00:00
HACKING-scripts HACKING-scripts: new doc file by Mike Frysinger 2009-02-23 07:56:01 +00:00
INSTALL Initial revision 1999-02-19 00:21:36 +00:00
io.c 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com> 2008-05-20 01:11:56 +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 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. 2009-03-10 20:41:58 +00:00
Makefile.am AVR32 support by Hans-Christian Egtvedt 2009-02-27 20:32:52 +00:00
mem.c By Michal Nowak <mnowak@redhat.com>: 2009-01-23 16:10:22 +00:00
net.c AVR32 support by Hans-Christian Egtvedt 2009-02-27 20:32:52 +00:00
NEWS Prepare for 4.5.18 release 2008-08-28 22:00:46 +00:00
PORTING Initial revision 1999-02-19 00:21:36 +00:00
proc.c AVR32 support by Hans-Christian Egtvedt 2009-02-27 20:32:52 +00:00
process.c AVR32 support by Hans-Christian Egtvedt 2009-02-27 20:32:52 +00:00
quota.c 2006-10-16 Dmitry V. Levin <ldv@altlinux.org> 2006-10-16 00:26:47 +00:00
README More cleanups from Mike Frysingler: 2009-02-23 08:07:45 +00:00
README-CVS 2002-12-22 Roland McGrath <roland@redhat.com> 2002-12-30 00:51:30 +00:00
README-freebsd trailing whitespace removal, no code changes 2009-01-02 13:03:44 +00:00
README-linux trailing whitespace removal, no code changes 2009-01-02 13:03:44 +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 * process.c (printwaitn): Add comment about wait4() pid expansion. 2009-01-26 19:09:35 +00:00
scsi.c 2007-03-29 Vladimir Nadvornik <nadvornik@suse.cz> 2007-06-30 11:37:09 +00:00
signal.c AVR32 support by Hans-Christian Egtvedt 2009-02-27 20:32:52 +00:00
signalent.sh 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> 2008-04-19 14:18:23 +00:00
sock.c Fixes for ptrace() argument parsing. 2009-01-13 18:30:55 +00:00
strace-graph trailing whitespace removal, no code changes 2009-01-02 13:03:44 +00:00
strace.1 2008-12-09 Roland McGrath <roland@redhat.com> 2008-12-10 06:09:29 +00:00
strace.c AVR32 support by Hans-Christian Egtvedt 2009-02-27 20:32:52 +00:00
strace.spec 2008-08-28 Roland McGrath <roland@redhat.com> 2008-08-28 23:26:21 +00:00
stream.c AVR32 support by Hans-Christian Egtvedt 2009-02-27 20:32:52 +00:00
syscall.c AVR32 support by Hans-Christian Egtvedt 2009-02-27 20:32:52 +00:00
syscallent.sh 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> 2008-04-19 14:18:23 +00:00
system.c 2008-11-09 Dmitry V. Levin <ldv@altlinux.org> 2008-11-11 00:21:09 +00:00
term.c 2008-07-18 Andreas Schwab <schwab@suse.de> 2008-07-22 00:21:43 +00:00
time.c 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> 2008-09-03 01:22:18 +00:00
TODO Merge iov fixes from Richard Kettlewell 2001-07-10 13:48:44 +00:00
util.c AVR32 support by Hans-Christian Egtvedt 2009-02-27 20:32:52 +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://sourceforge.net/projects/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>