Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/doc #255



details:   https://anonhg.NetBSD.org/src/rev/1df4e2fefd0e
branches:  netbsd-2-0
changeset: 560764:1df4e2fefd0e
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu May 06 05:34:35 2004 +0000

description:
#255

diffstat:

 doc/CHANGES-2.0 |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 1cac30fd76a7 -r 1df4e2fefd0e doc/CHANGES-2.0
--- a/doc/CHANGES-2.0   Thu May 06 05:34:18 2004 +0000
+++ b/doc/CHANGES-2.0   Thu May 06 05:34:35 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0,v 1.1.2.183 2004/05/06 05:33:31 jmc Exp $
+#      $NetBSD: CHANGES-2.0,v 1.1.2.184 2004/05/06 05:34:35 jmc Exp $
 
 A complete list of changes from the initial NetBSD 2.0 branch on 28 March 2004
 until 2.0 release:
@@ -1862,3 +1862,10 @@
 
        Compile TSC support code when __x86_64__ is defined.
        [toshii, ticket #254]
+
+lib/libpthread/pthread_cond.c                  1.15
+
+       In the nothread version, don't return EINTR if select() was interrupted
+       since this value is explicitly ruled out by POSIX.  Instead, return 0,
+       like a spurious wakeup. PR#24240.
+       [kleink, ticket #255]



Home | Main Index | Thread Index | Old Index