Module Name: src
Committed By: martin
Date: Mon Jan 1 11:47:38 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 RC2
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.182 -r1.1.2.183 src/doc/CHANGES-10.0
cvs rdiff -u -r1.7.6.2 -r1.7.6.3 src/external/gpl2/groff/tmac/mdoc.local
cvs rdiff -u -r1.722.2.2 -r1.722.2.3 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.182 src/doc/CHANGES-10.0:1.1.2.183
--- src/doc/CHANGES-10.0:1.1.2.182 Sun Dec 31 12:48:55 2023
+++ src/doc/CHANGES-10.0 Mon Jan 1 11:47:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.182 2023/12/31 12:48:55 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.183 2024/01/01 11:47:38 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -15073,3 +15073,18 @@ etc/newsyslog.conf 1.25
newsyslog.conf: collate npflog0.pcap properly
[uwe, ticket #531]
+sys/conf/copyright 1.22
+
+ Update copyright notice for 2024.
+ [hgutch, ticket #532]
+
+external/gpl3/gcc/lib/liblto_plugin/Makefile 1.11
+
+ liblto_plugin: also link in libiberty's unlink-if-ordinary.c.
+ [mrg, ticket #533]
+
+external/gpl2/groff/tmac/mdoc.local (manually edited)
+sys/sys/param.h (manually edited)
+
+ Welcome to 10.0_RC2
+
Index: src/external/gpl2/groff/tmac/mdoc.local
diff -u src/external/gpl2/groff/tmac/mdoc.local:1.7.6.2 src/external/gpl2/groff/tmac/mdoc.local:1.7.6.3
--- src/external/gpl2/groff/tmac/mdoc.local:1.7.6.2 Sun Nov 5 18:30:08 2023
+++ src/external/gpl2/groff/tmac/mdoc.local Mon Jan 1 11:47:38 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.7.6.2 2023/11/05 18:30:08 martin Exp $
+.\" $NetBSD: mdoc.local,v 1.7.6.3 2024/01/01 11:47:38 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_RC1
+.ds doc-default-operating-system NetBSD\~10.0_RC2
.\" 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.2 src/sys/sys/param.h:1.722.2.3
--- src/sys/sys/param.h:1.722.2.2 Sun Nov 5 18:30:08 2023
+++ src/sys/sys/param.h Mon Jan 1 11:47:38 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.722.2.2 2023/11/05 18:30:08 martin Exp $ */
+/* $NetBSD: param.h,v 1.722.2.3 2024/01/01 11:47:38 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 1000000000 /* NetBSD 10.0_RC1 */
+#define __NetBSD_Version__ 1000000000 /* NetBSD 10.0_RC2 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)