Module Name: src
Committed By: martin
Date: Sat Feb 6 15:29:14 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1648 and #1649
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.67 -r1.1.2.68 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.67 src/doc/CHANGES-8.3:1.1.2.68
--- src/doc/CHANGES-8.3:1.1.2.67 Fri Jan 29 18:19:21 2021
+++ src/doc/CHANGES-8.3 Sat Feb 6 15:29:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.67 2021/01/29 18:19:21 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.68 2021/02/06 15:29:14 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1532,3 +1532,19 @@ sys/dev/hyperv/vmbus.c 1.12 (patch)
hvkbd(4), vmbus(4), hvn(4): don't wait forever.
[nonaka, ticket #1647]
+sys/conf/param.c 1.69
+sys/kern/init_main.c 1.533 (via patch)
+sys/sys/param.h 1.679
+
+ Set a better default for MAXFILES on larger RAM machines if not
+ otherwise specified the kernel config file. Arbitary numbers are
+ 20,000 files for 16GB RAM or more and 10,000 files for 1GB RAM or
+ more.
+ [simonb, ticket #1649]
+
+lib/libc/arch/mips/sys/cerror.S 1.20
+
+ MIPS n32/n64: fix __errno() calls from other libraries
+ (eg __posix_cerror() in libposix).
+ [simonb, ticket #1648]
+