Mon Dec 11 12:35:51 2023 UTC (161d)
Tickets #1777 and #1778


(martin)
diff -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-9.4

cvs diff -r1.1.2.120 -r1.1.2.121 src/doc/Attic/CHANGES-9.4 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.4 2023/12/10 13:10:25 1.1.2.120
+++ src/doc/Attic/CHANGES-9.4 2023/12/11 12:35:51 1.1.2.121
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.4,v 1.1.2.120 2023/12/10 13:10:25 martin Exp $ 1# $NetBSD: CHANGES-9.4,v 1.1.2.121 2023/12/11 12:35:51 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 3A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9doc/CHANGES-9.4 added 9doc/CHANGES-9.4 added
10 10
11 Welcome to 9.3_STABLE. 11 Welcome to 9.3_STABLE.
12 [martin] 12 [martin]
13 13
14sys/netinet6/nd6.c (apply patch) 14sys/netinet6/nd6.c (apply patch)
@@ -2476,13 +2476,24 @@ distrib/sets/lists/debug/mi 1.424 @@ -2476,13 +2476,24 @@ distrib/sets/lists/debug/mi 1.424
2476distrib/sets/lists/tests/mi 1.1297 (patch) 2476distrib/sets/lists/tests/mi 1.1297 (patch)
2477lib/libpthread/pthread.c 1.184 2477lib/libpthread/pthread.c 1.184
2478tests/lib/libpthread/Makefile 1.16 2478tests/lib/libpthread/Makefile 1.16
2479tests/lib/libpthread/t_stack.c 1.1-1.6 2479tests/lib/libpthread/t_stack.c 1.1-1.6
2480 2480
2481 pthread: PR 57721: fix user-allocated stack addressing. 2481 pthread: PR 57721: fix user-allocated stack addressing.
2482 [riastradh, ticket #1775] 2482 [riastradh, ticket #1775]
2483 2483
2484lib/libc/net/sethostent.c 1.21 2484lib/libc/net/sethostent.c 1.21
2485 2485
2486 sethostent(3): fix a couple of (not very likely) memory leaks. 2486 sethostent(3): fix a couple of (not very likely) memory leaks.
2487 [kre, ticket #1776] 2487 [kre, ticket #1776]
2488 2488
 2489usr.bin/systat/vmstat.c 1.92
 2490
 2491 systat(1): PR 56014: fix redraw handling.
 2492 [kre, ticket #1777]
 2493
 2494sys/nfs/nfs_vnops.c 1.325
 2495
 2496 NFS client: PR 57691: fix RFC 1813 compliance for
 2497 READDIR and READDIRPLUS cookie verifiers.
 2498 [schmonz, ticket #1778]
 2499