Module Name: src
Committed By: sborrill
Date: Fri Nov 27 09:16:06 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1141
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.144 -r1.1.2.145 src/doc/CHANGES-5.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.1
diff -u src/doc/CHANGES-5.1:1.1.2.144 src/doc/CHANGES-5.1:1.1.2.145
--- src/doc/CHANGES-5.1:1.1.2.144 Fri Nov 27 09:00:06 2009
+++ src/doc/CHANGES-5.1 Fri Nov 27 09:16:06 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.144 2009/11/27 09:00:06 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.145 2009/11/27 09:16:06 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14878,3 +14878,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]
+