Roland McGrath
a09353acc6
2008-12-09 Roland McGrath <roland@redhat.com>
...
* strace.1 (DIAGNOSTICS): New section, describe exit behavior.
2008-12-10 06:09:29 +00:00
Denys Vlasenko
28e81da91c
manpage: document new feature of propagating exit code/signal death status.
2008-12-09 14:15:56 +00:00
Jan Kratochvil
14256a7d26
2008-09-12 Tomas Pospisek <tpo@sourcepole.ch>
...
Jan Kratochvil <jan.kratochvil@redhat.com>
* strace.1 (DESCRIPTION): New description of unfinished system calls
and system calls restarting.
2008-09-12 08:44:30 +00:00
Roland McGrath
98a3ecfa99
2008-08-28 Roland McGrath <roland@redhat.com>
...
* strace.1 (BUGS): New section, mention SIGTRAP interference.
2008-08-28 23:41:57 +00:00
Roland McGrath
41c48227a8
2008-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
...
Trace even VFORK on -f on all the platforms.
* strace.1 <-f>: Describe Linux catches new children immediately.
<-F>: Make the option obsolete. Move the SunOS VFORK comment to the
`-f' option description.
* defs.h (followvfork): Declaration removed.
* strace.c (followvfork): Variable removed.
(main) <-F>: Merge with the `-f' option.
(trace): Make !FOLLOWVFORK unconditional.
* process.c (internal_fork): Make !FOLLOWVFORK unconditional.
2008-07-18 00:25:10 +00:00
Roland McGrath
cb9def6975
2006-04-25 Roland McGrath <roland@redhat.com>
...
* strace.c (main): Fail when -c is given with -ff.
* strace.1: Note their incompatibility.
Fixes RH#187847.
2006-04-25 07:48:03 +00:00
Roland McGrath
7f7f436b77
2005-08-08 Dmitry V. Levin <ldv@altlinux.org>
...
* strace.1: Update "SEE ALSO" links to reference to valid
manpages.
Patch from Michail Litvak <mci@owl.openwall.com>.
Fixes RH#165375.
2005-12-02 03:59:35 +00:00
Roland McGrath
2fe7b13b2f
2005-06-08 Dmitry V. Levin <ldv@altlinux.org>
...
Introduce "-e trace=desc".
* defs.h (TRACE_DESC): New flag.
* syscall.c: Define TD macro before include of syscallent files
and undefine it afterwards.
(lookup_class): Recognize "desc" keyword.
* strace.1: Document "-e trace=desc".
* freebsd/i386/syscallent.h: Mark those syscalls which take a
file descriptor as an argument or return a file descriptor with
TD flag.
* linux/alpha/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/mips/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/sparc64/syscallent2.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* sunos4/syscallent.h: Likewise.
* svr4/syscallent.h: Likewise.
Fixes RH#159400.
2005-07-05 03:25:35 +00:00
Roland McGrath
4de04aa70f
2004-08-31 Roland McGrath <roland@redhat.com>
...
* strace.1: Say that -c shows system CPU time, not real time.
Fixes Debian bug #254438 .
2004-08-31 07:47:47 +00:00
Roland McGrath
3766a56ee7
2004-01-13 Roland McGrath <roland@redhat.com>
...
* strace.1: Remove comment about vfork on Linux.
Fixes Debian bug #223390 .
2004-01-13 09:59:55 +00:00
Roland McGrath
0411b40c2f
2003-10-21 Roland McGrath <roland@redhat.com>
...
* strace.1: Fixed a few spelling errors.
2003-10-22 06:16:32 +00:00
Roland McGrath
4417fda9ba
2003-01-21 Roland McGrath <roland@redhat.com>
...
* strace.c (main): Grok new option `-E var=val' or `-E var' to put
var=val in environ or to remove var, respectively.
(usage): Mention it.
* strace.1, NEWS: Document it.
2003-01-24 04:31:20 +00:00
Roland McGrath
4a9b49a96f
2003-01-14 Roland McGrath <roland@redhat.com>
...
* strace.1: Update bug reporting info.
2003-01-14 23:40:55 +00:00
Wichert Akkerman
4dc8a2aec6
Bunch of stuff
1999-12-23 14:20:14 +00:00
Wichert Akkerman
8dc9a1a3c5
Update versionnumber to 4.0
1999-07-09 14:08:14 +00:00
Wichert Akkerman
8829a55dc2
Various fixes, see ChangeLog for details
1999-06-11 13:18:40 +00:00
Wichert Akkerman
f9d3dcbea2
Update maintainer name in manpage
1999-05-15 00:29:13 +00:00
Nate Sammons
b4aa1139eb
Fix a couple of typos in the man page.
1999-03-31 05:59:04 +00:00
Nate Sammons
ccd8f21626
Add capability for Linux to change a vfork call into plain fork, which
...
can be followed. (Requires a kernel patch for now.) Also document it.
1999-03-29 22:57:54 +00:00
Wichert Akkerman
76baf7c9f6
Initial revision
1999-02-19 00:21:36 +00:00