Module Name: src
Committed By: ad
Date: Sat Sep 9 18:30:01 UTC 2023
Modified Files:
src/doc: CHANGES
Log Message:
Note namecache tuning for 32-bit systems.
To generate a diff of this commit:
cvs rdiff -u -r1.2998 -r1.2999 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.2998 src/doc/CHANGES:1.2999
--- src/doc/CHANGES:1.2998 Mon Sep 4 17:07:04 2023
+++ src/doc/CHANGES Sat Sep 9 18:30:00 2023
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2998 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2999 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -224,3 +224,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
Theodore Preduta. [christos 20230819]
acpi(4): Updated ACPICA to 20230628. [christos 20230901]
sqlite3(1): Import 3.34.0. [christos 20230904]
+ namecache: Tune the namecache for 32-bit systems [ad 20230909]