Module Name: src
Committed By: rin
Date: Sun Feb 19 07:48:07 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
Add DISKLABEL_EI.
To generate a diff of this commit:
cvs rdiff -u -r1.2255 -r1.2256 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.2255 src/doc/CHANGES:1.2256
--- src/doc/CHANGES:1.2255 Fri Feb 17 01:14:31 2017
+++ src/doc/CHANGES Sun Feb 19 07:48:07 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2255 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2256 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -473,3 +473,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
postfix(1): Import version 3.1.4. [christos 20170213]
l2tp(4): Add L2TPv3 interface. [knakahara 20170216]
siginfo(2): Add new si_code for SIGTRAP: TRAP_DBREG [kamil 20170217]
+ disklabel(5): Add DISKLABEL_EI (``Endian-Independent'' disklabel)
+ kernel option to machines that support Master Boot Record
+ (MBR). [rin 20170219]