CVS commit: [netbsd-10] src/doc

2024-08-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug 26 07:29:01 UTC 2024

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

Log Message:
Ticket #814


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.27 src/doc/CHANGES-10.1:1.1.2.28
--- src/doc/CHANGES-10.1:1.1.2.27	Sat Aug 24 16:54:40 2024
+++ src/doc/CHANGES-10.1	Mon Aug 26 07:29:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.27 2024/08/24 16:54:40 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.28 2024/08/26 07:29:01 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -1267,3 +1267,8 @@ tests/net/net/t_tcp.c1.13
 	and accept(2)
 	[rin, ticket #813]
 
+usr.bin/ftp/ssl.c1.16
+
+	ftp(1): adapt to newer OpenSSL EOF handling in ssl transfers.
+	[wiz, ticket #814]
+



CVS commit: [netbsd-10] src/doc

2024-08-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug 26 07:29:01 UTC 2024

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

Log Message:
Ticket #814


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-08-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug 24 16:54:41 UTC 2024

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

Log Message:
Annotate #801 for additional pullups.
Note tickets #804 - #813


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.26 src/doc/CHANGES-10.1:1.1.2.27
--- src/doc/CHANGES-10.1:1.1.2.26	Fri Aug 23 18:36:36 2024
+++ src/doc/CHANGES-10.1	Sat Aug 24 16:54:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.26 2024/08/23 18:36:36 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.27 2024/08/24 16:54:40 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -1185,6 +1185,7 @@ distrib/sets/lists/debug/mi			1.433
 distrib/sets/lists/tests/mi			1.1313
 etc/mtree/NetBSD.dist.tests			1.204
 external/gpl3/gcc/dist/libstdc++-v3/config/io/basic_file_stdio.cc 1.2
+tests/lib/Makefile1.36
 tests/lib/libstdc++/Makefile			1.1
 tests/lib/libstdc++/h_cin_nosync.cc		1.1
 tests/lib/libstdc++/t_sync_with_stdio.sh	1.1,1.2
@@ -1193,3 +1194,76 @@ tests/lib/libstdc++/t_sync_with_stdio.sh
 	don't fflush stdin.
 	[riastradh, ticket #801]
 
+sys/uvm/uvm_map.c1.423,1.425
+
+	uvm_map(9): PR 51254_ make sure search in the nearest gap is monotonic.
+	[riastradh, ticket #804]
+
+sys/dev/pci/if_re_pci.c1.53
+sys/dev/pci/pcidevs1.1503
+sys/dev/pci/pcidevs.hregen
+sys/dev/pci/pcidevs_data.h			regen
+
+	re(4): PR 57969: add (Realtek/)Killer E2600 Ethernet.
+	[jakllsch, ticket #805]
+
+sys/dev/pci/pucdata.c1.116
+
+	puc(4): PR 58358: add Brainboxes puc(4) devices.
+	[jakllsch, ticket #806]
+
+sbin/fsirand/fsirand.81.11
+usr.sbin/mountd/exports.5			1.33-1.38
+usr.sbin/mountd/mountd.8			1.43
+
+	nfs: PR 58063: clarify export semantics and security model.
+	[riastradh, ticket #807]
+
+tests/lib/libc/stdlib/Makefile			1.34
+tests/lib/libc/stdlib/t_posix_memalign.c	1.6,1.7
+
+	posix_memalign(3), aligned_alloc(3): improve tests.
+	[riastradh, ticket #808]
+
+sys/dev/pci/cy82c693.c1.11
+
+	cypide(4): PR 58602: fix locking rules violation.
+	[thorpej, ticket #809]
+
+tests/kernel/kqueue/t_sig.c			1.5
+
+	tests/kqueue: fix mismatch between '=' and '=='
+	[rin, ticket #810]
+
+distrib/sets/lists/tests/mi			1.1333
+etc/mtree/NetBSD.dist.tests			1.206
+sbin/ifconfig/ifconfig.8			1.130
+sbin/ifconfig/ifconfig.c			1.251
+sys/rump/net/lib/libshmif/if_shmem.c		1.85-1.87
+tests/net/Makefile1.42
+tests/net/if_shmif/Makefile			1.1
+tests/net/if_shmif/t_shmif.sh			1.1
+
+	shmif(4): support linkstate change
+	- tweak shmif behavior about linkstate,
+	- suport linkstate change on shmif via ifconfig media,
+	- show linkstate on ifconfig -v, and
+	- add tests for shmif on the above changes.
+	[ozaki-r, ticket #811]
+
+sys/netinet/if_arp.c1.314
+sys/netinet/in.c1.248
+tests/net/arp/t_arp.sh1.46
+tests/net/arp/t_dad.sh1.16
+
+	ipv4: fix some behaviors when DAD is disabled
+	and add tests.
+	[ozaki-r, ticket #812]
+
+tests/kernel/kqueue/t_empty.c			1.2
+tests/net/net/t_tcp.c1.13
+
+	tests: fix false positives due to race b/w connect(2) 
+	and accept(2)
+	[rin, ticket #813]
+



CVS commit: [netbsd-10] src/doc

2024-08-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug 24 16:54:41 UTC 2024

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

Log Message:
Annotate #801 for additional pullups.
Note tickets #804 - #813


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-08-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Aug 23 18:36:36 UTC 2024

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

Log Message:
Tickets #788 - #801


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.25 src/doc/CHANGES-10.1:1.1.2.26
--- src/doc/CHANGES-10.1:1.1.2.25	Thu Aug 22 20:01:39 2024
+++ src/doc/CHANGES-10.1	Fri Aug 23 18:36:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.25 2024/08/22 20:01:39 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.26 2024/08/23 18:36:36 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -1081,3 +1081,115 @@ tests/lib/libc/stdio/t_printf.c			1.11-1
 	libc: PR 56937: fix long double formatting.
 	[riastradh, ticket #787]
 
+sys/netbt/bt_proto.c1.17
+
+	netbt(4): PR 56988: initialize bt_lock earlier.
+	[riastradh, ticket #788]
+
+sys/dev/hdaudio/hdafg.c1.30
+
+	hdafg(4): PR 57322: do hotplug detection in kthread, not callout.
+	[riastradh, ticket #789]
+
+tests/lib/libc/gen/t_fpclassify.c		1.4,1.5
+
+	tests/lib/libc/gen/t_fpclassify: PR 57422: enable long double
+	tests on all architectures, not just those where long double is
+	_larger_ than double -- the long double functions should work
+	even if it's the same as double.
+	[riastradh, ticket #790]
+
+sys/dev/acpi/acpi_display.c			1.24
+
+	acpiout(4): PR 57825: fix brightness controls on certain
+	machines.
+	[riastradh, ticket #791]
+
+common/lib/libc/stdlib/_strtoi.h		1.3
+lib/libc/stdlib/Makefile.inc			1.97
+lib/libc/stdlib/strtoi.3			1.8,1.9
+lib/libc/stdlib/strtonum.c			1.7
+lib/libc/stdlib/strtou.3			delete
+tests/lib/libc/stdlib/t_strtoi.c		1.3
+
+	strtoi(3), strtou(3): PR 57828: prioritize ERANGE over ENOTSUP.
+	[riastradh, ticket #792]
+
+sys/sys/socket.h1.132
+
+	: PR 57871: use unsigned char, not u_char, for
+	POSIX apps.
+	[riastradh, ticket #793]
+
+lib/libcrypt/crypt-argon2.c			1.20-1.22
+lib/libcrypt/crypt-sha1.c			1.11
+lib/libcrypt/crypt.c1.41
+lib/libcrypt/hmac.c1.5
+lib/libcrypt/md5crypt.c1.16
+lib/libcrypt/pw_gensalt.c			1.14
+
+	libcrypt: PR 57895: fix uninitialized variable reference.
+	[riastradh, ticket #794]
+
+distrib/sets/lists/debug/mi			1.425
+distrib/sets/lists/tests/mi			1.1306
+lib/libc/arch/arm/gen/setjmp.S			1.19
+lib/libc/arch/i386/gen/setjmp.S			1.18
+lib/libc/arch/i386/gen/sigsetjmp.S		1.19
+lib/libc/arch/sh3/gen/setjmp.S			1.12
+lib/libc/arch/sh3/gen/sigsetjmp.S		1.11
+lib/libc/arch/x86_64/gen/__setjmp14.S		1.4
+lib/libc/arch/x86_64/gen/__sigsetjmp14.S	1.4
+tests/lib/libc/setjmp/Makefile			1.3
+tests/lib/libc/setjmp/t_sigstack.c		1.1-1.12
+
+	longjmp(3): PR 57946: restore stack first, then signal mask.
+	[riastradh, ticket #795]
+
+sys/ufs/ext2fs/ext2fs_dir.h			1.23
+
+	ext2fs: PR 58018: fix readdir type for regular files.
+	[riastradh, ticket #796]
+
+usr.bin/audio/common/wav.c			1.23
+usr.bin/audio/record/record.c			1.59
+
+	audioplay(1)/audiorecord(1): PR 57973:
+	- fix a bug in the RIFF parser on 64-bit platforms
+	- fix audio-conversion functions for two types of input/output
+	[mrg, ticket #797]
+
+usr.bin/config/defs.h1.109
+usr.bin/config/files.c1.38
+usr.bin/config/mkioconf.c			1.36
+usr.bin/config/mkmakefile.c			1.73
+usr.bin/config/pack.c1.11
+
+	config(1): PR 58115: make sort order deterministic to fix
+	reproducible build.
+	[riastradh, ticket #798]
+
+sys/arch/x86/x86/cpu_rng.c			1.21
+
+	x86/cpu_rng: PR 58122: fix health test false alarm rate.
+	[riastradh, ticket #799]
+
+external/mpl/bind/dist/lib/ns/query.c		1.21
+
+	named(8): PR 58170: remove incorrect blocklist report for a
+	request that we cannot evaluate legitimacy of, in order to
+	avoid blocking legitimate clients.
+	[riastradh, ticket #800]
+
+distrib/sets/lists/debug/mi			1.433
+distrib/sets/lists/tests/mi			1.1313
+etc/mtree/NetBSD.dist.tests			1.204
+external/gpl3/gcc/dist/libstdc++-v3/config/io/basic_file_stdio.cc 1.2
+tests/lib/libstdc++/Makefile			1.1
+tests/lib/libstdc++/h_cin_nosync.cc		1.1
+tests/lib/libstdc++/t_sync_with_stdio.sh	1.1,1.2
+
+	libstdc++: PR 58206: avoid undefined behaviour in sync_with_stdio -
+	don't fflush stdin.
+	[riastradh, ticket #801]
+



CVS commit: [netbsd-10] src/doc

2024-08-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Aug 23 18:36:36 UTC 2024

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

Log Message:
Tickets #788 - #801


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-08-22 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 22 20:01:39 UTC 2024

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

Log Message:
Tickets #781 - #787


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.24 src/doc/CHANGES-10.1:1.1.2.25
--- src/doc/CHANGES-10.1:1.1.2.24	Thu Aug  8 07:34:54 2024
+++ src/doc/CHANGES-10.1	Thu Aug 22 20:01:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.24 2024/08/08 07:34:54 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.25 2024/08/22 20:01:39 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -1036,3 +1036,48 @@ tests/net/if_tap/t_tap.sh			1.12
 	t_tap: fix `tap_bridged` test case.
 	[rin, ticket #780]
 
+tests/net/net_common.sh1.45
+
+	Halt rump servers only if already started.
+	[rin, ticket #781]
+
+sys/dev/pci/if_rge.c1.29
+
+	rge(4): PR 57694:
+	- handle stuck transmitter (descriptor still owned)
+	- restart send queue after transmit
+	- count output packets
+	- use deferred start
+	[mrg, ticket #782]
+
+sys/uvm/uvm_map.c1.407,1.412,1.413
+
+	uvm_findspace(): PR 51254: for sh3, convert a KASSERTMSG(9) into
+	printf(9).
+	[rin, ticket #783]
+
+sys/net/bpf.c	1.253
+
+	bpf: PR 58531: mark bpfread_filtops FILTEROP_MPSAFE.
+	[rin, ticket #784]
+
+external/bsd/mdocml/dist/mdoc.7			1.6
+external/bsd/mdocml/dist/st.c			1.3
+external/gpl2/groff/dist/tmac/doc-syms		1.6
+external/gpl2/groff/dist/tmac/groff_mdoc.man	1.8
+
+	mandoc: merge upstream changes to add IEEE 1003.1-2024 (Posix 2024)
+	groff: add IEEE Std 1003.1-2024
+	[wiz, ticket #785]
+
+lib/librumphijack/hijack.c			1.140
+
+	librumphijack: support flock(2).
+	[ozaki-r, ticket #786]
+
+lib/libc/gdtoa/hdtoa.c1.13
+tests/lib/libc/stdio/t_printf.c			1.11-1.18
+
+	libc: PR 56937: fix long double formatting.
+	[riastradh, ticket #787]
+



CVS commit: [netbsd-10] src/doc

2024-08-22 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 22 20:01:39 UTC 2024

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

Log Message:
Tickets #781 - #787


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug  8 07:34:54 UTC 2024

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

Log Message:
Annotate #779 for additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.23 src/doc/CHANGES-10.1:1.1.2.24
--- src/doc/CHANGES-10.1:1.1.2.23	Thu Aug  8 06:55:19 2024
+++ src/doc/CHANGES-10.1	Thu Aug  8 07:34:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.23 2024/08/08 06:55:19 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.24 2024/08/08 07:34:54 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -1026,7 +1026,7 @@ sys/dev/virtio/viocon.c1.10
 	viocon(4): PR 58555: fix crash at boot on certain hosts.
 	[riastradh, ticket #778]
 
-libexec/ld.elf_so/arch/hppa/hppa_reloc.c	1.52
+libexec/ld.elf_so/arch/hppa/hppa_reloc.c	1.52,1.53
 
 	hppa: ld.elf_so(1): avoid a crash on R_PARISC_NONE relocations.
 	[macallan, ticket #779]



CVS commit: [netbsd-10] src/doc

2024-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug  8 07:34:54 UTC 2024

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

Log Message:
Annotate #779 for additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug  8 06:55:19 UTC 2024

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

Log Message:
Tickets #779 and #780


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.22 src/doc/CHANGES-10.1:1.1.2.23
--- src/doc/CHANGES-10.1:1.1.2.22	Wed Aug  7 11:06:59 2024
+++ src/doc/CHANGES-10.1	Thu Aug  8 06:55:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.22 2024/08/07 11:06:59 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.23 2024/08/08 06:55:19 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -1026,3 +1026,13 @@ sys/dev/virtio/viocon.c1.10
 	viocon(4): PR 58555: fix crash at boot on certain hosts.
 	[riastradh, ticket #778]
 
+libexec/ld.elf_so/arch/hppa/hppa_reloc.c	1.52
+
+	hppa: ld.elf_so(1): avoid a crash on R_PARISC_NONE relocations.
+	[macallan, ticket #779]
+
+tests/net/if_tap/t_tap.sh			1.12
+
+	t_tap: fix `tap_bridged` test case.
+	[rin, ticket #780]
+



CVS commit: [netbsd-10] src/doc

2024-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug  8 06:55:19 UTC 2024

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

Log Message:
Tickets #779 and #780


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-08-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  7 11:06:59 UTC 2024

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

Log Message:
Tickets #770 - #774, #776 - #778


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.21 src/doc/CHANGES-10.1:1.1.2.22
--- src/doc/CHANGES-10.1:1.1.2.21	Tue Aug  6 15:08:25 2024
+++ src/doc/CHANGES-10.1	Wed Aug  7 11:06:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.21 2024/08/06 15:08:25 snj Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.22 2024/08/07 11:06:59 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -966,3 +966,63 @@ libexec/ld.elf_so/rtld.c			1.216
 	(like 32bit sparc).
 	[martin, ticket #775]
 
+sys/dev/pci/if_vioif.c1.108
+
+	vioif(4): fix missing check for stopping state in RX interrupt.
+	[rin, ticket #770]
+
+share/man/man4/virtio.41.10,1.11
+
+	virtio(4) PR 58533: add references to viocon.
+	[uwe, ticket #771]
+
+sys/dev/pci/if_vioif.c1.111
+
+	vioif(4): PR 58049: respect queue size limits.
+	[isaki, ticket #772]
+
+lib/libc/compat-43/killpg.c			1.10
+sys/kern/kern_descrip.c1.263
+sys/kern/kern_ktrace.c1.185
+sys/kern/kern_proc.c1.276
+sys/kern/sys_sig.c1.58
+sys/kern/tty.c	1.313
+tests/lib/libc/sys/t_kill.c			1.2
+
+	PR 58425: disallow INT_MIN as a (negative) pid arg.
+	Add a test for this.
+	[kre, ticket #773]
+
+bin/sh/histedit.c1.72
+
+	sh(1): fix sh histedit core dump.
+	[kre, ticket #774]
+
+bin/pax/ar_subs.c1.58
+bin/pax/buf_subs.c1.31
+bin/pax/extern.h1.61
+bin/pax/file_subs.c1.65
+bin/pax/ftree.c	1.43
+bin/pax/pax.c	1.50,1.51
+tests/bin/pax/t_pax.sh1.3-1.7
+
+	pax(1): Fix various PRs and add tests for the bugs.
+	PR 33753: pax(1) deletes target file if rewriting it fails
+	(`don't installworld to a full disk')
+	PR 41736: pax reports an error when copying zero files
+	PR 44498: tar(1) unnecessarily demands that getcwd() work
+	[riastradh, ticket #776]
+
+libexec/ld.elf_so/README.TLS			1.7
+libexec/ld.elf_so/arch/aarch64/rtld_start.S	1.6,1.7
+libexec/ld.elf_so/tls.c1.15,1.20,1.21
+tests/libexec/ld.elf_so/t_tls_extern.c		1.15,1.16
+
+	ld.elf_so(1): PR 58154: fix aarch64 thread-local storage
+	[riastradh, ticket #777]
+
+sys/dev/virtio/viocon.c1.10
+
+	viocon(4): PR 58555: fix crash at boot on certain hosts.
+	[riastradh, ticket #778]
+



CVS commit: [netbsd-10] src/doc

2024-08-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  7 11:06:59 UTC 2024

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

Log Message:
Tickets #770 - #774, #776 - #778


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-08-06 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Aug  6 15:08:25 UTC 2024

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

Log Message:
775


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-08-06 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Aug  6 15:08:25 UTC 2024

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

Log Message:
775


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.20 src/doc/CHANGES-10.1:1.1.2.21
--- src/doc/CHANGES-10.1:1.1.2.20	Tue Jul 30 15:56:59 2024
+++ src/doc/CHANGES-10.1	Tue Aug  6 15:08:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.20 2024/07/30 15:56:59 snj Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.21 2024/08/06 15:08:25 snj Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -958,3 +958,11 @@ share/man/man4/sht4xtemp.4			1.3
 	Fix a typo in the man page.
 	[brad, ticket #769]
 
+libexec/ld.elf_so/rtld.c			1.216
+
+	PR 57628: at the end of _rtld_init() explicitly initialize the
+	ld.elf_so local copy of the atomic access support functions
+	for machines that do not implement all required ops in hardware
+	(like 32bit sparc).
+	[martin, ticket #775]
+



CVS commit: [netbsd-10] src/doc

2024-07-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jul 30 15:56:59 UTC 2024

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

Log Message:
769


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.19 src/doc/CHANGES-10.1:1.1.2.20
--- src/doc/CHANGES-10.1:1.1.2.19	Wed Jul 24 09:58:37 2024
+++ src/doc/CHANGES-10.1	Tue Jul 30 15:56:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.19 2024/07/24 09:58:37 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.20 2024/07/30 15:56:59 snj Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -953,3 +953,8 @@ tests/lib/libcurses/tests/curs_set		1.2
 	curses: PR 58090, PR 58313: init old_mode to 1 (normal visible cursor).
 	[uwe, ticket #768]
 
+share/man/man4/sht4xtemp.4			1.3
+
+	Fix a typo in the man page.
+	[brad, ticket #769]
+



CVS commit: [netbsd-10] src/doc

2024-07-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jul 30 15:56:59 UTC 2024

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

Log Message:
769


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-07-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jul 24 09:58:37 UTC 2024

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

Log Message:
Tickets #766 - #768


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.18 src/doc/CHANGES-10.1:1.1.2.19
--- src/doc/CHANGES-10.1:1.1.2.18	Sat Jul 20 16:05:52 2024
+++ src/doc/CHANGES-10.1	Wed Jul 24 09:58:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.18 2024/07/20 16:05:52 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.19 2024/07/24 09:58:37 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -935,3 +935,21 @@ sys/modules/Makefile1.291
 	modules: Build `ipl` module only if MKIPFILTER is enabled.
 	[rin, ticket #765]
 
+distrib/amd64/ramdisks/Makefile			1.6
+
+	PR 58316 and 57948: only enable the build of ramdisk-zfsroot if
+	ZFS is enabled.
+	[ozaki-r, ticket #766]
+
+distrib/sets/lists/comp/mi			1.2465
+share/man/man9/Makefile1.472
+
+	crashme(9): install man page.
+	[rin, ticket #767]
+
+lib/libcurses/screen.c1.39
+tests/lib/libcurses/tests/curs_set		1.2
+
+	curses: PR 58090, PR 58313: init old_mode to 1 (normal visible cursor).
+	[uwe, ticket #768]
+



CVS commit: [netbsd-10] src/doc

2024-07-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jul 24 09:58:37 UTC 2024

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

Log Message:
Tickets #766 - #768


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-07-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jul 20 16:05:52 UTC 2024

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

Log Message:
Tickets #738 - #765


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.17 src/doc/CHANGES-10.1:1.1.2.18
--- src/doc/CHANGES-10.1:1.1.2.17	Wed Jul  3 19:16:46 2024
+++ src/doc/CHANGES-10.1	Sat Jul 20 16:05:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.17 2024/07/03 19:16:46 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.18 2024/07/20 16:05:52 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -761,3 +761,177 @@ sys/altq/altq_rmclass.c1.31
 	altq, cbq: take care of borrowed classes on sleeping.
 	[ozaki-r, ticket #736]
 
+sys/arch/x86/include/specialreg.h		1.212
+sys/arch/x86/x86/identcpu.c			1.129,1.130
+
+	x86: PR 58370: VIA CPU probe fixes.
+	[andvar, ticket #738]
+
+sys/conf/copts.mk1.12 (patch)
+sys/net/zlib.c	1.39
+
+	Avoid errors for newer gcc -Wimplicit-fallthrough warnings in
+	net/zlib.c
+	[rin, ticket #739]
+
+sys/netinet6/ip6_output.c			1.232
+sys/netipsec/ipsec.c1.178
+sys/netipsec/ipsec_input.c			1.79
+sys/netipsec/ipsec_output.c			1.86
+
+	ipsec: remove unnecessary splsoftnet protection, the code is
+	already MP-safe.
+	[rin, ticket #740]
+
+sys/kern/uipc_socket.c1.309
+
+	PR 55690: make kqfilter() behave the same with option PIPE_SOCKETPAIR
+	pipe as it does for standard one - refuse EVFILT_WRITE if the reader
+	is already disconnected.
+	[jdolecek, ticket #741]
+
+bin/cp/utils.c	1.50
+
+	cp(1): PR 57857: always copy regular files, even if they appear to
+	be zero-sized.
+	[rin, ticket #742]
+
+bin/ls/ls.c	1.78
+
+	ls(1): PR 57892: print full pathname in error messages.
+	[rin, ticket #743]
+
+common/lib/libc/arch/aarch64/string/bcopy.S	1.3
+
+	aarch64: PR 57388: minor bug fix in bcopy.S.
+	[rin, ticket #744]
+
+common/lib/libc/arch/arm/string/memcpy_arm.S	1.6,1.7
+common/lib/libc/arch/arm/string/memcpy_neon.S	1.2
+common/lib/libc/arch/arm/string/memcpy_xscale.S	1.6
+common/lib/libc/arch/arm/string/memmove.S	1.11
+common/lib/libc/arch/arm/string/memset.S	1.9
+common/lib/libc/arch/arm/string/memset_naive.S	1.2
+common/lib/libc/arch/arm/string/strlen_neon.S	1.4
+
+	arm: string: Use unsigned comparison for pointers and size_t values.
+	[rin, ticket #745]
+
+etc/services	1.105,1.106
+
+	/etc/services: resolve a conflict for port 2049 and restore local
+	additions. PR 57759.
+	[rin, ticket #746]
+
+external/bsd/libproc/dist/proc_sym.c		1.5,1.6
+
+	libproc: sanitize process symbols so binary doesn't end up in dtrace
+	profiling.
+	[rin, ticket #747]
+
+lib/libc/atomic/atomic_ops.3			1.9
+
+	atomic_ops(3): note that aarch64 implements CAS.
+	[rin, ticket #748]
+
+lib/libc/gdtoa/strtod.c1.19
+
+	libc: PR 55668: remove workarounds for older gcc versions
+	for the internal routine used by strtod(3).
+	[rin, ticket #749]
+
+lib/libc/gen/err.31.24
+
+	err(3): improve the manual page.
+	[rin, ticket #750]
+
+lib/libc/gen/usleep.31.22
+
+	usleep(3): PR 58184: add CAVEATS for NetBSD before 10.1.
+	[rin, ticket #751]
+
+share/man/man4/options.4			1.531
+
+	options(4): update `file-system UDF' description, it is not considered
+	experimental any more.
+	[reinoud, ticket #752]
+
+lib/libc/net/getaddrinfo.3			1.61
+
+	freeaddrinfo(3): note that a call with NULL argument causes
+	a segmentation fault.
+	[rin, ticket #753]
+
+lib/libc/stdio/fvwrite.c			1.31
+
+	fvwrite: optimize for unbuffered write.
+	[rin, ticket #754]
+
+lib/libc/sys/stat.21.60
+
+	stat(2): improve manual page.
+	[rin, ticket #755]
+
+lib/libcurses/refresh.c1.127
+
+	curses(3): fix random application crashes.
+	[rin, ticket #756]
+
+lib/libpthread/pthread.c			1.182
+
+	libpthread: avoid deadlocks in snprintf(3).
+	[rin, ticket #757]
+
+lib/libpthread/pthread_attr_getguardsize.3	1.6
+lib/libpthread/pthread_attr_getstack.3		1.9
+
+	pthread: PR 57721: document the setstack vs setguardsize bug.
+	Suggest the safe, compatible workaround.
+	[rin, ticket #758]
+
+lib/libutil/stat_flags.3			1.9
+
+	stat_flags(3): improve manual page.
+	[rin, ticket #759]
+
+sbin/mount_procfs/mount_procfs.8		1.39
+
+	mount_procfs(8): document the format of the region descriptor
+	lines contained in the 'map' and 'maps' special files.
+	[rin, ticket #760]
+
+bin/sh/histedit.c1.68
+
+	sh(1): ignore non-numeric values for HISTSIZE.
+	[kre, ticket #761]
+
+distrib/sets/lists/comp/mi			1.2463
+share/man/man9/Makefile1.471
+share/man/man9/imax.91.7,1.8
+
+	imax(9): document the renaming from  max/min to uimax/uimin.
+	[rin, ticket #762]
+
+sys/net/if_bridge.c1.192
+
+	bridge(4): add missing curlwp_bind() for pppoe.
+	[rin, ticket #763]
+

CVS commit: [netbsd-10] src/doc

2024-07-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jul 20 16:05:52 UTC 2024

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

Log Message:
Tickets #738 - #765


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-07-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jul  3 19:16:46 UTC 2024

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

Log Message:
Tickets #730 - #736


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.16 src/doc/CHANGES-10.1:1.1.2.17
--- src/doc/CHANGES-10.1:1.1.2.16	Mon Jul  1 19:58:14 2024
+++ src/doc/CHANGES-10.1	Wed Jul  3 19:16:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.16 2024/07/01 19:58:14 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.17 2024/07/03 19:16:46 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -610,3 +610,154 @@ crypto/external/bsd/openssh/dist/version
 	context. Fixes CVE-2024-6387.
 	[riastradh, ticket #737]
 
+sys/dev/pci/pcidevs1.1507
+sys/dev/pci/pcidevs.h(regen)
+sys/dev/pci/pcidevs_data.h			(regen)
+
+	PR 58358: add Brainboxes as manufacturer and some of their devices.
+	[nia, ticket #730]
+
+usr.sbin/sysinst/msg.mi.de			1.49,1.50
+usr.sbin/sysinst/msg.mi.en			1.52
+
+	sysinst(8): note that leaving the network "media type" empty
+	autoconfigures.
+	[nia, ticket #731]
+
+sys/arch/powerpc/oea/altivec.c			1.35
+
+	powerpc: PR 58283; don not try to restore altivec registers
+	in vec_restore_from_mcontext() if no altivec is supported.
+	[tsutsui, ticket #732]
+
+distrib/cdrom/Makefile1.54-1.57
+distrib/cdrom/boothfs.uue			1.2
+distrib/cdrom/macppc_installboot/Makefile	1.12-1.14
+distrib/cdrom/macppc_installboot/cd9660.c	1.5,1.6
+distrib/cdrom/macppc_installboot/cd9660.c	delete
+distrib/cdrom/macppc_installboot/installboot.c	1.6,1.7
+distrib/cdrom/macppc_installboot/installboot.h	1.5
+distrib/cdrom/macppc_mkboothfs/mkboothfs.c	1.4
+distrib/macppc/Makefile1.18
+etc/Makefile	1.471,1.472
+etc/etc.mac68k/Makefile.inc			1.25,1.26
+etc/etc.macppc/Makefile.inc			1.13
+external/gpl2/mkhybrid/README.md		1.1
+external/gpl2/mkhybrid/bin/Makefile		1.1-1.3
+external/gpl2/mkhybrid/dist/COPYING		1.1
+external/gpl2/mkhybrid/dist/ChangeLog		1.1
+external/gpl2/mkhybrid/dist/ChangeLog.mkhybrid	1.1
+external/gpl2/mkhybrid/dist/Makefile.in		1.1,1.2
+external/gpl2/mkhybrid/dist/README		1.1
+external/gpl2/mkhybrid/dist/README.eltorito	1.1
+external/gpl2/mkhybrid/dist/README.hfs_boot	1.1
+external/gpl2/mkhybrid/dist/README.hfs_magic	1.1
+external/gpl2/mkhybrid/dist/README.mkhybrid	1.1
+external/gpl2/mkhybrid/dist/README.mkisofs	1.1
+external/gpl2/mkhybrid/dist/README.session	1.1
+external/gpl2/mkhybrid/dist/README.win32	1.1
+external/gpl2/mkhybrid/dist/TODO		1.1
+external/gpl2/mkhybrid/dist/acconfig.h		1.1
+external/gpl2/mkhybrid/dist/apple.c		1.1-1.4
+external/gpl2/mkhybrid/dist/apple.h		1.1,1.2
+external/gpl2/mkhybrid/dist/apple_proto.h	1.1,1.2
+external/gpl2/mkhybrid/dist/config.h		1.1,1.2
+external/gpl2/mkhybrid/dist/config.h.in		1.1-1.3
+external/gpl2/mkhybrid/dist/configure		1.1-1.3
+external/gpl2/mkhybrid/dist/configure.in	1.1-1.3
+external/gpl2/mkhybrid/dist/defaults.h		1.1-1.3
+external/gpl2/mkhybrid/dist/desktop.c		1.1,1.2
+external/gpl2/mkhybrid/dist/eltorito.c		1.1
+external/gpl2/mkhybrid/dist/getopt.c		1.1-1.3
+external/gpl2/mkhybrid/dist/getopt.h		1.1,1.2
+external/gpl2/mkhybrid/dist/getopt1.c		1.1-1.3
+external/gpl2/mkhybrid/dist/hash.c		1.1,1.2
+external/gpl2/mkhybrid/dist/include/fctldefs.h	1.1
+external/gpl2/mkhybrid/dist/include/mconfig.h	1.1,1.2
+external/gpl2/mkhybrid/dist/include/prototyp.h	1.1
+external/gpl2/mkhybrid/dist/include/statdefs.h	1.1
+external/gpl2/mkhybrid/dist/install-sh		1.1
+external/gpl2/mkhybrid/dist/iso9660.h		1.1
+external/gpl2/mkhybrid/dist/joliet.c		1.1
+external/gpl2/mkhybrid/dist/libfile/LEGAL.NOTICE 1.1
+external/gpl2/mkhybrid/dist/libfile/README	1.1
+external/gpl2/mkhybrid/dist/libfile/apprentice.c 1.1,1.2
+external/gpl2/mkhybrid/dist/libfile/file.h	1.1-1.3
+external/gpl2/mkhybrid/dist/libfile/lfile.c	1.1,1.2
+external/gpl2/mkhybrid/dist/libfile/patchlevel.h 1.1
+external/gpl2/mkhybrid/dist/libfile/proto.h	1.1
+external/gpl2/mkhybrid/dist/libfile/softmagic.c	1.1,1.2
+external/gpl2/mkhybrid/dist/libhfs_iso/Makefile	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/README	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/block.c	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/block.h	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/btree.c	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/btree.h	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/data.c	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/data.h	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/file.c	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/file.h	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/hfs.c	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/hfs.h	1.1,1.2
+external/gpl2/mkhybrid/dist/libhfs_iso/hybrid.h	1.1
+external/gpl2/mkhybrid/dist/libhfs_iso/internal.h 1.1

CVS commit: [netbsd-10] src/doc

2024-07-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jul  3 19:16:46 UTC 2024

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

Log Message:
Tickets #730 - #736


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-07-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jul  1 19:58:15 UTC 2024

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

Log Message:
Ticket #737


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.15 src/doc/CHANGES-10.1:1.1.2.16
--- src/doc/CHANGES-10.1:1.1.2.15	Thu Jun 27 19:34:10 2024
+++ src/doc/CHANGES-10.1	Mon Jul  1 19:58:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.15 2024/06/27 19:34:10 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.16 2024/07/01 19:58:14 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -603,3 +603,10 @@ sys/dev/pci/igc/if_igc.h			1.3
 	to detect atomic_loadstore(9) is applicable to 64-bit integers.
 	[rin, ticket #729]
 
+crypto/external/bsd/openssh/dist/log.c		1.29
+crypto/external/bsd/openssh/dist/version.h	(patch)
+
+	sshd(8): PR 58386:  avoid strnvis and syslog_r in signal handler
+	context. Fixes CVE-2024-6387.
+	[riastradh, ticket #737]
+



CVS commit: [netbsd-10] src/doc

2024-07-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jul  1 19:58:15 UTC 2024

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

Log Message:
Ticket #737


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-06-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jun 27 19:34:10 UTC 2024

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

Log Message:
Adjust entry for #724.
Note tickets #728 and #729.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-06-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jun 27 19:34:10 UTC 2024

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

Log Message:
Adjust entry for #724.
Note tickets #728 and #729.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.14 src/doc/CHANGES-10.1:1.1.2.15
--- src/doc/CHANGES-10.1:1.1.2.14	Wed Jun 26 17:12:36 2024
+++ src/doc/CHANGES-10.1	Thu Jun 27 19:34:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.14 2024/06/26 17:12:36 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.15 2024/06/27 19:34:10 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -557,6 +557,24 @@ sys/modules/compat_13/Makefile			1.3-1.5
 sys/modules/compat_16/Makefile			1.3,1.4
 sys/modules/compat_netbsd32_13/Makefile		1.5
 sys/modules/compat_netbsd32_16/Makefile		1.5
+sys/arch/amiga/amiga/locore.s			1.169
+sys/arch/atari/atari/locore.s			1.125
+sys/arch/cesfic/cesfic/locore.s			1.45
+sys/arch/hp300/hp300/locore.s			1.183
+sys/arch/luna68k/luna68k/locore.s		1.81
+sys/arch/m68k/conf/files.m68k			1.53
+sys/arch/m68k/include/pte_motorola.h		1.10 (adapted, via patch)
+sys/arch/m68k/m68k/compat_13_sigreturn13.s	1.8
+sys/arch/m68k/m68k/compat_16_sigreturn14.s	1.6
+sys/arch/m68k/m68k/sigreturn.s			delete
+sys/arch/mac68k/mac68k/locore.s			1.182
+sys/arch/mvme68k/mvme68k/locore.s		1.129
+sys/arch/news68k/news68k/locore.s		1.84
+sys/arch/next68k/next68k/locore.s		1.84
+sys/arch/sun2/sun2/locore.s			1.37
+sys/arch/sun3/sun3/locore.s			1.109
+sys/arch/sun3/sun3x/locore.s			1.77
+sys/arch/x68k/x68k/locore.s			1.130
 
 	PR 58346: fix compat modules build.
 	[pgoyette, ticket #724]
@@ -574,3 +592,14 @@ usr.sbin/btpand/btpand.c			1.9
 	btpand(8): fix off-by-one bug causing out of bounds memory access.
 	[plunky, ticket #727]
 
+share/man/man9/atomic_loadstore.9		1.8
+
+	atomic_loadstore(9): PR 58340: clarify relation to __HAVE_ATOMIC64_OPS.
+	[rin, ticket #728]
+
+sys/dev/pci/igc/if_igc.h			1.3
+
+	igc(4): use __HAVE_ATOMIC64_LOADSTORE instead of __HAVE_ATOMIC64_OPS
+	to detect atomic_loadstore(9) is applicable to 64-bit integers.
+	[rin, ticket #729]
+



CVS commit: [netbsd-10] src/doc

2024-06-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jun 26 17:12:36 UTC 2024

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

Log Message:
Ticket #727


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.13 src/doc/CHANGES-10.1:1.1.2.14
--- src/doc/CHANGES-10.1:1.1.2.13	Sat Jun 22 18:33:21 2024
+++ src/doc/CHANGES-10.1	Wed Jun 26 17:12:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.13 2024/06/22 18:33:21 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.14 2024/06/26 17:12:36 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -569,4 +569,8 @@ sys/arch/xen/xen/xbdback_xenbus.c		upto 
 	This fixes a possible virtual disk corruption with linux domUs.
 	[bouyer, ticket #726]
 
+usr.sbin/btpand/btpand.c			1.9
+
+	btpand(8): fix off-by-one bug causing out of bounds memory access.
+	[plunky, ticket #727]
 



CVS commit: [netbsd-10] src/doc

2024-06-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jun 26 17:12:36 UTC 2024

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

Log Message:
Ticket #727


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-06-22 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jun 22 18:33:21 UTC 2024

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

Log Message:
Tickets #699 - #724, #726


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.12 src/doc/CHANGES-10.1:1.1.2.13
--- src/doc/CHANGES-10.1:1.1.2.12	Mon Jun 17 18:09:35 2024
+++ src/doc/CHANGES-10.1	Sat Jun 22 18:33:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.12 2024/06/17 18:09:35 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.13 2024/06/22 18:33:21 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -330,3 +330,243 @@ sys/arch/sgimips/sgimips/machdep.c		1.15
 	sgimips: PR 58269: call mips_vector_init earlier to fix boot.
 	[skrll, ticket #695]
 
+external/bsd/tre/dist/src/agrep.c		1.5,1.6
+
+	agrep(1): PR 53513: rewrite check for binary files.
+	[andvar, ticket #699]
+
+distrib/sets/lists/man/mi			1.1773 (adapted)
+share/man/man4/man4.i386/Makefile		1.81
+share/man/man4/man4.i386/viac7temp.4		delete
+share/man/man4/man4.x86/Makefile		1.24
+share/man/man4/man4.x86/viac7temp.4		1.1
+sys/arch/amd64/conf/ALL1.188
+sys/arch/amd64/conf/GENERIC			1.612
+sys/arch/i386/conf/ALL1.519
+sys/arch/i386/conf/GENERIC			1.1256
+sys/arch/x86/x86/viac7temp.c			1.11
+
+	viac7temp(4): rewrite temperature sensor to read value from MSR.
+	Add the driver to amd64 GENERIC.
+	[andvar, ticket #700]
+
+
+sys/arch/x86/x86/fpu.c1.88
+
+	xen: workaround panic "fpudna from userland" on i386 Xen PV domU.
+	[manu, ticket #701]
+
+sys/dev/usb/if_urtwn.c1.108
+sys/dev/usb/usbdevs1.812
+sys/dev/usb/usbdevs.h(regen)
+sys/dev/usb/usbdevs_data.h			(regen)
+
+	urtwn(4): PR 57819: add Mercusys and Mercusys MW150USV2 support.
+	[nia, ticket #702]
+
+usr.bin/aiomixer/main.c1.6
+
+	aiomixer(1): fix setting volume on sb(4) emulated in QEMU.
+	[nia, ticket #703]
+
+usr.bin/ftp/ftp.11.154
+
+	ftp.1: drop a sentence that's no longer accurate.
+	[gutteridge, ticket #704]
+
+distrib/sets/lists/base/mi			1.1345
+external/public-domain/tz/share/zoneinfo/Makefile 1.5
+
+	Install /usr/share/zoneinfo/leap-seconds.list.
+	[kre, ticket #705]
+
+sys/fs/msdosfs/msdosfs_rename.c			1.4
+
+	PR 58146: fix msdosfs rename crash in RUMP.
+	[rhialto, ticket #706]
+
+sys/arch/macppc/macppc/mainbus.c		1.26
+
+	macppc: PR 57394: check for proper error value from OF_finddevice().
+	[tsutsui, ticket #707]
+
+sys/arch/mac68k/dev/aed.c			1.39
+sys/arch/macppc/dev/aed.c			1.35
+
+	mac68k/macppc: PR 58303: fix passing of emulated 2nd and 3rd button
+	events to the corresponding adb mouse.
+	[nat, ticket #708]
+
+crypto/external/bsd/openssh/bin/Makefile.inc	1.5
+
+	openssh: use ${EXTERNAL_OPENSSL_SUBDIR} instead of hard-coded
+	`openssl`.
+	[rin, ticket #709]
+
+usr.sbin/envstat/prog_ops.h			1.3
+usr.sbin/powerd/prog_ops.h			1.2
+usr.sbin/traceroute/prog_ops.h			1.3
+
+	envstat(8), powerd(8), traceroute(8): add support to CRUNCHOPS
+	to enable building rump-fied programs as crunched binaries.
+	[rin, ticket #710]
+
+lib/libpthread/pthread.c			1.185
+
+	libpthread: PR 57831: fix resource leak in pthread_create().
+	[hannken, ticket #711]
+
+sys/dev/mii/miidevs1.169-1.171
+sys/dev/mii/miidevs.h(regen)
+sys/dev/mii/miidevs_data.h			(regen)
+
+	miidevs: Add MaxLinear GPY21[125] 2.5G PHY and
+	GPY115 Gigabit PHY.
+	[msaitoh, ticket #712]
+
+sys/dev/pci/igc/if_igc.c			1.7-1.9,1.14
+
+	igc(4):
+	 - Fix build of the MODULAR kernel, which explicitly excludes vlans.
+	 - Notify which of 64- or 32-bit DMA is used
+	 - Cleanup
+	[rin, ticket #713]
+
+sys/dev/clk/clk.c1.8
+
+	clk(4): clk_set_rate: Add KASSERT to check `clk != NULL`
+	[rin, ticket #714]
+
+sys/dev/fdt/fdt_powerdomain.c			1.2
+
+	fdt_powerdomain: fix out of bounds data access in the "all"
+	(index -1) case.
+	[rin, ticket #715]
+
+sys/lib/libsa/netif.c1.27
+
+	libsa: do not panic when the requested NIC is not available.
+	[rin, ticket #716]
+
+sys/arch/x86/x86/coretemp.c			1.40,1.41
+
+	coretemp(4): do not accept impossibly low TjMax values.
+	[gutteridge, ticket #717]
+
+sys/dev/pckbport/synaptics.c			1.83
+
+	pms(4): PR 57874: fix synaptics capability parsing to
+	unbreak old devices.
+	[gutteridge, ticket #718]
+
+etc/etc.aarch64/MAKEDEV.conf			1.10
+etc/etc.amd64/MAKEDEV.conf			1.36
+etc/etc.i386/MAKEDEV.conf			1.36
+
+	Fix some missing device nodes. PRs 58093, 58100, 58101 and 58102.
+	[skrll, ticket #719]
+
+xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/xf86Modes.c 1.2
+
+	PR 58321: make sure we fill in the name field in generated/
+	converted modes.
+	[tsutsui, ticket #720]
+
+external/gpl3/gcc.old/dist/gcc/doc/gcc.info	1.15
+external/gpl3/gcc.old/dist/gcc/doc/gcc.texi	1.13
+		(applied to external/gpl3/gcc)

CVS commit: [netbsd-10] src/doc

2024-06-22 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jun 22 18:33:21 UTC 2024

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

Log Message:
Tickets #699 - #724, #726


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-06-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jun 17 18:09:35 UTC 2024

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

Log Message:
Tickets #692 - #698


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.11 src/doc/CHANGES-10.1:1.1.2.12
--- src/doc/CHANGES-10.1:1.1.2.11	Thu May 16 12:32:00 2024
+++ src/doc/CHANGES-10.1	Mon Jun 17 18:09:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.11 2024/05/16 12:32:00 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.12 2024/06/17 18:09:35 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -289,3 +289,44 @@ sys/arch/i386/conf/LEGACY			1.4
 	Exclude DRM_LEGACY from the ISA kernel.
 	[nia, ticket #691]
 
+sbin/disklabel/main.c1.58
+
+	disklabel(8): avoid writing a label to the wrong sector
+	on some architectures from installer/ramdisk versions of
+	the disklabel command.
+	[tsutsui, ticket #692]
+
+sys/arch/hp300/hp300/autoconf.c			1.113
+
+	hp300: fix boot device selection for SCSI disks.
+	[tsutsui, ticket #693]
+
+sys/arch/vax/include/mcontext.h			1.11
+sys/arch/vax/vax/machdep.c			1.200
+sys/arch/vax/vax/sig_machdep.c			1.27
+
+	vax: implement _UC_SETSTACK / _UC_CLRSTACK.
+	[thorpej, ticket #694]
+
+sys/arch/evbarm/conf/GENERIC64			1.216
+
+	aarch64: add some simple PCI audio devices to GENERIC64
+	(for use in QEMU).
+	[nia, ticket #698]
+
+sys/dev/pci/eap.c1.103
+
+	eap(4): restore the full set of supported hardware encodings
+	from netbsd-7.
+	[nia, ticket #697]
+
+share/man/man4/eap.41.18-1.20
+
+	eap(4): improve man page.
+	[nia, ticket #696]
+
+sys/arch/sgimips/sgimips/machdep.c		1.155
+
+	sgimips: PR 58269: call mips_vector_init earlier to fix boot.
+	[skrll, ticket #695]
+



CVS commit: [netbsd-10] src/doc

2024-06-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jun 17 18:09:35 UTC 2024

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

Log Message:
Tickets #692 - #698


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-05-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu May 16 12:32:00 UTC 2024

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

Log Message:
Tickets #688 - #691


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.10 src/doc/CHANGES-10.1:1.1.2.11
--- src/doc/CHANGES-10.1:1.1.2.10	Sat May 11 14:51:14 2024
+++ src/doc/CHANGES-10.1	Thu May 16 12:32:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.10 2024/05/11 14:51:14 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.11 2024/05/16 12:32:00 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -262,3 +262,30 @@ sys/dev/pci/if_vmx.c1.13
 	vmx(4):	set IFM_FDX flag if the link is up.
 	[msaitoh, ticket #687]
 
+usr.bin/tic/tic.c1.41
+
+	tic(1): PR 58034: only mark the terminfo entry promoted if
+	it actually was.
+	[wiz, ticket #688]
+
+sys/dev/hil/hil.c1.8
+
+	hp300: fix "stray level 1 interrupt" panic by pressing keys
+	during autoconf(9).
+	[tsutsui, ticket #689]
+
+distrib/notes/hp300/hardware			1.28
+share/man/man4/man4.hp300/topcat.4		1.8
+sys/arch/hp300/dev/diofb.c			1.8-1.10
+sys/arch/hp300/dev/diofbvar.h			1.5
+sys/arch/hp300/dev/topcat.c			1.7-1.12
+sys/arch/hp300/dev/topcatreg.h			1.5
+
+	hp300: topcat(4) framebuffer fixes.
+	[tsutsui, ticket #690]
+
+sys/arch/i386/conf/LEGACY			1.4
+
+	Exclude DRM_LEGACY from the ISA kernel.
+	[nia, ticket #691]
+



CVS commit: [netbsd-10] src/doc

2024-05-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu May 16 12:32:00 UTC 2024

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

Log Message:
Tickets #688 - #691


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-05-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat May 11 14:51:15 UTC 2024

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

Log Message:
Tickets #682 - #687


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-05-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat May 11 14:51:15 UTC 2024

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

Log Message:
Tickets #682 - #687


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.9 src/doc/CHANGES-10.1:1.1.2.10
--- src/doc/CHANGES-10.1:1.1.2.9	Sat May 11 14:09:50 2024
+++ src/doc/CHANGES-10.1	Sat May 11 14:51:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.9 2024/05/11 14:09:50 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.10 2024/05/11 14:51:14 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -222,3 +222,43 @@ etc/Makefile	1.470
 	PR/58200: change "makeobsolete" to use the tool version of sed.
 	[christos, ticket #681]
 
+distrib/common/Makefile.bootcd			1.48
+distrib/common/bootimage/Makefile.installimage	1.11
+distrib/i386/cdroms/installcd/Makefile		1.12
+share/mk/bsd.own.mk1.1373
+sys/arch/i386/conf/LEGACY			1.3
+
+	i386: reduce size of ISO image:
+	 - remove redundant kernels and floppy images
+	 - do not build AMD GPU firmware
+	 - remove DRM support from the LEGACY kernel (targetting ISA machines)
+	[nia, ticket #682]
+
+external/mit/xf86-input-ws/dist/src/ws.c	1.17,1.18
+
+	xf86-input-ws: print log message about touchpad scrolling only once.
+	[nia, ticket #683]
+
+sys/arch/hp300/stand/inst/Makefile		1.11
+sys/arch/hp300/stand/uboot/Makefile		1.11
+
+	hp300: PR 58211: fix hardlinks in /usr/mdec.
+	[tsutsui, ticket #684]
+
+sys/arch/hp300/stand/common/if_le.c		1.15,1.16
+
+	hp300: do not panic on fatal errors on receiving packets with invalid
+	length.
+	[tsutsui, ticket #685]
+
+sys/arch/mac68k/dev/pm_direct.c			1.31
+
+	mac68k: avoid random crashes on some Powerbook models
+	when using mouse or keyboard.
+	[nat, ticket #686]
+
+sys/dev/pci/if_vmx.c1.13
+
+	vmx(4):	set IFM_FDX flag if the link is up.
+	[msaitoh, ticket #687]
+



CVS commit: [netbsd-10] src/doc

2024-05-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat May 11 14:09:50 UTC 2024

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

Log Message:
Ammend ticket #655 with additional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.8 src/doc/CHANGES-10.1:1.1.2.9
--- src/doc/CHANGES-10.1:1.1.2.8	Sat May  4 12:05:45 2024
+++ src/doc/CHANGES-10.1	Sat May 11 14:09:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.8 2024/05/04 12:05:45 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.9 2024/05/11 14:09:50 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -46,7 +46,7 @@ share/mk/bsd.lib.mk1.398,1.399,1.152
 	[riastradh, ticket #654]
 
 share/mk/bsd.own.mk1.1365,1.1366
-sys/arch/aarch64/include/sljit_machdep.h	1.4
+sys/arch/aarch64/include/sljit_machdep.h	1.4,1.5
 sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_64.c 1.5
 sys/modules/Makefile1.285
 



CVS commit: [netbsd-10] src/doc

2024-05-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat May 11 14:09:50 UTC 2024

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

Log Message:
Ammend ticket #655 with additional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-05-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat May  4 12:05:45 UTC 2024

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

Log Message:
Ammend ticket #674 for additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-05-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat May  4 12:05:45 UTC 2024

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

Log Message:
Ammend ticket #674 for additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.7 src/doc/CHANGES-10.1:1.1.2.8
--- src/doc/CHANGES-10.1:1.1.2.7	Sun Apr 28 13:43:59 2024
+++ src/doc/CHANGES-10.1	Sat May  4 12:05:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.7 2024/04/28 13:43:59 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.8 2024/05/04 12:05:45 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -167,7 +167,7 @@ sbin/raidctl/raidctl.c1.79
 sys/dev/raidframe/raidframeio.h			1.12
 sys/dev/raidframe/rf_diskqueue.c		1.64
 sys/dev/raidframe/rf_diskqueue.h		1.30
-sys/dev/raidframe/rf_disks.c			1.94
+sys/dev/raidframe/rf_disks.c			1.94,1.95
 sys/dev/raidframe/rf_disks.h			1.15
 sys/dev/raidframe/rf_driver.c			1.141
 sys/dev/raidframe/rf_netbsdkintf.c		1.414



CVS commit: [netbsd-10] src/doc

2024-04-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Apr 28 13:43:59 UTC 2024

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

Log Message:
Tickets #672 - #681


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.6 src/doc/CHANGES-10.1:1.1.2.7
--- src/doc/CHANGES-10.1:1.1.2.6	Sat Apr 20 13:27:04 2024
+++ src/doc/CHANGES-10.1	Sun Apr 28 13:43:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.6 2024/04/20 13:27:04 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.7 2024/04/28 13:43:59 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -151,3 +151,74 @@ sys/uvm/pmap/pmap.h1.27
 	PR 58006: fix kernel hang in pmap_page_clear_attributes().
 	[skrll, ticket #671]
 
+distrib/sets/lists/xbase/mi			1.175
+external/mit/xorg/bin/xsetwallpaper/Makefile	1.6
+
+	PR 58172: install xsetwallpaper(1) manual page.
+	[jakllsch, ticket #672]
+
+sys/netinet6/frag6.c1.78
+
+	inet6: fix calculation of fragment length.
+	[ozaki-r, ticket #673]
+
+sbin/raidctl/raidctl.81.80
+sbin/raidctl/raidctl.c1.79
+sys/dev/raidframe/raidframeio.h			1.12
+sys/dev/raidframe/rf_diskqueue.c		1.64
+sys/dev/raidframe/rf_diskqueue.h		1.30
+sys/dev/raidframe/rf_disks.c			1.94
+sys/dev/raidframe/rf_disks.h			1.15
+sys/dev/raidframe/rf_driver.c			1.141
+sys/dev/raidframe/rf_netbsdkintf.c		1.414
+sys/dev/raidframe/rf_raid.h			1.52
+sys/dev/raidframe/rf_reconstruct.c		1.129
+
+	raid(4): implement hot removal of spares and components.
+	[oster, ticket #674]
+
+sbin/raidctl/raidctl.81.81
+sbin/raidctl/raidctl.c1.80
+
+	raidctl(8): implement single command-line configuration of simple
+	RAID sets.
+	[oster, ticket #675]
+
+sys/dev/usb/uftdi.c1.79
+
+	uftdi(4): add a match quirk to prevent matching any interface
+	on SiPEED FPGA development boards (e.g. Tang Nano 9K).
+	The FT2232s on these boards are wired up only for JTAG.
+	[thorpej, ticket #676]
+
+external/gpl3/gcc.old/dist/gcc/cp/cfns.h	1.12
+(applied to external/gpl3/gcc/dist/gcc/cp/cfns.h)
+usr.sbin/mtree/create.c1.78
+
+	Fix tool build on FreeBSD 14 (and possibly other systems).
+	[hgutch, ticket #677]
+
+lib/libc/gen/usleep.31.20,1.21
+lib/libc/gen/usleep.c1.21
+
+	usleep(3): PR 58184: allow calls with useconds >= 100.
+	[jdolecek, ticket #678]
+
+sys/dev/usb/uftdi.c1.78
+sys/dev/usb/usbdevs1.815
+sys/dev/usb/usbdevs.h(regen)
+sys/dev/usb/usbdevs_data.h			(regen)
+
+	uftdi(4): PR 58127: add some USB serial adapters.
+	[maya, ticket #679]
+
+libexec/httpd/dir-index-bozo.c			1.37
+
+	httpd(8): PR 57962: create mobile-friendly directory listings.
+	[maya, ticket #680]
+
+etc/Makefile	1.470
+
+	PR/58200: change "makeobsolete" to use the tool version of sed.
+	[christos, ticket #681]
+



CVS commit: [netbsd-10] src/doc

2024-04-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Apr 28 13:43:59 UTC 2024

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

Log Message:
Tickets #672 - #681


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-04-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Apr 20 13:27:04 UTC 2024

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

Log Message:
Ammend #663 for additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.5 src/doc/CHANGES-10.1:1.1.2.6
--- src/doc/CHANGES-10.1:1.1.2.5	Fri Apr 19 09:19:31 2024
+++ src/doc/CHANGES-10.1	Sat Apr 20 13:27:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.5 2024/04/19 09:19:31 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.6 2024/04/20 13:27:04 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -134,7 +134,7 @@ sys/dev/ccd.c	1.190
 	kthread if out of memory. 
 	[hannken, ticket #669]
 
-external/bsd/ntp/lib/libntp/Makefile		1.28-1.31
+external/bsd/ntp/lib/libntp/Makefile		1.28-1.34
 
 	ntpd(8): fix timestamp in the binary for reproducable builds.
 	[jakllsch, ticket #663]



CVS commit: [netbsd-10] src/doc

2024-04-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Apr 20 13:27:04 UTC 2024

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

Log Message:
Ammend #663 for additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-04-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Apr 19 09:19:32 UTC 2024

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

Log Message:
Tickets #663, #670 and #671


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.4 src/doc/CHANGES-10.1:1.1.2.5
--- src/doc/CHANGES-10.1:1.1.2.4	Thu Apr 18 18:26:43 2024
+++ src/doc/CHANGES-10.1	Fri Apr 19 09:19:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.4 2024/04/18 18:26:43 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.5 2024/04/19 09:19:31 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -134,3 +134,20 @@ sys/dev/ccd.c	1.190
 	kthread if out of memory. 
 	[hannken, ticket #669]
 
+external/bsd/ntp/lib/libntp/Makefile		1.28-1.31
+
+	ntpd(8): fix timestamp in the binary for reproducable builds.
+	[jakllsch, ticket #663]
+
+sys/arch/vax/vax/unimpl_emul.S			1.5
+
+	vax: fix assembler code to use constants of the correct size
+	to fix reproducable builds (no functional change)
+	[kalvisd, ticket #670]
+
+sys/uvm/pmap/pmap.c1.78
+sys/uvm/pmap/pmap.h1.27
+
+	PR 58006: fix kernel hang in pmap_page_clear_attributes().
+	[skrll, ticket #671]
+



CVS commit: [netbsd-10] src/doc

2024-04-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Apr 19 09:19:32 UTC 2024

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

Log Message:
Tickets #663, #670 and #671


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-04-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Apr 18 18:26:43 UTC 2024

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

Log Message:
Tickets #655 - #662, #664 - #669


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.3 src/doc/CHANGES-10.1:1.1.2.4
--- src/doc/CHANGES-10.1:1.1.2.3	Wed Apr 17 18:03:46 2024
+++ src/doc/CHANGES-10.1	Thu Apr 18 18:26:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.3 2024/04/17 18:03:46 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.4 2024/04/18 18:26:43 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -45,3 +45,92 @@ 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 #654]
 
+share/mk/bsd.own.mk1.1365,1.1366
+sys/arch/aarch64/include/sljit_machdep.h	1.4
+sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_64.c 1.5
+sys/modules/Makefile1.285
+
+	aarch64: PR 58103: enable SLJIT acceleration.
+	[riastradh, ticket #655]
+
+sys/stand/efiboot/efiboot.c			1.23
+
+	efiboot: PR 58075: avoid invalid memory access with netboot.
+	[riastradh, ticket #656]
+
+distrib/evbarm/instkernel/sshramdisk/Makefile	1.26
+
+	evbarm/sshramdisk: PR 58035: put firmware files in the right
+place.
+	[riastradh, ticket #657]
+
+share/man/man4/wg.41.8,1.9
+
+	wg(4): PR 58015: man page improvements.
+	[riastradh, ticket #658]
+
+sys/netinet/sctp_asconf.c			1.14
+sys/netinet6/in6_ifattach.c			1.122
+sys/netinet6/nd6.c1.282
+
+	ipsecif(4): fix invalid IPv6 route after deletion of a tunnel.
+	[knakahara, ticket #659]
+
+sbin/ifconfig/ifconfig.8			1.126-1.129
+
+	ifconfig(8): PR 58125: document lagg(4) parameters.
+	[andvar, ticket #660]
+
+sys/dev/pci/if_mcx.c1.27
+
+	mcx(4): PR 58124: enforce full-duplex mark in mcx_media_status(),
+	when link is up.
+	[andvar, ticket #661]
+
+sys/arch/x86/x86/viac7temp.c			1.10
+
+	viac7temp(4): PR 58148: fix the kernel module.
+	[andvar, ticket #662]
+
+share/mk/bsd.hostlib.mk1.21
+
+	Fix reproducible toolchain build on host toolchains   
+that do not support -iremap.
+	[jakllsch, ticket #664]
+
+sys/ddb/db_proc.c1.16
+
+	ddb(4): fix alignment of 'ps/[lw]' output.
+	[skrll, ticket #665]
+
+sys/arch/arm/arm32/pmap.c			1.443
+
+	arm: PR 58135: don't unconditionally set XN in pmap_clearbit.
+	[skrll, ticket #666]
+
+sys/arch/aarch64/aarch64/cpu_machdep.c		1.15
+sys/arch/aarch64/aarch64/sig_machdep.c		1.9
+
+	aarch64: PR 58149: cannot return from a signal handler if SP was
+	misaligned when the signal arrived.
+	[skrll, ticket #667]
+
+sys/kern/init_main.c1.547
+sys/kern/kern_hook.c1.15
+sys/kern/vfs_mount.c1.104
+sys/miscfs/procfs/procfs.h			1.83,1.84
+sys/miscfs/procfs/procfs_subr.c			1.117
+sys/miscfs/procfs/procfs_vfsops.c		1.112-1.114
+sys/miscfs/procfs/procfs_vnops.c		1.230
+
+	procfs: PR 39913, PR 57775: make kernel hooks exechook, exithook
+	and forkhook MP-safe and make it safe to remove procfs nodes on
+	exehook or proc exit.
+	[hannken, ticket #668]
+
+sys/dev/ccd.c	1.190
+
+	ccd(4): PR 58043: allocate buffers with PR_NOWAIT and defer to
+	kthread if out of memory. 
+	[hannken, ticket #669]
+



CVS commit: [netbsd-10] src/doc

2024-04-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Apr 18 18:26:43 UTC 2024

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

Log Message:
Tickets #655 - #662, #664 - #669


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Tickets #653 and #654


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.2 src/doc/CHANGES-10.1:1.1.2.3
--- src/doc/CHANGES-10.1:1.1.2.2	Tue Apr 16 19:11:45 2024
+++ src/doc/CHANGES-10.1	Wed Apr 17 18:03:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.2 2024/04/16 19:11:45 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.3 2024/04/17 18:03:46 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -34,3 +34,14 @@ sys/arch/alpha/pci/irongate_pci.c		1.13
 	alpha: add a missing barrier in irongate_conf_read0().
 	[thorpej, ticket #652]
 
+sys/dev/pci/if_iwn.c1.100
+
+	iwn(4): PR 58105: use the correct firmware file on
+	Intel Centrino N 130.
+	[riastradh, ticket #653]
+
+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 #654]
+



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Tickets #653 and #654


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-04-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 16 19:11:45 UTC 2024

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

Log Message:
Tickets #648, #649, #651, #652


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-10.1

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

Modified files:

Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.1 src/doc/CHANGES-10.1:1.1.2.2
--- src/doc/CHANGES-10.1:1.1.2.1	Tue Apr 16 18:17:45 2024
+++ src/doc/CHANGES-10.1	Tue Apr 16 19:11:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.1 2024/04/16 18:17:45 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.2 2024/04/16 19:11:45 martin Exp $
 
 A complete list of changes from the NetBSD 10.0 release on 2024-03-28
 until the 10.1 release:
@@ -9,5 +9,28 @@ doc/README.files
 external/gpl2/groff/tmac/mdoc.local patched by hand
 sys/sys/param.h patched by hand
 
-	Welcome to 10.0_BETA!
+	Welcome to 10.0_STABLE!
+
+lib/libc/time/strptime.c			1.66
+
+	strptime(3): PR 58041: pacify -Wsign-compare.
+	[riastradh, ticket #648]
+
+share/man/man4/ugen.41.39
+sys/dev/usb/uftdi.c1.77
+sys/dev/usb/ugen.c1.176
+sys/dev/usb/usbdevices.config			1.43
+
+	uftdi(4): fix openocd with the Tigard debug board.
+	[thorpej, ticket #649]
+
+sys/dev/usb/ugen.c1.177
+
+	ugen(4): add a "ugen-unit" device property for devpubd(8) scripts.
+	[thorpej, ticket #651]
+
+sys/arch/alpha/pci/irongate_pci.c		1.13
+
+	alpha: add a missing barrier in irongate_conf_read0().
+	[thorpej, ticket #652]
 



CVS commit: [netbsd-10] src/doc

2024-04-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 16 19:11:45 UTC 2024

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

Log Message:
Tickets #648, #649, #651, #652


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-10.1

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



CVS commit: [netbsd-10] src/doc

2024-03-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Mar 26 18:10:21 UTC 2024

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

Log Message:
Ticket 650


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.214 src/doc/CHANGES-10.0:1.1.2.215
--- src/doc/CHANGES-10.0:1.1.2.214	Mon Mar 25 15:28:00 2024
+++ src/doc/CHANGES-10.0	Tue Mar 26 18:10:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.214 2024/03/25 15:28:00 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.215 2024/03/26 18:10:21 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -21570,3 +21570,8 @@ sys/dev/qbus/if_qe.c1.82
 	vax/qe(4): PR 58068: fix crash on various ifconfig operations.
 	[riastradh, ticket #647]
 
+sys/dev/audio/audio.c1.137
+
+	audio(4): fix byte swapped samples on big-endian machines.
+	[mlelstv, ticket #650]
+



CVS commit: [netbsd-10] src/doc

2024-03-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Mar 26 18:10:21 UTC 2024

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

Log Message:
Ticket 650


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

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



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Tickets #637 - #642, #646, #647


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.213 src/doc/CHANGES-10.0:1.1.2.214
--- src/doc/CHANGES-10.0:1.1.2.213	Sun Mar 24 20:27:33 2024
+++ src/doc/CHANGES-10.0	Mon Mar 25 15:28:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.213 2024/03/24 20:27:33 bouyer Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.214 2024/03/25 15:28:00 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -21513,3 +21513,60 @@ usr.sbin/sysinst/gpt.c1.32
 	partition.
 	[martin, ticket #645]
 
+crypto/external/bsd/openssl/dist/crypto/evp/legacy_sha.c 1.2
+crypto/external/bsd/openssl/dist/include/crypto/sha.h 1.2
+crypto/external/bsd/openssl/dist/providers/implementations/digests/sha2_prov.c 1.2
+crypto/external/bsd/openssl/lib/libcrypto/libc-sha2xx.c 1.4
+distrib/sets/lists/debug/mi			1.430
+distrib/sets/lists/tests/mi			1.1311
+tests/crypto/libcrypto/Makefile			1.16
+tests/crypto/libcrypto/t_sha512trunc.c		1.1,1.2
+
+	openssl: PR 58039: avoid buffer overrun in SHA512/256 and
+	SHA512/224 output.
+	[riastradh, ticket #637]
+
+lib/libc/time/strptime.c			1.64,1.65
+tests/lib/libc/time/t_strptime.c		1.16
+
+	strptime(3): PR 58041: avoid arithmetic overflow.
+	[riastradh, ticket #638]
+
+sys/dev/acpi/acpi.c1.299
+sys/dev/acpi/acpivar.h1.90
+sys/dev/acpi/files.acpi1.129,1.130
+
+	acpi(4): PR 58046: add hook for future APEI driver.
+	[riastradh, ticket #639]
+
+usr.bin/audio/common/wav.c			1.24
+
+	audioplay(1): avoid errors when a file has zero-length data.
+	[mrg, ticket #640]
+
+usr.bin/kdump/kdump.c1.145
+
+	kdump(1): remove debug message.
+	[kre, ticket #641]
+
+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 #642]
+
+distrib/notes/common/main			1.575
+external/gpl2/groff/dist/tmac/doc.tmac		1.3
+
+	doc.tmac: PR 58074: .Lk - handle punctuation without anchor-text
+	correctly.
+	distrib/notes: add back the sentence final dot after .Lk.
+	[uwe, ticket #646]
+
+sys/dev/qbus/if_qe.c1.82
+
+	vax/qe(4): PR 58068: fix crash on various ifconfig operations.
+	[riastradh, ticket #647]
+



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Tickets #637 - #642, #646, #647


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

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



CVS commit: [netbsd-10] src/doc

2024-03-24 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Mar 24 20:27:33 UTC 2024

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

Log Message:
ticket 643-645


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.212 src/doc/CHANGES-10.0:1.1.2.213
--- src/doc/CHANGES-10.0:1.1.2.212	Tue Mar 12 10:19:02 2024
+++ src/doc/CHANGES-10.0	Sun Mar 24 20:27:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.212 2024/03/12 10:19:02 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.213 2024/03/24 20:27:33 bouyer Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -21446,3 +21446,70 @@ sys/sys/param.h (manually edited)
 
 	Welcome to 10.0_RC6
 
+distrib/notes/acorn32/contents			1.8
+distrib/notes/alpha/contents			1.26
+distrib/notes/amd64/contents			1.14
+distrib/notes/amiga/contents			1.26
+distrib/notes/arc/contents			1.8
+distrib/notes/atari/contents			1.26
+distrib/notes/bebox/contents			1.8
+distrib/notes/cats/contents			1.8
+distrib/notes/common/contents			1.187
+distrib/notes/common/main			1.573, 1.574
+distrib/notes/common/sysinst			1.113
+distrib/notes/emips/contents			1.8
+distrib/notes/evbarm/contents			1.16
+distrib/notes/evbppc/contents			1.10
+distrib/notes/ews4800mips/contents		1.8
+distrib/notes/hp300/contents			1.23
+distrib/notes/hpcarm/contents			1.9
+distrib/notes/hpcmips/contents			1.16
+distrib/notes/hpcsh/contents			1.9
+distrib/notes/hppa/contents			1.8
+distrib/notes/i386/contents			1.36
+distrib/notes/landisk/contents			1.9
+distrib/notes/mac68k/contents			1.26
+distrib/notes/macppc/contents			1.20
+distrib/notes/mmeye/contents			1.9
+distrib/notes/mvme68k/contents			1.19
+distrib/notes/news68k/contents			1.12
+distrib/notes/newsmips/contents			1.8
+distrib/notes/next68k/contents			1.13
+distrib/notes/ofppc/contents			1.9
+distrib/notes/pmax/contents			1.23
+distrib/notes/prep/contents			1.8
+distrib/notes/rs6000/contents			1.8
+distrib/notes/sandpoint/contents		1.8
+distrib/notes/sgimips/contents			1.8
+distrib/notes/shark/contents			1.8
+distrib/notes/sparc/contents			1.30
+distrib/notes/sparc64/contents			1.13
+distrib/notes/sun2/contents			1.8
+distrib/notes/sun3/contents			1.22
+distrib/notes/vax/contents			1.17
+distrib/notes/vax/xfer1.16
+distrib/notes/x68k/contents			1.23
+
+	Various style fixes (and some of VAX related errors and copy),
+	from Mouse on tech-install.
+
+
+	Use single-arg "Lk" macro for a link so we can get reasonable results
+	both in .more and .html output (still a bit odd, but better than
+	before IMHO).
+	[martin, ticket #643]
+
+usr.sbin/sysinst/configmenu.c			1.19
+
+	PR 58062: fix a bug I introduced with the https support: update
+	the pkgsrc/binary pkgs download URL not only when https transport
+	is selected.
+	[martin, ticket #644]
+
+usr.sbin/sysinst/gpt.c1.32
+
+	PR 58061: fix bug in the GPT backend: when inserting a partition
+	(i.e. not adding it at the end) a bogus ID was returned for the new
+	partition.
+	[martin, ticket #645]
+



CVS commit: [netbsd-10] src/doc

2024-03-24 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Mar 24 20:27:33 UTC 2024

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

Log Message:
ticket 643-645


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

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



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Tickets #633 - #635


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

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



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Tickets #633 - #635


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.210 src/doc/CHANGES-10.0:1.1.2.211
--- src/doc/CHANGES-10.0:1.1.2.210	Mon Mar 11 20:11:22 2024
+++ src/doc/CHANGES-10.0	Tue Mar 12 10:14:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.210 2024/03/11 20:11:22 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.211 2024/03/12 10:14:28 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -21412,3 +21412,32 @@ sys/dev/pci/xhci_pci.c1.33
 	chipset tag value.
 	[riastradh, ticket #632]
 
+sys/dev/ic/nvme.c1.69
+
+	nvme(4): PR 58025: fix nvmectl(8) after suspend/resume cycle.
+	[riastradh, ticket #633]
+
+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), audioctl(1), audiorecord(1):
+	- 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)
+	[mrg, ticket #634]
+
+usr.bin/kdump/kdump.c1.141-1.144
+
+	kdump(1): PR 57918: fix decoding of sign extended ioctl codes.
+	Decode some {g,s}etsockopt*.
+	[kre, ticket #635]
+



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Tickets #620 - #622, #624 - #632


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.209 src/doc/CHANGES-10.0:1.1.2.210
--- src/doc/CHANGES-10.0:1.1.2.209	Sun Mar 10 19:21:05 2024
+++ src/doc/CHANGES-10.0	Mon Mar 11 20:11:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.209 2024/03/10 19:21:05 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.210 2024/03/11 20:11:22 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -21313,3 +21313,102 @@ sys/netinet6/in6.c1.292
 	a router advertisement processed by dhcpcd.
 	[riastradh, ticket #619]
 
+external/mpl/mozilla-certdata/dist/certdata.txt up to 1.1.1.2
+distrib/sets/lists/base/mi			1.1334
+doc/3RDPARTY	1.1982,1.1994
+external/mpl/mozilla-certdata/share/Makefile	1.4
+external/mpl/mozilla-certdata/share/certdata.awk 1.3
+external/mpl/mozilla-certdata/share/certs/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.1.pem delete
+external/mpl/mozilla-certdata/share/certs/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem 1.2
+external/mpl/mozilla-certdata/share/certs/Chambers_of_Commerce_Root_-_2008.pem delete
+external/mpl/mozilla-certdata/share/certs/CommScope_Public_Trust_ECC_Root-01.pem 1.1
+external/mpl/mozilla-certdata/share/certs/CommScope_Public_Trust_ECC_Root-02.pem 1.1
+external/mpl/mozilla-certdata/share/certs/CommScope_Public_Trust_RSA_Root-01.pem 1.1
+external/mpl/mozilla-certdata/share/certs/CommScope_Public_Trust_RSA_Root-02.pem 1.1
+external/mpl/mozilla-certdata/share/certs/D-Trust_SBR_Root_CA_1_2022.pem 1.1
+external/mpl/mozilla-certdata/share/certs/D-Trust_SBR_Root_CA_2_2022.pem 1.1
+external/mpl/mozilla-certdata/share/certs/Global_Chambersign_Root_-_2008.pem delete
+external/mpl/mozilla-certdata/share/certs/Security_Communication_Root_CA.pem delete
+external/mpl/mozilla-certdata/share/certs/Symantec_Class_1_Public_Primary_Certification_Authority_-_G6.pem delete
+external/mpl/mozilla-certdata/share/certs/Symantec_Class_2_Public_Primary_Certification_Authority_-_G6.pem delete
+external/mpl/mozilla-certdata/share/certs/Telekom_Security_SMIME_ECC_Root_2021.pem 1.1
+external/mpl/mozilla-certdata/share/certs/Telekom_Security_SMIME_RSA_Root_2023.pem 1.1
+external/mpl/mozilla-certdata/share/certs/Telekom_Security_TLS_ECC_Root_2020.pem 1.1
+external/mpl/mozilla-certdata/share/certs/Telekom_Security_TLS_RSA_Root_2023.pem 1.1
+external/mpl/mozilla-certdata/share/certs/TrustAsia_Global_Root_CA_G3.pem 1.1
+external/mpl/mozilla-certdata/share/certs/TrustAsia_Global_Root_CA_G4.pem 1.1
+external/mpl/mozilla-certdata/share/certs/TrustCor_ECA-1.pem delete
+external/mpl/mozilla-certdata/share/certs/TrustCor_RootCert_CA-1.pem delete
+external/mpl/mozilla-certdata/share/certs/TrustCor_RootCert_CA-2.pem delete
+external/mpl/mozilla-certdata/share/certs/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem delete
+external/mpl/mozilla-certdata/share/certs/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem delete
+external/mpl/mozilla-certdata/share/email.trust	1.2
+external/mpl/mozilla-certdata/share/server.trust 1.2
+
+	mozilla-certdata: PR 57984: update to 2024-02-12.
+	[riastradh, ticket #620]
+
+usr.sbin/certctl/certctl.sh			1.6
+
+	certctl(8): PR 57993: speed up a little by avoiding basename(1).
+	[riastradh, ticket #621]
+
+etc/named.conf	1.11
+external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h 1.11
+usr.sbin/postinstall/postinstall.in		1.59-1.61
+
+	named(8): fix bus errors on alignement critical architectures.
+	Update the default named.conf for the new version.
+	postinstall(8): add support to upgrade the named(8) configuration.
+	[christos, ticket #622]
+
+usr.sbin/wgconfig/wgconfig.8			1.11
+
+	wgconfig(8): PR 57663: fix typo in option name in the man page.
+	[riastradh, ticket #624]
+
+usr.sbin/certctl/certctl.sh			1.7
+
+	certctl(8): PR 57997: avoid non-POSIX `if' syntax by always
+	using a non-empty compound list.
+	[riastradh, ticket #625]
+
+sys/kern/sysv_shm.c1.142
+
+	sysv_shm: PR 57979: avoid arithmetic overflow when computing
+	kern.ipc.shmmax.
+	[riastradh, ticket #626]
+
+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 #627]
+
+sys/net/if_wg.c	1.78
+
+	wg(4): PR 58021: fix psref crash in rump.
+	[riastradh, ticket #628]
+
+share/man/man4/wg.41.7
+
+	wg(4): PR 58015: spruce up example.
+	[riastradh, ticket #629]
+
+lib/libc/gen/getcap.c1.58
+
+	libc: fix memory leak in getent().
+	[ozaki-r, ticket #630]
+

CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Tickets #620 - #622, #624 - #632


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

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



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Tickets #612 - #619


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

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



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Tickets #612 - #619


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.208 src/doc/CHANGES-10.0:1.1.2.209
--- src/doc/CHANGES-10.0:1.1.2.208	Sat Mar  9 18:26:59 2024
+++ src/doc/CHANGES-10.0	Sun Mar 10 19:21:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.208 2024/03/09 18:26:59 bouyer Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.209 2024/03/10 19:21:05 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -21264,3 +21264,52 @@ external/bsd/tcpdump/dist/print-ppp.c		p
 	fixes PR 57586
 	[martin, ticket #623]
 
+lib/libc/net/getnameinfo.c			1.60
+
+	getnameinfo(3): PR 57609: fix socket address length checks.
+	[riastradh, ticket #612]
+
+sys/dev/usb/usbdi.c1.248,1.249
+
+	usbdi(9): PR 57783: avoid locking against self when racing with
+	the host controller softint to enter ddb.
+	[riastradh, ticket #613]
+
+lib/libc/net/getnameinfo.3			1.43
+
+	getnameinfo(3): PR 57832_ document NI_NUMERICSCOPE.
+	[riastradh, ticket #614]
+
+sys/netinet6/icmp6.c1.256
+sys/netinet6/raw_ip6.c1.184
+
+	PR 57955: deliver timestamps also to raw sockets.
+	[riastradh, ticket #615]
+
+sys/dev/usb/if_urtwn.c1.109
+
+	urtwn(4): PR 57965: avoid deadlock on command ring overflow.
+	[riastradh, ticket #616]
+
+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 #617]
+
+sys/netinet/if_arp.c1.312
+
+	netinet: PR 57959: attribute arp debug message that
+	is printed to the console.
+	[riastradh, ticket #618]
+
+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 #619]
+



CVS commit: [netbsd-10] src/doc

2024-03-09 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar  9 18:27:00 UTC 2024

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

Log Message:
Ticket 623


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.207 src/doc/CHANGES-10.0:1.1.2.208
--- src/doc/CHANGES-10.0:1.1.2.207	Tue Feb 27 05:27:39 2024
+++ src/doc/CHANGES-10.0	Sat Mar  9 18:26:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.207 2024/02/27 05:27:39 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.208 2024/03/09 18:26:59 bouyer Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -21256,3 +21256,11 @@ sys/sys/param.h (manually edited)
 
 	Welcome to 10.0_RC5
 
+external/bsd/tcpdump/dist/print-ppp.c		patch
+
+	tcpdump(8): apply upstream fix for CVE-2020-8037:
+	the ppp decapsulator in tcpdump 4.9.3 can be convinced
+	to allocate a large amount of memory.
+	fixes PR 57586
+	[martin, ticket #623]
+



CVS commit: [netbsd-10] src/doc

2024-03-09 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar  9 18:27:00 UTC 2024

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

Log Message:
Ticket 623


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

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



CVS commit: [netbsd-10] src/doc

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

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

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


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

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

Modified files:

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



CVS commit: [netbsd-10] src/doc

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

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

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


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

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



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Ammend ticket #610 for additional pullups


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

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

Modified files:

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



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Ammend ticket #610 for additional pullups


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

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



CVS commit: [netbsd-10] src/doc

2024-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 25 16:52:06 UTC 2024

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

Log Message:
Ammend ticket #610 for additional pullups


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.203 src/doc/CHANGES-10.0:1.1.2.204
--- src/doc/CHANGES-10.0:1.1.2.203	Sun Feb 25 15:54:33 2024
+++ src/doc/CHANGES-10.0	Sun Feb 25 16:52:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.203 2024/02/25 15:54:33 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.204 2024/02/25 16:52:06 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -21239,7 +21239,7 @@ external/mpl/bind/lib/libisccfg/Makefile
 external/mpl/bind/lib/libisccfg/shlib_version   up to 1.13
 external/mpl/bind/lib/libns/Makefileup to 1.6
 external/mpl/bind/lib/libns/shlib_version   up to 1.13
-
+share/mk/bsd.sys.mk1.316
 	
 	named(8): update to bind 9.18.24, which fixes several
 	CVE and is a long term supported version.



CVS commit: [netbsd-10] src/doc

2024-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 25 16:52:06 UTC 2024

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

Log Message:
Ammend ticket #610 for additional pullups


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

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



CVS commit: [netbsd-10] src/doc

2024-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 25 15:54:34 UTC 2024

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

Log Message:
Tickets #610 and #611


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

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



CVS commit: [netbsd-10] src/doc

2024-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 25 13:18:27 UTC 2024

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

Log Message:
Ammend ticket #608 for additional pullups


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.201 src/doc/CHANGES-10.0:1.1.2.202
--- src/doc/CHANGES-10.0:1.1.2.201	Sat Feb 24 13:11:46 2024
+++ src/doc/CHANGES-10.0	Sun Feb 25 13:18:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.201 2024/02/24 13:11:46 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.202 2024/02/25 13:18:27 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -15651,6 +15651,8 @@ sys/dev/pci/if_wmreg.h1.131
 	  multiqueue system
 	[msaitoh, ticket #607]
 
+distrib/sets/lists/base/shl.mi			1.975
+distrib/sets/lists/debug/shl.mi			1.336
 external/bsd/nsd/dist/doc/NSD-VERIFY-MODS   up to 1.1.1.1
 external/bsd/nsd/dist/util/proxy_protocol.c up to 1.1.1.1
 external/bsd/nsd/dist/util/proxy_protocol.h up to 1.1.1.1



CVS commit: [netbsd-10] src/doc

2024-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 25 13:18:27 UTC 2024

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

Log Message:
Ammend ticket #608 for additional pullups


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

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



CVS commit: [netbsd-10] src/doc

2024-02-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Feb 24 13:11:46 UTC 2024

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

Log Message:
Tickets #608 and #609


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.200 src/doc/CHANGES-10.0:1.1.2.201
--- src/doc/CHANGES-10.0:1.1.2.200	Fri Feb 23 19:48:51 2024
+++ src/doc/CHANGES-10.0	Sat Feb 24 13:11:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.200 2024/02/23 19:48:51 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.201 2024/02/24 13:11:46 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -15651,3 +15651,1271 @@ sys/dev/pci/if_wmreg.h1.131
 	  multiqueue system
 	[msaitoh, ticket #607]
 
+external/bsd/nsd/dist/doc/NSD-VERIFY-MODS   up to 1.1.1.1
+external/bsd/nsd/dist/util/proxy_protocol.c up to 1.1.1.1
+external/bsd/nsd/dist/util/proxy_protocol.h up to 1.1.1.1
+external/bsd/nsd/dist/contrib/autocomplete_nsd-control.bash up to 1.1.1.1
+external/bsd/nsd/dist/SECURITY.md   up to 1.1.1.1
+external/bsd/nsd/dist/udbradtree.c  delete
+external/bsd/nsd/dist/udbradtree.h  delete
+external/bsd/nsd/dist/udbzone.c delete
+external/bsd/nsd/dist/udbzone.h delete
+external/bsd/nsd/dist/.github/FUNDING.yml   delete
+external/bsd/nsd/dist/contrib/nsd.socketdelete
+external/bsd/nsd/Makefile.inc   up to 1.8
+external/bsd/nsd/dist/Makefile.in   up to 1.1.1.9
+external/bsd/nsd/dist/README.md up to 1.1.1.4
+external/bsd/nsd/dist/acx_nlnetlabs.m4  up to 1.1.1.4
+external/bsd/nsd/dist/answer.c  up to 1.1.1.2
+external/bsd/nsd/dist/answer.h  up to 1.1.1.2
+external/bsd/nsd/dist/axfr.cup to 1.1.1.5
+external/bsd/nsd/dist/axfr.hup to 1.1.1.3
+external/bsd/nsd/dist/bitset.h  up to 1.1.1.2
+external/bsd/nsd/dist/buffer.h  up to 1.1.1.2
+external/bsd/nsd/dist/config.h.in   up to 1.1.1.9
+external/bsd/nsd/dist/configlexer.c up to 1.9
+external/bsd/nsd/dist/configlexer.lex   up to 1.1.1.8
+external/bsd/nsd/dist/configparser.cup to 1.9
+external/bsd/nsd/dist/configparser.hup to 1.9
+external/bsd/nsd/dist/configparser.yup to 1.1.1.8
+external/bsd/nsd/dist/configure up to 1.3
+external/bsd/nsd/dist/configure.ac  up to 1.6
+external/bsd/nsd/dist/dbaccess.cup to 1.1.1.6
+external/bsd/nsd/dist/dbcreate.cup to 1.1.1.6
+external/bsd/nsd/dist/difffile.cup to 1.1.1.8
+external/bsd/nsd/dist/difffile.hup to 1.1.1.4
+external/bsd/nsd/dist/dname.h   up to 1.1.1.2
+external/bsd/nsd/dist/dns.h up to 1.1.1.6
+external/bsd/nsd/dist/edns.cup to 1.1.1.4
+external/bsd/nsd/dist/edns.hup to 1.1.1.3
+external/bsd/nsd/dist/ipc.c up to 1.1.1.8
+external/bsd/nsd/dist/ixfr.cup to 1.1.1.2
+external/bsd/nsd/dist/ixfr.hup to 1.1.1.2
+external/bsd/nsd/dist/ixfrcreate.c  up to 1.1.1.2
+external/bsd/nsd/dist/ixfrcreate.h  up to 1.1.1.2
+external/bsd/nsd/dist/namedb.h  up to 1.1.1.5
+external/bsd/nsd/dist/netio.h   up to 1.1.1.2
+external/bsd/nsd/dist/nsd-checkconf.8.inup to 1.1.1.9
+external/bsd/nsd/dist/nsd-checkconf.c   up to 1.1.1.8
+external/bsd/nsd/dist/nsd-checkzone.8.inup to 1.1.1.9
+external/bsd/nsd/dist/nsd-checkzone.c   up to 1.1.1.6
+external/bsd/nsd/dist/nsd-control.8.in  up to 1.1.1.9
+external/bsd/nsd/dist/nsd-control.c up to 1.1.1.9
+external/bsd/nsd/dist/nsd-mem.c up to 1.1.1.5
+external/bsd/nsd/dist/nsd.8.in  up to 1.1.1.9
+external/bsd/nsd/dist/nsd.c up to 1.1.1.9
+external/bsd/nsd/dist/nsd.conf.5.in up to 1.1.1.9
+external/bsd/nsd/dist/nsd.conf.sample.inup to 1.1.1.8
+external/bsd/nsd/dist/nsd.h up to 1.1.1.8
+external/bsd/nsd/dist/nsec3.c   up to 1.1.1.7
+external/bsd/nsd/dist/nsec3.h   up to 1.1.1.4
+external/bsd/nsd/dist/options.c up to 1.5
+external/bsd/nsd/dist/options.h up to 1.1.1.9
+external/bsd/nsd/dist/packet.h  up to 1.1.1.5
+external/bsd/nsd/dist/popen3.h  up to 1.1.1.3
+external/bsd/nsd/dist/query.c   up to 1.1.1.8
+external/bsd/nsd/dist/query.h   up to 1.1.1.5
+external/bsd/nsd/dist/rbtree.h 

CVS commit: [netbsd-10] src/doc

2024-02-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Feb 24 13:11:46 UTC 2024

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

Log Message:
Tickets #608 and #609


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

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



CVS commit: [netbsd-10] src/doc

2024-02-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 23 19:48:51 UTC 2024

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

Log Message:
Tickets #602 - #607


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.199 src/doc/CHANGES-10.0:1.1.2.200
--- src/doc/CHANGES-10.0:1.1.2.199	Mon Feb 19 08:59:48 2024
+++ src/doc/CHANGES-10.0	Fri Feb 23 19:48:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.199 2024/02/19 08:59:48 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.200 2024/02/23 19:48:51 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -15608,3 +15608,46 @@ sys/arch/vax/vsa/vsbus.c			1.69
 	on netboot.
 	[tsutsui, ticket #601]
 
+distrib/amd64/ramdisks/Makefile			1.5
+
+	amd64: PR 57948: build ramdisk-zfsroot by default.
+	[riastradh, ticket #602]
+
+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 #603]
+
+sys/dev/pci/ixgbe/ixgbe.c			1.349
+
+	ixg(4): add QPRDC (Queue Packet Receive Drop Count) to
+	the interfaces "dropped on input" error count.
+	[msaitoh, ticket #604]
+
+sys/dev/pci/igc/if_igc.c			1.10-1.13
+sys/dev/pci/igc/igc_defines.h			1.3
+
+	igc(4):
+- Count iqdrops (dropped on input errors).
+- Add missing igc_check_for_link() call. It's required
+  to set the collision distance, configure flow control
+  from the negotiated result and set the LTR thresholds.
+	[msaitoh, ticket #605]
+
+sys/dev/pci/if_wm.c1.794,1.798
+
+	wm(4): improve dmesg output.
+	 - Print RX packet buffer size.
+	 - Fix the upper 16bit of Image Unique ID(EtrackID).
+	[msaitoh, ticket #606]
+
+sys/dev/pci/if_wm.c1.795-1.797
+sys/dev/pci/if_wmreg.h1.131
+
+	wm(4):
+	- Add RQDPC(Receive Queue Drop Packet Count) to iqdrops.
+	- Drop frames if the RX descriptor ring has no room on
+	  multiqueue system
+	[msaitoh, ticket #607]
+



CVS commit: [netbsd-10] src/doc

2024-02-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 23 19:48:51 UTC 2024

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

Log Message:
Tickets #602 - #607


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

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



CVS commit: [netbsd-10] src/doc

2024-02-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 19 08:59:48 UTC 2024

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

Log Message:
Ticket #601


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.198 src/doc/CHANGES-10.0:1.1.2.199
--- src/doc/CHANGES-10.0:1.1.2.198	Sun Feb 18 16:32:54 2024
+++ src/doc/CHANGES-10.0	Mon Feb 19 08:59:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.198 2024/02/18 16:32:54 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.199 2024/02/19 08:59:48 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -15601,3 +15601,10 @@ sys/dev/tc/zskbd.c1.22
 	alpha, pmax: fix keyboard console in polled mode on some machines.
 	[tsutsui, ticket #600]
 
+sys/arch/vax/vsa/ncr.c1.52
+sys/arch/vax/vsa/vsbus.c			1.69
+
+	vax: fix SCSI tranfer corruption on VAXstation 3100/m30 (KA420)
+	on netboot.
+	[tsutsui, ticket #601]
+



CVS commit: [netbsd-10] src/doc

2024-02-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 19 08:59:48 UTC 2024

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

Log Message:
Ticket #601


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

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



CVS commit: [netbsd-10] src/doc

2024-02-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 18 16:32:54 UTC 2024

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

Log Message:
Tickets #589 - #593, #595 - #600


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.197 src/doc/CHANGES-10.0:1.1.2.198
--- src/doc/CHANGES-10.0:1.1.2.197	Wed Feb 14 15:10:47 2024
+++ src/doc/CHANGES-10.0	Sun Feb 18 16:32:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.197 2024/02/14 15:10:47 sborrill Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.198 2024/02/18 16:32:54 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -15506,7 +15506,7 @@ doc/3RDPARTY	(manual edit)
 	Updated tzdata to 2024a.
 	[kre, ticket #586]
 
-sys/arch/evbppc/wii/dev/wiifb.c			1.6
+sys/arch/evbppc/wii/dev/wiifb.c 		1.6
 
 	wiifb(4): various fixes.
 	[jmcneill, ticket #587]
@@ -15517,13 +15517,87 @@ sys/dev/pci/ppb.c1.75
 	[rin, ticket #588]
 
 external/gpl2/groff/tmac/mdoc.local		(manually edited)
-sys/sys/param.h	(manually edited)
+sys/sys/param.h (manually edited)
 
 	Welcome to 10.0_RC4
 
 usr.sbin/sysinst/label.c			1.51
 
 	PR 57927: fix moving of the install target to a new
- 	partition.
+	partition.
 	[martin, ticket #594]
 
+sys/arch/arm/broadcom/bcm2835_bsc.c		1.16
+sys/arch/arm/broadcom/bcm2835_vcaudio.c		1.20
+sys/arch/arm/broadcom/bcm2838_pcie.c		1.7
+sys/arch/arm/broadcom/bcm53xx_board.c		1.26
+sys/arch/arm/broadcom/bcm53xx_cca.c		1.6
+sys/arch/arm/broadcom/bcm53xx_idm.c		1.4
+sys/arch/arm/broadcom/bcm53xx_pax.c		1.24
+sys/arch/arm/broadcom/bcm53xx_reg.h		1.20
+
+	Trailing whitespace
+	[skrll, ticket #598]
+
+sys/dev/usb/ehci.c1.322
+sys/dev/usb/ehcireg.h1.39
+
+	ehci(4): fix the build for kernels with option EHCI_DEBUG.
+	[gutteridge, ticket #589]
+
+sys/arch/vax/vax/machdep.c			1.197
+
+	vax: include leds.h to make /dev/leds work.
+	[hans, ticket #590]
+
+external/bsd/blocklist/bin/blocklistd.conf.5	1.3
+external/bsd/blocklist/bin/conf.c		1.4-1.6
+external/bsd/blocklist/etc/blocklistd.conf	1.3
+
+	blocklistd(8): PR 57905: fix parsing of ipv6 addresses and
+	add examples to the documentation.
+	[markd, ticket #591]
+
+sys/arch/hppa/dev/dino.c			1.17
+sys/arch/hppa/dev/elroy.c			1.7
+sys/arch/hppa/hppa/mainbus.c			1.13
+sys/arch/hppa/include/bus_defs.h		1.3
+sys/arch/hppa/include/bus_funcs.h		1.2
+
+	hppa: add missing bus_space_*_stream() methods.
+	[macallan, ticket #592]
+
+sys/dev/ic/sti.c1.32
+
+	hppa: sti(4): make this work properly on PCI Visualize EG.
+	[macallan, ticket #593]
+
+libexec/utmp_update/utmp_update.c		1.14
+
+	utmp_update(8): check for non-printable characters in ut_host.
+	[shm, ticket #595]
+
+sys/dev/dec/dzkbd.c1.32
+sys/dev/dec/lk201_ws.c1.11
+sys/dev/dec/lk201var.h1.8
+
+	vax: fix keyboard console in polled mode on some machines.
+	[tsutsui, ticket #596]
+
+sys/arch/arm/broadcom/bcm53xx_eth.c		1.43
+sys/arch/arm/broadcom/bcm53xx_pax.c		1.23
+sys/arch/evbarm/conf/std.bcm53xx		1.21
+
+	evbarm: fix build of BCM5301X and BCM56340 kernels.
+	[skrll, ticket #597]
+
+sys/arch/arm/broadcom/bcm53xx_eth.c		1.44
+
+	evbarm: fix ethernet controller setup on BCM53XX.
+	[skrll, ticket #599]
+
+sys/dev/tc/zskbd.c1.22
+
+	alpha, pmax: fix keyboard console in polled mode on some machines.
+	[tsutsui, ticket #600]
+



CVS commit: [netbsd-10] src/doc

2024-02-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 18 16:32:54 UTC 2024

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

Log Message:
Tickets #589 - #593, #595 - #600


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

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



CVS commit: [netbsd-10] src/doc

2024-02-14 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Feb 14 15:10:47 UTC 2024

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

Log Message:
Change entry for #594


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.196 src/doc/CHANGES-10.0:1.1.2.197
--- src/doc/CHANGES-10.0:1.1.2.196	Wed Feb 14 15:08:52 2024
+++ src/doc/CHANGES-10.0	Wed Feb 14 15:10:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.196 2024/02/14 15:08:52 sborrill Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.197 2024/02/14 15:10:47 sborrill Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -15523,9 +15523,7 @@ sys/sys/param.h	(manually edited)
 
 usr.sbin/sysinst/label.c			1.51
 
-	PR 57927: when comparing old and new partition state during
-	renumbering, ignore differences in the install target flag -
-	the backend might have flipped it off already to ensure only
-	a single partition is marked as install target.
+	PR 57927: fix moving of the install target to a new
+ 	partition.
 	[martin, ticket #594]
 



CVS commit: [netbsd-10] src/doc

2024-02-14 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Feb 14 15:10:47 UTC 2024

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

Log Message:
Change entry for #594


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

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



CVS commit: [netbsd-10] src/doc

2024-02-14 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Feb 14 15:08:53 UTC 2024

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

Log Message:
Ticket #594


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.195 src/doc/CHANGES-10.0:1.1.2.196
--- src/doc/CHANGES-10.0:1.1.2.195	Tue Feb  6 12:38:53 2024
+++ src/doc/CHANGES-10.0	Wed Feb 14 15:08:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.195 2024/02/06 12:38:53 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.196 2024/02/14 15:08:52 sborrill Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -15520,3 +15520,12 @@ external/gpl2/groff/tmac/mdoc.local		(ma
 sys/sys/param.h	(manually edited)
 
 	Welcome to 10.0_RC4
+
+usr.sbin/sysinst/label.c			1.51
+
+	PR 57927: when comparing old and new partition state during
+	renumbering, ignore differences in the install target flag -
+	the backend might have flipped it off already to ensure only
+	a single partition is marked as install target.
+	[martin, ticket #594]
+



CVS commit: [netbsd-10] src/doc

2024-02-14 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Feb 14 15:08:53 UTC 2024

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

Log Message:
Ticket #594


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

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



CVS commit: [netbsd-10] src/doc

2024-02-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb  6 12:37:08 UTC 2024

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

Log Message:
Tickets #584 - #588


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.193 src/doc/CHANGES-10.0:1.1.2.194
--- src/doc/CHANGES-10.0:1.1.2.193	Sun Feb  4 11:29:46 2024
+++ src/doc/CHANGES-10.0	Tue Feb  6 12:37:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.193 2024/02/04 11:29:46 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.194 2024/02/06 12:37:08 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -15470,3 +15470,49 @@ sys/sys/socketvar.h1.168
 	options PIPE_SOCKETPAIR.
 	[jdolecek, ticket #583]
 
+usr.bin/rpcinfo/rpcinfo.c			1.38
+
+	rpcinfo(8): use IANA registerd service name "sunrpc" instead
+	of "rpcbind".
+	[mlelstv, ticket #584]
+
+sys/dev/usb/ehci.c1.321
+sys/dev/usb/ehcireg.h1.38
+
+	ehci(4): fix DMA sync flags and ensure proper alignment of
+	hardware descriptors.
+	[jmcneill, ticket #585]
+
+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	(manual edit)
+
+	Updated tzdata to 2024a.
+	[kre, ticket #586]
+
+sys/arch/evbppc/wii/dev/wiifb.c			1.6
+
+	wiifb(4): various fixes.
+	[jmcneill, ticket #587]
+
+sys/dev/pci/ppb.c1.75
+
+	ppb(4): print out PCIe Gen5 link speed correctly
+	[rin, ticket #588]
+



CVS commit: [netbsd-10] src/doc

2024-02-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb  6 12:37:08 UTC 2024

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

Log Message:
Tickets #584 - #588


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

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



CVS commit: [netbsd-10] src/doc

2024-02-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb  6 12:30:23 UTC 2024

Modified Files:
src/doc [netbsd-10]: 3RDPARTY

Log Message:
Note changes, requested by kre in ticket #586:

doc/3RDPARTY(manual edit)

Note tzdata update to 2024a


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

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

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1905.2.10 src/doc/3RDPARTY:1.1905.2.11
--- src/doc/3RDPARTY:1.1905.2.10	Fri Dec 29 20:41:11 2023
+++ src/doc/3RDPARTY	Tue Feb  6 12:30:23 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1905.2.10 2023/12/29 20:41:11 martin Exp $
+#	$NetBSD: 3RDPARTY,v 1.1905.2.11 2024/02/06 12:30:23 martin Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1424,8 +1424,8 @@ Location:	external/bsd/tradcpp
 Notes:
 
 Package:	tz
-Version:	tzcode2022g / tzdata2023dgtz
-Current Vers:	tzcode2023d / tzdata2023d
+Version:	tzcode2022g / tzdata2024agtz
+Current Vers:	tzcode2024a / tzdata2024a
 Maintainer:	Paul Eggert 
 Archive Site:	ftp://ftp.iana.org/tz/releases/
 Archive Site:	ftp://munnari.oz.au/pub/oldtz/



CVS commit: [netbsd-10] src/doc

2024-02-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb  6 12:30:23 UTC 2024

Modified Files:
src/doc [netbsd-10]: 3RDPARTY

Log Message:
Note changes, requested by kre in ticket #586:

doc/3RDPARTY(manual edit)

Note tzdata update to 2024a


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

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



CVS commit: [netbsd-10] src/doc

2024-02-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb  4 11:29:46 UTC 2024

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

Log Message:
Ticket #583


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.192 src/doc/CHANGES-10.0:1.1.2.193
--- src/doc/CHANGES-10.0:1.1.2.192	Sun Feb  4 11:09:44 2024
+++ src/doc/CHANGES-10.0	Sun Feb  4 11:29:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.192 2024/02/04 11:09:44 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.193 2024/02/04 11:29:46 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -15460,3 +15460,13 @@ usr.bin/gzip/unpack.c   
 
 	gzip(1): PR 57858, 57855: fix a few minor issues and cleanup.
 	[mrg, ticket #582]
+
+sys/kern/uipc_socket.c1.308
+sys/kern/uipc_syscalls.c			1.211
+sys/net/if_gre.c1.185
+sys/sys/socketvar.h1.168
+
+	PR 55690: fix pipe2(2) ignoring 'flags' on kernels with
+	options PIPE_SOCKETPAIR.
+	[jdolecek, ticket #583]
+



CVS commit: [netbsd-10] src/doc

2024-02-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb  4 11:29:46 UTC 2024

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

Log Message:
Ticket #583


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

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



CVS commit: [netbsd-10] src/doc

2024-02-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb  4 11:09:44 UTC 2024

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

Log Message:
Tickets #580 - #582


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.191 src/doc/CHANGES-10.0:1.1.2.192
--- src/doc/CHANGES-10.0:1.1.2.191	Sat Feb  3 15:28:00 2024
+++ src/doc/CHANGES-10.0	Sun Feb  4 11:09:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.191 2024/02/03 15:28:00 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.192 2024/02/04 11:09:44 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -15443,3 +15443,20 @@ etc/etc.vax/ttys1.11
 	tty lines.
 	[tsutsui, ticket #579]
 
+distrib/utils/embedded/files/creds_msdos	1.6
+
+	creds_msdos(8): roperly quote arguments.
+	[mrg, ticket #580]
+
+doc/CHANGES	(apply patch)
+
+	Sync CHANGES with CHANGES.prev in HEAD.
+	[tsutsui, ticket #581]
+
+usr.bin/gzip/gzip.1 up to 1.32
+usr.bin/gzip/gzip.c up to 1.122
+usr.bin/gzip/unlz.c up to 1.8
+usr.bin/gzip/unpack.c   up to 1.4
+
+	gzip(1): PR 57858, 57855: fix a few minor issues and cleanup.
+	[mrg, ticket #582]



CVS commit: [netbsd-10] src/doc

2024-02-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb  4 11:09:44 UTC 2024

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

Log Message:
Tickets #580 - #582


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

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



CVS commit: [netbsd-10] src/doc

2024-02-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb  4 11:04:11 UTC 2024

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

Log Message:
Apply patch, requested by tsutsui in ticket #581:

doc/CHANGES (apply patch)

Sync doc/CHANGES with doc/CHANGES.prev in HEAD.


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

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

Modified files:

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2940.2.7 src/doc/CHANGES:1.2940.2.8
--- src/doc/CHANGES:1.2940.2.7	Fri Oct 20 16:04:59 2023
+++ src/doc/CHANGES	Sun Feb  4 11:04:11 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2940.2.7 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2940.2.8 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -241,11 +241,9 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 	file(1): Upgraded to 5.39. [christos 20200614]
 	blocklist: import current version [christos 20200614]
 	dhcpcd: Import version 9.1.2 [roy 20200615]
-	evbmips: Create an "octeon.img.gz" bootable image for
-		evbmips64-eb release builds. [jmcneill 20200617]
 	evbarm: Add support for loading modules with the bootloader.
-		[jmcneill 20200221]
-	evbarm: Added boot.cfg support to efiboot [jmcneill 20200211]
+		[jmcneill 20200621]
+	evbarm: Added boot.cfg support to efiboot [jmcneill 20200621]
 	evbmips: Add ofctl(8) and /dev/openfirm support for Cavium
 		Octeon devices. [jmcneill 20200624]
 	mv(1): Add -h option to atomically replace a symlink to a
@@ -281,6 +279,8 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 		ERLITE -> OCTEON
 		INSTALL_ERLITE -> INSTALL_OCTEON
 		[simonb 20200715]
+	evbmips: Create an "octeon.img.gz" bootable image for
+		evbmips64-eb release builds. [jmcneill 20200717]
 	libc: Added ppoll() wrapper around native pollts(2) [kamil 20200717]
 	openresolv: Import version 3.11.0 [roy 20200722]
 	sun3: Add Xorg-Server-1.20'fied ancient monolithc Xsun servers.
@@ -511,7 +511,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 		and humidity sensor [brad 20211003]
 	network: Make pktq_rps_hash() pluggable for each interface type.
 		[knakahara 20211011]
-	wm(4): Add Tiger Lake and newer devices (I219V 15-V9 and LM 16-19).
+	wm(4): Add Tiger Lake and newer devices (I219V 15-V19 and LM 16-19).
 		[msaitoh 20211013]
 	sgp40mox(4): Driver for the Sensirion SGP40 MOx gas sensor for air
 		quality [brad 20211014]
@@ -773,6 +773,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 		[tsutsui 20230105]
 	vax: Fix smg(4) monochrome framebuffer that has been broken since
 		NetBSD 4.0. [tsutsui 20230113]
+	aq(4): add support for AQC113-116 [ryo 20230114]
 	next68k: Fix "cannot input from keyboard" problem that has been broken
 		since NetBSD 7.0. [tsutsui 20230127]
 	next68k: Fix silent stall of esp(4) SCSI driver that has been broken
@@ -793,12 +794,64 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 		[nia 20230211]
 	u3g(4): Add support for ZTE MF112 and D-Link DWM222 3G USB
 		modems [manu 20230213]
-	aq(4): add support for AQC113-116 [ryo 20230114]
+	ftp(1): Add option sslnoverify to control validation of SSL
+		certificates. Certificate validation is now enabled
+		by default. [mlelstv 20230225]
+	ftp(1): Add netrc processing to fetch-mode (URL on command line) to
+		enable options and autologin via netrc. [mlelstv 20230225]
+	tzdata: updated to 2023a (using the 2023agtz fork) [kre 20230323]
+	tzdata: updated to 2023b (using the 2023bgtz fork) [kre 20230324]
+	tzdata: updated to 2023c (using the 2023cgtz fork) [kre 20230331]
+	ftp(1): Add timeout for SSL connection setup, defaulting to 60 seconds.
+		[lukem 20230505]
+	openssl(1): Imported 3.0.8. [christos 20230510]
+	mips: Bump the maximum text size for binaries from 64MB
+		to 128MB. [he 20230514]
+	OpenSSL: Imported 3.0.9. [christos 20230531]
 	lua: Import version 5.4.6.
 		Bumped shlib minor because of API/ABI changes. [nikita 20230608]
+	pam(8): Disable pam_krb5, pam_ksu by default. [riastradh 20230620]
+	gcc(1): Import GCC 10.5.  [mrg 20230710]
+	amdgpu(4): Enable display core logic. [riastradh 20230714]
+	build: Force MKSTRIPSYM=no if MKDEBUG=yes. [lukem 20230723]
+	x86: Add serial console support to efiboot via raw I/O port
+		access. [rin 20230724]
+	OpenSSH: Import 9.3. [christos 20230726]
+	u3g(4): Add support for D-Link DWM-222 4G LTS USB adapter.
+		[manu 20230804]
+	amd64: Build legacy VIA DRM UMS driver module by default,
+		this allows basic acceleration on VIA integrated graphics
+		with modload(8) viadrmums. [andvar 20230809]
+	libfido2: Import 1.13.0 [christos 20230811]
+	igc(4): Add initial support to Intel I225/I226 series Ethernet devices.
+		[knakahara,rin,msaitoh 20231006]
 	gcc.old: Initial import of major vax toolchain fix by Kalvis Duckmanton.
 		[rin 20231007]
-	igc(4): Add initial support to Intel I225/I226 series Ethernet devices.
-		

CVS commit: [netbsd-10] src/doc

2024-02-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb  4 11:04:11 UTC 2024

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

Log Message:
Apply patch, requested by tsutsui in ticket #581:

doc/CHANGES (apply patch)

Sync doc/CHANGES with doc/CHANGES.prev in HEAD.


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

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



CVS commit: [netbsd-10] src/doc

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

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

Log Message:
Tickets #557 - #569, #571 - #574, #576 - #579


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

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

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.190 src/doc/CHANGES-10.0:1.1.2.191
--- src/doc/CHANGES-10.0:1.1.2.190	Tue Jan 16 08:28:51 2024
+++ src/doc/CHANGES-10.0	Sat Feb  3 15:28:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.190 2024/01/16 08:28:51 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.191 2024/02/03 15:28:00 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -15240,3 +15240,206 @@ external/gpl2/groff/tmac/mdoc.local		(ma
 sys/sys/param.h	(manually edited)
 
 	Welcome to 10.0_RC3
+
+sys/arch/vax/conf/files.vax			1.127
+
+	vax: fix silent boot failure on VS3100 with smg(4) framebuffer
+	console.
+	[tsutsui, ticket #557]
+
+sys/arch/macppc/conf/GENERIC			1.378
+
+	macppc: enable FFS_EI in GENERIC.
+	[uwe, ticket #558]
+
+sys/external/bsd/drm2/dist/drm/i915/gem/i915_gem_mman.c 1.22
+sys/external/bsd/drm2/dist/drm/i915/gem/i915_gem_pages.c 1.7
+sys/external/bsd/drm2/dist/drm/i915/gem/i915_gem_phys.c 1.9
+sys/external/bsd/drm2/dist/drm/i915/gem/i915_gem_region.c 1.5,1.6
+sys/external/bsd/drm2/dist/drm/i915/gem/i915_gem_stolen.c 1.6,1.7
+
+	i915: Fix various bugs in setup of the page arrays of several kinds
+	of i915 GEM objects, used for userland mapping of the objects.
+	[riastradh, ticket #559]
+
+sys/dev/pci/pcidevs1.1499-1.1502
+sys/dev/pci/pcidevs.h(regen)
+sys/dev/pci/pcidevs_data.h			(regen)
+
+	- Add some newer Areca boards.		
+	- Update Intel Raptor Lake devices.
+	- Add Intel C26[26] eSPI.	  
+	- Add Intel I219-LM20, LM21, V20 and V21.
+	[msaitoh, ticket #560]
+
+distrib/utils/embedded/conf/evbppc.conf		1.1
+distrib/utils/embedded/conf/wii.conf		1.1-1.3
+distrib/utils/embedded/files/evbppc_wii_icon.png 1.1
+distrib/utils/embedded/files/evbppc_wii_meta.xml 1.1,1.2
+distrib/utils/embedded/mkimage			1.79
+etc/etc.evbppc/Makefile.inc			1.15
+etc/etc.evbppc/ttys1.8
+sys/arch/evbppc/conf/INSTALL_WII		1.1
+sys/arch/evbppc/conf/Makefile.wii.inc		1.1,1.2
+sys/arch/evbppc/conf/WII			1.1-1.4
+sys/arch/evbppc/conf/files.wii			1.1-1.4
+sys/arch/evbppc/conf/std.wii			1.1-1.3
+sys/arch/evbppc/include/wii.h			1.1-1.7
+sys/arch/evbppc/wii/autoconf.c			1.1,1.2
+sys/arch/evbppc/wii/dev/avenc.c			1.1
+sys/arch/evbppc/wii/dev/avenc.h			1.1
+sys/arch/evbppc/wii/dev/bwai.c			1.1,1.3
+sys/arch/evbppc/wii/dev/bwai.h			1.1
+sys/arch/evbppc/wii/dev/bwdsp.c			1.1,1.2
+sys/arch/evbppc/wii/dev/ehci_hollywood.c	1.1,1.2
+sys/arch/evbppc/wii/dev/exi.c			1.1
+sys/arch/evbppc/wii/dev/exi.h			1.1
+sys/arch/evbppc/wii/dev/hollywood.c		1.1,1.2
+sys/arch/evbppc/wii/dev/hollywood.h		1.1,1.2
+sys/arch/evbppc/wii/dev/hwgpio.c		1.1
+sys/arch/evbppc/wii/dev/mainbus.h		1.1
+sys/arch/evbppc/wii/dev/ohci_hollywood.c	1.1,1.2
+sys/arch/evbppc/wii/dev/resetbtn.c		1.1,1.2
+sys/arch/evbppc/wii/dev/rtcsram.c		1.1
+sys/arch/evbppc/wii/dev/sdhc_hollywood.c	1.1,1.2
+sys/arch/evbppc/wii/dev/viio.h			1.1
+sys/arch/evbppc/wii/dev/vireg.h			1.1,1.2
+sys/arch/evbppc/wii/dev/wiifb.c			1.1-1.5
+sys/arch/evbppc/wii/machdep.c			1.1-1.4
+sys/arch/evbppc/wii/mainbus.c			1.1-1.3
+sys/arch/evbppc/wii/pic_pi.c			1.1
+sys/arch/evbppc/wii/wii_locore.S		1.1,1.2
+sys/arch/evbppc/wii/wii_mmuinit.S		1.1
+sys/arch/powerpc/include/oea/hid.h		1.14
+sys/arch/powerpc/oea/cpu_subr.c			1.109
+sys/arch/powerpc/oea/oea_machdep.c		1.85
+sys/arch/powerpc/powerpc/clock.c		1.18
+sys/dev/sdmmc/sdhc.c1.118
+sys/dev/sdmmc/sdhcvar.h1.34
+sys/dev/usb/ehcivar.h1.52
+sys/dev/usb/usb.h1.124
+sys/dev/wscons/wsconsio.h			1.127
+sys/dev/wsfb/genfb.c1.91
+usr.sbin/sysinst/arch/evbppc/md.c		1.11
+usr.sbin/sysinst/arch/evbppc/md.h		1.4
+
+	evbppc: add support for Nintendo Wii.
+	[jmcneill, ticket #561]
+
+xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb.h	1.11
+xserc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c 1.48
+
+	xf86-video-wsfb: Add support for Nintendo Wii
+	[jmcneill, ticket #562]
+
+sys/dev/pci/ixgbe/ix_txrx.c			1.105-1.116
+sys/dev/pci/ixgbe/ixgbe.c			1.345,1.346,1.348
+sys/dev/pci/ixgbe/ixgbe.h			1.94-1.98
+sys/dev/pci/ixgbe/ixgbe_type.h			1.62
+sys/dev/pci/ixgbe/ixv.c 			1.193,1.195,1.196
+
+	- Clear the WTHRESH bit field before writing it.
+	- Optimize ixgbe_txeof().
+	- Use kmem_zalloc() instead of malloc(,M_ZERO).
+	- 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 

  1   2   3   4   5   >