CVS commit: [netbsd-8] src/doc

2024-04-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Apr 28 10:17:03 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1960


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.228 -r1.1.2.229 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.228 src/doc/CHANGES-8.3:1.1.2.229
--- src/doc/CHANGES-8.3:1.1.2.228	Thu Apr 18 16:45:55 2024
+++ src/doc/CHANGES-8.3	Sun Apr 28 10:17:03 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.228 2024/04/18 16:45:55 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.229 2024/04/28 10:17:03 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4430,3 +4430,8 @@ sys/arch/x86/x86/viac7temp.c			1.10
 	viac7temp(4): PR 58148: fix the kernel module.
 	[andvar, ticket #1959]
 
+sys/netinet6/frag6.c1.78
+
+	inet6: fix calculation of fragment length.
+	[ozaki-r, ticket #1960]
+



CVS commit: [netbsd-8] src/doc

2024-04-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Apr 28 10:17:03 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1960


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.228 -r1.1.2.229 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-04-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Apr 18 16:45:55 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1955 - #1959


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.227 -r1.1.2.228 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-04-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Apr 18 16:45:55 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1955 - #1959


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.227 -r1.1.2.228 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.227 src/doc/CHANGES-8.3:1.1.2.228
--- src/doc/CHANGES-8.3:1.1.2.227	Wed Apr 17 18:09:14 2024
+++ src/doc/CHANGES-8.3	Thu Apr 18 16:45:55 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.227 2024/04/17 18:09:14 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.228 2024/04/18 16:45:55 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4401,3 +4401,32 @@ share/mk/bsd.lib.mk1.398,1.399,1.152
 	bsd.x11.mk: PR 58104: use TOOL_AWK, not the build host's awk.
 	[riastradh, ticket #1954]
 
+distrib/evbarm/instkernel/sshramdisk/Makefile	1.26
+
+	evbarm/sshramdisk: PR 58035: put firmware files in the right
+place.
+	[riastradh, ticket #1955]
+
+external/bsd/am-utils/dist/amd/amq_subr.c	1.4,1.5
+external/bsd/am-utils/dist/amq/amq.c		1.4
+external/bsd/am-utils/dist/amq/amq_xdr.c	1.2
+external/bsd/am-utils/dist/include/amq_defs.h	1.2
+
+	amd(8): PR 56974: fix crash in amq -i.
+	[riastradh, ticket #1956]
+
+external/gpl2/grep/dist/src/grep.c		1.3
+
+	grep(1): PR 56584: don't read FIFOs with -D skip.
+	[riastradh, ticket #1957]
+
+usr.bin/who/utmpentry.c1.22
+
+	who(1): PR 56013: fix utmpentry counting.
+	[riastradh, ticket #1958]
+
+sys/arch/x86/x86/viac7temp.c			1.10
+
+	viac7temp(4): PR 58148: fix the kernel module.
+	[andvar, ticket #1959]
+



CVS commit: [netbsd-8] src/doc

2024-04-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Apr 17 18:09:14 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1953 and #1954


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.226 -r1.1.2.227 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.226 src/doc/CHANGES-8.3:1.1.2.227
--- src/doc/CHANGES-8.3:1.1.2.226	Mon Mar 25 15:59:02 2024
+++ src/doc/CHANGES-8.3	Wed Apr 17 18:09:14 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.226 2024/03/25 15:59:02 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.227 2024/04/17 18:09:14 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4390,3 +4390,14 @@ external/gpl2/groff/dist/tmac/doc.tmac		
 	correctly.
 	[uwe, ticket #1952]
 
+sys/dev/pci/if_iwn.c1.100
+
+	iwn(4): PR 58105: use the correct firmware file on
+	Intel Centrino N 130.
+	[riastradh, ticket #1953]
+
+share/mk/bsd.lib.mk1.398,1.399,1.152 (via patch)
+
+	bsd.x11.mk: PR 58104: use TOOL_AWK, not the build host's awk.
+	[riastradh, ticket #1954]
+



CVS commit: [netbsd-8] src/doc

2024-04-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Apr 17 18:09:14 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1953 and #1954


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.226 -r1.1.2.227 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-03-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Mar 25 15:59:02 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1952


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.225 -r1.1.2.226 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.225 src/doc/CHANGES-8.3:1.1.2.226
--- src/doc/CHANGES-8.3:1.1.2.225	Mon Mar 25 15:55:32 2024
+++ src/doc/CHANGES-8.3	Mon Mar 25 15:59:02 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.225 2024/03/25 15:55:32 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.226 2024/03/25 15:59:02 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4384,3 +4384,9 @@ sys/dev/qbus/if_qe.c1.82
 	vax/qe(4): PR 58068: fix crash on various ifconfig operations.
 	[riastradh, ticket #1951]
 
+external/gpl2/groff/dist/tmac/doc.tmac		1.3
+
+	doc.tmac: PR 58074: .Lk - handle punctuation without anchor-text
+	correctly.
+	[uwe, ticket #1952]
+



CVS commit: [netbsd-8] src/doc

2024-03-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Mar 25 15:59:02 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1952


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.225 -r1.1.2.226 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-03-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Mar 25 15:55:32 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1949 - #1951


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.224 -r1.1.2.225 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.224 src/doc/CHANGES-8.3:1.1.2.225
--- src/doc/CHANGES-8.3:1.1.2.224	Tue Mar 12 12:50:10 2024
+++ src/doc/CHANGES-8.3	Mon Mar 25 15:55:32 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.224 2024/03/12 12:50:10 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.225 2024/03/25 15:55:32 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4365,3 +4365,22 @@ usr.bin/audio/record/record.c   
 	- audioplay gains -n flag (no play, like make -n)
 	- audiorecord manual gained useful examples
 	[mrg, ticket #1948]
+
+usr.bin/audio/common/wav.c			1.24
+
+	audioplay(1): avoid errors when a file has zero-length data.
+	[mrg, ticket #1950]
+
+distrib/amd64/ramdisks/common/Makefile.ramdisk	1.17
+distrib/i386/ramdisks/common/Makefile.ramdisk	1.16
+etc/etc.amd64/Makefile.inc			1.17
+etc/etc.i386/Makefile.inc			1.70
+
+	x86: PR 57534: release the zfs and cgd ramdisks too.
+	[riastradh, ticket #1949]
+
+sys/dev/qbus/if_qe.c1.82
+
+	vax/qe(4): PR 58068: fix crash on various ifconfig operations.
+	[riastradh, ticket #1951]
+



CVS commit: [netbsd-8] src/doc

2024-03-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Mar 25 15:55:32 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1949 - #1951


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.224 -r1.1.2.225 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-03-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Mar 12 12:50:10 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1940 and #1948


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.223 -r1.1.2.224 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.223 src/doc/CHANGES-8.3:1.1.2.224
--- src/doc/CHANGES-8.3:1.1.2.223	Mon Mar 11 20:06:31 2024
+++ src/doc/CHANGES-8.3	Tue Mar 12 12:50:10 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.223 2024/03/11 20:06:31 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.224 2024/03/12 12:50:10 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4340,3 +4340,28 @@ lib/libc/gen/getcap.c1.58
 	libc: fix memory leak in getent().
 	[ozaki-r, ticket #1947]
 
+sys/dev/usb/usbdi.c1.248
+
+	usbdi(9): PR 57783: avoid locking against self when racing with
+	the host controller softint to enter ddb.
+	[riastradh, ticket #1940]
+
+usr.bin/audio/common/auconv.h   up to 1.6
+usr.bin/audio/common/audio.cup to 1.27
+usr.bin/audio/common/decode.c   up to 1.2
+usr.bin/audio/common/libaudio.h up to 1.22
+usr.bin/audio/common/sun.c  up to 1.11
+usr.bin/audio/common/wav.c  up to 1.22
+usr.bin/audio/play/audioplay.1  up to 1.34
+usr.bin/audio/play/play.c   up to 1.64
+usr.bin/audio/record/audiorecord.1  up to 1.45
+usr.bin/audio/record/record.c   up to 1.58
+
+	audioplay(1), audiorecord(1):
+	- support for playing 32-bit and 64-bit IEEE FP .wav files
+	- support for recording 24 bit .wav files  
+	- read-overflow fixes for .wav files, and other fixes for the
+	  wav parser
+	- audioplay gains -n flag (no play, like make -n)
+	- audiorecord manual gained useful examples
+	[mrg, ticket #1948]



CVS commit: [netbsd-8] src/doc

2024-03-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Mar 12 12:50:10 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1940 and #1948


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.223 -r1.1.2.224 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-03-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Mar 11 20:06:31 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1945 - #1947


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.222 -r1.1.2.223 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.222 src/doc/CHANGES-8.3:1.1.2.223
--- src/doc/CHANGES-8.3:1.1.2.222	Sun Mar 10 19:22:56 2024
+++ src/doc/CHANGES-8.3	Mon Mar 11 20:06:31 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.222 2024/03/10 19:22:56 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.223 2024/03/11 20:06:31 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4323,3 +4323,20 @@ sys/netinet6/in6.c1.292
 	a router advertisement processed by dhcpcd.
 	[riastradh, ticket #1944]
 
+sys/kern/sysv_shm.c1.142 (patch)
+
+	sysv_shm: PR 57979: avoid arithmetic overflow when computing
+	kern.ipc.shmmax.
+	[riastradh, ticket #1945]
+
+sys/net/if_tun.c1.175
+
+	tun(4): PR 58013: allow IPv6 packets with TUNSLMODE configured,
+	rather than hard-coding tun(4) as IPv4-only.
+	[riastradh, ticket #1946]
+
+lib/libc/gen/getcap.c1.58
+
+	libc: fix memory leak in getent().
+	[ozaki-r, ticket #1947]
+



CVS commit: [netbsd-8] src/doc

2024-03-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Mar 11 20:06:31 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1945 - #1947


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.222 -r1.1.2.223 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-03-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Mar 10 19:22:56 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1939, #1941 - #1944


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.221 -r1.1.2.222 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.221 src/doc/CHANGES-8.3:1.1.2.222
--- src/doc/CHANGES-8.3:1.1.2.221	Thu Feb 29 10:47:52 2024
+++ src/doc/CHANGES-8.3	Sun Mar 10 19:22:56 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.221 2024/02/29 10:47:52 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.222 2024/03/10 19:22:56 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4292,3 +4292,34 @@ sys/dev/pci/if_wmreg.h			1.131
 	- Fix comment.
 	[msaitoh, ticket #1938]
 
+lib/libc/net/getnameinfo.c			1.60
+
+	getnameinfo(3): PR 57609: fix socket address length checks.
+	[riastradh, ticket #1939]
+
+lib/libc/net/getnameinfo.3			1.43
+
+	getnameinfo(3): PR 57832_ document NI_NUMERICSCOPE.
+	[riastradh, ticket #1941]
+
+sys/dev/usb/if_urtwn.c1.109 (patch)
+
+	urtwn(4): PR 57965: avoid deadlock on command ring overflow.
+	[riastradh, ticket #1942]
+
+usr.bin/getconf/getconf.1			1.14
+usr.bin/getconf/getconf.c			1.37
+
+	getconf(1): PR 57875: accept variable names with or without
+	leading underscore. This matches FreeBSD and makes it more
+	portable to GNU getconf(1), which currently _requires_ a leading
+	underscore while ours currently _refuses_ a leading underscore.
+	[riastradh, ticket #1943]
+
+sys/netinet6/in6.c1.292
+
+	netinet6: PR 53922: avoid NPD on certain inet6 addr configs.
+	This can be provoked by anyone on the local network by issuing
+	a router advertisement processed by dhcpcd.
+	[riastradh, ticket #1944]
+



CVS commit: [netbsd-8] src/doc

2024-03-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Mar 10 19:22:56 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1939, #1941 - #1944


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.221 -r1.1.2.222 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-02-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Feb 29 10:47:52 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1938


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.220 -r1.1.2.221 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.220 src/doc/CHANGES-8.3:1.1.2.221
--- src/doc/CHANGES-8.3:1.1.2.220	Fri Feb 23 18:18:35 2024
+++ src/doc/CHANGES-8.3	Thu Feb 29 10:47:52 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.220 2024/02/23 18:18:35 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.221 2024/02/29 10:47:52 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4280,3 +4280,15 @@ tests/lib/libm/t_fenv.c1.14,1.15
 	libm: PR 57949: fix spurious side effects in fetestexcept.
 	[riastradh, ticket #1937]
 
+sys/dev/pci/if_wm.c			1.792,1.794-1.798 via patch
+sys/dev/pci/if_wmreg.h			1.131
+
+	- Add RQDPC(Receive Queue Drop Packet Count) to iqdrops.
+	- Drop frames if the RX descriptor ring has no room on multiqueue
+	  system.
+	- Improve dmesg output.
+	  - Print RX packet buffer size.
+	  - Fix the upper 16bit of Image Unique ID(EtrackID).
+	- Fix comment.
+	[msaitoh, ticket #1938]
+



CVS commit: [netbsd-8] src/doc

2024-02-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Feb 29 10:47:52 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1938


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.220 -r1.1.2.221 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-02-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 23 18:18:35 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1937


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.219 -r1.1.2.220 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.219 src/doc/CHANGES-8.3:1.1.2.220
--- src/doc/CHANGES-8.3:1.1.2.219	Sat Feb 17 16:14:05 2024
+++ src/doc/CHANGES-8.3	Fri Feb 23 18:18:35 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.219 2024/02/17 16:14:05 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.220 2024/02/23 18:18:35 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4274,3 +4274,9 @@ libexec/utmp_update/utmp_update.c		1.14
 	utmp_update(8): check for non-printable characters in ut_host.
 	[shm, ticket #1936]
 
+lib/libm/arch/x86_64/fenv.c			1.11
+tests/lib/libm/t_fenv.c1.14,1.15
+
+	libm: PR 57949: fix spurious side effects in fetestexcept.
+	[riastradh, ticket #1937]
+



CVS commit: [netbsd-8] src/doc

2024-02-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 23 18:18:35 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1937


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.219 -r1.1.2.220 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-02-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Feb 17 16:14:05 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1935 and #1936


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.218 -r1.1.2.219 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.218 src/doc/CHANGES-8.3:1.1.2.219
--- src/doc/CHANGES-8.3:1.1.2.218	Sat Feb  3 14:28:16 2024
+++ src/doc/CHANGES-8.3	Sat Feb 17 16:14:05 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.218 2024/02/03 14:28:16 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.219 2024/02/17 16:14:05 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4246,3 +4246,31 @@ sys/dev/hdaudio/hdafg.c1.29
 	hdaudio(4): PR 57890: fix crash on shutdown with record-only devices.
 	[riastradh, ticket #1934]
 
+external/public-domain/tz/dist/Makefile up to 1.1.1.38
+external/public-domain/tz/dist/NEWS up to 1.1.1.45
+external/public-domain/tz/dist/TZDATA_VERSION   up to 1.37
+external/public-domain/tz/dist/africa   up to 1.1.1.33
+external/public-domain/tz/dist/asia up to 1.12
+external/public-domain/tz/dist/australasia  up to 1.9
+external/public-domain/tz/dist/checknow.awk up to 1.1.1.2
+external/public-domain/tz/dist/etcetera up to 1.1.1.8
+external/public-domain/tz/dist/europe   up to 1.1.1.39
+external/public-domain/tz/dist/leap-seconds.list up to 1.7
+external/public-domain/tz/dist/leapseconds  up to 1.7
+external/public-domain/tz/dist/leapseconds.awk  up to 1.1.1.14
+external/public-domain/tz/dist/northamerica up to 1.1.1.35
+external/public-domain/tz/dist/southamerica up to 1.1.1.25
+external/public-domain/tz/dist/theory.html  up to 1.1.1.19
+external/public-domain/tz/dist/version  up to 1.12
+external/public-domain/tz/dist/zishrink.awk up to 1.1.1.9
+external/public-domain/tz/dist/zonenow.tab  up to 1.1.1.2
+doc/3RDPARTY	apply patch
+
+	Updated tzdata to 2024a.
+	[kre, ticket #1935]
+
+libexec/utmp_update/utmp_update.c		1.14
+
+	utmp_update(8): check for non-printable characters in ut_host.
+	[shm, ticket #1936]
+



CVS commit: [netbsd-8] src/doc

2024-02-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Feb 17 16:14:05 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1935 and #1936


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.218 -r1.1.2.219 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-02-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Feb  3 14:28:16 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1931 - #1934


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.217 -r1.1.2.218 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-02-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Feb  3 14:28:16 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1931 - #1934


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.217 -r1.1.2.218 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.217 src/doc/CHANGES-8.3:1.1.2.218
--- src/doc/CHANGES-8.3:1.1.2.217	Sun Jan 14 15:36:10 2024
+++ src/doc/CHANGES-8.3	Sat Feb  3 14:28:16 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.217 2024/01/14 15:36:10 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.218 2024/02/03 14:28:16 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4192,3 +4192,57 @@ external/bsd/iscsi/dist/src/lib/protocol
 	logout decap.
 	[riastradh, ticket #1930]
 
+sys/dev/pci/pcidevs1.1477,1.1494,1.1498-1.1502
+sys/dev/pci/pcidevs.h(regen)
+sys/dev/pci/pcidevs_data.h			(regen)
+
+	- Add EXAR XR17V354 PCIe UART.
+	- Add Mellanox ConnectX-6 Lx.
+	- Add some newer Areca boards.
+	- Update Intel Raptor Lake devices.
+	- Add Intel C26[26] eSPI.
+	- Add Intel I219-LM20, LM21, V20 and V21.
+	- Add Intel I225/I226 series devices.
+	[msaitoh, ticket #1931]
+
+sys/dev/pci/if_wm.c1.793
+
+	wm(4): add Intel I219-{LM,V}(20,21) support.
+	[msaitoh, ticket #1932]
+
+sys/dev/pci/ixgbe/ix_txrx.c			1.105-1.116 via patch
+sys/dev/pci/ixgbe/ixgbe.c			1.345-1.346,1.349 via patch
+sys/dev/pci/ixgbe/ixgbe.h			1.94-1.98
+sys/dev/pci/ixgbe/ixgbe_type.h			1.62
+sys/dev/pci/ixgbe/ixv.c1.193,1.195-1.196
+
+	- Clear the WTHRESH bit field before writing it.
+	- Optimize ixgbe_txeof().
+	- Use kmem_zalloc() instead of malloc(,M_ZERO).
+	- Add QPRDC(Queue Packet Receive Drop Count) into iqdrops.
+	- No functional change
+	  - Move assignment of TXD.
+	  - ixv(4): Remove unused IFF_OACTIVE.
+	  - Don't include the Flow Director related members to reduce the
+	size of struct tx_ring. On amd64 and aarch64, the real size is
+	not changed because of the alignment.
+	  - The descriptor ring size and the alignment are tested in the
+	attach function, so it's not required to use
+	roundup2(size, DBA_ALIGN).
+	  - Use #ifdef LRO more to reduce the size of struct rx_ring.
+	  - Change "me" from 32bit to 8bit because the max is 128.
+	This commit doesn't change the real size of ix_queue, tx_ring
+	and rx_ring because of the alignment.
+	  - Th RSC (hardware receive side coalescing) feature has been
+	disabled all along, so enclose the code with #ifdef RSC.
+	  - Remove unused.
+	  - Modify for the readability.
+	  - Modify comment.
+	  - Fix comment. Whitespace.
+	[msaitoh, ticket #1933]
+
+sys/dev/hdaudio/hdafg.c1.29
+
+	hdaudio(4): PR 57890: fix crash on shutdown with record-only devices.
+	[riastradh, ticket #1934]
+



CVS commit: [netbsd-8] src/doc

2024-01-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jan 14 15:36:10 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1930


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.216 -r1.1.2.217 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.216 src/doc/CHANGES-8.3:1.1.2.217
--- src/doc/CHANGES-8.3:1.1.2.216	Mon Jan  1 11:40:17 2024
+++ src/doc/CHANGES-8.3	Sun Jan 14 15:36:10 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.216 2024/01/01 11:40:17 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.217 2024/01/14 15:36:10 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4186,3 +4186,9 @@ sys/conf/copyright1.22
 	Update copyright notice for 2024.
 	[hgutch, ticket #1929]
 
+external/bsd/iscsi/dist/src/lib/protocol.c	1.5
+
+	libiscsi: PR 57784: fix types of Time2Wait and Time2Retain in
+	logout decap.
+	[riastradh, ticket #1930]
+



CVS commit: [netbsd-8] src/doc

2024-01-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jan 14 15:36:10 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1930


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.216 -r1.1.2.217 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2024-01-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan  1 11:40:17 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1929


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.215 -r1.1.2.216 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.215 src/doc/CHANGES-8.3:1.1.2.216
--- src/doc/CHANGES-8.3:1.1.2.215	Sat Dec 30 19:19:01 2023
+++ src/doc/CHANGES-8.3	Mon Jan  1 11:40:17 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.215 2023/12/30 19:19:01 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.216 2024/01/01 11:40:17 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4180,3 +4180,9 @@ doc/3RDPARTY	(apply patch)
 
 	Update tzdata to tzdata2023dgtz.
 	[kre, ticket #1928]
+
+sys/conf/copyright1.22
+
+	Update copyright notice for 2024.
+	[hgutch, ticket #1929]
+



CVS commit: [netbsd-8] src/doc

2024-01-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan  1 11:40:17 UTC 2024

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1929


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.215 -r1.1.2.216 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-12-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec 30 19:19:01 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1928


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.214 -r1.1.2.215 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-12-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Dec 12 16:49:51 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1927


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.213 -r1.1.2.214 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.213 src/doc/CHANGES-8.3:1.1.2.214
--- src/doc/CHANGES-8.3:1.1.2.213	Mon Dec 11 12:30:22 2023
+++ src/doc/CHANGES-8.3	Tue Dec 12 16:49:51 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.213 2023/12/11 12:30:22 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.214 2023/12/12 16:49:51 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4141,3 +4141,9 @@ usr.bin/systat/vmstat.c1.92
 	systat(1): PR 56014: fix redraw handling.
 	[kre, ticket #1926]
 
+sys/nfs/nfs_vnops.c1.325
+
+	NFS client: PR 57691: fix RFC 1813 compliance for
+	READDIR and READDIRPLUS cookie verifiers.
+	[schmonz, ticket #1927]
+



CVS commit: [netbsd-8] src/doc

2023-12-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Dec 12 16:49:51 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1927


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.213 -r1.1.2.214 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-12-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 11 12:30:23 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1926


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.212 -r1.1.2.213 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.212 src/doc/CHANGES-8.3:1.1.2.213
--- src/doc/CHANGES-8.3:1.1.2.212	Sun Dec 10 13:11:59 2023
+++ src/doc/CHANGES-8.3	Mon Dec 11 12:30:22 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.212 2023/12/10 13:11:59 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.213 2023/12/11 12:30:22 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4136,3 +4136,8 @@ lib/libc/net/sethostent.c			1.21
 	sethostent(3): fix a couple of (not very likely) memory leaks.
 	[kre, ticket #1925]
 
+usr.bin/systat/vmstat.c1.92
+
+	systat(1): PR 56014: fix redraw handling.
+	[kre, ticket #1926]
+



CVS commit: [netbsd-8] src/doc

2023-12-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 11 12:30:23 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1926


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.212 -r1.1.2.213 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-12-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Dec 10 13:11:59 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1925


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.211 -r1.1.2.212 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-12-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Dec 10 13:11:59 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1925


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.211 -r1.1.2.212 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.211 src/doc/CHANGES-8.3:1.1.2.212
--- src/doc/CHANGES-8.3:1.1.2.211	Sat Dec  9 13:39:36 2023
+++ src/doc/CHANGES-8.3	Sun Dec 10 13:11:59 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.211 2023/12/09 13:39:36 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.212 2023/12/10 13:11:59 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4131,3 +4131,8 @@ tests/lib/libpthread/t_stack.c			1.1-1.6
 	pthread: PR 57721: fix user-allocated stack addressing.
 	[riastradh, ticket #1924]
 
+lib/libc/net/sethostent.c			1.21
+
+	sethostent(3): fix a couple of (not very likely) memory leaks.
+	[kre, ticket #1925]
+



CVS commit: [netbsd-8] src/doc

2023-12-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec  9 13:39:36 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ammend ticket #1920 for additional pullups.
Tickets #1923 and #1924.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.210 -r1.1.2.211 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.210 src/doc/CHANGES-8.3:1.1.2.211
--- src/doc/CHANGES-8.3:1.1.2.210	Wed Nov 29 18:54:37 2023
+++ src/doc/CHANGES-8.3	Sat Dec  9 13:39:36 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.210 2023/11/29 18:54:37 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.211 2023/12/09 13:39:36 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4100,6 +4100,7 @@ external/gpl3/binutils/dist/gas/config/t
 
 sys/kern/exec_subr.c1.86,1.87
 tests/lib/libc/sys/t_setrlimit.c		1.8,1.9
+tests/lib/libc/sys/Makefile			1.75
 
 	PR 57711: fix setrlimit(RLIMIT_STACK) in current process.
 	[riastradh, ticket #1920]
@@ -4114,3 +4115,19 @@ etc/namedb/root.cache1.24-1.26
 	Update root name servers to 2023112702 (November 27, 2023).
 	[taca, ticket #1922]
 
+lib/libc/gen/vis.c1.75-1.86
+tests/lib/libc/gen/t_vis.c			1.10-1.14
+
+	vis(3): PR 57573: fix buffer overruns in edge cases.
+	PR 56260: fix out-of-bounds stack read.
+	[riastradh, ticket #1923]
+
+distrib/sets/lists/debug/mi			1.424
+distrib/sets/lists/tests/mi			1.1297 (patch)
+lib/libpthread/pthread.c			1.184
+tests/lib/libpthread/Makefile			1.16
+tests/lib/libpthread/t_stack.c			1.1-1.6
+
+	pthread: PR 57721: fix user-allocated stack addressing.
+	[riastradh, ticket #1924]
+



CVS commit: [netbsd-8] src/doc

2023-12-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec  9 13:39:36 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ammend ticket #1920 for additional pullups.
Tickets #1923 and #1924.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.210 -r1.1.2.211 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-11-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Nov 29 18:54:37 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1922


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.209 -r1.1.2.210 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.209 src/doc/CHANGES-8.3:1.1.2.210
--- src/doc/CHANGES-8.3:1.1.2.209	Wed Nov 29 12:29:45 2023
+++ src/doc/CHANGES-8.3	Wed Nov 29 18:54:37 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.209 2023/11/29 12:29:45 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.210 2023/11/29 18:54:37 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4109,3 +4109,8 @@ sys/ufs/ffs/ffs_vfsops.c			1.382
 	PR 57606: ffs: fix minor locking error.
 	[riastradh, ticket #1921]
 
+etc/namedb/root.cache1.24-1.26
+
+	Update root name servers to 2023112702 (November 27, 2023).
+	[taca, ticket #1922]
+



CVS commit: [netbsd-8] src/doc

2023-11-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Nov 29 18:54:37 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1922


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.209 -r1.1.2.210 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-11-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Nov 29 12:29:45 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ammend ticket #1920 for additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.208 -r1.1.2.209 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-11-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Nov 29 12:29:45 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ammend ticket #1920 for additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.208 -r1.1.2.209 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.208 src/doc/CHANGES-8.3:1.1.2.209
--- src/doc/CHANGES-8.3:1.1.2.208	Tue Nov 28 13:14:41 2023
+++ src/doc/CHANGES-8.3	Wed Nov 29 12:29:45 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.208 2023/11/28 13:14:41 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.209 2023/11/29 12:29:45 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4098,7 +4098,7 @@ external/gpl3/binutils/dist/gas/config/t
 	as(1): PR 57680: handle MIPS1 FPR load hazard correctly.
 	[tsutsui, ticket #1919]
 
-sys/kern/exec_subr.c1.86
+sys/kern/exec_subr.c1.86,1.87
 tests/lib/libc/sys/t_setrlimit.c		1.8,1.9
 
 	PR 57711: fix setrlimit(RLIMIT_STACK) in current process.



CVS commit: [netbsd-8] src/doc

2023-11-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov 28 13:14:41 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1920 and #1921


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.207 -r1.1.2.208 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-11-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov 28 13:14:41 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1920 and #1921


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.207 -r1.1.2.208 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.207 src/doc/CHANGES-8.3:1.1.2.208
--- src/doc/CHANGES-8.3:1.1.2.207	Mon Nov 27 19:58:18 2023
+++ src/doc/CHANGES-8.3	Tue Nov 28 13:14:41 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.207 2023/11/27 19:58:18 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.208 2023/11/28 13:14:41 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4098,3 +4098,14 @@ external/gpl3/binutils/dist/gas/config/t
 	as(1): PR 57680: handle MIPS1 FPR load hazard correctly.
 	[tsutsui, ticket #1919]
 
+sys/kern/exec_subr.c1.86
+tests/lib/libc/sys/t_setrlimit.c		1.8,1.9
+
+	PR 57711: fix setrlimit(RLIMIT_STACK) in current process.
+	[riastradh, ticket #1920]
+
+sys/ufs/ffs/ffs_vfsops.c			1.382
+
+	PR 57606: ffs: fix minor locking error.
+	[riastradh, ticket #1921]
+



CVS commit: [netbsd-8] src/doc

2023-11-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 27 19:58:18 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1919


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

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



CVS commit: [netbsd-8] src/doc

2023-11-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 27 19:58:18 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1919


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

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.206 src/doc/CHANGES-8.3:1.1.2.207
--- src/doc/CHANGES-8.3:1.1.2.206	Sun Oct 29 16:49:07 2023
+++ src/doc/CHANGES-8.3	Mon Nov 27 19:58:18 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.206 2023/10/29 16:49:07 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.207 2023/11/27 19:58:18 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4093,3 +4093,8 @@ xsrc/external/mit/xorg-server/dist/randr
 	Fixes CVE-2023-5367 and CVE-2023-5380.
 	[mrg, ticket #1918]
 
+external/gpl3/binutils/dist/gas/config/tc-mips.c 1.25
+
+	as(1): PR 57680: handle MIPS1 FPR load hazard correctly.
+	[tsutsui, ticket #1919]
+



CVS commit: [netbsd-8] src/doc

2023-10-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct 29 16:49:07 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1917 and #1918


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

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.205 src/doc/CHANGES-8.3:1.1.2.206
--- src/doc/CHANGES-8.3:1.1.2.205	Thu Oct 26 15:14:28 2023
+++ src/doc/CHANGES-8.3	Sun Oct 29 16:49:07 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.205 2023/10/26 15:14:28 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.206 2023/10/29 16:49:07 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4071,3 +4071,25 @@ sys/dev/pci/mpii.c1.30
 	MPII_SCSIIO_STATUS_CHECK_COND condition.
 	[buhrow, ticket #1916]
 
+xsrc/external/mit/xorg-server.old/dist/Xi/xiproperty.c 1.2
+xsrc/external/mit/xorg-server.old/dist/dix/enterleave.h 1.2
+xsrc/external/mit/xorg-server.old/dist/include/eventstr.h 1.2
+xsrc/external/mit/xorg-server.old/dist/mi/mipointer.c 1.2
+xsrc/external/mit/xorg-server.old/dist/os/auth.c	1.4
+xsrc/external/mit/xorg-server.old/dist/randr/rrproperty.c 1.2
+
+	Merge security fixes from xorg-server 21.1.9 into xorg-server 1.10.6.
+	Fixes CVE-2023-5367 and CVE-2023-5380.
+	[mrg, ticket #1917]
+
+xsrc/external/mit/xorg-server/dist/Xi/xiproperty.c	(apply patch)
+xsrc/external/mit/xorg-server/dist/dix/enterleave.h	(apply patch)
+xsrc/external/mit/xorg-server/dist/include/eventstr.h	(apply patch)
+xsrc/external/mit/xorg-server/dist/mi/mipointer.c	(apply patch)
+xsrc/external/mit/xorg-server/dist/os/auth.c		(apply patch)
+xsrc/external/mit/xorg-server/dist/randr/rrproperty.c	(apply patch)
+
+	Merge security fixes from xorg-server 21.1.9 into xorg-server 1.18.4.
+	Fixes CVE-2023-5367 and CVE-2023-5380.
+	[mrg, ticket #1918]
+



CVS commit: [netbsd-8] src/doc

2023-10-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct 29 16:49:07 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1917 and #1918


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

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



CVS commit: [netbsd-8] src/doc

2023-10-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Oct 26 15:14:28 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1916


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

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.204 src/doc/CHANGES-8.3:1.1.2.205
--- src/doc/CHANGES-8.3:1.1.2.204	Wed Oct 18 14:46:35 2023
+++ src/doc/CHANGES-8.3	Thu Oct 26 15:14:28 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.204 2023/10/18 14:46:35 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.205 2023/10/26 15:14:28 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4064,3 +4064,10 @@ sys/dev/pci/if_wmvar.h			1.51
 	- Add I219{V,LM}({22,23}) devices (Raptor Lake).
 	[msaitoh, ticket #1915]
 
+sys/dev/pci/mpii.c1.30
+
+	mpii(4): PR 57133: fix a regression introduce in rev. 1.22.
+	Do not reset xs->resid when encountering a
+	MPII_SCSIIO_STATUS_CHECK_COND condition.
+	[buhrow, ticket #1916]
+



CVS commit: [netbsd-8] src/doc

2023-10-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Oct 26 15:14:28 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1916


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

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



CVS commit: [netbsd-8] src/doc

2023-10-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Oct 18 14:46:35 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1914 and #1915


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

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



CVS commit: [netbsd-8] src/doc

2023-10-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Oct 18 14:46:35 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1914 and #1915


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

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.203 src/doc/CHANGES-8.3:1.1.2.204
--- src/doc/CHANGES-8.3:1.1.2.203	Fri Oct 13 18:59:15 2023
+++ src/doc/CHANGES-8.3	Wed Oct 18 14:46:35 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.203 2023/10/13 18:59:15 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.204 2023/10/18 14:46:35 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4023,3 +4023,44 @@ sys/dev/pci/pcidevs_data.h			(regen)
 	Add Pericom(Diodes) PCIe switches.
 	[msaitoh, ticket #1913]
 
+sys/dev/pci/ixgbe/ix_txrx.c			1.103-1.104
+sys/dev/pci/ixgbe/ixgbe.c			1.334-1.338,
+		1.341-1.344 via patch
+sys/dev/pci/ixgbe/ixgbe.h			1.90-1.93
+sys/dev/pci/ixgbe/ixgbe_82599.c			1.31-1.32
+sys/dev/pci/ixgbe/ixgbe_api.c			1.29
+sys/dev/pci/ixgbe/ixgbe_bypass.h		1.5
+sys/dev/pci/ixgbe/ixgbe_common.c		1.46-1.47
+sys/dev/pci/ixgbe/ixgbe_common.h		1.18
+sys/dev/pci/ixgbe/ixgbe_dcb.c			1.14-1.15
+sys/dev/pci/ixgbe/ixgbe_dcb_82598.c		1.13
+sys/dev/pci/ixgbe/ixgbe_type.h			1.59-1.61
+sys/dev/pci/ixgbe/ixgbe_x540.c			1.24
+sys/dev/pci/ixgbe/ixgbe_x550.c			1.28
+sys/dev/pci/ixgbe/ixv.c 			1.187-1.192 via patch
+
+	- ixg(4): Add 82599 LS support once again.
+	- ixg(4): Filter out spurious link up indication more.
+	- ixg(4): Print DEVICE_CAPS register.
+	- ixg(4): Fix a bug that the number of queues is unintentionally
+	  limited to a small number or wrong error message may be printed
+	  when two devices' number of MSI-X vectors are different.
+	- Modify error message of wrong TX/RX descriptor size.
+	- Enable interrupt after setting IFF_RUNNING.
+	- Fix a bug that changing hw.ix[gv]X.qY.interrupt_rate would change
+	  all devices all queues default interrupt rate.
+	- Cleanup the code.
+	[msaitoh, ticket #1914]
+
+sys/dev/pci/pcidevs			1.1497
+sys/dev/pci/pcidevs.h			regen
+sys/dev/pci/pcidevs_data.h		regen
+sys/dev/pci/if_wm.c			1.689,1.790-1.791 via patch
+sys/dev/pci/if_wmreg.h			1.120 via patch
+sys/dev/pci/if_wmvar.h			1.51
+
+	- Use 12K for packet buffer for jumbo frame on PCH2 and newer.
+	- Add new workaround for Tiger Lake and newer to avoid packet loss.
+	- Add I219{V,LM}({22,23}) devices (Raptor Lake).
+	[msaitoh, ticket #1915]
+



CVS commit: [netbsd-8] src/doc

2023-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 13 18:59:15 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1911 - #1913


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.202 -r1.1.2.203 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.202 src/doc/CHANGES-8.3:1.1.2.203
--- src/doc/CHANGES-8.3:1.1.2.202	Sun Oct  8 15:33:07 2023
+++ src/doc/CHANGES-8.3	Fri Oct 13 18:59:15 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.202 2023/10/08 15:33:07 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.203 2023/10/13 18:59:15 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3984,3 +3984,42 @@ sys/dev/pci/if_wm.c1.785-1.789
 	- Modify some event counters' descriptions to clarify meaning.
 	[msaitoh, ticket #1910]
 
+sys/dev/pci/pcidevs1.1496
+sys/dev/pci/ahcisata_pci.c			1.71
+sys/dev/pci/pcidevs.h(regen)
+sys/dev/pci/pcidevs_data.h			(regen)
+
+	ahcisata(4): add support for ASMEDIA 0x0624
+	(ASM1062 + JMB575 Port Multiplier)
+	[abs, ticket #1911]
+
+sys/dev/pci/ixgbe/if_bypass.c		1.10
+sys/dev/pci/ixgbe/if_fdir.c		1.6 via patch
+sys/dev/pci/ixgbe/if_sriov.c		1.18 via patch
+sys/dev/pci/ixgbe/ix_txrx.c		1.102 via patch
+sys/dev/pci/ixgbe/ixgbe.c		1.333,1.339 via patch
+sys/dev/pci/ixgbe/ixgbe.h		1.89
+sys/dev/pci/ixgbe/ixgbe_api.h		1.17
+sys/dev/pci/ixgbe/ixgbe_common.h	1.17
+sys/dev/pci/ixgbe/ixgbe_bypass.h	1.4
+sys/dev/pci/ixgbe/ixgbe_common.c	1.45
+sys/dev/pci/ixgbe/ixgbe_fdir.h		1.5
+sys/dev/pci/ixgbe/ixgbe_netmap.h	1.3
+sys/dev/pci/ixgbe/ixgbe_netmap.c	1.6
+sys/dev/pci/ixgbe/ixgbe_osdep.c		1.9 via patch
+sys/dev/pci/ixgbe/ixgbe_sriov.h		1.6
+sys/dev/pci/ixgbe/ixgbe_type.h		1.58
+sys/dev/pci/ixgbe/ixgbe_x550.c		1.27
+sys/dev/pci/ixgbe/ixv.c			1.186 via patch
+
+	ixg(4): Rename some definitions, modify comment. No functional change.
+	[msaitoh, ticket #1912]
+
+sys/dev/pci/pcidevs1.1493,1.1495
+sys/dev/pci/pcidevs.h(regen)
+sys/dev/pci/pcidevs_data.h			(regen)
+
+	Add Intel 82599 LS.
+	Add Pericom(Diodes) PCIe switches.
+	[msaitoh, ticket #1913]
+



CVS commit: [netbsd-8] src/doc

2023-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 13 18:59:15 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1911 - #1913


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.202 -r1.1.2.203 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-10-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct  8 15:33:07 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1909 and #1910


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.201 -r1.1.2.202 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.201 src/doc/CHANGES-8.3:1.1.2.202
--- src/doc/CHANGES-8.3:1.1.2.201	Wed Oct  4 15:18:13 2023
+++ src/doc/CHANGES-8.3	Sun Oct  8 15:33:07 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.201 2023/10/04 15:18:13 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.202 2023/10/08 15:33:07 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3955,3 +3955,32 @@ xsrc/external/mit/libX11/dist/src/xkb/XK
 	fixing: CVE-2023-43785, CVE-2023-43786, CVE-2023-43787, CVE-2023-43788,
 	CVE-2023-43789
 	[mrg, ticket #1908]
+
+sys/dev/pci/ixgbe/ixgbe.c		1.327-1.332 via patch
+sys/dev/pci/ixgbe/ixgbe.h		1.87-1.88
+sys/dev/pci/ixgbe/ixv.c 		1.184-1.185
+sys/dev/pci/ixgbe/ix_txrx.c		1.101
+sys/dev/pci/ixgbe/ixgbe_82599.c 	1.30
+sys/dev/pci/ixgbe/ixgbe_vf.c		1.32-1.33
+sys/dev/pci/ixgbe/ixgbe_vf.h		1.18
+sys/dev/pci/ixgbe/ixgbe_mbx.h		1.20
+sys/dev/pci/ixgbe/ixgbe_type.h		1.57
+
+	ixg(4):
+	- Reorder some event counters for readability.
+	- Rename some descriptions of event counters.
+	- Count Queue Bytes {Transmit, Receive} counter.
+	- Improve error check in ixgbe_check_mac_link_vf().
+	- Add new IXGBE_VF_GET_LINK_STATE message support.
+	  The VF's link state can be forced to down by PF.
+	- Update FCTRL after writing multicast filter.
+	- Update comments.
+	[msaitoh, ticket #1909]
+
+sys/dev/pci/if_wm.c1.785-1.789
+
+	wm(4):
+	- Count SCVPC, HRMPC and IAC correctly.
+	- Modify some event counters' descriptions to clarify meaning.
+	[msaitoh, ticket #1910]
+



CVS commit: [netbsd-8] src/doc

2023-10-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct  8 15:33:07 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1909 and #1910


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.201 -r1.1.2.202 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-10-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Oct  4 15:18:13 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1908


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.200 -r1.1.2.201 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-10-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Oct  4 15:18:13 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1908


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.200 -r1.1.2.201 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.200 src/doc/CHANGES-8.3:1.1.2.201
--- src/doc/CHANGES-8.3:1.1.2.200	Tue Oct  3 10:15:31 2023
+++ src/doc/CHANGES-8.3	Wed Oct  4 15:18:13 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.200 2023/10/03 10:15:31 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.201 2023/10/04 15:18:13 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3939,3 +3939,19 @@ libexec/ftpd/version.h1.80
 	- fix pam_set_item call with proper struct passed as PAM_SOCKADDR
 	[lukem, ticket #1907]
 
+xsrc/external/mit/libXpm/dist/src/CrPFrBuf.c		(apply patch)
+xsrc/external/mit/libXpm/dist/src/CrPFrDat.c		(apply patch)
+xsrc/external/mit/libXpm/dist/src/CrPFrI.c		(apply patch)
+xsrc/external/mit/libXpm/dist/src/RdFToP.c		(apply patch)
+xsrc/external/mit/libXpm/dist/src/XpmI.h		(apply patch)
+xsrc/external/mit/libXpm/dist/src/create.c		(apply patch)
+xsrc/external/mit/libXpm/dist/src/data.c		(apply patch)
+xsrc/external/mit/libX11/dist/src/CrPixmap.c		(apply patch)
+xsrc/external/mit/libX11/dist/src/ImUtil.c		(apply patch)
+xsrc/external/mit/libX11/dist/src/PutImage.c		(apply patch)
+xsrc/external/mit/libX11/dist/src/xkb/XKBGetMap.c	(apply patch)
+
+	Backport of upstream libX11 and libXpm 2023-10 security updates,
+	fixing: CVE-2023-43785, CVE-2023-43786, CVE-2023-43787, CVE-2023-43788,
+	CVE-2023-43789
+	[mrg, ticket #1908]



CVS commit: [netbsd-8] src/doc

2023-10-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Oct  3 10:15:31 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1900 - #1907


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.199 -r1.1.2.200 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.199 src/doc/CHANGES-8.3:1.1.2.200
--- src/doc/CHANGES-8.3:1.1.2.199	Mon Oct  2 17:41:04 2023
+++ src/doc/CHANGES-8.3	Tue Oct  3 10:15:31 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.199 2023/10/02 17:41:04 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.200 2023/10/03 10:15:31 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3893,3 +3893,49 @@ share/examples/wpa_supplicant/wpa_suppli
 	wpa_supplicant.conf: fix connection string for Eduroam example config.
 	[gutteridge, ticket #1899]
 
+libexec/ftpd/ftpd.81.87
+libexec/ftpd/ftpd.c1.204
+
+	ftpd(8): PR 53221: add -f option to ftpd to stay in foreground
+	with -D.
+	[lukem, ticket #1900]
+
+libexec/ftpd/extern.h1.65
+libexec/ftpd/ftpd.c1.205
+
+	ftpd(8): increase some buffer sizes.
+	[lukem, ticket #1901]
+
+libexec/ftpd/ftpd.c1.206
+
+	ftpd(8): improve error handling to fix CVE-2020-7468.
+	[lukem, ticket #1902]
+
+libexec/ftpd/ftpd.c1.207
+libexec/ftpd/version.h1.78
+
+	ftpd(8): improve seteuid error handling.
+	[lukem, ticket #1903]
+
+libexec/ftpd/ftpcmd.y1.95
+
+	ftpd(8): fix MLSD/MLST auth checks.
+	[lukem, ticket #1904]
+
+libexec/ftpd/conf.c1.65
+
+	ftpd(8): fix uninitialized memory usage in count_users().
+	[lukem, ticket #1905]
+
+libexec/ftpd/ftpd.c1.208
+
+	ftpd(8): use correct sockaddr in PAM auth.
+	[lukem, ticket #1906]
+
+libexec/ftpd/version.h1.80
+
+	ftp: update version to "NetBSD-ftpd 20230930" for changes:
+	- fix uninitialized memory usage in count_users()
+	- fix pam_set_item call with proper struct passed as PAM_SOCKADDR
+	[lukem, ticket #1907]
+



CVS commit: [netbsd-8] src/doc

2023-10-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Oct  3 10:15:31 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1900 - #1907


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.199 -r1.1.2.200 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-10-02 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct  2 17:41:04 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1898 and #1899


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.198 -r1.1.2.199 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.198 src/doc/CHANGES-8.3:1.1.2.199
--- src/doc/CHANGES-8.3:1.1.2.198	Fri Sep 15 15:45:19 2023
+++ src/doc/CHANGES-8.3	Mon Oct  2 17:41:04 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.198 2023/09/15 15:45:19 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.199 2023/10/02 17:41:04 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3882,3 +3882,14 @@ sys/arch/i386/stand/efiboot/eficpufunc.h
 	efiboot/x86: add serial console support via raw I/O port access.
 	[rin, ticket #1897]
 
+lib/libpam/modules/pam_krb5/pam_krb5.c		1.32
+
+	pam_krb5: PR lib/57631: fix double-free and use of uninitialized
+	memory.
+	[riastradh, ticket #1898]
+
+share/examples/wpa_supplicant/wpa_supplicant.conf 1.4
+
+	wpa_supplicant.conf: fix connection string for Eduroam example config.
+	[gutteridge, ticket #1899]
+



CVS commit: [netbsd-8] src/doc

2023-10-02 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct  2 17:41:04 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1898 and #1899


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.198 -r1.1.2.199 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-09-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Sep 15 15:45:19 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1897


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.197 -r1.1.2.198 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.197 src/doc/CHANGES-8.3:1.1.2.198
--- src/doc/CHANGES-8.3:1.1.2.197	Fri Sep  8 09:10:54 2023
+++ src/doc/CHANGES-8.3	Fri Sep 15 15:45:19 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.197 2023/09/08 09:10:54 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.198 2023/09/15 15:45:19 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3874,3 +3874,11 @@ lib/libpam/modules/pam_ksu/pam_ksu.c		1.
 	pam_ksu(8): allow homedir access during kuserok.
 	[riastradh, ticket #1896]
 
+sys/arch/i386/stand/efiboot/Makefile.efiboot	1.22
+sys/arch/i386/stand/efiboot/eficons.c		1.13,1.14
+sys/arch/i386/stand/efiboot/eficpufunc.c	1.1
+sys/arch/i386/stand/efiboot/eficpufunc.h	1.1
+
+	efiboot/x86: add serial console support via raw I/O port access.
+	[rin, ticket #1897]
+



CVS commit: [netbsd-8] src/doc

2023-09-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Sep 15 15:45:19 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1897


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.197 -r1.1.2.198 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-09-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Sep  8 09:10:54 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1896


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.196 -r1.1.2.197 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-09-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Sep  8 09:10:54 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1896


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.196 -r1.1.2.197 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.196 src/doc/CHANGES-8.3:1.1.2.197
--- src/doc/CHANGES-8.3:1.1.2.196	Wed Sep  6 08:04:43 2023
+++ src/doc/CHANGES-8.3	Fri Sep  8 09:10:54 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.196 2023/09/06 08:04:43 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.197 2023/09/08 09:10:54 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3869,3 +3869,8 @@ crypto/external/bsd/openssl/dist/crypto/
 	openssl: PR 57594: fix SPARC v8/v9 detection code.
 	[mrg, ticket #1895]
 
+lib/libpam/modules/pam_ksu/pam_ksu.c		1.11
+
+	pam_ksu(8): allow homedir access during kuserok.
+	[riastradh, ticket #1896]
+



CVS commit: [netbsd-8] src/doc

2023-09-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Sep  6 08:04:43 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1895


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.195 -r1.1.2.196 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.195 src/doc/CHANGES-8.3:1.1.2.196
--- src/doc/CHANGES-8.3:1.1.2.195	Mon Sep  4 18:00:03 2023
+++ src/doc/CHANGES-8.3	Wed Sep  6 08:04:43 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.195 2023/09/04 18:00:03 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.196 2023/09/06 08:04:43 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3864,3 +3864,8 @@ sys/dev/pci/if_wmvar.h1.50
 	Print debug message correctly when WM_DEBUG is set.
 	[msaitoh, ticket #1894]
 
+crypto/external/bsd/openssl/dist/crypto/sparccpuid.S 1.11
+
+	openssl: PR 57594: fix SPARC v8/v9 detection code.
+	[mrg, ticket #1895]
+



CVS commit: [netbsd-8] src/doc

2023-09-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Sep  6 08:04:43 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1895


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.195 -r1.1.2.196 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-09-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Sep  4 18:00:03 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1894


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.194 -r1.1.2.195 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-09-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Sep  4 18:00:03 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1894


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.194 -r1.1.2.195 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.194 src/doc/CHANGES-8.3:1.1.2.195
--- src/doc/CHANGES-8.3:1.1.2.194	Wed Aug 23 18:26:40 2023
+++ src/doc/CHANGES-8.3	Mon Sep  4 18:00:03 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.194 2023/08/23 18:26:40 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.195 2023/09/04 18:00:03 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3856,3 +3856,11 @@ sys/net/npf/npf_ruleset.c			1.52
 	npf(7): PR 56990: fix handling of dynamic groups.
 	[kardel, ticket #1893]
 
+sys/dev/pci/if_wm.c1.783,1.784 (patch)
+sys/dev/pci/if_wmvar.h1.50
+
+	wm(4): delay sending LINK_STATE_UP to prevent dropping packets
+	on I35[04] and I21[01].
+	Print debug message correctly when WM_DEBUG is set.
+	[msaitoh, ticket #1894]
+



CVS commit: [netbsd-8] src/doc

2023-08-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug 23 18:26:40 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1890 - #1893


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.193 -r1.1.2.194 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.193 src/doc/CHANGES-8.3:1.1.2.194
--- src/doc/CHANGES-8.3:1.1.2.193	Tue Aug 22 16:22:00 2023
+++ src/doc/CHANGES-8.3	Wed Aug 23 18:26:40 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.193 2023/08/22 16:22:00 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.194 2023/08/23 18:26:40 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3833,3 +3833,26 @@ sys/dev/pci/sdhc_pci.c1.21
 	Add quirk setting for some Intel eMMC devices to make them work.
 	[msaitoh, ticket #1889]
 
+sys/arch/x86/pci/pci_machdep.c			1.94
+
+	Fix detection of MSI/MSI-X availability on some systems.
+	[msaitoh, ticket #1890]
+
+sys/dev/pci/ichsmb.c1.85
+sys/dev/pci/ismt.c1.11
+
+	ichsmb(4),ismt(4): add Snow Ridge support.
+	[msaitoh, ticket #1891]
+
+usr.sbin/cpuctl/cpuctl.8			1.21
+usr.sbin/cpuctl/cpuctl.c			1.33
+
+	cpuctl(8): do not show error messages when the microcode to be
+	loaded is already available in the cpu.
+	[msaitoh, ticket #1892]
+
+sys/net/npf/npf_ruleset.c			1.52
+
+	npf(7): PR 56990: fix handling of dynamic groups.
+	[kardel, ticket #1893]
+



CVS commit: [netbsd-8] src/doc

2023-08-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug 23 18:26:40 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1890 - #1893


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.193 -r1.1.2.194 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-08-22 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug 22 16:22:01 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1888 and #1889


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.192 -r1.1.2.193 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-08-22 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug 22 16:22:01 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1888 and #1889


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.192 -r1.1.2.193 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.192 src/doc/CHANGES-8.3:1.1.2.193
--- src/doc/CHANGES-8.3:1.1.2.192	Mon Aug 21 12:41:29 2023
+++ src/doc/CHANGES-8.3	Tue Aug 22 16:22:00 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.192 2023/08/21 12:41:29 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.193 2023/08/22 16:22:00 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3821,3 +3821,15 @@ sys/dev/pci/pcidevs_data.h			regen
 	- Fix description of Intel 0x37d0.
 	[msaitoh, ticket #1887]
 
+sys/arch/x86/pci/amdsmn.c			1.17
+sys/arch/x86/pci/amdzentemp.c			1.19,1.20
+
+	amdsmn(4),amdzentemp(4): Add support for Zen2 Mendocino(17h/Axh) and
+	Zen4 Phoenix(19h/7xh).
+	[msaitoh, ticket #1888]
+
+sys/dev/pci/sdhc_pci.c1.21
+
+	Add quirk setting for some Intel eMMC devices to make them work.
+	[msaitoh, ticket #1889]
+



CVS commit: [netbsd-8] src/doc

2023-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug 21 12:41:29 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1887


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.191 -r1.1.2.192 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.191 src/doc/CHANGES-8.3:1.1.2.192
--- src/doc/CHANGES-8.3:1.1.2.191	Wed Aug  9 16:17:44 2023
+++ src/doc/CHANGES-8.3	Mon Aug 21 12:41:29 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.191 2023/08/09 16:17:44 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.192 2023/08/21 12:41:29 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3809,3 +3809,15 @@ tests/libexec/ld.elf_so/t_hash.c		1.1
 	ld.elf_so: Fix sysv elf hash.
 	[riastradh, ticket #1886]
 
+sys/dev/pci/pcidevs1.1483-1.1492
+sys/dev/pci/pcidevs.hregen
+sys/dev/pci/pcidevs_data.h			regen
+
+	- Add AMD 19h/7xh Root Complex.
+	- Add ASMedia ASM106x.
+	- Add Intel Snow Ridge, Xeon D-2100 devices.
+	- Add Intel I226 devices.
+	- Add the VIA VX800 chipset devices and S3 chrome 500 series GPU.
+	- Fix description of Intel 0x37d0.
+	[msaitoh, ticket #1887]
+



CVS commit: [netbsd-8] src/doc

2023-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug 21 12:41:29 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1887


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.191 -r1.1.2.192 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-08-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  9 16:17:44 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1886


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.190 -r1.1.2.191 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.190 src/doc/CHANGES-8.3:1.1.2.191
--- src/doc/CHANGES-8.3:1.1.2.190	Fri Aug  4 15:02:46 2023
+++ src/doc/CHANGES-8.3	Wed Aug  9 16:17:44 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.190 2023/08/04 15:02:46 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.191 2023/08/09 16:17:44 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3793,3 +3793,19 @@ sys/net/bpf.c	(apply patch)
 
 	bpf: allow to read with no filter.
 	[ozaki-r, ticket #1885]
+
+distrib/sets/lists/debug/mi			1.409 (patch)
+distrib/sets/lists/tests/mi			1.1280 (patch)
+libexec/ld.elf_so/Makefile			1.145-1.147 (patch)
+libexec/ld.elf_so/hash.c			1.1
+libexec/ld.elf_so/hash.h			1.1
+libexec/ld.elf_so/reloc.c			1.118 (patch)
+libexec/ld.elf_so/rtld.c			1.215 (patch)
+libexec/ld.elf_so/rtld.h			1.145,1.147 (patch)
+libexec/ld.elf_so/symbol.c			1.74-1.76 (patch)
+tests/libexec/ld.elf_so/Makefile		1.21 (patch)
+tests/libexec/ld.elf_so/t_hash.c		1.1
+
+	ld.elf_so: Fix sysv elf hash.
+	[riastradh, ticket #1886]
+



CVS commit: [netbsd-8] src/doc

2023-08-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  9 16:17:44 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1886


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.190 -r1.1.2.191 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Aug  4 15:02:46 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1878 - #1885


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.189 -r1.1.2.190 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.189 src/doc/CHANGES-8.3:1.1.2.190
--- src/doc/CHANGES-8.3:1.1.2.189	Wed Aug  2 10:25:32 2023
+++ src/doc/CHANGES-8.3	Fri Aug  4 15:02:46 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.189 2023/08/02 10:25:32 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.190 2023/08/04 15:02:46 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3745,3 +3745,51 @@ sys/dev/usb/ehci.c1.317
 	PR 57518: usb keyboard causes host controller to miss microframe.
 	[skrll, ticket #1877]
 
+lib/libpthread/arch/aarch64/pthread_md.h	1.2
+lib/libpthread/arch/arm/pthread_md.h		1.12,1.13
+lib/libpthread/arch/i386/pthread_md.h		1.21
+lib/libpthread/arch/x86_64/pthread_md.h		1.13
+lib/libpthread/pthread_int.h			1.110,1.111
+lib/libpthread/pthread_spin.c			1.11
+
+	libpthread: reduce spin lock hangs on arm.
+	[riastradh, ticket #1878]
+
+usr.bin/find/function.c1.80
+usr.bin/find/main.c1.32
+
+	find(1): PR 57313: don't bail if "." cannot be opened.
+	[riastradh, ticket #1879]
+
+sys/uvm/uvm_map.c1.403 (patch)
+
+	mmap(2): PR 56900: fix arithmetic overflow in mmap search.
+	[riastradh, ticket #1880]
+
+usr.sbin/ldpd/fsm.c1.16
+usr.sbin/ldpd/ldp_peer.c			1.19
+usr.sbin/ldpd/socketops.c			1.36
+
+	ldpd(8): PR 56895: fix address of misaligned packed members.
+	[riastradh, ticket #1881]
+
+sys/kern/init_main.c(apply patch)
+
+	PR 55906: fix aiodoned workqueue initialization order.
+	[riastradh, ticket #1882]
+
+sys/netinet6/in6_src.c1.92
+
+	in6: add missing rtcache_unref.
+	[ozaki-r, ticket #1883]
+
+sys/netinet6/in6.c1.289
+sys/netinet6/ip6_output.c			1.234
+
+	in6: fixes for IPv6-disabled interfaces.
+	[ozaki-r, ticket #1884]
+
+sys/net/bpf.c	(apply patch)
+
+	bpf: allow to read with no filter.
+	[ozaki-r, ticket #1885]



CVS commit: [netbsd-8] src/doc

2023-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Aug  4 15:02:46 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1878 - #1885


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.189 -r1.1.2.190 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-08-02 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  2 10:25:32 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1877


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.188 -r1.1.2.189 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.188 src/doc/CHANGES-8.3:1.1.2.189
--- src/doc/CHANGES-8.3:1.1.2.188	Tue Aug  1 17:31:33 2023
+++ src/doc/CHANGES-8.3	Wed Aug  2 10:25:32 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.188 2023/08/01 17:31:33 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.189 2023/08/02 10:25:32 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3740,3 +3740,8 @@ sys/external/bsd/drm2/linux/linux_ww_mut
 	drm: PR 57537: fix mistake in ww_mutex wait loops.
 	[riastradh, ticket #1876]
 
+sys/dev/usb/ehci.c1.317
+
+	PR 57518: usb keyboard causes host controller to miss microframe.
+	[skrll, ticket #1877]
+



CVS commit: [netbsd-8] src/doc

2023-08-02 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  2 10:25:32 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1877


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.188 -r1.1.2.189 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-08-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug  1 17:31:33 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1868 - #1876


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.187 -r1.1.2.188 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.187 src/doc/CHANGES-8.3:1.1.2.188
--- src/doc/CHANGES-8.3:1.1.2.187	Mon Jul 31 16:53:36 2023
+++ src/doc/CHANGES-8.3	Tue Aug  1 17:31:33 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.187 2023/07/31 16:53:36 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.188 2023/08/01 17:31:33 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3693,3 +3693,50 @@ sys/kern/uipc_domain.c1.109
 	sockaddr(9): fix uninitialized buffer in DIAGNOSTIC checks.
 	[riastradh, ticket #1867]
 
+sys/dev/spkr.c	1.25 (patch)
+
+	spkr(4): Avoid some overflow issues.
+	[riastradh, ticket #1868]
+
+sys/dev/usb/xhci.c1.176
+sys/dev/usb/xhcivar.h1.23
+
+	xhci(4): PR 57326: defer root intr xfers while polling.
+	[riastradh, ticket #1869]
+
+sys/dev/isapnp/sb_isapnp.c			1.54
+sys/dev/ofisa/sb_ofisa.c			1.24
+
+	sb(4): PR 57363: fix missing mutex initialization at isapnp and ofisa.
+	[riastradh, ticket #1870]
+
+libexec/ld.elf_so/rtld.c			1.213
+
+	dlopen(3): Read _rtld_objtail under the lock.
+	[riastradh, ticket #1871]
+
+sys/fs/tmpfs/tmpfs_subr.c			1.116,1.117
+
+	tmpfs: protect against unreasonable file resizing.
+	[riastradh, ticket #1872]
+
+sys/dev/acpi/acpica/acpi_func.h			1.7 (patch)
+
+	acpi(4): fix membars in ACPI_ACQUIRE/RELEASE_GLOBAL_LOCK.
+	[riastradh, ticket #1873]
+
+sys/external/bsd/drm2/linux/linux_ww_mutex.c	1.16
+
+	drm/linux_ww_mutex: fix ww acquire context ordering.
+	[riastradh, ticket #1874]
+
+sys/external/bsd/drm2/linux/linux_ww_mutex.c	1.10 (patch)
+
+	drm: fix ww_mutex return values on signal.
+	[riastradh, ticket #1875]
+
+sys/external/bsd/drm2/linux/linux_ww_mutex.c	1.15
+
+	drm: PR 57537: fix mistake in ww_mutex wait loops.
+	[riastradh, ticket #1876]
+



CVS commit: [netbsd-8] src/doc

2023-08-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug  1 17:31:33 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1868 - #1876


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.187 -r1.1.2.188 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-07-31 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jul 31 16:53:36 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1859 - #1867


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.186 -r1.1.2.187 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.186 src/doc/CHANGES-8.3:1.1.2.187
--- src/doc/CHANGES-8.3:1.1.2.186	Sun Jul 30 12:16:28 2023
+++ src/doc/CHANGES-8.3	Mon Jul 31 16:53:36 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.186 2023/07/30 12:16:28 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.187 2023/07/31 16:53:36 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3625,3 +3625,71 @@ lib/csu/arch/vax/crtbegin.S			1.8,1.9
 	vax/csu: fix register preservation.
 	[rin, ticket #1858]
 
+sys/arch/aarch64/aarch64/locore.S		1.91 (patch)
+sys/arch/alpha/include/asm.h			1.45 (patch)
+ (applied to sys/arch/alpha/alpha/multiproc.s)
+sys/arch/arm/arm32/cpuswitch.S			1.106 (patch)
+ (applied also to sys/arch/arm/cortex/a9_mpsubr.S,
+ sys/arch/arm/cortex/a9_mpsubr.S,
+ sys/arch/arm/cortex/cortex_init.S)
+sys/arch/evbmips/ingenic/cpu_startup.S		1.2 (patch)
+sys/arch/hppa/include/cpu.h			1.13 (patch)
+sys/arch/ia64/ia64/machdep.c			1.44 (patch)
+sys/arch/ia64/ia64/vm_machdep.c			1.18 (patch)
+sys/arch/mips/include/asm.h			1.74 (patch)
+sys/arch/mips/mips/locore.S			1.229 (patch)
+sys/arch/mips/mips/locore_mips3.S		1.116 (patch)
+sys/arch/powerpc/powerpc/locore_subr.S		1.67 (patch)
+sys/arch/sparc/sparc/locore.s			1.284 (patch)
+sys/arch/sparc64/sparc64/locore.s		1.432 (patch)
+sys/arch/vax/vax/subr.S1.42 (patch)
+
+	PR 57240: add missing barriers in cpu_switchto.
+	[riastradh, ticket #1859]
+
+sys/kern/kern_lock.c1.182 (patch)
+sys/kern/kern_mutex.c1.102 (patch)
+sys/kern/kern_rwlock.c1.67 (patch)
+
+	Sprinkle __predict_{true,false} for panicstr checks.
+	[riastradh, ticket #1860]
+
+sys/kern/kern_rwlock.c1.68 (patch)
+
+	rwlock(9): Fix membars.
+	[riastradh, ticket #1861]
+
+sys/arch/xen/x86/xen_intr.c			1.31 (patch)
+sys/arch/xen/include/xen.h			(apply patch)
+
+	xen: fix potential preemption races in interrupt disabling.
+	[riastradh, ticket #1862]
+
+sys/arch/xen/xen/if_xennet_xenbus.c		1.129 (apply minimal patch)
+
+	xennet(4): add missing membar.
+	[riastradh, ticket #1863]
+
+sys/arch/xen/x86/hypervisor_machdep.c		1.46 (patch)
+
+	xen: fix preemption race in stipending.
+	[riastradh, ticket #1864]
+
+sys/fs/hfs/libhfs.c1.16,1.17
+sys/fs/hfs/libhfs.h1.9
+
+	fs/hfs: Fix undefined behaviour.
+	[riastradh, ticket #1865]
+
+sys/netatalk/at_control.c			1.44
+
+	netatalk: Fix potential user-controlled buffer overruns through
+	sa_len by ignoring what the user specified and computing it in
+	the kernel instead from known-good sizes.
+	[riastradh, ticket #1866]
+
+sys/kern/uipc_domain.c1.109
+
+	sockaddr(9): fix uninitialized buffer in DIAGNOSTIC checks.
+	[riastradh, ticket #1867]
+



CVS commit: [netbsd-8] src/doc

2023-07-31 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jul 31 16:53:36 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1859 - #1867


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.186 -r1.1.2.187 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-07-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 30 12:16:28 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1858


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.185 -r1.1.2.186 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.185 src/doc/CHANGES-8.3:1.1.2.186
--- src/doc/CHANGES-8.3:1.1.2.185	Sat Jul 29 11:48:37 2023
+++ src/doc/CHANGES-8.3	Sun Jul 30 12:16:28 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.185 2023/07/29 11:48:37 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.186 2023/07/30 12:16:28 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3620,3 +3620,8 @@ sys/arch/x86/x86/coretemp.c			1.38-1.39 
 	coretemp(4): change limits of Tjmax.
 	[msaitoh, ticket #1857]
 
+lib/csu/arch/vax/crtbegin.S			1.8,1.9
+
+	vax/csu: fix register preservation.
+	[rin, ticket #1858]
+



CVS commit: [netbsd-8] src/doc

2023-07-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 30 12:16:28 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1858


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.185 -r1.1.2.186 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-07-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jul 29 11:48:37 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1853 - #1857


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.184 -r1.1.2.185 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.184 src/doc/CHANGES-8.3:1.1.2.185
--- src/doc/CHANGES-8.3:1.1.2.184	Thu Jul 27 18:12:07 2023
+++ src/doc/CHANGES-8.3	Sat Jul 29 11:48:37 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.184 2023/07/27 18:12:07 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.185 2023/07/29 11:48:37 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3585,3 +3585,38 @@ sys/arch/x86/x86/errata.c			1.32
 	x86: fix the cpuids for the zen2 client CPUs.
 	[mrg, ticket #1852]
 
+sys/arch/x86/include/specialreg.h		1.204-1.206, 1.208
+		(via patch)
+
+	- Add Intel CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT.
+	- Add AMD CPUID 0x8008 %ebx bit 30 IBPB_RET and CPUID 0x800a
+	  %edx bit 29 BusLockThreshold.
+	- Fix typo in comment.
+	[msaitoh, ticket #1853]
+
+usr.sbin/cpuctl/arch/i386.c			1.137-1.139
+		(via patch)
+
+	- CPU model 0x5a is not Atom E3500 but Atom Z3500.
+	- Add Alder Lake-N.
+	[msaitoh, ticket #1854]
+
+sys/dev/pci/pcidevs1.1481-1.1482 (patch)
+sys/dev/pci/pcidevs.hregen
+sys/dev/pci/pcidevs_data.h			regen
+
+	Add Intel Alder Lake-N, Raptor Lake and 700 series chipset devices.
+	[msaitoh, ticket #1855]
+
+sys/dev/pci/ichsmb.c1.83-1.84 (patch)
+
+	- Add support Intel 700 series chipset and Alder Lake-N devices.
+	- Use device_printf() instead of aprint_error_dev() in
+	  ichsmb_i2c_exec().
+	[msaitoh, ticket #1856]
+
+sys/arch/x86/x86/coretemp.c			1.38-1.39 (patch)
+
+	coretemp(4): change limits of Tjmax.
+	[msaitoh, ticket #1857]
+



CVS commit: [netbsd-8] src/doc

2023-07-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jul 29 11:48:37 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1853 - #1857


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.184 -r1.1.2.185 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-07-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jul 27 18:12:07 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1852


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.183 -r1.1.2.184 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-07-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jul 27 18:12:07 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1852


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.183 -r1.1.2.184 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.183 src/doc/CHANGES-8.3:1.1.2.184
--- src/doc/CHANGES-8.3:1.1.2.183	Tue Jul 25 09:16:23 2023
+++ src/doc/CHANGES-8.3	Thu Jul 27 18:12:07 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.183 2023/07/25 09:16:23 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.184 2023/07/27 18:12:07 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3580,3 +3580,8 @@ sys/arch/x86/x86/errata.c			1.31
 	x86: turn off zenbleed chicken bit on Zen2 cpus.
 	[mrg, ticket #1851]
 
+sys/arch/x86/x86/errata.c			1.32
+
+	x86: fix the cpuids for the zen2 client CPUs.
+	[mrg, ticket #1852]
+



CVS commit: [netbsd-8] src/doc

2023-07-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jul 25 09:16:23 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1851


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.182 -r1.1.2.183 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-07-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jul 25 09:16:23 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1851


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.182 -r1.1.2.183 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.182 src/doc/CHANGES-8.3:1.1.2.183
--- src/doc/CHANGES-8.3:1.1.2.182	Fri Jul  7 18:50:36 2023
+++ src/doc/CHANGES-8.3	Tue Jul 25 09:16:23 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.182 2023/07/07 18:50:36 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.183 2023/07/25 09:16:23 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3574,3 +3574,9 @@ external/bsd/dhcpcd/examples/conf/Makefi
 	PR 57487: install a copy of dhcpcd.conf under /usr/share/examples.
 	[gutteridge, ticket #1850]
 
+sys/arch/x86/include/specialreg.h		1.207
+sys/arch/x86/x86/errata.c			1.31
+
+	x86: turn off zenbleed chicken bit on Zen2 cpus.
+	[mrg, ticket #1851]
+



CVS commit: [netbsd-8] src/doc

2023-07-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Jul  7 18:50:36 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1850


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.181 -r1.1.2.182 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-07-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Jul  7 18:50:36 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1850


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.181 -r1.1.2.182 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.181 src/doc/CHANGES-8.3:1.1.2.182
--- src/doc/CHANGES-8.3:1.1.2.181	Wed Jul  5 16:16:49 2023
+++ src/doc/CHANGES-8.3	Fri Jul  7 18:50:36 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.181 2023/07/05 16:16:49 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.182 2023/07/07 18:50:36 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3567,3 +3567,10 @@ lib/libc/dlfcn/dlfcn_elf.c			1.17
 	libc: Fix missing membar_consumer in dl_iterate_phdr.
 	[riastradh, ticket #1849]
 
+distrib/sets/lists/misc/mi			1.225
+external/bsd/dhcpcd/examples/Makefile		1.2
+external/bsd/dhcpcd/examples/conf/Makefile	1.1
+
+	PR 57487: install a copy of dhcpcd.conf under /usr/share/examples.
+	[gutteridge, ticket #1850]
+



CVS commit: [netbsd-8] src/doc

2023-07-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jul  5 16:16:49 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1849


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.180 -r1.1.2.181 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.180 src/doc/CHANGES-8.3:1.1.2.181
--- src/doc/CHANGES-8.3:1.1.2.180	Tue Jun 27 18:47:31 2023
+++ src/doc/CHANGES-8.3	Wed Jul  5 16:16:49 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.180 2023/06/27 18:47:31 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.181 2023/07/05 16:16:49 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3562,3 +3562,8 @@ sys/fs/nilfs/nilfs_subr.h			1.5
 	Remove dead code.
 	[reinoud, ticket #1848]
 
+lib/libc/dlfcn/dlfcn_elf.c			1.17
+
+	libc: Fix missing membar_consumer in dl_iterate_phdr.
+	[riastradh, ticket #1849]
+



CVS commit: [netbsd-8] src/doc

2023-07-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jul  5 16:16:49 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1849


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.180 -r1.1.2.181 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-06-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jun 27 18:47:31 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1847 and #1848


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.179 -r1.1.2.180 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.179 src/doc/CHANGES-8.3:1.1.2.180
--- src/doc/CHANGES-8.3:1.1.2.179	Thu Jun 22 06:32:31 2023
+++ src/doc/CHANGES-8.3	Tue Jun 27 18:47:31 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.179 2023/06/22 06:32:31 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.180 2023/06/27 18:47:31 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3522,3 +3522,43 @@ sys/dev/pci/pcidevs_data.h			(regen)
 	The SATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3.
 	[msaitoh, ticket #1846]
 
+sys/dev/pci/if_wm.c1.768-1.782 via patch
+sys/dev/pci/if_wmreg.h1.129-1.130
+sys/dev/pci/if_wmvar.h1.49
+
+	wm(4):
+	- Rework for event counters:
+	  - Fix calculation of GORC, GOTC, TOR and TOT counters correctly.
+	  - Rearrange the order of the registers so that they are roughly
+	in ascending order.
+	  - Reorder evcnt_attach_dynamic(), WM_EVCNT_ADD() and evcnt_detach()
+	to match.
+	  - IC{TX,RX}*C registers are for older than 82575.
+	  - Fix a bug that the transmit underrun counter is incorrectly
+	counted.
+	  - Don't add "Count" for event counter's description.
+	  - Some statistics registers were replaced with new counters on newer
+	chips. Treat 0x403c(CEXTERR->HTDPMC), 0x40fc(TSCTFC->CBRMPC),
+	0x4124(ICRXOC->HTCBDPC) and from 0x4104 to 0x4124.
+	  - Add some new counters:
+	- Circuit Breaker TX Manageability Packet
+	- Circuit Breaker RX Dropped Packet
+	- Host Good Octets RX
+	- Host Good Octets TX 
+	- Length Errors
+	- SerDes/SGMII Code Violation Packet
+	- Header Redirection Missed Packet
+	- EEE TX LPI
+	- EEE RX LPI
+	  - Fix prc511's comment and description.
+	- Add SOICZIFDATA (ifconfig -z) support for evcnt(9).
+	- Use WM_IS_ICHPCH(). No functional change.
+	- Fix typo. s/ictxact/ictxatc/. No functional change.
+	- Add comment.
+	[msaitoh, ticket #1847]
+
+sys/fs/nilfs/nilfs_subr.h			1.5
+
+	Remove dead code.
+	[reinoud, ticket #1848]
+



CVS commit: [netbsd-8] src/doc

2023-06-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jun 27 18:47:31 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1847 and #1848


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.179 -r1.1.2.180 src/doc/CHANGES-8.3

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



CVS commit: [netbsd-8] src/doc

2023-06-22 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jun 22 06:32:31 UTC 2023

Modified Files:
src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ammend #1836 for file missed in original pullup


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.178 -r1.1.2.179 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.178 src/doc/CHANGES-8.3:1.1.2.179
--- src/doc/CHANGES-8.3:1.1.2.178	Wed Jun 21 22:30:39 2023
+++ src/doc/CHANGES-8.3	Thu Jun 22 06:32:31 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.178 2023/06/21 22:30:39 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.179 2023/06/22 06:32:31 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3402,6 +3402,7 @@ sys/compat/common/kern_time_50.c		1.37
 sys/compat/common/vfs_syscalls_12.c		1.38
 sys/compat/common/vfs_syscalls_30.c		1.43
 sys/compat/common/vfs_syscalls_43.c		1.68
+sys/compat/freebsd/freebsd_machdep.c		1.5
 sys/compat/freebsd/freebsd_misc.c		1.34
 sys/compat/freebsd/freebsd_sched.c		1.23
 sys/compat/linux/arch/alpha/linux_machdep.c	1.52



  1   2   3   4   5   >