Module Name:    src
Committed By:   martin
Date:           Mon Oct  2 17:39:38 UTC 2023

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

Log Message:
Tickets #378 - #391


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.126 -r1.1.2.127 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.126 src/doc/CHANGES-10.0:1.1.2.127
--- src/doc/CHANGES-10.0:1.1.2.126	Thu Sep 21 13:23:45 2023
+++ src/doc/CHANGES-10.0	Mon Oct  2 17:39:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.126 2023/09/21 13:23:45 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.127 2023/10/02 17:39:38 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -11954,3 +11954,91 @@ sys/netinet/tcp_output.c			1.219
 	established connections.
 	[bouyer, ticket #377]
 
+sys/net/if_ipsec.c				1.35
+sys/netipsec/key.c				1.281
+tests/net/if_ipsec/t_ipsec_unnumbered.sh	1.2
+
+	ipsec(4): fix key deallocation after previous changes to not
+	do it from softint context.
+	ipsecif(4): reduce fixed_reqid space.
+	[knakahara, ticket #378]
+
+sys/uvm/uvm_pdaemon.c				1.134
+
+	uvm: fix a theoretical lock order reversal.
+	[ad, ticket #379]
+
+lib/libpam/modules/pam_krb5/pam_krb5.c		1.32
+
+	pam_krb5: PR lib/57631: fix double-free and use of uninitialized
+	memory.
+	[riastradh, ticket #380]
+
+distrib/amd64/liveimage/emuimage/rc.conf.emuimage 1.3
+distrib/evbarm/liveimage/armimage/rc.conf.armimage 1.2
+distrib/sets/lists/etc/mi			1.273
+distrib/utils/embedded/conf/evbarm.conf		1.42
+distrib/utils/embedded/conf/evbmips.conf	1.4
+distrib/utils/embedded/conf/usermode.conf	1.7
+distrib/utils/embedded/conf/x86.conf		1.11
+etc/defaults/rc.conf				1.166
+etc/rc.d/Makefile				1.118
+etc/rc.d/certctl_init				1.1
+
+	certctl(8): PR 57629: rehash on first boot of prebuilt images.
+	[riastradh, ticket #381]
+
+distrib/utils/embedded/files/ec2_init		1.6
+
+	ec2_init: Suppress error message for nonexistent sysctl.
+	[riastradh, ticket #382]
+
+external/cddl/osnet/sys/kern/kmem.c		1.4
+
+	solaris: PR 57558: use pool_cache_reclaim, not pool_cache_invalidate.
+	[riastradh, ticket #383]
+
+share/examples/wpa_supplicant/wpa_supplicant.conf 1.4
+
+	wpa_supplicant.conf: fix connection string for Eduroam example config.
+	[gutteridge, ticket #384]
+
+libexec/ftpd/ftpd.c				1.207
+libexec/ftpd/version.h				1.78
+
+	ftpd(8): improve seteuid error handling.
+	[lukem, ticket #385]
+
+libexec/ftpd/ftpcmd.y				1.95
+
+	ftpd(8): fix MLSD/MLST auth checks.
+	[lukem, ticket #386]
+
+share/examples/ftpd/ftpusers			1.4
+
+	ftp: documentation improvements.
+	[lukem, ticket #387]
+
+libexec/ftpd/conf.c				1.65
+
+	ftpd(8): fix uninitialized memory usage in count_users().
+	[lukem, ticket #388]
+
+libexec/ftpd/ftpd.c				1.208
+
+	ftpd(8): use correct sockaddr in PAM auth.
+	[lukem, ticket #389]
+
+libexec/ftpd/version.h				1.80
+
+	ftp: update version to "NetBSD-ftpd 20230930" for changes:
+	- fix uninitialized memory usage in count_users()
+	- fix pam_set_item call with proper struct passed as PAM_SOCKADDR
+	[lukem, ticket #390]
+
+external/bsd/jemalloc/lib/Makefile		1.5
+external/bsd/jemalloc/lib/jemalloc_stub.c	1.2-1.4
+
+	libjemalloc: Compile in empty jemalloc_stub.c for HAVE_JEMALLOC=100.
+	[rin, ticket #391]
+

Reply via email to