Module Name: src Committed By: martin Date: Tue Mar 12 10:19:02 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 RC6 To generate a diff of this commit: cvs rdiff -u -r1.1.2.211 -r1.1.2.212 src/doc/CHANGES-10.0 cvs rdiff -u -r1.7.6.6 -r1.7.6.7 src/external/gpl2/groff/tmac/mdoc.local cvs rdiff -u -r1.722.2.6 -r1.722.2.7 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.211 src/doc/CHANGES-10.0:1.1.2.212 --- src/doc/CHANGES-10.0:1.1.2.211 Tue Mar 12 10:14:28 2024 +++ src/doc/CHANGES-10.0 Tue Mar 12 10:19:02 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.211 2024/03/12 10:14:28 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.212 2024/03/12 10:19:02 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -21441,3 +21441,8 @@ usr.bin/kdump/kdump.c 1.141-1.144 Decode some {g,s}etsockopt*. [kre, ticket #635] +external/gpl2/groff/tmac/mdoc.local (manually edited) +sys/sys/param.h (manually edited) + + Welcome to 10.0_RC6 + Index: src/external/gpl2/groff/tmac/mdoc.local diff -u src/external/gpl2/groff/tmac/mdoc.local:1.7.6.6 src/external/gpl2/groff/tmac/mdoc.local:1.7.6.7 --- src/external/gpl2/groff/tmac/mdoc.local:1.7.6.6 Tue Feb 27 05:27:39 2024 +++ src/external/gpl2/groff/tmac/mdoc.local Tue Mar 12 10:19:02 2024 @@ -1,4 +1,4 @@ -.\" $NetBSD: mdoc.local,v 1.7.6.6 2024/02/27 05:27:39 martin Exp $ +.\" $NetBSD: mdoc.local,v 1.7.6.7 2024/03/12 10:19:02 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_RC5 +.ds doc-default-operating-system NetBSD\~10.0_RC6 .\" 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.6 src/sys/sys/param.h:1.722.2.7 --- src/sys/sys/param.h:1.722.2.6 Tue Feb 27 05:27:39 2024 +++ src/sys/sys/param.h Tue Mar 12 10:19:01 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.722.2.6 2024/02/27 05:27:39 martin Exp $ */ +/* $NetBSD: param.h,v 1.722.2.7 2024/03/12 10:19:01 martin Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -67,7 +67,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 1000000000 /* NetBSD 10.0_RC5 */ +#define __NetBSD_Version__ 1000000000 /* NetBSD 10.0_RC6 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)