Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Ticket #1130



details:   https://anonhg.NetBSD.org/src/rev/9d30e8b63a39
branches:  netbsd-9
changeset: 942673:9d30e8b63a39
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Nov 14 15:38:43 2020 +0000

description:
Ticket #1130

diffstat:

 doc/CHANGES-9.2 |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 784f51f898f2 -r 9d30e8b63a39 doc/CHANGES-9.2
--- a/doc/CHANGES-9.2   Sat Nov 14 15:36:11 2020 +0000
+++ b/doc/CHANGES-9.2   Sat Nov 14 15:38:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.12 2020/11/14 13:03:10 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.13 2020/11/14 15:38:43 martin Exp $
 
 A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
 release:
@@ -1084,3 +1084,14 @@
        PR 55775: fix coda_readdir() to directly process the container file.
        [hannken, ticket #1131]
 
+sys/conf/param.c                               1.69
+sys/kern/init_main.c                           1.533
+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.
+       [fair, ticket #1130]
+
+



Home | Main Index | Thread Index | Old Index