Module Name: src Committed By: martin Date: Mon Dec 11 12:35:51 UTC 2023
Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1777 and #1778 To generate a diff of this commit: cvs rdiff -u -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-9.4 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-9.4 diff -u src/doc/CHANGES-9.4:1.1.2.120 src/doc/CHANGES-9.4:1.1.2.121 --- src/doc/CHANGES-9.4:1.1.2.120 Sun Dec 10 13:10:25 2023 +++ src/doc/CHANGES-9.4 Mon Dec 11 12:35:51 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.120 2023/12/10 13:10:25 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.121 2023/12/11 12:35:51 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2486,3 +2486,14 @@ lib/libc/net/sethostent.c 1.21 sethostent(3): fix a couple of (not very likely) memory leaks. [kre, ticket #1776] +usr.bin/systat/vmstat.c 1.92 + + systat(1): PR 56014: fix redraw handling. + [kre, ticket #1777] + +sys/nfs/nfs_vnops.c 1.325 + + NFS client: PR 57691: fix RFC 1813 compliance for + READDIR and READDIRPLUS cookie verifiers. + [schmonz, ticket #1778] +