Module Name: src
Committed By: bouyer
Date: Wed Jun 17 21:34:46 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.1
Log Message:
ticket 807
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-5.0.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.0.1
diff -u src/doc/CHANGES-5.0.1:1.1.2.23 src/doc/CHANGES-5.0.1:1.1.2.24
--- src/doc/CHANGES-5.0.1:1.1.2.23 Wed Jun 17 20:49:39 2009
+++ src/doc/CHANGES-5.0.1 Wed Jun 17 21:34:45 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.23 2009/06/17 20:49:39 bouyer Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.24 2009/06/17 21:34:45 bouyer Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
release:
@@ -436,3 +436,10 @@
Updates to f_flag need to be made with atomics.
[rmind, ticket #811]
+sys/kern/tty_pty.c 1.117
+
+ Writes on the controlling tty were not being awoken from blocks,
+ use the correct condvar to make this happen.
+ this fixes PR/41566
+ [plunky, ticket #807]
+