Module Name: src
Committed By: matt
Date: Tue Feb 1 02:09:27 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note routing changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1498 -r1.1499 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.1498 src/doc/CHANGES:1.1499
--- src/doc/CHANGES:1.1498 Sat Jan 29 18:19:54 2011
+++ src/doc/CHANGES Tue Feb 1 02:09:26 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1498 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1499 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -839,3 +839,4 @@
vmstat(1): add support for getting evcnts and boottime for sysctl.
Allow unprived vmstat to function is everything wanted is
available via sysctl. [matt 20110129]
+ route: make routing socket interface 64-bit clean. [matt 20110131]