Module Name: src
Committed By: maxv
Date: Sat Oct 21 15:14:57 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
USER_LDT on amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.2323 -r1.2324 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.2323 src/doc/CHANGES:1.2324
--- src/doc/CHANGES:1.2323 Thu Oct 12 22:18:27 2017
+++ src/doc/CHANGES Sat Oct 21 15:14:57 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2323 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2324 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -70,3 +70,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
[jdolecek 20171007]
OpenSSH: Imported 7.6. [christos 20171007]
tmux(1): Imported 2.6. [christos 20171012]
+ amd64: Add support for USER_LDT. [maxv 20171021]