CVS commit: [netbsd-10] src

2024-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb 27 05:27:39 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_RC5


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.206 -r1.1.2.207 src/doc/CHANGES-10.0
cvs rdiff -u -r1.7.6.5 -r1.7.6.6 src/external/gpl2/groff/tmac/mdoc.local
cvs rdiff -u -r1.722.2.5 -r1.722.2.6 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.206 src/doc/CHANGES-10.0:1.1.2.207
--- src/doc/CHANGES-10.0:1.1.2.206	Mon Feb 26 10:34:55 2024
+++ src/doc/CHANGES-10.0	Tue Feb 27 05:27:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.206 2024/02/26 10:34:55 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.207 2024/02/27 05:27:39 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -21251,3 +21251,8 @@ sys/arch/evbarm/conf/std.bcm53xx		1.22
 	extension for bcm53xx.
 	[skrll, ticket #611]
 
+external/gpl2/groff/tmac/mdoc.local		(manually edited)
+sys/sys/param.h (manually edited)
+
+	Welcome to 10.0_RC5
+

Index: src/external/gpl2/groff/tmac/mdoc.local
diff -u src/external/gpl2/groff/tmac/mdoc.local:1.7.6.5 src/external/gpl2/groff/tmac/mdoc.local:1.7.6.6
--- src/external/gpl2/groff/tmac/mdoc.local:1.7.6.5	Tue Feb  6 12:38:52 2024
+++ src/external/gpl2/groff/tmac/mdoc.local	Tue Feb 27 05:27:39 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.7.6.5 2024/02/06 12:38:52 martin Exp $
+.\" $NetBSD: mdoc.local,v 1.7.6.6 2024/02/27 05:27:39 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_RC4
+.ds doc-default-operating-system NetBSD\~10.0_RC5
 .\" 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.5 src/sys/sys/param.h:1.722.2.6
--- src/sys/sys/param.h:1.722.2.5	Tue Feb  6 12:38:53 2024
+++ src/sys/sys/param.h	Tue Feb 27 05:27:39 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.722.2.5 2024/02/06 12:38:53 martin Exp $	*/
+/*	$NetBSD: param.h,v 1.722.2.6 2024/02/27 05:27:39 martin Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	10	/* NetBSD 10.0_RC4 */
+#define	__NetBSD_Version__	10	/* NetBSD 10.0_RC5 */
 
 #define __NetBSD_Prereq__(M,m,p) (M) * 1) + \
 (m) * 100) + (p) * 100) <= __NetBSD_Version__)



CVS commit: [netbsd-10] src

2024-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb 27 05:27:39 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_RC5


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.206 -r1.1.2.207 src/doc/CHANGES-10.0
cvs rdiff -u -r1.7.6.5 -r1.7.6.6 src/external/gpl2/groff/tmac/mdoc.local
cvs rdiff -u -r1.722.2.5 -r1.722.2.6 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2024-02-26 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Tue Feb 27 02:14:23 UTC 2024

Modified Files:
src/share/man/man4: audio.4

Log Message:
audio.4: fix grammar and style in places

No change to technical content.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/share/man/man4/audio.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/audio.4
diff -u src/share/man/man4/audio.4:1.104 src/share/man/man4/audio.4:1.105
--- src/share/man/man4/audio.4:1.104	Wed Dec  9 05:48:56 2020
+++ src/share/man/man4/audio.4	Tue Feb 27 02:14:23 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: audio.4,v 1.104 2020/12/09 05:48:56 isaki Exp $
+.\"	$NetBSD: audio.4,v 1.105 2024/02/27 02:14:23 gutteridge Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -120,8 +120,8 @@ To achieve this, the audio driver has a 
 a channel mixer, and a frequency converter.
 The frequency conversion adapts the simplest way
 (interpolation method for upward, and simple thinning method for downward)
-due to restriction in kernel resources and processing time.
-It will work well in most case but don't expect excessive quality.
+due to restrictions in kernel resources and processing time.
+It will work well in most cases but don't expect excessive quality.
 .Pp
 The audio device is normally accessed with
 .Xr read 2
@@ -148,8 +148,8 @@ calls can be used.
 Note that
 .Xr mmap 2
 no longer maps hardware buffers directly.
-Now it is achieved by emulation so don't expect any improvements excessively
-rather than normal
+Now it is achieved by emulation, so don't expect significant improvements 
+over normal
 .Xr write 2 .
 For historical reasons, only encodings that are not set
 .Dv AUDIO_ENCODINGFLAG_EMULATED
@@ -201,9 +201,9 @@ typedef struct audio_device {
 .Ed
 .It Dv AUDIO_GETENC (audio_encoding_t)
 This command is used iteratively to fetch sample encoding names and
-format ids into the input/output audio_encoding_t argument.
-The encoding returned by the command is user accessible encoding and
-is not hardware supported encoding.
+format IDs into the input/output audio_encoding_t argument.
+The encoding returned by the command is the user-accessible encoding,
+not the hardware-supported encoding.
 .Bd -literal
 typedef struct audio_encoding {
 	int index;  /* input: nth encoding */
@@ -247,8 +247,7 @@ the device is capable of audio capture.
 .It Dv AUDIO_GETOOFFS (audio_offset_t)
 This command fetches the current offset in the input(output) buffer where
 the track mixer will be putting(getting) data.
-It mostly useful when the device
-buffer is available in user space via the
+It mostly useful when the device buffer is available in user space via the
 .Xr mmap 2
 call.
 The information is returned in the
@@ -266,7 +265,7 @@ typedef struct audio_offset {
 .It Dv AUDIO_SETINFO (audio_info_t)
 Get or set audio information as encoded in the audio_info structure.
 For historical reasons, the audio_info structure has three different
-layer's parameters: track, track mixer and hardware rich mixer.
+layer's parameters: track, track mixer, and hardware rich mixer.
 .Bd -literal
 typedef struct audio_info {
 	struct	audio_prinfo play;   /* info for play (output) side */
@@ -412,11 +411,11 @@ ranges from 1000Hz to 192000Hz,
 regardless of frequency (ranges) supported by underlying driver.
 .Va channels
 depends your underlying driver.
-If the underlying driver only supports monaural (1channel)
-or stereo (2channels), you can specify 1 or 2 regardless of
+If the underlying driver only supports monaural (1 channel)
+or stereo (2 channels), you can specify 1 or 2 regardless of
 number of channels supported by underlying driver.
 If the underlying driver supports three or more channels, you can specify
-the number of channels supported by the underlying driver or less.
+the number of channels supported by the underlying driver or fewer.
 .Pp
 The
 .Va gain ,
@@ -672,8 +671,8 @@ commands.
 The
 .Va type
 field identifies the type of this mixer control.
-Enumeration types are typically used for on/off style controls (e.g. a
-mute control) or for input/output device selection (e.g. select
+Enumeration types are typically used for on/off style controls (e.g., a
+mute control) or for input/output device selection (e.g., select
 recording input source from CD, line in, or microphone).
 Set types are similar to enumeration types but any combination
 of the mask bits can be used.
@@ -685,8 +684,7 @@ The
 .Pq arbitrary
 value set by the hardware driver may be determined by examining the
 .Va mixer_class
-field of the class itself,
-a mixer of type
+field of the class itself, a mixer of type
 .Dv AUDIO_MIXER_CLASS .
 For example, a mixer controlling the input gain on the line in circuit
 would have a
@@ -700,12 +698,11 @@ of
 .Dq line
 .Dv ( AudioNline ) .
 Mixer controls which control audio circuitry 

CVS commit: src/share/man/man4

2024-02-26 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Tue Feb 27 02:14:23 UTC 2024

Modified Files:
src/share/man/man4: audio.4

Log Message:
audio.4: fix grammar and style in places

No change to technical content.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/share/man/man4/audio.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2024-02-26 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Mon Feb 26 23:11:12 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
3RDPARTY: wpa_supplicant & hostapd released 2.10 a while back


To generate a diff of this commit:
cvs rdiff -u -r1.1991 -r1.1992 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1991 src/doc/3RDPARTY:1.1992
--- src/doc/3RDPARTY:1.1991	Sun Feb 25 15:33:51 2024
+++ src/doc/3RDPARTY	Mon Feb 26 23:11:12 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1991 2024/02/25 15:33:51 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1992 2024/02/26 23:11:12 gutteridge Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1451,17 +1451,17 @@ for now, late 2021, do it manually).
 
 Package:	wpa_supplicant/hostapd
 Version:	2.9
-Current Vers:	2.9
+Current Vers:	2.10
 Maintainer:	Jouni Malinen 
 Archive Site:	http://w1.fi/releases/
 Home Page:	http://w1.fi/wpa_supplicant/
-Date:		2021-02-28
+Date:		2024-02-26
 Mailing List:
 Responsible:	scw, dyoung, christos
 License:	BSD or GPLv2
 Location:	external/bsd/wpa/dist
 Notes:
-See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
+See src/external/bsd/wpa/NetBSD-upgrade for update instructions.
 
 Package:	zlib
 Version:	1.2.13



CVS commit: src/doc

2024-02-26 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Mon Feb 26 23:11:12 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
3RDPARTY: wpa_supplicant & hostapd released 2.10 a while back


To generate a diff of this commit:
cvs rdiff -u -r1.1991 -r1.1992 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/dkwedge

2024-02-26 Thread Charlotte Koch
Module Name:src
Committed By:   charlotte
Date:   Mon Feb 26 21:55:05 UTC 2024

Modified Files:
src/sys/dev/dkwedge: dkwedge_mbr.c

Log Message:
In case of trouble reading an MBR, make sure error field is set before 
reporting it


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/dkwedge/dkwedge_mbr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/dkwedge/dkwedge_mbr.c
diff -u src/sys/dev/dkwedge/dkwedge_mbr.c:1.12 src/sys/dev/dkwedge/dkwedge_mbr.c:1.13
--- src/sys/dev/dkwedge/dkwedge_mbr.c:1.12	Sat Apr 11 16:00:34 2020
+++ src/sys/dev/dkwedge/dkwedge_mbr.c	Mon Feb 26 21:55:05 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: dkwedge_mbr.c,v 1.12 2020/04/11 16:00:34 jdolecek Exp $	*/
+/*	$NetBSD: dkwedge_mbr.c,v 1.13 2024/02/26 21:55:05 charlotte Exp $	*/
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: dkwedge_mbr.c,v 1.12 2020/04/11 16:00:34 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dkwedge_mbr.c,v 1.13 2024/02/26 21:55:05 charlotte Exp $");
 
 #include 
 #include 
@@ -90,9 +90,9 @@ getparts(mbr_args_t *a, uint32_t off, ui
 
 	error = dkwedge_read(a->pdk, a->vp, off, a->bp->b_data, a->secsize);
 	if (error) {
+		a->error = error;
 		aprint_error("%s: unable to read MBR @ %u/%u, "
 		"error = %d\n", a->pdk->dk_name, off, a->secsize, a->error);
-		a->error = error;
 		return;
 	}
 



CVS commit: src/sys/dev/dkwedge

2024-02-26 Thread Charlotte Koch
Module Name:src
Committed By:   charlotte
Date:   Mon Feb 26 21:55:05 UTC 2024

Modified Files:
src/sys/dev/dkwedge: dkwedge_mbr.c

Log Message:
In case of trouble reading an MBR, make sure error field is set before 
reporting it


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/dkwedge/dkwedge_mbr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2024-02-26 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Feb 26 20:20:01 UTC 2024

Modified Files:
src/sys/arch/powerpc/include/booke: etsecreg.h
src/sys/dev/mii: makphyreg.h

Log Message:
s/Transmi /Transmit / in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/powerpc/include/booke/etsecreg.h
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/mii/makphyreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/powerpc/include/booke/etsecreg.h
diff -u src/sys/arch/powerpc/include/booke/etsecreg.h:1.10 src/sys/arch/powerpc/include/booke/etsecreg.h:1.11
--- src/sys/arch/powerpc/include/booke/etsecreg.h:1.10	Wed May 11 14:58:00 2022
+++ src/sys/arch/powerpc/include/booke/etsecreg.h	Mon Feb 26 20:20:01 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: etsecreg.h,v 1.10 2022/05/11 14:58:00 andvar Exp $	*/
+/*	$NetBSD: etsecreg.h,v 1.11 2024/02/26 20:20:01 andvar Exp $	*/
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -174,7 +174,7 @@ struct rxfcb {
 #define	DMACTRL_TBDSEN	__PPCBIT(25)	/* TxBD Data Snoop enable */
 #define	DMACTRL_GRS	__PPCBIT(27)	/* graceful receive stop */
 #define	DMACTRL_GTS	__PPCBIT(28)	/* graceful transmit stop */
-#define	DMACTRL_TOD	__PPCBIT(29)	/* Transmi On Demand for TxBD ring 0 */
+#define	DMACTRL_TOD	__PPCBIT(29)	/* Transmit On Demand for TxBD ring 0 */
 #define	DMACTRL_WWR	__PPCBIT(30)	/* Write With Response */
 #define	DMACTRL_WOP	__PPCBIT(31)	/* Wait or pool for TxBD ring 0 */
 #define	DMACTRL_DEFAULT	(DMACTRL_WOP|DMACTRL_WWR|DMACTRL_TDSEN|DMACTRL_TBDSEN)

Index: src/sys/dev/mii/makphyreg.h
diff -u src/sys/dev/mii/makphyreg.h:1.11 src/sys/dev/mii/makphyreg.h:1.12
--- src/sys/dev/mii/makphyreg.h:1.11	Mon Aug  3 07:25:59 2020
+++ src/sys/dev/mii/makphyreg.h	Mon Feb 26 20:20:01 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: makphyreg.h,v 1.11 2020/08/03 07:25:59 msaitoh Exp $	*/
+/*	$NetBSD: makphyreg.h,v 1.12 2024/02/26 20:20:01 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@
 
 /* 88E1112 page 2 */
 #define	MAKPHY_MSCR		0x10	/* MAC specific control register */
-#define	MSCR_TX_FIFODEPTH	0xc000	/* Transmi FIFO Depth */
+#define	MSCR_TX_FIFODEPTH	0xc000	/* Transmit FIFO Depth */
 #define	MSCR_RX_FIFODEPTH	0x3000	/* Receive FIFO Depth */
 #define	MSCR_AUTOPREF_MASK	0x0c00	/* Autoselect preferred media mask */
 #define	MSCR_AUTOPREF_NO	0x	/*  No preference */



CVS commit: src/sys

2024-02-26 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Feb 26 20:20:01 UTC 2024

Modified Files:
src/sys/arch/powerpc/include/booke: etsecreg.h
src/sys/dev/mii: makphyreg.h

Log Message:
s/Transmi /Transmit / in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/powerpc/include/booke/etsecreg.h
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/mii/makphyreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib

2024-02-26 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Feb 26 20:16:16 UTC 2024

Modified Files:
src/lib: Makefile

Log Message:
revert previous - it doesn't mean what i thought and some builds broke.


To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.298 src/lib/Makefile:1.299
--- src/lib/Makefile:1.298	Sun Feb 25 20:25:09 2024
+++ src/lib/Makefile	Mon Feb 26 20:16:16 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.298 2024/02/25 20:25:09 mrg Exp $
+#	$NetBSD: Makefile,v 1.299 2024/02/26 20:16:16 mrg Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include 
@@ -193,7 +193,7 @@ SUBDIR+=	.WAIT
 
 SUBDIR+=	libwrap
 
-.if (${MKGCC} != "no" && ${MKCXX} != "no" && ${MKLIBSTDCXX} != "no" && ${MKSANITIZER:Uno} == "yes")
+.if (${MKGCC} != "no" && ${MKCXX} != "no" && ${MKLIBSTDCXX} != "no")
 .for sanitizer in asan lsan ubsan
 .if exists(../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/lib${sanitizer})
 SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/lib${sanitizer}



CVS commit: src/lib

2024-02-26 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Feb 26 20:16:16 UTC 2024

Modified Files:
src/lib: Makefile

Log Message:
revert previous - it doesn't mean what i thought and some builds broke.


To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-10] src/doc

2024-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 26 10:34:55 UTC 2024

Modified Files:
src/doc [netbsd-10]: CHANGES-10.0

Log Message:
Amend tickets #313, #608 and #610 for additional changes


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.205 -r1.1.2.206 src/doc/CHANGES-10.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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.205 src/doc/CHANGES-10.0:1.1.2.206
--- src/doc/CHANGES-10.0:1.1.2.205	Mon Feb 26 08:36:25 2024
+++ src/doc/CHANGES-10.0	Mon Feb 26 10:34:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.205 2024/02/26 08:36:25 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.206 2024/02/26 10:34:55 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -3872,7 +3872,7 @@ external/mpl/bind/dist/bin/tests/system/
 external/mpl/bind/dist/bin/tests/system/wildcard/tests-wildcard.py delete
 external/mpl/bind/dist/doc/man/named-compilezone.1in delete
 external/mpl/bind/dist/lib/dns/tests/Krsa.+005+29235.key delete
-external/mpl/bind/bin/dnssec/dnssec-verify/Makefile up to 1.3
+external/mpl/bind/bin/dnssec/dnssec-verify/Makefile up to 1.3 (+patch)
 external/mpl/bind/dist/CHANGES  up to 1.1.1.15
 external/mpl/bind/dist/CONTRIBUTING up to 1.1.1.5
 external/mpl/bind/dist/CONTRIBUTING.md  up to 1.1.1.6
@@ -11127,7 +11127,7 @@ external/mit/lua/dist/src/lvm.c 
 external/mit/lua/dist/src/lvm.h up to 1.12
 external/mit/lua/dist/src/lzio.cup to 1.9
 external/mit/lua/dist/src/lzio.hup to 1.9
-external/mit/lua/lib/liblua/Makefileup to 1.13
+external/mit/lua/lib/liblua/Makefileup to 1.13 (+patch)
 external/mit/lua/lib/liblua/shlib_version   up to 1.4
 distrib/sets/lists/base/ad.aarch64		1.37
 distrib/sets/lists/base/mi			1.1315
@@ -16218,7 +16218,7 @@ external/bsd/unbound/dist/validator/vali
 external/bsd/unbound/include/config.h   up to 1.12
 external/bsd/unbound/lib/libunbound/Makefileup to 1.9
 external/bsd/unbound/lib/libunbound/shlib_version up to 1.6
-external/bsd/wpa/bin/hostapd/Makefile   up to 1.17
+external/bsd/wpa/bin/hostapd/Makefile   up to 1.17 (+patch)
 external/bsd/wpa/dist/src/eap_peer/eap_config.h up to 1.2
 external/bsd/wpa/dist/src/eap_peer/eap_peap.c   up to 1.2
 external/bsd/wpa/dist/src/eap_peer/eap_tls_common.c up to 1.2
@@ -16902,9 +16902,9 @@ external/mpl/dhcp/bind/lib/libisc/isc.ma
 external/mpl/dhcp/bind/lib/libisccfg/Makefile   up to 1.1
 external/mpl/dhcp/Makefile  up to 1.2
 external/mpl/dhcp/Makefile.inc  up to 1.13
-external/mpl/dhcp/bin/relay/Makefileup to 1.3
-external/mpl/dhcp/bin/server/Makefile   up to 1.10
-external/mpl/dhcp/lib/common/Makefile   up to 1.3
+external/mpl/dhcp/bin/relay/Makefileup to 1.3 (+patch)
+external/mpl/dhcp/bin/server/Makefile   up to 1.10 (+patch)
+external/mpl/dhcp/lib/common/Makefile   up to 1.3 (+patch)
 share/mk/bsd.prog.mk(apply patch)
 doc/3RDPARTY	(manually edited)
 



CVS commit: [netbsd-10] src/doc

2024-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 26 10:34:55 UTC 2024

Modified Files:
src/doc [netbsd-10]: CHANGES-10.0

Log Message:
Amend tickets #313, #608 and #610 for additional changes


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.205 -r1.1.2.206 src/doc/CHANGES-10.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-10] src/external

2024-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 26 10:31:27 UTC 2024

Modified Files:
src/external/bsd/wpa/bin/hostapd [netbsd-10]: Makefile
src/external/mit/lua/lib/liblua [netbsd-10]: Makefile
src/external/mpl/bind/bin/dnssec/dnssec-verify [netbsd-10]: Makefile
src/external/mpl/dhcp/bin/relay [netbsd-10]: Makefile
src/external/mpl/dhcp/bin/server [netbsd-10]: Makefile
src/external/mpl/dhcp/lib/common [netbsd-10]: Makefile

Log Message:
Apply a patch from mrg to fix build fallout from ticket #610:

external/bsd/wpa/bin/hostapd/Makefile   (apply patch)
external/mit/lua/lib/liblua/Makefile(apply patch)
external/mpl/bind/bin/dnssec/dnssec-verify/Makefile (apply patch)
external/mpl/dhcp/bin/relay/Makefile(apply patch)
external/mpl/dhcp/bin/server/Makefile   (apply patch)
external/mpl/dhcp/lib/common/Makefile   (apply patch)

Adapt compiler warning flags to the variable names used on this branch


To generate a diff of this commit:
cvs rdiff -u -r1.15.6.2 -r1.15.6.3 src/external/bsd/wpa/bin/hostapd/Makefile
cvs rdiff -u -r1.11.2.1 -r1.11.2.2 src/external/mit/lua/lib/liblua/Makefile
cvs rdiff -u -r1.2.8.1 -r1.2.8.2 \
src/external/mpl/bind/bin/dnssec/dnssec-verify/Makefile
cvs rdiff -u -r1.2.8.1 -r1.2.8.2 src/external/mpl/dhcp/bin/relay/Makefile
cvs rdiff -u -r1.7.6.1 -r1.7.6.2 src/external/mpl/dhcp/bin/server/Makefile
cvs rdiff -u -r1.2.8.1 -r1.2.8.2 src/external/mpl/dhcp/lib/common/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-10] src/external

2024-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 26 10:31:27 UTC 2024

Modified Files:
src/external/bsd/wpa/bin/hostapd [netbsd-10]: Makefile
src/external/mit/lua/lib/liblua [netbsd-10]: Makefile
src/external/mpl/bind/bin/dnssec/dnssec-verify [netbsd-10]: Makefile
src/external/mpl/dhcp/bin/relay [netbsd-10]: Makefile
src/external/mpl/dhcp/bin/server [netbsd-10]: Makefile
src/external/mpl/dhcp/lib/common [netbsd-10]: Makefile

Log Message:
Apply a patch from mrg to fix build fallout from ticket #610:

external/bsd/wpa/bin/hostapd/Makefile   (apply patch)
external/mit/lua/lib/liblua/Makefile(apply patch)
external/mpl/bind/bin/dnssec/dnssec-verify/Makefile (apply patch)
external/mpl/dhcp/bin/relay/Makefile(apply patch)
external/mpl/dhcp/bin/server/Makefile   (apply patch)
external/mpl/dhcp/lib/common/Makefile   (apply patch)

Adapt compiler warning flags to the variable names used on this branch


To generate a diff of this commit:
cvs rdiff -u -r1.15.6.2 -r1.15.6.3 src/external/bsd/wpa/bin/hostapd/Makefile
cvs rdiff -u -r1.11.2.1 -r1.11.2.2 src/external/mit/lua/lib/liblua/Makefile
cvs rdiff -u -r1.2.8.1 -r1.2.8.2 \
src/external/mpl/bind/bin/dnssec/dnssec-verify/Makefile
cvs rdiff -u -r1.2.8.1 -r1.2.8.2 src/external/mpl/dhcp/bin/relay/Makefile
cvs rdiff -u -r1.7.6.1 -r1.7.6.2 src/external/mpl/dhcp/bin/server/Makefile
cvs rdiff -u -r1.2.8.1 -r1.2.8.2 src/external/mpl/dhcp/lib/common/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/wpa/bin/hostapd/Makefile
diff -u src/external/bsd/wpa/bin/hostapd/Makefile:1.15.6.2 src/external/bsd/wpa/bin/hostapd/Makefile:1.15.6.3
--- src/external/bsd/wpa/bin/hostapd/Makefile:1.15.6.2	Sat Feb 24 13:06:54 2024
+++ src/external/bsd/wpa/bin/hostapd/Makefile	Mon Feb 26 10:31:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15.6.2 2024/02/24 13:06:54 martin Exp $
+# $NetBSD: Makefile,v 1.15.6.3 2024/02/26 10:31:26 martin Exp $
 
 .include "${.CURDIR}/../Makefile.inc"
 
@@ -246,7 +246,7 @@ SRCS+=  tls_none.c sha1-internal.c md5-i
 SRCS+= sha1-pbkdf2.c sha1.c md5.c
 .endif
 
-CWARNFLAGS.gcc+=	${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
+CWARNFLAGS.gcc+=	${GCC_NO_ADDRESS_OF_PACKED_MEMBER}
 COPTS.dpp.c+= -Wno-error=deprecated-declarations
 COPTS.crypto_openssl.c+= -Wno-error=deprecated-declarations
 COPTS.fips_prf_openssl.c+= -Wno-error=deprecated-declarations

Index: src/external/mit/lua/lib/liblua/Makefile
diff -u src/external/mit/lua/lib/liblua/Makefile:1.11.2.1 src/external/mit/lua/lib/liblua/Makefile:1.11.2.2
--- src/external/mit/lua/lib/liblua/Makefile:1.11.2.1	Fri Aug 11 16:22:07 2023
+++ src/external/mit/lua/lib/liblua/Makefile	Mon Feb 26 10:31:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11.2.1 2023/08/11 16:22:07 martin Exp $
+# $NetBSD: Makefile,v 1.11.2.2 2024/02/26 10:31:27 martin Exp $
 
 LIB=		lua
 LUA_CORE=	lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c \
@@ -16,7 +16,7 @@ INCSDIR=	/usr/include
 
 CPPFLAGS+=	-DLUA_USE_POSIX -DLUA_USE_DLOPEN
 CWARNFLAGS.clang+=	-Wno-empty-body -Wno-error=string-plus-int
-COPTS.lstring.c+=	${CC_WNO_STRINGOP_OVERFLOW}
+COPTS.lstring.c+=	${GCC_NO_STRINGOP_OVERFLOW}
 LINTFLAGS+=	-X 141		# integer overflow detected, op '<<'
 LINTFLAGS+=	-X 247		# pointer cast from 'pointer to struct
 # GCObject' to 'pointer to union GCUnion' may

Index: src/external/mpl/bind/bin/dnssec/dnssec-verify/Makefile
diff -u src/external/mpl/bind/bin/dnssec/dnssec-verify/Makefile:1.2.8.1 src/external/mpl/bind/bin/dnssec/dnssec-verify/Makefile:1.2.8.2
--- src/external/mpl/bind/bin/dnssec/dnssec-verify/Makefile:1.2.8.1	Fri Aug 11 13:42:58 2023
+++ src/external/mpl/bind/bin/dnssec/dnssec-verify/Makefile	Mon Feb 26 10:31:27 2024
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.2.8.1 2023/08/11 13:42:58 martin Exp $
+#	$NetBSD: Makefile,v 1.2.8.2 2024/02/26 10:31:27 martin Exp $
 
 BASE=	${.CURDIR:T}
 
 .include "${.CURDIR}/../Makefile.inc"
 
-COPTS.discover.c+=	${CC_WNO_STRINGOP_TRUNCATION}
+COPTS.discover.c+=	${GCC_NO_STRINGOP_TRUNCATION}
 
 .include 

Index: src/external/mpl/dhcp/bin/relay/Makefile
diff -u src/external/mpl/dhcp/bin/relay/Makefile:1.2.8.1 src/external/mpl/dhcp/bin/relay/Makefile:1.2.8.2
--- src/external/mpl/dhcp/bin/relay/Makefile:1.2.8.1	Sat Feb 24 13:06:55 2024
+++ src/external/mpl/dhcp/bin/relay/Makefile	Mon Feb 26 10:31:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2.8.1 2024/02/24 13:06:55 martin Exp $
+# $NetBSD: Makefile,v 1.2.8.2 2024/02/26 10:31:27 martin Exp $
 
 SRCS   = dhcrelay.c
 PROG   = dhcrelay
@@ -6,6 +6,6 @@ MAN= dhcrelay.8
 
 DHCPSRCDIR=	relay
 
-COPTS.dhcrelay.c+=	${CC_WNO_STRINGOP_TRUNCATION}
+COPTS.dhcrelay.c+=	${GCC_NO_STRINGOP_TRUNCATION}
 
 .include 

Index: src/external/mpl/dhcp/bin/server/Makefile

CVS commit: [netbsd-10] src/doc

2024-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 26 08:36:26 UTC 2024

Modified Files:
src/doc [netbsd-10]: CHANGES-10.0

Log Message:
Ammend ticket #610 for additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.204 -r1.1.2.205 src/doc/CHANGES-10.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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.204 src/doc/CHANGES-10.0:1.1.2.205
--- src/doc/CHANGES-10.0:1.1.2.204	Sun Feb 25 16:52:06 2024
+++ src/doc/CHANGES-10.0	Mon Feb 26 08:36:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.204 2024/02/25 16:52:06 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.205 2024/02/26 08:36:25 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -19454,7 +19454,7 @@ external/mpl/bind/include/irs/platform.h
 external/mpl/bind/include/isc/stdatomic.h   delete
 external/mpl/bind/include/isc/atomic.h  delete
 external/mpl/bind/include/isc/platform.hdelete
-external/mpl/bind/Makefile.inc  up to 1.13
+external/mpl/bind/Makefile.inc  up to 1.14
 external/mpl/bind/bin/check/Makefile.incup to 1.4
 external/mpl/bind/bin/check/named-checkzone/Makefile up to 1.2
 external/mpl/bind/bin/confgen/Makefile  up to 1.2



CVS commit: [netbsd-10] src/doc

2024-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 26 08:36:26 UTC 2024

Modified Files:
src/doc [netbsd-10]: CHANGES-10.0

Log Message:
Ammend ticket #610 for additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.204 -r1.1.2.205 src/doc/CHANGES-10.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-10] src/external/mpl/bind

2024-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 26 08:32:25 UTC 2024

Modified Files:
src/external/mpl/bind [netbsd-10]: Makefile.inc

Log Message:
Additionally pull up the following to fix the build for ticket #610

external/mpl/bind/Makefile.inc  1.14

libexecinfo needs libelf.


To generate a diff of this commit:
cvs rdiff -u -r1.12.2.1 -r1.12.2.2 src/external/mpl/bind/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-10] src/external/mpl/bind

2024-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 26 08:32:25 UTC 2024

Modified Files:
src/external/mpl/bind [netbsd-10]: Makefile.inc

Log Message:
Additionally pull up the following to fix the build for ticket #610

external/mpl/bind/Makefile.inc  1.14

libexecinfo needs libelf.


To generate a diff of this commit:
cvs rdiff -u -r1.12.2.1 -r1.12.2.2 src/external/mpl/bind/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mpl/bind/Makefile.inc
diff -u src/external/mpl/bind/Makefile.inc:1.12.2.1 src/external/mpl/bind/Makefile.inc:1.12.2.2
--- src/external/mpl/bind/Makefile.inc:1.12.2.1	Sun Feb 25 15:42:51 2024
+++ src/external/mpl/bind/Makefile.inc	Mon Feb 26 08:32:24 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.12.2.1 2024/02/25 15:42:51 martin Exp $
+#	$NetBSD: Makefile.inc,v 1.12.2.2 2024/02/26 08:32:24 martin Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
@@ -55,13 +55,13 @@ DBG=-g3 -gstabs
 LDADD+=		-lbind9_g -lisccfg_g -ldns_g -lns_g -lirs_g
 LDADD+=		-lisccc_g -lisc_g
 LDADD+=		-L${LIBUVOBJDIR} -luv_g
-LDADD+=		-lexecinfo_g -lkvm_g -lz_g
+LDADD+=		-lexecinfo_g -lelf_g -lkvm_g -lz_g
 .else
 LDADD+=		-lbind9 -lisccfg -ldns -lns -lirs
 DPADD+=		${LIBBIND9} ${LIBISCCFG} ${LIBDNS} ${LIBNS} ${LIBIRS}
 LDADD+=		-lisccc -lisc 
 LDADD+=		-L${LIBUVOBJDIR} -luv
-LDADD+=		-lexecinfo -lkvm -lz
+LDADD+=		-lexecinfo -lelf -lkvm -lz
 DPADD+=		${LIBISCCC} ${LIBISC}
 DPADD+=		${LIBUVOBJDIR}/libuv.a
 DPADD+=		${LIBEXECINFO} ${LIBKVM} ${LIBZ}