From: Roland McGrath Date: Wed, 14 Apr 2004 02:54:02 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=085bae16dbae1396ae29860c0ed1793d745580b7;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 925b7e29..f9f2973d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-04-13 Roland McGrath + * net.c (msg_flags): Grok MSG_FIX, MSG_SYN, MSG_RST, MSG_NOSIGNAL, + MSG_MORE. + From Ulrich Drepper . + Fixes RH#120541. + * process.c (printstatus): Mask out bits presented symbolically, and print "| 0xnnn" if the remaining bits are not all zero. Fixes Debian bug #240062. @@ -17,6 +22,7 @@ /proc/PID/task for all threads and attach them as presumed CLONE_THREAD children. * NEWS: Mention the feature. + Fixes RH#120462. 2004-03-02 Roland McGrath