Module Name: src
Committed By: riz
Date: Fri Oct 19 17:34:55 UTC 2012
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1
Log Message:
Tickets 577, 606.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-6.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-6.0.1
diff -u src/doc/CHANGES-6.0.1:1.1.2.1 src/doc/CHANGES-6.0.1:1.1.2.2
--- src/doc/CHANGES-6.0.1:1.1.2.1 Wed Oct 17 22:44:47 2012
+++ src/doc/CHANGES-6.0.1 Fri Oct 19 17:34:55 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.1 2012/10/17 22:44:47 riz Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.2 2012/10/19 17:34:55 riz Exp $
A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
release:
@@ -9,3 +9,13 @@ sys/sys/param.h patched by hand
Welcome to 6.0.0_PATCH.
[riz]
+lib/libc/cdb/cdbr.c 1.4
+
+ Don't refuse to open databases without entries or keys.
+ [joerg, ticket #577]
+
+sys/arch/x86/include/lock.h 1.26
+
+ Work around a possible gcc bug. Fixes PR#45673.
+ [apb, ticket #606]
+