Module Name: src
Committed By: joerg
Date: Mon Feb 8 19:11:18 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Add entry for the mbuf cluster limit change.
To generate a diff of this commit:
cvs rdiff -u -r1.1355 -r1.1356 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.1355 src/doc/CHANGES:1.1356
--- src/doc/CHANGES:1.1355 Sun Feb 7 18:17:19 2010
+++ src/doc/CHANGES Mon Feb 8 19:11:18 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1355 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1356 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -543,3 +543,6 @@
Interface driver. [pgoyette 20100206]
uthum(4): Add a driver for TEMPer and TEMPerHUM usb thermometers.
Adapted from OpenBSD [tonio 20100206]
+ network: Derive the mbuf cluster (NMBCLUSTERS) at boot time from
+ the available memory. The default can be raised by changing
+ kern.mbuf.nmbclusters. [joerg 20100208]