Module Name:    src
Committed By:   sborrill
Date:           Fri Nov 27 09:19:36 UTC 2009

Modified Files:
        src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1141


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-5.0.2

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.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.28 src/doc/CHANGES-5.0.2:1.1.2.29
--- src/doc/CHANGES-5.0.2:1.1.2.28	Fri Nov 27 09:04:12 2009
+++ src/doc/CHANGES-5.0.2	Fri Nov 27 09:19:36 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.28 2009/11/27 09:04:12 sborrill Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.29 2009/11/27 09:19:36 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -459,3 +459,10 @@
 	whole disk size, so newfs_msdos(8) will fail or create wrong fs.
 	[tsutsui, ticket #1163]
 
+sys/kern/tty_subr.c				1.38
+
+	Fix clrbits() so that it doesn't mask no bits out of the byte after
+	the range (when the last bit to be cleared is the msb of a byte).
+	Fixes PR/42312.
+	[dsl, ticket #1141]
+

Reply via email to