Module Name: src
Committed By: riz
Date: Mon Dec 17 18:49:09 UTC 2012
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1 LAST_MINUTE README.files
src/sys/sys [netbsd-6-0]: param.h
Log Message:
Welcome to 6.0.1!
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-6.0.1
cvs rdiff -u -r1.2.40.1 -r1.2.40.1.4.1 src/doc/LAST_MINUTE
cvs rdiff -u -r1.4.20.1 -r1.4.20.1.2.1 src/doc/README.files
cvs rdiff -u -r1.408.2.6.2.1 -r1.408.2.6.2.2 src/sys/sys/param.h
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.37 src/doc/CHANGES-6.0.1:1.1.2.38
--- src/doc/CHANGES-6.0.1:1.1.2.37 Mon Dec 17 00:33:00 2012
+++ src/doc/CHANGES-6.0.1 Mon Dec 17 18:49:08 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.37 2012/12/17 00:33:00 riz Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.38 2012/12/17 18:49:08 riz Exp $
A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
release:
@@ -292,3 +292,11 @@ sys/compat/netbsd32/netbsd32_fs.c 1.64
Fix inverted error check.
[matt, ticket #756]
+distrib/notes/common/main patched by hand
+doc/LAST_MINUTE patched by hand
+doc/README.files patched by hand
+sys/sys/param.h patched by hand
+
+ Welcome to 6.0.1!
+ [riz]
+
Index: src/doc/LAST_MINUTE
diff -u src/doc/LAST_MINUTE:1.2.40.1 src/doc/LAST_MINUTE:1.2.40.1.4.1
--- src/doc/LAST_MINUTE:1.2.40.1 Wed Feb 15 23:46:47 2012
+++ src/doc/LAST_MINUTE Mon Dec 17 18:49:09 2012
@@ -1,6 +1,6 @@
-# $NetBSD: LAST_MINUTE,v 1.2.40.1 2012/02/15 23:46:47 riz Exp $
+# $NetBSD: LAST_MINUTE,v 1.2.40.1.4.1 2012/12/17 18:49:09 riz Exp $
-This file contains important information on the NetBSD 6.0 release that
+This file contains important information on the NetBSD 6.0.1 release that
did not make it into the main documentation.
[all]
Index: src/doc/README.files
diff -u src/doc/README.files:1.4.20.1 src/doc/README.files:1.4.20.1.2.1
--- src/doc/README.files:1.4.20.1 Fri Sep 7 22:13:38 2012
+++ src/doc/README.files Mon Dec 17 18:49:09 2012
@@ -1,8 +1,13 @@
-# $NetBSD: README.files,v 1.4.20.1 2012/09/07 22:13:38 bouyer Exp $
+# $NetBSD: README.files,v 1.4.20.1.2.1 2012/12/17 18:49:09 riz Exp $
What's in this directory:
-CHANGES Changes between the XXX.XXX-1 and XXX.XXX releases.
+CHANGES-6.0.1 Changes between the 6.0 and 6.0.1 releases.
+
+CHANGES-6.0 Changes between the creation of the netbsd-6 branch and
+ the 6.0 release.
+
+CHANGES Changes between the 5.0 and 6.0 releases.
CHANGES.prev Changes in previous NetBSD releases.
Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.408.2.6.2.1 src/sys/sys/param.h:1.408.2.6.2.2
--- src/sys/sys/param.h:1.408.2.6.2.1 Wed Oct 17 22:44:46 2012
+++ src/sys/sys/param.h Mon Dec 17 18:49:08 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.408.2.6.2.1 2012/10/17 22:44:46 riz Exp $ */
+/* $NetBSD: param.h,v 1.408.2.6.2.2 2012/12/17 18:49:08 riz Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 600000000 /* NetBSD 6.0.0_PATCH */
+#define __NetBSD_Version__ 600000001 /* NetBSD 6.0.1 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)