Module Name: src
Committed By: riz
Date: Fri Mar 2 16:49:13 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 66-68.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-6.0
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
diff -u src/doc/CHANGES-6.0:1.1.2.30 src/doc/CHANGES-6.0:1.1.2.31
--- src/doc/CHANGES-6.0:1.1.2.30 Fri Mar 2 16:35:50 2012
+++ src/doc/CHANGES-6.0 Fri Mar 2 16:49:13 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.30 2012/03/02 16:35:50 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.31 2012/03/02 16:49:13 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -644,3 +644,21 @@ sys/dev/scsipi/ssvar.h 1.19
Convert ss(4) to device_t.
[mbalmer, ticket #65]
+sys/arch/mips/mips/mips_fpu.c 1.8
+
+ Remove an incorrect KASSERT. PR#45930.
+ [skrll, ticket #66]
+
+lib/libquota/quota_oldfiles.c 1.9
+
+ Check if fstab file exists before trying to parse it.
+ [njoly, ticket #67]
+
+BUILDING 1.99
+build.sh 1.254
+doc/BUILDING.mdoc 1.88
+
+ Add sanity checks for live-image and install-image targets
+ to avoid unexpected makefs(8) error during image builds.
+ [tsutsui, ticket #68]
+