Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #1648 and #1649
details: https://anonhg.NetBSD.org/src/rev/77b9cdc1c503
branches: netbsd-8
changeset: 951572:77b9cdc1c503
user: martin <martin%NetBSD.org@localhost>
date: Sat Feb 06 15:29:14 2021 +0000
description:
Tickets #1648 and #1649
diffstat:
doc/CHANGES-8.3 | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 0061334c6e7e -r 77b9cdc1c503 doc/CHANGES-8.3
--- a/doc/CHANGES-8.3 Sat Feb 06 15:26:16 2021 +0000
+++ b/doc/CHANGES-8.3 Sat Feb 06 15:29:14 2021 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index