From: Roland McGrath Date: Fri, 18 Jul 2008 02:16:52 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2a3092816429e1a603fe47c9ef30516ca7a04ba;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 84af2789..d6319e71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-07-17 Roland McGrath + * process.c (printwaitn): When current personality's wordsize is + smaller than native, sign-extend the PID argument from 32 bits. + * process.c (futexops): Update table. (sys_futex): Handle FUTEX_WAIT_BITSET correctly. From Ulrich Drepper . @@ -39,7 +42,7 @@ 2008-07-03 Jan Kratochvil - Trace even VFORK on -f on all the platforms. + Trace vfork under -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. @@ -63,7 +66,7 @@ 2008-06-30 Jan Kratochvil - Fix ia64 `-f' on CLONE2 formerly crashing the child. + Fix ia64 `-f' on clone2 formerly crashing the child. * util.c [IA64] (restore_arg0, restore_arg1): Define as empty. Fixes RH#453438.