Module Name: src
Committed By: roy
Date: Sun Sep 27 13:46:19 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note import of vether(4)
To generate a diff of this commit:
cvs rdiff -u -r1.2741 -r1.2742 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.2741 src/doc/CHANGES:1.2742
--- src/doc/CHANGES:1.2741 Mon Sep 21 16:12:16 2020
+++ src/doc/CHANGES Sun Sep 27 13:46:19 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2741 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2742 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -288,3 +288,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
pmap module. Implemented fast-soft-interrupts. Enabled
MULTIPROCESSOR in GENERIC. [thorpej 20200918]
ld.so(1): Upgrade r_debug to the protocol version 1. [kamil 20200921]
+ vether(4): Imported from OpenBSD. [roy 20200927]