Module Name: src
Committed By: bouyer
Date: Sat May 27 21:05:02 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
Note can(4)
To generate a diff of this commit:
cvs rdiff -u -r1.2285 -r1.2286 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.2285 src/doc/CHANGES:1.2286
--- src/doc/CHANGES:1.2285 Thu May 25 00:12:34 2017
+++ src/doc/CHANGES Sat May 27 21:05:02 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2285 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2286 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -519,3 +519,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
src: Remove MKCRYPTO option and always include cryptography.
[riastradh 20170521]
file(1): Upgraded to 5.31. [christos 20170524]
+ can(4): Added a socketcan implementation, a socket layer for
+ CAN busses. [bouyer 20170527]