Module Name: src
Committed By: martin
Date: Mon Oct 25 15:48:43 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ticket #1368
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-9.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-9.3
diff -u src/doc/CHANGES-9.3:1.1.2.42 src/doc/CHANGES-9.3:1.1.2.43
--- src/doc/CHANGES-9.3:1.1.2.42 Sun Oct 24 10:19:01 2021
+++ src/doc/CHANGES-9.3 Mon Oct 25 15:48:43 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.42 2021/10/24 10:19:01 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.43 2021/10/25 15:48:43 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -905,3 +905,12 @@ usr.bin/ftp/ftp.c 1.174
ftp(1): cleanup after previous security fix.
[lukem, ticket #1367]
+share/man/man4/options.4 1.520
+sys/conf/files 1.1288
+sys/kern/uipc_mbuf.c 1.244
+
+ - Fix a bug that NMBCLUSTERS(kern.mbuf.nmbclusters) can't be changed
+ by sysctl.
+ - Update NMBCLUSTERS and add NMBCLUSTERS_MAX in options(4).
+ [msaitoh, ticket #1368]
+