From: Roland McGrath Date: Fri, 18 Jul 2008 00:25:14 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=812376ab1ffec3cda16ad7efed41aa9d07430012;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 44cfb886..13de488e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-07-03 Jan Kratochvil + + 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-01 Frederik Schüler * debian/changelog: List all bugs closed since the last release. @@ -8,7 +20,7 @@ * debian/compat: New file, set to compatibility level 5. * debian/rules: Call dh_clean on clean target. * debian/rules: Add dh_md5sums call. - Fixes Debian#439428 + Fixes Debian#439428. 2008-06-29 Dmitry V. Levin