Module Name: src
Committed By: martin
Date: Tue Feb 6 12:38:53 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
src/external/gpl2/groff/tmac [netbsd-10]: mdoc.local
src/sys/sys [netbsd-10]: param.h
Log Message:
Welcome to 10.0_RC4
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.194 -r1.1.2.195 src/doc/CHANGES-10.0
cvs rdiff -u -r1.7.6.4 -r1.7.6.5 src/external/gpl2/groff/tmac/mdoc.local
cvs rdiff -u -r1.722.2.4 -r1.722.2.5 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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.194 src/doc/CHANGES-10.0:1.1.2.195
--- src/doc/CHANGES-10.0:1.1.2.194 Tue Feb 6 12:37:08 2024
+++ src/doc/CHANGES-10.0 Tue Feb 6 12:38:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.194 2024/02/06 12:37:08 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.195 2024/02/06 12:38:53 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -15516,3 +15516,7 @@ sys/dev/pci/ppb.c 1.75
ppb(4): print out PCIe Gen5 link speed correctly
[rin, ticket #588]
+external/gpl2/groff/tmac/mdoc.local (manually edited)
+sys/sys/param.h (manually edited)
+
+ Welcome to 10.0_RC4
Index: src/external/gpl2/groff/tmac/mdoc.local
diff -u src/external/gpl2/groff/tmac/mdoc.local:1.7.6.4 src/external/gpl2/groff/tmac/mdoc.local:1.7.6.5
--- src/external/gpl2/groff/tmac/mdoc.local:1.7.6.4 Tue Jan 16 08:28:51 2024
+++ src/external/gpl2/groff/tmac/mdoc.local Tue Feb 6 12:38:52 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.7.6.4 2024/01/16 08:28:51 martin Exp $
+.\" $NetBSD: mdoc.local,v 1.7.6.5 2024/02/06 12:38:52 martin Exp $
.\"
.\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -46,7 +46,7 @@
.\" Default .Os value
.ds doc-operating-system NetBSD\~10.0_BETA
.\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~10.0_RC3
+.ds doc-default-operating-system NetBSD\~10.0_RC4
.\" Other known versions, not yet in groff distribution
.ds doc-operating-system-NetBSD-1.3.3 1.3.3
.ds doc-operating-system-NetBSD-1.6.3 1.6.3
Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.722.2.4 src/sys/sys/param.h:1.722.2.5
--- src/sys/sys/param.h:1.722.2.4 Tue Jan 16 08:28:51 2024
+++ src/sys/sys/param.h Tue Feb 6 12:38:53 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.722.2.4 2024/01/16 08:28:51 martin Exp $ */
+/* $NetBSD: param.h,v 1.722.2.5 2024/02/06 12:38:53 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 1000000000 /* NetBSD 10.0_RC3 */
+#define __NetBSD_Version__ 1000000000 /* NetBSD 10.0_RC4 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)