From: Roland McGrath Date: Wed, 1 Oct 2003 21:59:50 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~688 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7da3506ca6cf8c51727bf5856fdc0ae4bac6c3a;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 538a8b3f..ec753f1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11 @@ 2003-10-01 Roland McGrath + * process.c (internal_clone): Don't suspend parent when call requested + a specific PID that is not a traced child. + * signal.c [LINUX] (parse_sigset_t): Rewrite to process hex strings from right to left so we don't have to presume the size. - Fixes RH#105995. Reported by David Woodhouse . + Reported by David Woodhouse . 2003-09-25 Roland McGrath