Module Name: src
Committed By: mrg
Date: Fri Dec 23 20:49:02 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
note mips64 n64 binary fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.2226 -r1.2227 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.2226 src/doc/CHANGES:1.2227
--- src/doc/CHANGES:1.2226 Tue Dec 20 14:09:09 2016
+++ src/doc/CHANGES Fri Dec 23 20:49:02 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2226 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2227 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -435,3 +435,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
PT_COUNT_WATCHPOINTS [kamil 20161215]
rtadvd(8): Support -p <pidfile> option. [ozaki-r 20161216]
xen: Add support for kernel modules. [maxv 20161216]
+ mips64: Use N64 binaries where kvm is required, fixing fstat, netstat,
+ systat, crash, pstat and kgmon. [mrg 20161222]