Module Name:    src
Committed By:   martin
Date:           Mon Mar 11 20:06:31 UTC 2024

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

Log Message:
Tickets #1945 - #1947


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

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

Modified files:

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

Reply via email to