]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 14 Apr 2004 02:54:02 +0000 (02:54 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 14 Apr 2004 02:54:02 +0000 (02:54 +0000)
ChangeLog

index 925b7e291df1070c693d4f3441153f6a6bd04828..f9f2973daa5eb951ea8d6117bd489ceb45719d80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-04-13  Roland McGrath  <roland@redhat.com>
 
+       * net.c (msg_flags): Grok MSG_FIX, MSG_SYN, MSG_RST, MSG_NOSIGNAL,
+       MSG_MORE.
+       From Ulrich Drepper <drepper@redhat.com>.
+       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  <roland@redhat.com>