CVS commit: src/doc

2024-04-25 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Apr 25 17:22:49 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
CHANGES: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.3050 -r1.3051 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3050 src/doc/CHANGES:1.3051
--- src/doc/CHANGES:1.3050	Wed Apr 24 15:41:41 2024
+++ src/doc/CHANGES	Thu Apr 25 17:22:48 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3050 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3051 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -137,7 +137,7 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		[gutteridge 20230630]
 	tetris(6): Support the informal standard of allowing setting NO_COLOR
 		in the environment to disable the use of color. [nia 20230701]
-	lint(1): Initial support for C23. [rilling 20230702]
+	lint(1): Initial support for C23. [rillig 20230702]
 	heartbeat(9): New mechanism to check progress of kernel.  This uses
 		hard interrupts to check progress of low-priority soft
 		interrupts, and one CPU to check progress of another CPU.
@@ -230,7 +230,7 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	kernel: Replace various usage of extent(9) with vmem(9).
 		[thorpej 20231201]
 	indent(1): Use line number of the token start in diagnostics
-		[rilling 20231203]
+		[rillig 20231203]
 	vmem(9): Add the notion of "private boundary tags", allowing vmem
 		to be used VERY early in boot. [thorpej 20231203]
 	kernel: Modularize compat90. [pgoyette 20231209]
@@ -314,7 +314,7 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		be matched by ugen(4) and accessed through libusb.
 		[thorpej 20240326]
 	moused(8): Remove undocumented and unused option 'C'.
-		[rilling 20240329]
+		[rillig 20240329]
 	ugen(4): Add a "ugen-unit" device property which devpubd(8) scripts
 		can query to determine which /dev/ugenN.xx nodes a given ugen
 		or ugenif device is using.  [thorpej 20240329]



CVS commit: src/doc

2024-04-25 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Apr 25 17:22:49 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
CHANGES: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.3050 -r1.3051 src/doc/CHANGES

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



CVS commit: src/doc

2024-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr 24 15:41:42 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
recent changes


To generate a diff of this commit:
cvs rdiff -u -r1.3049 -r1.3050 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3049 src/doc/CHANGES:1.3050
--- src/doc/CHANGES:1.3049	Wed Apr 10 14:24:31 2024
+++ src/doc/CHANGES	Wed Apr 24 15:41:41 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3049 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3050 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -336,3 +336,15 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	sysinst(8): Split compatibility libraries into separate sets,
 		base32 and debug32. Split HTML man pages into new manhtml
 		set.  [nia 20240410]
+	amd64: Support EFI as well as BIOS boot in the "live" USB image.
+		This is not the regular installation image, which already
+		supports EFI.  [maya 20240413]
+	uftdi(4): Add support for a range of "Brainboxes" USB serial
+		adapters, from Cameron Williams.  [maya 20240417]
+	x86: Enable ACPI Platform Error Interface support in the GENERIC
+		kernels.  [riastradh 20240421]
+	mips64el, mips64eb: Create "base64" and "debug64" sets that contain
+		the N64 libraries.  [nia 20240422]
+	x86, sparc64: Create "DVD" ISOs that contain all the sets excluded
+		from the normal ISOs for size reasons - also useful on
+		virtual machines.  [nia 20240424]



CVS commit: src/doc

2024-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr 24 15:41:42 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
recent changes


To generate a diff of this commit:
cvs rdiff -u -r1.3049 -r1.3050 src/doc/CHANGES

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



CVS commit: src/doc

2024-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr 24 06:44:18 UTC 2024

Modified Files:
src/doc: TODO.smpnet

Log Message:
ena(4) became MPSAFe last year


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/doc/TODO.smpnet

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

Modified files:

Index: src/doc/TODO.smpnet
diff -u src/doc/TODO.smpnet:1.47 src/doc/TODO.smpnet:1.48
--- src/doc/TODO.smpnet:1.47	Sun Aug 14 10:13:06 2022
+++ src/doc/TODO.smpnet	Wed Apr 24 06:44:18 2024
@@ -1,4 +1,4 @@
-$NetBSD: TODO.smpnet,v 1.47 2022/08/14 10:13:06 nia Exp $
+$NetBSD: TODO.smpnet,v 1.48 2024/04/24 06:44:18 nia Exp $
 
 MP-safe components
 ==
@@ -10,6 +10,7 @@ kernel option.  Some components scale up
- aq(4)
- bcmgenet(4)
- bge(4)
+   - ena(4)
- iavf(4)
- ixg(4)
- ixl(4)



CVS commit: src/doc

2024-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr 24 06:44:18 UTC 2024

Modified Files:
src/doc: TODO.smpnet

Log Message:
ena(4) became MPSAFe last year


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/doc/TODO.smpnet

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



CVS commit: src/doc

2024-04-10 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Thu Apr 11 02:08:17 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
doc/3RDPARTY: Tidy up am-utils entry.

Add vendor branch and release branch pattern.


To generate a diff of this commit:
cvs rdiff -u -r1.2002 -r1.2003 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.2002 src/doc/3RDPARTY:1.2003
--- src/doc/3RDPARTY:1.2002	Tue Apr  9 17:06:12 2024
+++ src/doc/3RDPARTY	Thu Apr 11 02:08:17 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.2002 2024/04/09 17:06:12 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.2003 2024/04/11 02:08:17 riastradh Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -56,16 +56,18 @@ You want the unix2 (dual-licensed) tar f
 Please read src/sys/dev/acpi/acpica/README before any modification.
 
 Package:	am-utils [amd]
-Version:	6.2
-Current Vers:	6.2
+Version:	6.2 (20140117)
+Current Vers:	6.2 (20140117)
 Maintainer:	Erez Zadok 
 Archive Site:	ftp://ftp.am-utils.org/pub/am-utils/
-Home Page:	http://www.am-utils.org/
+Home Page:	https://www.am-utils.org/
 Date:		2020-06-13
 Mailing List:	am-utils
 Responsible:	christos
 License:	BSD (4-clause)
 Location:	external/bsd/am-utils/dist
+Vendor tag:	ezk
+Release tag:	am-utils-x-y-MMDD
 Notes:
 Amd2netbsd script to convert to BSD make system and remove unneeded files.
 Fix symbolic links before import.



CVS commit: src/doc

2024-04-10 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Thu Apr 11 02:08:17 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
doc/3RDPARTY: Tidy up am-utils entry.

Add vendor branch and release branch pattern.


To generate a diff of this commit:
cvs rdiff -u -r1.2002 -r1.2003 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/doc

2024-04-10 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr 10 14:24:31 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
Changes since the end of March


To generate a diff of this commit:
cvs rdiff -u -r1.3048 -r1.3049 src/doc/CHANGES

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



CVS commit: src/doc

2024-04-10 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr 10 14:24:31 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
Changes since the end of March


To generate a diff of this commit:
cvs rdiff -u -r1.3048 -r1.3049 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3048 src/doc/CHANGES:1.3049
--- src/doc/CHANGES:1.3048	Thu Mar 28 16:17:50 2024
+++ src/doc/CHANGES	Wed Apr 10 14:24:31 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3048 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3049 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -313,3 +313,26 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		selectively reject individual interfaces, allowing them to
 		be matched by ugen(4) and accessed through libusb.
 		[thorpej 20240326]
+	moused(8): Remove undocumented and unused option 'C'.
+		[rilling 20240329]
+	ugen(4): Add a "ugen-unit" device property which devpubd(8) scripts
+		can query to determine which /dev/ugenN.xx nodes a given ugen
+		or ugenif device is using.  [thorpej 20240329]
+	libc: Limit writes to stdio FILE handles via fvwrite to INT_MAX
+		rather than BUFSIZE. Improves performance dramatically.
+		From enh via Apple libc.  [christos 20240329]
+	evbarm: Add interrupt support to the Texas Instruments gpio(4) driver
+		used on the Beaglebone Black.  [jakllsch 20240401]
+	dk(4): Add support for discovering Atari TOS partitions as wedges.
+		[charlotte 20240402]
+	rumpuser(3): New RUMP_STDOUT, RUMP_STDERR environment variables.
+		[riastradh 20240404]
+	config(1): Improve determinism for reproducible builds.
+		[riastradh 20240405]
+	qemufwcfg(4): Add RISC-V support.  [skrll 20240406]
+	vax: Switch vax to X.Org server version 120.  [tsutsui 20240407]
+	evbmips: Following evbarm, document kernel configurations in
+		sys/arch/evbmips/conf/README.evbmips. [andvar 20240407]
+	sysinst(8): Split compatibility libraries into separate sets,
+		base32 and debug32. Split HTML man pages into new manhtml
+		set.  [nia 20240410]



CVS commit: src/doc

2024-04-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Apr  9 17:06:12 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
doc: openssl 3.3.0 out


To generate a diff of this commit:
cvs rdiff -u -r1.2001 -r1.2002 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.2001 src/doc/3RDPARTY:1.2002
--- src/doc/3RDPARTY:1.2001	Sun Mar 31 00:06:23 2024
+++ src/doc/3RDPARTY	Tue Apr  9 17:06:12 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.2001 2024/03/31 00:06:23 riastradh Exp $
+#	$NetBSD: 3RDPARTY,v 1.2002 2024/04/09 17:06:12 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1122,7 +1122,7 @@ markus is very cooperative about it):
 
 Package:	OpenSSL
 Version:	1.0.2o/1.1.1t/3.0.12
-Current Vers:	1.0.2zd/1.1.1u/3.0.12/3.1.4
+Current Vers:	1.0.2zd/1.1.1u/3.0.12/3.3.0
 Maintainer:	The OpenSSL Project
 Archive Site:	ftp://ftp.openssl.org/source/
 Home Page:	http://www.openssl.org/



CVS commit: src/doc

2024-04-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Apr  9 17:06:12 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
doc: openssl 3.3.0 out


To generate a diff of this commit:
cvs rdiff -u -r1.2001 -r1.2002 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/doc

2024-04-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr  4 23:53:05 UTC 2024

Modified Files:
src/doc: HACKS

Log Message:
mention gallium.old hack


To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 src/doc/HACKS

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



CVS commit: src/doc

2024-04-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr  4 23:53:05 UTC 2024

Modified Files:
src/doc: HACKS

Log Message:
mention gallium.old hack


To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 src/doc/HACKS

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

Modified files:

Index: src/doc/HACKS
diff -u src/doc/HACKS:1.241 src/doc/HACKS:1.242
--- src/doc/HACKS:1.241	Fri Jan 12 03:44:42 2024
+++ src/doc/HACKS	Thu Apr  4 19:53:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.241 2024/01/12 08:44:42 martin Exp $
+# $NetBSD: HACKS,v 1.242 2024/04/04 23:53:05 christos Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -1115,3 +1115,12 @@ descr
 	   56 | __asm("movq %%gs:%1, %0" :
 	and can't easily be worked around.
 kcah
+
+hack	ctfconvert/gcc: disable gcc dwarf-4 generation
+cdate	Thu Apr  4 19:51:05 EDT 2024
+who	christos
+file	src/external/mit/xorg/lib/gallium.old/Makefile : 1.9
+descr
+	Some files create dwarf info that our ctfmerge can't handle.
+	We downgrade dwarf generation to version 3 which works.
+kcah



CVS commit: src/doc

2024-03-30 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Mar 31 00:06:24 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
docs/3RDPARTY: Record vendor and release tags for elftoolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.2000 -r1.2001 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.2000 src/doc/3RDPARTY:1.2001
--- src/doc/3RDPARTY:1.2000	Fri Mar 15 15:49:01 2024
+++ src/doc/3RDPARTY	Sun Mar 31 00:06:23 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.2000 2024/03/15 15:49:01 riastradh Exp $
+#	$NetBSD: 3RDPARTY,v 1.2001 2024/03/31 00:06:23 riastradh Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1648,6 +1648,8 @@ Mailing List:	none
 Responsible:	christos
 License:	BSD-like (2-clause)
 Location:	sys/external/bsd/elftoolchain/dist
+Vendor tag:	FreeBSD
+Release tag:	elftoolchain-rN
 Notes:
 		See README we use the svn id as the tag.
 



CVS commit: src/doc

2024-03-30 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Mar 31 00:06:24 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
docs/3RDPARTY: Record vendor and release tags for elftoolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.2000 -r1.2001 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/doc

2024-03-28 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Mar 28 16:17:50 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
Fix a few typos


To generate a diff of this commit:
cvs rdiff -u -r1.3047 -r1.3048 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3047 src/doc/CHANGES:1.3048
--- src/doc/CHANGES:1.3047	Thu Mar 28 07:59:20 2024
+++ src/doc/CHANGES	Thu Mar 28 16:17:50 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3047 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3048 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -294,12 +294,12 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		test suite. [mrg 20240304]
 	alpha: Add a bus space implementation for the Gbus, the general
 		8-bit bus present on Laser / TurboLaser CPU modules.
-		[thorepj 2024036]
+		[thorpej 20240306]
 	lint(1): Detect more types of integer overflow. [rillig 20240310]
 	lint(1): Add extra details to the message about integer overflow.
 		[rillig 20240310]
 	mac68k: Add ascaudio(4) ASC audio driver. [nat 20240313]
-	x86: Inlcude the cgdroot.fs and zfsroot.fs ramdisks in the release
+	x86: Include the cgdroot.fs and zfsroot.fs ramdisks in the release
 		files. [riastradh 20240320]
 	apei(4): New driver for ACPI Platform Error Interfaces.
 		[riastradh 20240320]



CVS commit: src/doc

2024-03-28 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Mar 28 16:17:50 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
Fix a few typos


To generate a diff of this commit:
cvs rdiff -u -r1.3047 -r1.3048 src/doc/CHANGES

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



CVS commit: src/doc

2024-03-28 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Mar 28 07:59:21 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
spell uftdi(4) properly.


To generate a diff of this commit:
cvs rdiff -u -r1.3046 -r1.3047 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3046 src/doc/CHANGES:1.3047
--- src/doc/CHANGES:1.3046	Thu Mar 28 07:57:31 2024
+++ src/doc/CHANGES	Thu Mar 28 07:59:20 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3046 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3047 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -309,7 +309,7 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		[riastradh 20240321]
 	echi(4): If device attach fails, install NULL pmf(4) handlers.
 		Allows suspend/resume on ThinkPad A475. [mrg 20240324]
-	utftdi(4): Add a "match quirk" mechanism that allows the driver to
+	uftdi(4): Add a "match quirk" mechanism that allows the driver to
 		selectively reject individual interfaces, allowing them to
 		be matched by ugen(4) and accessed through libusb.
 		[thorpej 20240326]



CVS commit: src/doc

2024-03-28 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Mar 28 07:59:21 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
spell uftdi(4) properly.


To generate a diff of this commit:
cvs rdiff -u -r1.3046 -r1.3047 src/doc/CHANGES

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



CVS commit: src/doc

2024-03-28 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Mar 28 07:57:31 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
Recent changes


To generate a diff of this commit:
cvs rdiff -u -r1.3045 -r1.3046 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3045 src/doc/CHANGES:1.3046
--- src/doc/CHANGES:1.3045	Fri Mar 15 17:47:02 2024
+++ src/doc/CHANGES	Thu Mar 28 07:57:31 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3045 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3046 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -292,4 +292,24 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		[riastradh 20240303]
 	audioplay(1): Add -n flag that doesn't write audio data for the
 		test suite. [mrg 20240304]
+	alpha: Add a bus space implementation for the Gbus, the general
+		8-bit bus present on Laser / TurboLaser CPU modules.
+		[thorepj 2024036]
+	lint(1): Detect more types of integer overflow. [rillig 20240310]
+	lint(1): Add extra details to the message about integer overflow.
+		[rillig 20240310]
 	mac68k: Add ascaudio(4) ASC audio driver. [nat 20240313]
+	x86: Inlcude the cgdroot.fs and zfsroot.fs ramdisks in the release
+		files. [riastradh 20240320]
+	apei(4): New driver for ACPI Platform Error Interfaces.
+		[riastradh 20240320]
+	vmt(4):  Process all queued messages without delay immediately.
+		From OpenBSD. [msaitoh 20240320]
+	acpihed(4): New driver for PNP0C33 to notify apei(4).
+		[riastradh 20240321]
+	echi(4): If device attach fails, install NULL pmf(4) handlers.
+		Allows suspend/resume on ThinkPad A475. [mrg 20240324]
+	utftdi(4): Add a "match quirk" mechanism that allows the driver to
+		selectively reject individual interfaces, allowing them to
+		be matched by ugen(4) and accessed through libusb.
+		[thorpej 20240326]



CVS commit: src/doc

2024-03-28 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Mar 28 07:57:31 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
Recent changes


To generate a diff of this commit:
cvs rdiff -u -r1.3045 -r1.3046 src/doc/CHANGES

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



CVS commit: src/doc

2024-03-15 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Mar 15 17:47:02 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
doc: changes from the last 2 weeks


To generate a diff of this commit:
cvs rdiff -u -r1.3044 -r1.3045 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3044 src/doc/CHANGES:1.3045
--- src/doc/CHANGES:1.3044	Wed Mar 13 08:13:56 2024
+++ src/doc/CHANGES	Fri Mar 15 17:47:02 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3044 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3045 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -283,6 +283,13 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	nsd: Import 4.8.0. [christos 20240217]
 	unbound(8): Import 1.19.1. [christos 20240217]
 	bind: Import 9.18.24 [christos 20240221]
+	re(4): Add support for Killer E2600 Ethernet. [jakllsch 20240228]
 	sqlite3(1): Import 3.45.1. [christos 20240301]
+	alpha: Add initial support for the DEC KN7AA ("Ruby") systems,
+		DEC 7000 and DEC 1. [thorpej 20240302]
 	elftoolchain: Import svn r4037. [christos 20240303]
+	certctl(8): Improve the performance of `certctl list`.
+		[riastradh 20240303]
+	audioplay(1): Add -n flag that doesn't write audio data for the
+		test suite. [mrg 20240304]
 	mac68k: Add ascaudio(4) ASC audio driver. [nat 20240313]



CVS commit: src/doc

2024-03-15 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Mar 15 17:47:02 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
doc: changes from the last 2 weeks


To generate a diff of this commit:
cvs rdiff -u -r1.3044 -r1.3045 src/doc/CHANGES

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



CVS commit: src/doc

2024-03-15 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Fri Mar 15 15:49:01 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
doc/3RDPARTY: Note OpenSSL vendor/release tags.


To generate a diff of this commit:
cvs rdiff -u -r1.1999 -r1.2000 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.1999 src/doc/3RDPARTY:1.2000
--- src/doc/3RDPARTY:1.1999	Thu Mar 14 09:13:57 2024
+++ src/doc/3RDPARTY	Fri Mar 15 15:49:01 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1999 2024/03/14 09:13:57 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.2000 2024/03/15 15:49:01 riastradh Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1131,6 +1131,9 @@ Mailing List:	openssl-announce@openssl.o
 Responsible:	christos, mjf, tls, riastradh, spz
 License:	OpenSSL and SSLeay license (both BSD-like)
 Location:	crypto/external/bsd/openssl/dist
+Vendor tag:	OPENSSL
+Release tag:	openssl-x-y-z (openssl-x-y-zw in past with lettered releases)
+Current tag:	openssl-3-0-12
 Notes:
 - Run openssl2netbsd to get rid of the RCSID identifiers
 - run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man



CVS commit: src/doc

2024-03-15 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Fri Mar 15 15:49:01 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
doc/3RDPARTY: Note OpenSSL vendor/release tags.


To generate a diff of this commit:
cvs rdiff -u -r1.1999 -r1.2000 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/doc

2024-03-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Mar 14 09:13:58 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
expat-2.6.2 is out


To generate a diff of this commit:
cvs rdiff -u -r1.1998 -r1.1999 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.1998 src/doc/3RDPARTY:1.1999
--- src/doc/3RDPARTY:1.1998	Thu Mar  7 00:35:10 2024
+++ src/doc/3RDPARTY	Thu Mar 14 09:13:57 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1998 2024/03/07 00:35:10 gutteridge Exp $
+#	$NetBSD: 3RDPARTY,v 1.1999 2024/03/14 09:13:57 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -409,11 +409,11 @@ Notes:
 
 Package:	expat
 Version:	2.4.6
-Current Vers:	2.6.0
+Current Vers:	2.6.2
 Maintainer:	Expat Project
 Archive Site:	https://github.com/libexpat/libexpat/releases
 Home Page:	http://www.libexpat.org/
-Date:		2024-02-07
+Date:		2024-03-14
 Mailing List:	expat-disc...@libexpat.org
 Responsible:	mrg
 License:	MIT



CVS commit: src/doc

2024-03-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Mar 14 09:13:58 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
expat-2.6.2 is out


To generate a diff of this commit:
cvs rdiff -u -r1.1998 -r1.1999 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/doc

2024-03-13 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Wed Mar 13 08:13:56 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
Mention ascaudio(4).


To generate a diff of this commit:
cvs rdiff -u -r1.3043 -r1.3044 src/doc/CHANGES

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



CVS commit: src/doc

2024-03-13 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Wed Mar 13 08:13:56 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
Mention ascaudio(4).


To generate a diff of this commit:
cvs rdiff -u -r1.3043 -r1.3044 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3043 src/doc/CHANGES:1.3044
--- src/doc/CHANGES:1.3043	Sun Mar  3 17:43:32 2024
+++ src/doc/CHANGES	Wed Mar 13 08:13:56 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3043 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3044 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -285,3 +285,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	bind: Import 9.18.24 [christos 20240221]
 	sqlite3(1): Import 3.45.1. [christos 20240301]
 	elftoolchain: Import svn r4037. [christos 20240303]
+	mac68k: Add ascaudio(4) ASC audio driver. [nat 20240313]



CVS commit: src/doc

2024-03-06 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Thu Mar  7 00:35:11 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
3RDPARTY: autoconf is at 2.72 now


To generate a diff of this commit:
cvs rdiff -u -r1.1997 -r1.1998 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.1997 src/doc/3RDPARTY:1.1998
--- src/doc/3RDPARTY:1.1997	Wed Mar  6 17:44:48 2024
+++ src/doc/3RDPARTY	Thu Mar  7 00:35:10 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1997 2024/03/06 17:44:48 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1998 2024/03/07 00:35:10 gutteridge Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -512,11 +512,11 @@ Notes:
 
 Package:	autoconf
 Version:	2.69
-Current Vers:	2.69
+Current Vers:	2.72
 Maintainer:	FSF
 Archive Site:	ftp://ftp.gnu.org/gnu/autoconf/
 Home Page:	http://www.gnu.org/software/autoconf/
-Date:		2020-06-13
+Date:		2024-03-06
 Mailing List:	bug-autoc...@gnu.org
 Responsible:	christos
 License:	GPLv3+



CVS commit: src/doc

2024-03-06 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Thu Mar  7 00:35:11 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
3RDPARTY: autoconf is at 2.72 now


To generate a diff of this commit:
cvs rdiff -u -r1.1997 -r1.1998 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/doc

2024-03-06 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Mar  6 17:44:49 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
new llvm out


To generate a diff of this commit:
cvs rdiff -u -r1.1996 -r1.1997 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.1996 src/doc/3RDPARTY:1.1997
--- src/doc/3RDPARTY:1.1996	Sun Mar  3 21:05:47 2024
+++ src/doc/3RDPARTY	Wed Mar  6 17:44:48 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1996 2024/03/03 21:05:47 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1997 2024/03/06 17:44:48 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -760,10 +760,10 @@ Notes:
 
 Package:	llvm
 Version:	10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
-Current Vers.:	10.0.0
+Current Vers.:	18.1
 Maintainer:	llvm-...@lists.llvm.org
 Home Page:	https://llvm.org
-Date:		2020-06-13
+Date:		2024-03-06
 Responsible:	joerg
 License:	Apache2 with runtime exceptions
 Location:	external/apache2/llvm/dist



CVS commit: src/doc

2024-03-06 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Mar  6 17:44:49 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
new llvm out


To generate a diff of this commit:
cvs rdiff -u -r1.1996 -r1.1997 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/doc

2024-03-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Mar  3 21:05:48 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
gdb-14.2 is out


To generate a diff of this commit:
cvs rdiff -u -r1.1995 -r1.1996 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/doc

2024-03-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Mar  3 21:05:48 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
gdb-14.2 is out


To generate a diff of this commit:
cvs rdiff -u -r1.1995 -r1.1996 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.1995 src/doc/3RDPARTY:1.1996
--- src/doc/3RDPARTY:1.1995	Sun Mar  3 17:43:32 2024
+++ src/doc/3RDPARTY	Sun Mar  3 21:05:47 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1995 2024/03/03 17:43:32 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1996 2024/03/03 21:05:47 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -482,11 +482,11 @@ Before importing a new version of extern
 
 Package:	gdb
 Version:	13.2
-Current Vers:	14.1
+Current Vers:	14.2
 Maintainer:	FSF
 Archive Site:	ftp://ftp.gnu.org/gnu/gdb/
 Home Page:	http://www.gnu.org/software/gdb/
-Date:		2023-08-11
+Date:		2024-03-03
 Mailing List:	bug-...@gnu.org
 Responsible:	christos
 License:	GPLv3, LGPLv3.1



CVS commit: src/doc

2024-03-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar  3 17:43:32 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new elftoolchain


To generate a diff of this commit:
cvs rdiff -u -r1.1994 -r1.1995 src/doc/3RDPARTY
cvs rdiff -u -r1.3042 -r1.3043 src/doc/CHANGES

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



CVS commit: src/doc

2024-03-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar  3 17:43:32 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new elftoolchain


To generate a diff of this commit:
cvs rdiff -u -r1.1994 -r1.1995 src/doc/3RDPARTY
cvs rdiff -u -r1.3042 -r1.3043 src/doc/CHANGES

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.1994 src/doc/3RDPARTY:1.1995
--- src/doc/3RDPARTY:1.1994	Sat Mar  2 23:35:44 2024
+++ src/doc/3RDPARTY	Sun Mar  3 12:43:32 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1994 2024/03/03 04:35:44 riastradh Exp $
+#	$NetBSD: 3RDPARTY,v 1.1995 2024/03/03 17:43:32 christos Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1635,17 +1635,18 @@ Notes:
 		Need to feed back local changes
 
 Package:	elftoolchain (libelf/libdwarf)
-Version:	FreeBSD-2016-02-19-r295822
+Version:	r4037
 Current Vers:	0.7.1
 Maintainer:	Joseph Koshi 
 Archive Site:	none
 Home Page:	http://elftoolchain.sourceforge.net
+Date:		2024-03-03
 Mailing List:	none
 Responsible:	christos
 License:	BSD-like (2-clause)
 Location:	sys/external/bsd/elftoolchain/dist
 Notes:
-		Run prepare-import.sh; next time use svn id.
+		See README we use the svn id as the tag.
 
 Package:	timeout
 Version:	FreeBSD-2014-07-16 r268763

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3042 src/doc/CHANGES:1.3043
--- src/doc/CHANGES:1.3042	Fri Mar  1 10:49:41 2024
+++ src/doc/CHANGES	Sun Mar  3 12:43:32 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3042 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3043 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -284,3 +284,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	unbound(8): Import 1.19.1. [christos 20240217]
 	bind: Import 9.18.24 [christos 20240221]
 	sqlite3(1): Import 3.45.1. [christos 20240301]
+	elftoolchain: Import svn r4037. [christos 20240303]



CVS commit: src/doc

2024-03-02 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Mar  3 04:35:44 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
doc/3RDPARTY: mozilla-certdata is up-to-date.


To generate a diff of this commit:
cvs rdiff -u -r1.1993 -r1.1994 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/doc

2024-03-02 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Mar  3 04:35:44 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
doc/3RDPARTY: mozilla-certdata is up-to-date.


To generate a diff of this commit:
cvs rdiff -u -r1.1993 -r1.1994 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.1993 src/doc/3RDPARTY:1.1994
--- src/doc/3RDPARTY:1.1993	Fri Mar  1 15:49:41 2024
+++ src/doc/3RDPARTY	Sun Mar  3 04:35:44 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1993 2024/03/01 15:49:41 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1994 2024/03/03 04:35:44 riastradh Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -2327,12 +2327,12 @@ Location:	share/wscons/fonts
 Notes:
 
 Package:	mozilla-certdata
-Version:	2023-07-19 (f479bdba756c78ef9355a48c88744c69fdb4768e)
-Current Vers:	2024-01-31 (a6efd358880291357a62d58586f9a218d47ad98b)
+Version:	2024-02-12 (a6efd358880291357a62d58586f9a218d47ad98b)
+Current Vers:	2024-02-12 (a6efd358880291357a62d58586f9a218d47ad98b)
 Maintainer:	Mozilla
 Archive Site:	https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
 Home Page:	https://wiki.mozilla.org/CA
-Date:		2024-02-01
+Date:		2024-02-12
 Mailing List:	
 License:	MPL
 Responsible:	riastradh, security-team



CVS commit: src/doc

2024-03-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar  1 15:49:41 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new sqlite3


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

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.1992 src/doc/3RDPARTY:1.1993
--- src/doc/3RDPARTY:1.1992	Mon Feb 26 18:11:12 2024
+++ src/doc/3RDPARTY	Fri Mar  1 10:49:41 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1992 2024/02/26 23:11:12 gutteridge Exp $
+#	$NetBSD: 3RDPARTY,v 1.1993 2024/03/01 15:49:41 christos Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1327,16 +1327,16 @@ arithmetic code is unchanged, though, an
 original.
 
 Package:	sqlite
-Version:	3.43.0
-Current Vers:	3.45.0
+Version:	3.45.1
+Current Vers:	3.45.1
 Maintainer:	Richard Hipp 
 Home Page:	http://www.sqlite.org
-Date: 		2024-01-16
+Date: 		2024-03-01
 Responsible:	joerg
 License:	Public domain
 Location:	external/public-domain/sqlite/dist
 Notes:
-Run cleantags before importing because sqlite3.c has an RCSID
+See README file
 
 
 Package:	TestFloat

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3041 src/doc/CHANGES:1.3042
--- src/doc/CHANGES:1.3041	Wed Feb 21 17:55:29 2024
+++ src/doc/CHANGES	Fri Mar  1 10:49:41 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3041 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3042 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -283,3 +283,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	nsd: Import 4.8.0. [christos 20240217]
 	unbound(8): Import 1.19.1. [christos 20240217]
 	bind: Import 9.18.24 [christos 20240221]
+	sqlite3(1): Import 3.45.1. [christos 20240301]



CVS commit: src/doc

2024-03-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar  1 15:49:41 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new sqlite3


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

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/doc

2024-02-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 25 15:33:52 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
gettext-0.22.5 out


To generate a diff of this commit:
cvs rdiff -u -r1.1990 -r1.1991 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/doc

2024-02-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 25 15:33:52 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
gettext-0.22.5 out


To generate a diff of this commit:
cvs rdiff -u -r1.1990 -r1.1991 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.1990 src/doc/3RDPARTY:1.1991
--- src/doc/3RDPARTY:1.1990	Sun Feb 25 09:42:14 2024
+++ src/doc/3RDPARTY	Sun Feb 25 15:33:51 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1990 2024/02/25 09:42:14 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1991 2024/02/25 15:33:51 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -2087,10 +2087,11 @@ Copied from FreeBSD:
 
 Package:	gettext
 Version:	0.16.1 (Last GPLv2+ version)
-Current Vers:	0.21
+Current Vers:	0.22.5
 Maintainer:	FSF
 Archive Site:	ftp://ftp.gnu.org/gnu/gettext/
 Home Page:	http://www.gnu.org/software/gettext/
+Date:		2024-02-25
 Mailing List:	bug-gnu-ut...@gnu.org
 Responsible:	christos
 License:	GPLv2+ (0.16.1), GPLv3+ (0.17 and later)



CVS commit: src/doc

2024-02-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 25 09:42:14 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
new xz out


To generate a diff of this commit:
cvs rdiff -u -r1.1989 -r1.1990 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.1989 src/doc/3RDPARTY:1.1990
--- src/doc/3RDPARTY:1.1989	Wed Feb 21 22:55:29 2024
+++ src/doc/3RDPARTY	Sun Feb 25 09:42:14 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1989 2024/02/21 22:55:29 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1990 2024/02/25 09:42:14 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1520,11 +1520,11 @@ Notes:
 
 Package:	xz
 Version:	5.2.4
-Current Vers:	5.4.1
+Current Vers:	5.6.0
 Maintainer:	Lasse Collin 
 Archive Site:	http://tukaani.org/xz/
 Home Page:	http://tukaani.org/xz/
-Date: 		2023-01-12
+Date: 		2024-02-24
 Responsible:	joerg
 License:	public-domain
 Location:	external/public-domain/xz/dist



CVS commit: src/doc

2024-02-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 25 09:42:14 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
new xz out


To generate a diff of this commit:
cvs rdiff -u -r1.1989 -r1.1990 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/doc

2024-02-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 21 22:55:29 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new bind.


To generate a diff of this commit:
cvs rdiff -u -r1.1988 -r1.1989 src/doc/3RDPARTY
cvs rdiff -u -r1.3040 -r1.3041 src/doc/CHANGES

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-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 21 22:55:29 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new bind.


To generate a diff of this commit:
cvs rdiff -u -r1.1988 -r1.1989 src/doc/3RDPARTY
cvs rdiff -u -r1.3040 -r1.3041 src/doc/CHANGES

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.1988 src/doc/3RDPARTY:1.1989
--- src/doc/3RDPARTY:1.1988	Tue Feb 20 07:42:57 2024
+++ src/doc/3RDPARTY	Wed Feb 21 17:55:29 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1988 2024/02/20 12:42:57 simonb Exp $
+#	$NetBSD: 3RDPARTY,v 1.1989 2024/02/21 22:55:29 christos Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -120,8 +120,8 @@ Notes:
 bc includes dc, both of which are in the NetBSD tree.
 
 Package:	bind [named and utils]
-Version:	9.16.42/MPL
-Current Vers:	9.16.342/MPL 9.19.14/MPL
+Version:	9.18.24/MPL
+Current Vers:	9.18.24/MPL 9.19.14/MPL
 Maintainer:	ISC
 Archive Site:	ftp://ftp.isc.org/isc/bind9/
 Home Page:	http://www.isc.org/software/bind/

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3040 src/doc/CHANGES:1.3041
--- src/doc/CHANGES:1.3040	Sat Feb 17 13:33:25 2024
+++ src/doc/CHANGES	Wed Feb 21 17:55:29 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3040 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3041 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -282,3 +282,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	tzcode: Updated to 2024a. [christos 20240217]
 	nsd: Import 4.8.0. [christos 20240217]
 	unbound(8): Import 1.19.1. [christos 20240217]
+	bind: Import 9.18.24 [christos 20240221]



CVS commit: src/doc

2024-02-20 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Tue Feb 20 12:42:58 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
Updates for less - add me as co-maintainer, update to latest version.


To generate a diff of this commit:
cvs rdiff -u -r1.1987 -r1.1988 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.1987 src/doc/3RDPARTY:1.1988
--- src/doc/3RDPARTY:1.1987	Sat Feb 17 18:33:25 2024
+++ src/doc/3RDPARTY	Tue Feb 20 12:42:57 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1987 2024/02/17 18:33:25 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1988 2024/02/20 12:42:57 simonb Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -698,14 +698,14 @@ Use external/bsd/kyua-testers/prepare-im
 directory.
 
 Package:	less
-Version:	less-458
-Current Vers:	less-608
+Version:	less-643
+Current Vers:	less-643
 Maintainer:	Mark Nudelman 
 Archive Site:	http://www.greenwoodsoftware.com/less/download.html
 Home Page:	http://www.greenwoodsoftware.com/less/
-Date:		2023-02-07
+Date:		2023-10-06
 Mailing List:	less-announce-requ...@greenwoodsoftware.com
-Responsible:	mrg
+Responsible:	mrg, simonb
 License:	Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418)
 Location:	external/bsd/less/dist
 Notes:



CVS commit: src/doc

2024-02-20 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Tue Feb 20 12:42:58 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
Updates for less - add me as co-maintainer, update to latest version.


To generate a diff of this commit:
cvs rdiff -u -r1.1987 -r1.1988 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/doc

2024-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 17 18:33:25 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new unbound


To generate a diff of this commit:
cvs rdiff -u -r1.1986 -r1.1987 src/doc/3RDPARTY
cvs rdiff -u -r1.3039 -r1.3040 src/doc/CHANGES

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.1986 src/doc/3RDPARTY:1.1987
--- src/doc/3RDPARTY:1.1986	Sat Feb 17 12:44:38 2024
+++ src/doc/3RDPARTY	Sat Feb 17 13:33:25 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1986 2024/02/17 17:44:38 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1987 2024/02/17 18:33:25 christos Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -164,12 +164,12 @@ Location:	external/mit/libuv/dist
 Notes:
 
 Package:	unbound
-Version:	1.16.3
-Current Vers:	1.17.1
+Version:	1.19.1
+Current Vers:	1.19.1
 Maintainer:	Nlnetlabs
 Archive Site:	https://www.unbound.net/downloads/unbound-latest.tar.gz
 Home Page:	https://www.unbound.net/
-Date:		2023-06-21
+Date:		2024-02-17
 Mailing List:	https://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users
 Responsible:	christos
 License:	BSD-like

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3039 src/doc/CHANGES:1.3040
--- src/doc/CHANGES:1.3039	Sat Feb 17 12:44:38 2024
+++ src/doc/CHANGES	Sat Feb 17 13:33:25 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3039 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3040 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -281,3 +281,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		[christos 20240213]
 	tzcode: Updated to 2024a. [christos 20240217]
 	nsd: Import 4.8.0. [christos 20240217]
+	unbound(8): Import 1.19.1. [christos 20240217]



CVS commit: src/doc

2024-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 17 18:33:25 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new unbound


To generate a diff of this commit:
cvs rdiff -u -r1.1986 -r1.1987 src/doc/3RDPARTY
cvs rdiff -u -r1.3039 -r1.3040 src/doc/CHANGES

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-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 17 17:44:39 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new nsd


To generate a diff of this commit:
cvs rdiff -u -r1.1985 -r1.1986 src/doc/3RDPARTY
cvs rdiff -u -r1.3038 -r1.3039 src/doc/CHANGES

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.1985 src/doc/3RDPARTY:1.1986
--- src/doc/3RDPARTY:1.1985	Sat Feb 17 09:57:02 2024
+++ src/doc/3RDPARTY	Sat Feb 17 12:44:38 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1985 2024/02/17 14:57:02 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1986 2024/02/17 17:44:38 christos Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -179,12 +179,12 @@ Use cleantags to import
 run configure and update config files in include
 
 Package:	nsd
-Version:	4.6.0
-Current Vers:	4.7.0
+Version:	4.8.0
+Current Vers:	4.8.0
 Maintainer:	Nlnetlabs
 Archive Site:	https://www.nlnetlabs.nl/svn/nsd/
 Home Page:	https://www.nlnetlabs.nl/projects/nsd/
-Date:		2023-06-21
+Date:		2024-02-17
 Mailing List:	https://open.nlnetlabs.nl/mailman/listinfo/nsd-users/
 Responsible:	christos
 License:	BSD-like

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3038 src/doc/CHANGES:1.3039
--- src/doc/CHANGES:1.3038	Sat Feb 17 09:57:02 2024
+++ src/doc/CHANGES	Sat Feb 17 12:44:38 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3038 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3039 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -280,3 +280,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		CVE-2023-5679 CVE-2023-6516 CVE-2023-50387 CVE-2023-50868
 		[christos 20240213]
 	tzcode: Updated to 2024a. [christos 20240217]
+	nsd: Import 4.8.0. [christos 20240217]



CVS commit: src/doc

2024-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 17 17:44:39 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new nsd


To generate a diff of this commit:
cvs rdiff -u -r1.1985 -r1.1986 src/doc/3RDPARTY
cvs rdiff -u -r1.3038 -r1.3039 src/doc/CHANGES

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-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 17 14:57:02 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Mention tzcode2024a


To generate a diff of this commit:
cvs rdiff -u -r1.1984 -r1.1985 src/doc/3RDPARTY
cvs rdiff -u -r1.3037 -r1.3038 src/doc/CHANGES

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-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 17 14:57:02 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Mention tzcode2024a


To generate a diff of this commit:
cvs rdiff -u -r1.1984 -r1.1985 src/doc/3RDPARTY
cvs rdiff -u -r1.3037 -r1.3038 src/doc/CHANGES

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.1984 src/doc/3RDPARTY:1.1985
--- src/doc/3RDPARTY:1.1984	Wed Feb  7 04:18:19 2024
+++ src/doc/3RDPARTY	Sat Feb 17 09:57:02 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1984 2024/02/07 09:18:19 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1985 2024/02/17 14:57:02 christos Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1429,14 +1429,14 @@ Location:	external/bsd/tradcpp
 Notes:
 
 Package:	tz
-Version:	tzcode2023d / tzdata2024agtz
+Version:	tzcode2024a / tzdata2024agtz
 Current Vers:	tzcode2024a / tzdata2024a
 Maintainer:	Paul Eggert 
 Archive Site:	ftp://ftp.iana.org/tz/releases/
 Archive Site:	ftp://munnari.oz.au/pub/oldtz/
 Old Archive Site:	ftp://elsie.nci.nih.gov/pub/
 Home Page:	http://www.iana.org/time-zones
-Date:		2023-12-23
+Date:		2024-02-17
 Mailing List:	t...@iana.org
 Responsible:	kleink, christos, kre
 License:	Public domain

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3037 src/doc/CHANGES:1.3038
--- src/doc/CHANGES:1.3037	Wed Feb 14 14:20:29 2024
+++ src/doc/CHANGES	Sat Feb 17 09:57:02 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3037 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3038 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -279,3 +279,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	bind: Apply bind security patches: CVE-2023-4408 CVE-2023-5517
 		CVE-2023-5679 CVE-2023-6516 CVE-2023-50387 CVE-2023-50868
 		[christos 20240213]
+	tzcode: Updated to 2024a. [christos 20240217]



CVS commit: src/doc

2024-02-14 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Feb 14 19:20:29 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
doc: Fix syntax


To generate a diff of this commit:
cvs rdiff -u -r1.3036 -r1.3037 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3036 src/doc/CHANGES:1.3037
--- src/doc/CHANGES:1.3036	Tue Feb 13 15:40:28 2024
+++ src/doc/CHANGES	Wed Feb 14 19:20:29 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3036 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3037 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -278,3 +278,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		[macallan 20240213]
 	bind: Apply bind security patches: CVE-2023-4408 CVE-2023-5517
 		CVE-2023-5679 CVE-2023-6516 CVE-2023-50387 CVE-2023-50868
+		[christos 20240213]



CVS commit: src/doc

2024-02-14 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Feb 14 19:20:29 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
doc: Fix syntax


To generate a diff of this commit:
cvs rdiff -u -r1.3036 -r1.3037 src/doc/CHANGES

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-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb 13 15:40:29 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
Mention bind security patches


To generate a diff of this commit:
cvs rdiff -u -r1.3035 -r1.3036 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3035 src/doc/CHANGES:1.3036
--- src/doc/CHANGES:1.3035	Tue Feb 13 10:28:41 2024
+++ src/doc/CHANGES	Tue Feb 13 10:40:28 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3035 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3036 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -276,3 +276,5 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		[kre 20240210]
 	hppa: Add gftfb(4), an initial driver for PCI Visualize EG cards.
 		[macallan 20240213]
+	bind: Apply bind security patches: CVE-2023-4408 CVE-2023-5517
+		CVE-2023-5679 CVE-2023-6516 CVE-2023-50387 CVE-2023-50868



CVS commit: src/doc

2024-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb 13 15:40:29 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
Mention bind security patches


To generate a diff of this commit:
cvs rdiff -u -r1.3035 -r1.3036 src/doc/CHANGES

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-13 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Feb 13 15:28:42 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
doc: Changes since 20/01


To generate a diff of this commit:
cvs rdiff -u -r1.3034 -r1.3035 src/doc/CHANGES

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-13 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Feb 13 15:28:42 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
doc: Changes since 20/01


To generate a diff of this commit:
cvs rdiff -u -r1.3034 -r1.3035 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3034 src/doc/CHANGES:1.3035
--- src/doc/CHANGES:1.3034	Mon Feb  5 21:57:00 2024
+++ src/doc/CHANGES	Tue Feb 13 15:28:41 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3034 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3035 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -256,4 +256,23 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	libm: Import more long double functions from FreeBSD.
 		[christos 20240121]
 	terminfo: Import 20231209 [christos 20240127]
+	evbppc: Add support for the PAL 576i video mode to wiifb(4).
+		[hgutch 20240127]
+	stat(1): Add symbolic flags printing from FreeBSD via Ricardo Branco.
+		[christos 20240129]
+	next68k: Add WSDISPLAY_GINFO, LINEBYTES, and SMODE ioctl(2)s and
+		mmap(2) support to nextdisplay(4). [tsutsui 20240202]
+	mount_cd9660(8): Add support for mount options mask,dirmask,uid,gid
+		(from Ricardo Branco) [christos 20240202]
 	tzdata: Updated to 2024a (using 2024agtz) [kre 20240205]
+	riscv: Add a driver for the StarFive JH7100 pin controller.
+		[skrll 20240207]
+	touch(1): Properly implement the POSIX format -d option. [kre 20240208]
+	touch(1): Add -R option, which is identical to -r, except that if the
+		reference file is a symbolic link, the times to use are taken
+		from those of the symbolic link itself. [kre 20240209]
+	touch(1): Add -D option, which causes the operation to be a no-op if no
+		change would be made (avoiding updating the file's ctime).
+		[kre 20240210]
+	hppa: Add gftfb(4), an initial driver for PCI Visualize EG cards.
+		[macallan 20240213]



CVS commit: src/doc

2024-02-07 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb  7 09:18:20 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
expat 2.6.0 out


To generate a diff of this commit:
cvs rdiff -u -r1.1983 -r1.1984 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/doc

2024-02-07 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb  7 09:18:20 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
expat 2.6.0 out


To generate a diff of this commit:
cvs rdiff -u -r1.1983 -r1.1984 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.1983 src/doc/3RDPARTY:1.1984
--- src/doc/3RDPARTY:1.1983	Mon Feb  5 21:57:00 2024
+++ src/doc/3RDPARTY	Wed Feb  7 09:18:19 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1983 2024/02/05 21:57:00 kre Exp $
+#	$NetBSD: 3RDPARTY,v 1.1984 2024/02/07 09:18:19 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -409,11 +409,11 @@ Notes:
 
 Package:	expat
 Version:	2.4.6
-Current Vers:	2.5.0
+Current Vers:	2.6.0
 Maintainer:	Expat Project
 Archive Site:	https://github.com/libexpat/libexpat/releases
 Home Page:	http://www.libexpat.org/
-Date:		2022-09-21
+Date:		2024-02-07
 Mailing List:	expat-disc...@libexpat.org
 Responsible:	mrg
 License:	MIT



CVS commit: src/doc

2024-02-05 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Mon Feb  5 21:57:00 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Notre tzdata update to 2024a


To generate a diff of this commit:
cvs rdiff -u -r1.1982 -r1.1983 src/doc/3RDPARTY
cvs rdiff -u -r1.3033 -r1.3034 src/doc/CHANGES

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.1982 src/doc/3RDPARTY:1.1983
--- src/doc/3RDPARTY:1.1982	Thu Feb  1 10:06:08 2024
+++ src/doc/3RDPARTY	Mon Feb  5 21:57:00 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1982 2024/02/01 10:06:08 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1983 2024/02/05 21:57:00 kre Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1429,8 +1429,8 @@ Location:	external/bsd/tradcpp
 Notes:
 
 Package:	tz
-Version:	tzcode2023d / tzdata2023dgtz
-Current Vers:	tzcode2023d / tzdata2023d
+Version:	tzcode2023d / tzdata2024agtz
+Current Vers:	tzcode2024a / tzdata2024a
 Maintainer:	Paul Eggert 
 Archive Site:	ftp://ftp.iana.org/tz/releases/
 Archive Site:	ftp://munnari.oz.au/pub/oldtz/

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3033 src/doc/CHANGES:1.3034
--- src/doc/CHANGES:1.3033	Sat Feb  3 20:38:49 2024
+++ src/doc/CHANGES	Mon Feb  5 21:57:00 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3033 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3034 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -256,3 +256,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	libm: Import more long double functions from FreeBSD.
 		[christos 20240121]
 	terminfo: Import 20231209 [christos 20240127]
+	tzdata: Updated to 2024a (using 2024agtz) [kre 20240205]



CVS commit: src/doc

2024-02-05 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Mon Feb  5 21:57:00 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Notre tzdata update to 2024a


To generate a diff of this commit:
cvs rdiff -u -r1.1982 -r1.1983 src/doc/3RDPARTY
cvs rdiff -u -r1.3033 -r1.3034 src/doc/CHANGES

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-03 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb  3 21:25:03 UTC 2024

Modified Files:
src/doc: CHANGES.prev

Log Message:
Add entries added to CHANGES in netbsd-10 but missed here.


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/doc/CHANGES.prev

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.prev
diff -u src/doc/CHANGES.prev:1.180 src/doc/CHANGES.prev:1.181
--- src/doc/CHANGES.prev:1.180	Sat Feb  3 21:00:45 2024
+++ src/doc/CHANGES.prev	Sat Feb  3 21:25:02 2024
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.180 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.181 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -13444,6 +13444,8 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 	mips: Bump the maximum text size for binaries from 64MB
 		to 128MB. [he 20230514]
 	OpenSSL: Imported 3.0.9. [christos 20230531]
+	lua: Import version 5.4.6.
+		Bumped shlib minor because of API/ABI changes. [nikita 20230608]
 	pam(8): Disable pam_krb5, pam_ksu by default. [riastradh 20230620]
 	gcc(1): Import GCC 10.5.  [mrg 20230710]
 	amdgpu(4): Enable display core logic. [riastradh 20230714]
@@ -13463,6 +13465,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 		[rin 20231007]
 	eqos(4): Add support for Intel Elkhart Lake internal Ethernet devices.
 		[msaitoh 20231019]
+	build: Force MKSTRIPSYM=no if MKDEBUG=yes. [lukem 20231020]
 	top(1): Add network in & out bytes to the top display. [mrg 20231021]
 	OpenSSL: Imported 3.0.12. [christos 20231025]
 	OpenSSH: Import 9.5. [christos 20231025]



CVS commit: src/doc

2024-02-03 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb  3 21:25:03 UTC 2024

Modified Files:
src/doc: CHANGES.prev

Log Message:
Add entries added to CHANGES in netbsd-10 but missed here.


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/doc/CHANGES.prev

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-03 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb  3 21:00:45 UTC 2024

Modified Files:
src/doc: CHANGES.prev

Log Message:
Note several visible changes pulled up to netbsd-10 branch.

- X.org server on newsmips
- gas(1) fix for MIPS1
- X.org server on vax smg(4)


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/doc/CHANGES.prev

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-03 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb  3 21:00:45 UTC 2024

Modified Files:
src/doc: CHANGES.prev

Log Message:
Note several visible changes pulled up to netbsd-10 branch.

- X.org server on newsmips
- gas(1) fix for MIPS1
- X.org server on vax smg(4)


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/doc/CHANGES.prev

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.prev
diff -u src/doc/CHANGES.prev:1.179 src/doc/CHANGES.prev:1.180
--- src/doc/CHANGES.prev:1.179	Sat Feb  3 20:38:49 2024
+++ src/doc/CHANGES.prev	Sat Feb  3 21:00:45 2024
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.179 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.180 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -13468,8 +13468,13 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 	OpenSSH: Import 9.5. [christos 20231025]
 	newsmips: Add support for LCD-MONO framebuffer on NWS-32x0 laptop
 		machines. [tsutsui 20231104]
+	newsmips: X.org server works with proper keymap with an updated
+		xf86-input-keyboard driver that supports getting keymap
+		via WSKBDIO_GETMAP ioctl(2). [tsutsui 20231107]
 	ena(4): MP-enable always, add RSS support, and reliability fixes.
 		[jdolecek 20231105]
+	gas(1): fix gas that doesn't handle MIPS1 FPR load hazard correctly.
+		[tsutsui 20231117]
 	iscsid(8): Handle IPv6 addresses. [mlelstv 20231125]
 	kernel: Import various bits of nouveau firmware for newer
 		nvidia graphics hardware. [bouyer 20231128]
@@ -13481,3 +13486,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 	wm(4): Add some Meteor Lake devices (I219 V20-V21 and LM 20-21).
 		[msaitoh 20240118]
 	evbppc: Add support for the Nintendo Wii. [jmcneill 20240120]
+	vax: X.org server with xf86-video-wsfb works on smg(4) monochrome
+		framebuffer on VAXstation 3100. [tsutsui 20240126]



CVS commit: src/doc

2024-02-03 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb  3 20:38:50 UTC 2024

Modified Files:
src/doc: CHANGES CHANGES.prev

Log Message:
Move entries pulled up to netbsd-10 from CHANGES to CHANGES.prev.


To generate a diff of this commit:
cvs rdiff -u -r1.3032 -r1.3033 src/doc/CHANGES
cvs rdiff -u -r1.178 -r1.179 src/doc/CHANGES.prev

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-03 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb  3 20:38:50 UTC 2024

Modified Files:
src/doc: CHANGES CHANGES.prev

Log Message:
Move entries pulled up to netbsd-10 from CHANGES to CHANGES.prev.


To generate a diff of this commit:
cvs rdiff -u -r1.3032 -r1.3033 src/doc/CHANGES
cvs rdiff -u -r1.178 -r1.179 src/doc/CHANGES.prev

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
diff -u src/doc/CHANGES:1.3032 src/doc/CHANGES:1.3033
--- src/doc/CHANGES:1.3032	Sat Jan 27 15:55:25 2024
+++ src/doc/CHANGES	Sat Feb  3 20:38:49 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3032 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3033 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -218,9 +218,6 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	lagg(4): Copy the MTU of lagg to interfaces added to lagg
 		[yamaguchi 20231018]
 	dhcpcd: Import version 10.0.4. [roy 20231019]
-	top(1): Add network in & out bytes to the top display. [mrg 20231021]
-	ena(4): MP-enable always, add RSS support, and reliability fixes.
-		[jdolecek 20231105]
 	gpioirq(4): allow multiple pins per gpioirq instance, add the ability
 		to use a /dev/gpioirqN device to get pin interrupts into
 		userland. [brad 20231105]
@@ -228,11 +225,8 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	sparc64: Support for virtio(4). [thorpej 20231119]
 	alpha: Support for virtio(4). [thorpej 20231119]
 	alpha: Support for crash(8). [thorpej 20231122]
-	iscsid(8): Handle IPv6 addresses. [mlelstv 20231125]
 	kernel: Replace the vdrain kernel thread with two threadpool jobs.
 		[hannken 20231127]
-	kernel: Import various bits of nouveau firmware for newer
-		nvidia graphics hardware. [bouyer 20231128]
 	kernel: Replace various usage of extent(9) with vmem(9).
 		[thorpej 20231201]
 	indent(1): Use line number of the token start in diagnostics
@@ -242,12 +236,7 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	kernel: Modularize compat90. [pgoyette 20231209]
 	libsa: Add NFSv3 support. [mlelstv 20231212]
 	dhcpcd: Import version 10.0.6. [roy 20231218]
-	OpenSSH: Import 9.6. [christos 20231220]
-	tzdata: Updated to 2023d (via 2023dgtz) [kre 20231223]
-	postfix(1): Import version 3.8.4. [christos 20231223]
 	tzcode: Updated to 2023d. [christos 20231223]
-	postfix(1): Install postfix-tls-script (for "postfix tls")
-		[kim 20240101]
 	gfpic(4): New driver for the Goldfish virtual programmable
 		interrupt controller. [thorpej 20240102]
 	gftty(4): New driver for the Goldfish virtual tty. [thorpej 20240102]
@@ -260,13 +249,10 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		[christos 20240115]
 	riscv: Add a StarTech JH7100 SoC clock driver, seen in the Beagle-V
 		board. [skrll 20240116]
-	wm(4): Add some Meteor Lake devices (I219 V20-V21 and LM 20-21).
-		[msaitoh 20240118]
 	cpuctl(8): Recognize Intel Meteor Lake and Emerald Rapids.
 		[msaitoh 20240118]
 	m68k: Made many ports share common code for interrupt dispatch
 		and vector tables. [thorpej 20240118]
-	evbppc: Add support for the Nintendo Wii. [jmcneill 20240120]
 	libm: Import more long double functions from FreeBSD.
 		[christos 20240121]
 	terminfo: Import 20231209 [christos 20240127]

Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.178 src/doc/CHANGES.prev:1.179
--- src/doc/CHANGES.prev:1.178	Thu Jan 18 04:02:16 2024
+++ src/doc/CHANGES.prev	Sat Feb  3 20:38:49 2024
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.178 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.179 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -13463,7 +13463,21 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 		[rin 20231007]
 	eqos(4): Add support for Intel Elkhart Lake internal Ethernet devices.
 		[msaitoh 20231019]
+	top(1): Add network in & out bytes to the top display. [mrg 20231021]
 	OpenSSL: Imported 3.0.12. [christos 20231025]
 	OpenSSH: Import 9.5. [christos 20231025]
 	newsmips: Add support for LCD-MONO framebuffer on NWS-32x0 laptop
 		machines. [tsutsui 20231104]
+	ena(4): MP-enable always, add RSS support, and reliability fixes.
+		[jdolecek 20231105]
+	iscsid(8): Handle IPv6 addresses. [mlelstv 20231125]
+	kernel: Import various bits of nouveau firmware for newer
+		nvidia graphics hardware. [bouyer 20231128]
+	OpenSSH: Import 9.6. [christos 20231220]
+	tzdata: Updated to 2023d (via 2023dgtz) [kre 20231223]
+	postfix(1): Import version 3.8.4. [christos 20231223]
+	postfix(1): Install postfix-tls-script (for "postfix tls")
+		[kim 20240101]
+	wm(4): Add some Meteor Lake devices (I219 V20-V21 and LM 20-21).
+		[msaitoh 20240118]
+	evbppc: Add support for the Nintendo Wii. [jmcneill 20240120]



CVS commit: src/doc

2024-02-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb  1 10:06:08 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
new mozilla-certdata out


To generate a diff of this commit:
cvs rdiff -u -r1.1981 -r1.1982 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.1981 src/doc/3RDPARTY:1.1982
--- src/doc/3RDPARTY:1.1981	Mon Jan 29 23:14:46 2024
+++ src/doc/3RDPARTY	Thu Feb  1 10:06:08 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1981 2024/01/29 23:14:46 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1982 2024/02/01 10:06:08 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -2327,11 +2327,11 @@ Notes:
 
 Package:	mozilla-certdata
 Version:	2023-07-19 (f479bdba756c78ef9355a48c88744c69fdb4768e)
-Current Vers:	2023-07-19 (f479bdba756c78ef9355a48c88744c69fdb4768e)
+Current Vers:	2024-01-31 (a6efd358880291357a62d58586f9a218d47ad98b)
 Maintainer:	Mozilla
 Archive Site:	https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
 Home Page:	https://wiki.mozilla.org/CA
-Date:		2023-08-16
+Date:		2024-02-01
 Mailing List:	
 License:	MPL
 Responsible:	riastradh, security-team



CVS commit: src/doc

2024-02-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb  1 10:06:08 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
new mozilla-certdata out


To generate a diff of this commit:
cvs rdiff -u -r1.1981 -r1.1982 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/doc

2024-01-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jan 29 23:14:46 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
binutils-2.42 is out


To generate a diff of this commit:
cvs rdiff -u -r1.1980 -r1.1981 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.1980 src/doc/3RDPARTY:1.1981
--- src/doc/3RDPARTY:1.1980	Sat Jan 27 15:55:25 2024
+++ src/doc/3RDPARTY	Mon Jan 29 23:14:46 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1980 2024/01/27 15:55:25 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1981 2024/01/29 23:14:46 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -499,11 +499,11 @@ When updating GDB, it is imperative to t
 
 Package:	binutils
 Version:	2.34/2.39
-Current Vers:	2.40
+Current Vers:	2.42
 Maintainer:	FSF
 Archive Site:	ftp://ftp.gnu.org/gnu/binutils/
 Home Page:	https://www.gnu.org/software/binutils/
-Date:		2023-01-15
+Date:		2024-01-29
 Mailing List:	bug-gnu-ut...@gnu.org
 Responsible:	thorpej, mrg
 License:	GPLv3, LGPLv3, GPLv2, LGPLv2, BSD



CVS commit: src/doc

2024-01-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jan 29 23:14:46 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
binutils-2.42 is out


To generate a diff of this commit:
cvs rdiff -u -r1.1980 -r1.1981 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/doc

2024-01-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 27 15:55:26 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new terminfo


To generate a diff of this commit:
cvs rdiff -u -r1.1979 -r1.1980 src/doc/3RDPARTY
cvs rdiff -u -r1.3031 -r1.3032 src/doc/CHANGES

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.1979 src/doc/3RDPARTY:1.1980
--- src/doc/3RDPARTY:1.1979	Wed Jan 24 16:04:08 2024
+++ src/doc/3RDPARTY	Sat Jan 27 10:55:25 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1979 2024/01/24 21:04:08 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1980 2024/01/27 15:55:25 christos Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -2217,12 +2217,12 @@ Location:	sys/external/bsd/ena-com
 Notes:
 
 Package:	terminfo
-Version:	20190609
-Current Vers:	20190609
+Version:	20231209
+Current Vers:	20231209
 Maintainer:	Thomas Dickey (ncurses)
 Archive Site:	ftp://ftp.invisible-island.net/ncurses/current
 Home Page:	https://invisible-island.net/ncurses/
-Date:		2019-11-27
+Date:		2024-01-27
 Mailing List:	bug-ncur...@gnu.org
 Responsible:
 License:	none

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3031 src/doc/CHANGES:1.3032
--- src/doc/CHANGES:1.3031	Fri Jan 26 05:09:34 2024
+++ src/doc/CHANGES	Sat Jan 27 10:55:25 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3031 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3032 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -269,3 +269,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	evbppc: Add support for the Nintendo Wii. [jmcneill 20240120]
 	libm: Import more long double functions from FreeBSD.
 		[christos 20240121]
+	terminfo: Import 20231209 [christos 20240127]



CVS commit: src/doc

2024-01-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 27 15:55:26 UTC 2024

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new terminfo


To generate a diff of this commit:
cvs rdiff -u -r1.1979 -r1.1980 src/doc/3RDPARTY
cvs rdiff -u -r1.3031 -r1.3032 src/doc/CHANGES

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



CVS commit: src/doc

2024-01-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Jan 26 10:09:35 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
tweak wii entry


To generate a diff of this commit:
cvs rdiff -u -r1.3030 -r1.3031 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3030 src/doc/CHANGES:1.3031
--- src/doc/CHANGES:1.3030	Tue Jan 23 08:08:36 2024
+++ src/doc/CHANGES	Fri Jan 26 10:09:34 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3030 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3031 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -266,6 +266,6 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		[msaitoh 20240118]
 	m68k: Made many ports share common code for interrupt dispatch
 		and vector tables. [thorpej 20240118]
-	evbppc: Add initial support for the Nintendo Wii. [jmcneill 20240120]
+	evbppc: Add support for the Nintendo Wii. [jmcneill 20240120]
 	libm: Import more long double functions from FreeBSD.
 		[christos 20240121]



CVS commit: src/doc

2024-01-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Jan 26 10:09:35 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
tweak wii entry


To generate a diff of this commit:
cvs rdiff -u -r1.3030 -r1.3031 src/doc/CHANGES

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



CVS commit: src/doc

2024-01-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 24 21:04:09 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
space -> tab cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.1978 -r1.1979 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/doc

2024-01-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 24 21:04:09 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
space -> tab cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.1978 -r1.1979 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.1978 src/doc/3RDPARTY:1.1979
--- src/doc/3RDPARTY:1.1978	Wed Jan 24 20:06:40 2024
+++ src/doc/3RDPARTY	Wed Jan 24 21:04:08 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1978 2024/01/24 20:06:40 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1979 2024/01/24 21:04:08 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -365,16 +365,16 @@ Notes:
 Please submit all changes upstream.
 Import using the import-src make target.
 
-Package:   drm
-Version:   Linux 3.15
-Current Vers:  ?
-Maintainer:Intel, AMD, Linux kernel developers
-Archive Site:  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
-Home Page: http://dri.freedesktop.org/
-Mailing List:  dri-de...@lists.freedesktop.org
-Responsible:   riastradh
-License:   BSD
-Location:  sys/external/bsd/drm2/dist
+Package:	drm
+Version:	Linux 3.15
+Current Vers:	?
+Maintainer:	Intel, AMD, Linux kernel developers
+Archive Site:	git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+Home Page:	http://dri.freedesktop.org/
+Mailing List:	dri-de...@lists.freedesktop.org
+Responsible:	riastradh
+License:	BSD
+Location:	sys/external/bsd/drm2/dist
 Notes:
 Graphics drivers.   Talk to riastradh@ about updates.  When importing
 from Linux, we map
@@ -1658,39 +1658,39 @@ Responsible:	christos
 License:	BSD-like (2-clause)
 Location:	usr.bin/timeout
 
-Package:libproc
-Version:FreeBSD-2015-09-24
-Current Vers:   FreeBSD-2018-07-27 r336782
-Maintainer: Rui Paulo 
-Archive Site:   none
-Home Page:  https://svnweb.freebsd.org/base/head/lib/libproc/
-Mailing List:   none
-Responsible:christos
-License:BSD-like (2-clause)
-Location:   external/bsd/libproc/dist
-
-Package:librtld_db
-Version:FreeBSD-2015-09-24
-Current Vers:   FreeBSD-2017-11-26 r326219
-Maintainer: Rui Paulo 
-Archive Site:   none
-Home Page:  https://svnweb.freebsd.org/base/head/lib/librtld_db/
-Mailing List:   none
-Responsible:christos
-License:BSD-like (2-clause)
-Location:   external/bsd/librtld_db/dist
-
-Package:netcat
-Version:OpenBSD-2017-02-06
-Current Vers:   OpenBSD-2020-02-12
-Maintainer: OpenBSD
-Archive Site:   http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
-Home Page:  none
-Date:		2020-06-13
-Mailing List:   none
-Responsible:christos
-License:BSD-like (3-clause)
-Location:   usr.bin/nc
+Package:	libproc
+Version:	FreeBSD-2015-09-24
+Current Vers:	FreeBSD-2018-07-27 r336782
+Maintainer:	Rui Paulo 
+Archive Site:	none
+Home Page:	https://svnweb.freebsd.org/base/head/lib/libproc/
+Mailing List:	none
+Responsible:	christos
+License:	BSD-like (2-clause)
+Location:	external/bsd/libproc/dist
+
+Package:	librtld_db
+Version:	FreeBSD-2015-09-24
+Current Vers:	FreeBSD-2017-11-26 r326219
+Maintainer:	Rui Paulo 
+Archive Site:	none
+Home Page:	https://svnweb.freebsd.org/base/head/lib/librtld_db/
+Mailing List:	none
+Responsible:	christos
+License:	BSD-like (2-clause)
+Location:	external/bsd/librtld_db/dist
+
+Package:	netcat
+Version:	OpenBSD-2017-02-06
+Current Vers:	OpenBSD-2020-02-12
+Maintainer:	OpenBSD
+Archive Site:	http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
+Home Page:	none
+Date:		2020-06-13
+Mailing List:	none
+Responsible:	christos
+License:	BSD-like (3-clause)
+Location:	usr.bin/nc
 
 Package:	gnu-efi
 Version:	3.0.14
@@ -2009,7 +2009,7 @@ Package:	tigon
 Version:	12.4.11
 Current Vers:
 Maintainer:	wp...@brak.osd.bsdi.com
-Archive Site:   https://people.freebsd.org/~wpaul/Alteon/
+Archive Site:	https://people.freebsd.org/~wpaul/Alteon/
 Home Page:	http://www.alteon.com/support/openkits (extinct)
 Mailing List:
 License:	Alteon WebSystems, Inc.



CVS commit: src/doc

2024-01-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 24 20:06:40 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
zlib-1.3.1 out


To generate a diff of this commit:
cvs rdiff -u -r1.1977 -r1.1978 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.1977 src/doc/3RDPARTY:1.1978
--- src/doc/3RDPARTY:1.1977	Mon Jan 22 14:33:26 2024
+++ src/doc/3RDPARTY	Wed Jan 24 20:06:40 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1977 2024/01/22 14:33:26 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1978 2024/01/24 20:06:40 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1465,7 +1465,7 @@ See /usr/src/external/bsd/wpa/NetBSD-upg
 
 Package:	zlib
 Version:	1.2.13
-Current Vers:	1.3
+Current Vers:	1.3.1
 Maintainer:	Jean-loup Gailly and Mark Adler 
 Archive Site:	http://www.zlib.net/
 Home Page:	http://www.zlib.net/



CVS commit: src/doc

2024-01-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 24 20:06:40 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
zlib-1.3.1 out


To generate a diff of this commit:
cvs rdiff -u -r1.1977 -r1.1978 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/doc

2024-01-23 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jan 23 08:08:36 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
indent


To generate a diff of this commit:
cvs rdiff -u -r1.3029 -r1.3030 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3029 src/doc/CHANGES:1.3030
--- src/doc/CHANGES:1.3029	Tue Jan 23 08:01:15 2024
+++ src/doc/CHANGES	Tue Jan 23 08:08:36 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3029 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3030 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -252,7 +252,7 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 		interrupt controller. [thorpej 20240102]
 	gftty(4): New driver for the Goldfish virtual tty. [thorpej 20240102]
 	virt68k: Add new port for virtual Motorola 68040 machines in
-	QEMU using VirtIO devices. [thorpej 20240102]
+		QEMU using VirtIO devices. [thorpej 20240102]
 	urtwn(4): Add Mercusys NW150US V2 USB support. [maya 20240106]
 	riscv: Add a SiFive FU[57]40/ L2 Cache controller driver.
 		[skrll 20240113]



CVS commit: src/doc

2024-01-23 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jan 23 08:08:36 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
indent


To generate a diff of this commit:
cvs rdiff -u -r1.3029 -r1.3030 src/doc/CHANGES

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



CVS commit: src/doc

2024-01-23 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jan 23 08:01:15 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
doc: Changes for January


To generate a diff of this commit:
cvs rdiff -u -r1.3028 -r1.3029 src/doc/CHANGES

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



CVS commit: src/doc

2024-01-23 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jan 23 08:01:15 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
doc: Changes for January


To generate a diff of this commit:
cvs rdiff -u -r1.3028 -r1.3029 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3028 src/doc/CHANGES:1.3029
--- src/doc/CHANGES:1.3028	Thu Jan 18 04:08:44 2024
+++ src/doc/CHANGES	Tue Jan 23 08:01:15 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3028 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3029 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -246,5 +246,26 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	tzdata: Updated to 2023d (via 2023dgtz) [kre 20231223]
 	postfix(1): Import version 3.8.4. [christos 20231223]
 	tzcode: Updated to 2023d. [christos 20231223]
+	postfix(1): Install postfix-tls-script (for "postfix tls")
+		[kim 20240101]
+	gfpic(4): New driver for the Goldfish virtual programmable
+		interrupt controller. [thorpej 20240102]
+	gftty(4): New driver for the Goldfish virtual tty. [thorpej 20240102]
+	virt68k: Add new port for virtual Motorola 68040 machines in
+	QEMU using VirtIO devices. [thorpej 20240102]
+	urtwn(4): Add Mercusys NW150US V2 USB support. [maya 20240106]
+	riscv: Add a SiFive FU[57]40/ L2 Cache controller driver.
+		[skrll 20240113]
+	cp(1): Always copy regular files, even if they appear to be zero-sized.
+		[christos 20240115]
+	riscv: Add a StarTech JH7100 SoC clock driver, seen in the Beagle-V
+		board. [skrll 20240116]
 	wm(4): Add some Meteor Lake devices (I219 V20-V21 and LM 20-21).
 		[msaitoh 20240118]
+	cpuctl(8): Recognize Intel Meteor Lake and Emerald Rapids.
+		[msaitoh 20240118]
+	m68k: Made many ports share common code for interrupt dispatch
+		and vector tables. [thorpej 20240118]
+	evbppc: Add initial support for the Nintendo Wii. [jmcneill 20240120]
+	libm: Import more long double functions from FreeBSD.
+		[christos 20240121]



CVS commit: src/doc

2024-01-22 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jan 22 14:33:26 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
postfix-3.8.5 is out


To generate a diff of this commit:
cvs rdiff -u -r1.1976 -r1.1977 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/doc

2024-01-22 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jan 22 14:33:26 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
postfix-3.8.5 is out


To generate a diff of this commit:
cvs rdiff -u -r1.1976 -r1.1977 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.1976 src/doc/3RDPARTY:1.1977
--- src/doc/3RDPARTY:1.1976	Tue Jan 16 09:42:44 2024
+++ src/doc/3RDPARTY	Mon Jan 22 14:33:26 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1976 2024/01/16 09:42:44 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1977 2024/01/22 14:33:26 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1230,11 +1230,11 @@ now to do a new import.
 
 Package:	Postfix
 Version:	3.8.4
-Current Vers:	3.8.4
+Current Vers:	3.8.5
 Maintainer:	Wietse Venema 
 Archive Site:
 Home Page:	http://www.postfix.org/
-Date: 		2023-12-23
+Date: 		2024-01-22
 Mailing List:	postfix-us...@postfix.org
 Responsible:	christos
 License:	IBM Public License. See also src/external/ibm-public/postfix/dist.



CVS commit: src/doc

2024-01-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jan 18 04:08:44 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
doc: wm(4): Add some Meteor Lake devices (I219 V20-V21 and LM 20-21)


To generate a diff of this commit:
cvs rdiff -u -r1.3027 -r1.3028 src/doc/CHANGES

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
diff -u src/doc/CHANGES:1.3027 src/doc/CHANGES:1.3028
--- src/doc/CHANGES:1.3027	Sat Dec 23 20:49:22 2023
+++ src/doc/CHANGES	Thu Jan 18 04:08:44 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3027 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3028 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -246,3 +246,5 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	tzdata: Updated to 2023d (via 2023dgtz) [kre 20231223]
 	postfix(1): Import version 3.8.4. [christos 20231223]
 	tzcode: Updated to 2023d. [christos 20231223]
+	wm(4): Add some Meteor Lake devices (I219 V20-V21 and LM 20-21).
+		[msaitoh 20240118]



CVS commit: src/doc

2024-01-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jan 18 04:08:44 UTC 2024

Modified Files:
src/doc: CHANGES

Log Message:
doc: wm(4): Add some Meteor Lake devices (I219 V20-V21 and LM 20-21)


To generate a diff of this commit:
cvs rdiff -u -r1.3027 -r1.3028 src/doc/CHANGES

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



CVS commit: src/doc

2024-01-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jan 18 04:02:16 UTC 2024

Modified Files:
src/doc: CHANGES.prev

Log Message:
arm: Add entry for ARM big.LITTLE done by ryo@.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/doc/CHANGES.prev

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.prev
diff -u src/doc/CHANGES.prev:1.177 src/doc/CHANGES.prev:1.178
--- src/doc/CHANGES.prev:1.177	Thu Jan 18 03:59:37 2024
+++ src/doc/CHANGES.prev	Thu Jan 18 04:02:16 2024
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.177 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.178 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -12440,6 +12440,7 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
 	mue(4): Add driver for Microchip LAN75xx/LAN78xx (Raspberry Pi 3 B+)
 		from OpenBSD. [rin 20180825]
 	OpenSSH: Imported 7.8. [christos 20180826]
+	arm: Add support multiple cpu clusters(big.LITTLE) [ryo 20180826]
 	rkpmic(4): Add driver for Rockchip RK808 Power Management IC.
 		[jmcneill 20180901]
 	nsd: Import 4.1.24. [christos 20180903]



CVS commit: src/doc

2024-01-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jan 18 04:02:16 UTC 2024

Modified Files:
src/doc: CHANGES.prev

Log Message:
arm: Add entry for ARM big.LITTLE done by ryo@.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/doc/CHANGES.prev

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



CVS commit: src/doc

2024-01-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jan 18 03:59:37 UTC 2024

Modified Files:
src/doc: CHANGES.prev

Log Message:
wm(4): It's not for V9 but for V19.


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/doc/CHANGES.prev

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



CVS commit: src/doc

2024-01-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jan 18 03:59:37 UTC 2024

Modified Files:
src/doc: CHANGES.prev

Log Message:
wm(4): It's not for V9 but for V19.


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/doc/CHANGES.prev

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.prev
diff -u src/doc/CHANGES.prev:1.176 src/doc/CHANGES.prev:1.177
--- src/doc/CHANGES.prev:1.176	Fri Nov 17 22:46:19 2023
+++ src/doc/CHANGES.prev	Thu Jan 18 03:59:37 2024
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.176 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.177 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -13146,7 +13146,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 		and humidity sensor [brad 20211003]
 	network: Make pktq_rps_hash() pluggable for each interface type.
 		[knakahara 20211011]
-	wm(4): Add Tiger Lake and newer devices (I219V 15-V9 and LM 16-19).
+	wm(4): Add Tiger Lake and newer devices (I219V 15-V19 and LM 16-19).
 		[msaitoh 20211013]
 	sgp40mox(4): Driver for the Sensirion SGP40 MOx gas sensor for air
 		quality [brad 20211014]



CVS commit: src/doc

2024-01-16 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Jan 16 09:42:44 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
sqlite3-3.45 out


To generate a diff of this commit:
cvs rdiff -u -r1.1975 -r1.1976 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.1975 src/doc/3RDPARTY:1.1976
--- src/doc/3RDPARTY:1.1975	Fri Jan 12 19:31:43 2024
+++ src/doc/3RDPARTY	Tue Jan 16 09:42:44 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1975 2024/01/12 19:31:43 wiz Exp $
+#	$NetBSD: 3RDPARTY,v 1.1976 2024/01/16 09:42:44 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1328,10 +1328,10 @@ original.
 
 Package:	sqlite
 Version:	3.43.0
-Current Vers:	3.44.0
+Current Vers:	3.45.0
 Maintainer:	Richard Hipp 
 Home Page:	http://www.sqlite.org
-Date: 		2023-09-04
+Date: 		2024-01-16
 Responsible:	joerg
 License:	Public domain
 Location:	external/public-domain/sqlite/dist



CVS commit: src/doc

2024-01-16 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Jan 16 09:42:44 UTC 2024

Modified Files:
src/doc: 3RDPARTY

Log Message:
sqlite3-3.45 out


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

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



  1   2   3   4   5   6   7   8   9   10   >