Module Name: src
Committed By: riz
Date: Mon Dec 17 00:28:14 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 752-754
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.64 -r1.1.2.65 src/doc/CHANGES-6.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-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.64 src/doc/CHANGES-6.1:1.1.2.65
--- src/doc/CHANGES-6.1:1.1.2.64 Sun Dec 16 19:42:28 2012
+++ src/doc/CHANGES-6.1 Mon Dec 17 00:28:13 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.64 2012/12/16 19:42:28 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.65 2012/12/17 00:28:13 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -7874,3 +7874,19 @@ usr.sbin/npf/npfctl/npfctl.h 1.24
PR#47298.
[rmind, ticket #750]
+sys/dev/lockstat.c 1.16
+
+ Fix off by one error.
+ [msaitoh, ticket #752]
+
+sys/dev/raidframe/rf_driver.c 1.131
+
+ Fix off by one read.
+ [msaitoh, ticket #753]
+
+sys/external/isc/atheros_hal/dist/ah_eeprom_v14.c 1.6
+sys/external/isc/atheros_hal/dist/ah_eeprom_v4k.c 1.4
+
+ Fix off by one read error.
+ [msaitoh, ticket #754]
+