Module Name: src
Committed By: kamil
Date: Thu Apr 2 03:34:49 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
ioctlprint(1): Add ioctl descriptive printer.
To generate a diff of this commit:
cvs rdiff -u -r1.2662 -r1.2663 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.2662 src/doc/CHANGES:1.2663
--- src/doc/CHANGES:1.2662 Sat Mar 28 19:50:40 2020
+++ src/doc/CHANGES Thu Apr 2 03:34:49 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2662 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2663 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -161,3 +161,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
where the relevant pages are already in-core. [ad 20200322]
bwfm: Update firmware to linux-firmware-20200316. [thorpej 20200322]
acpi(4): Updated ACPICA to 20200326. [christos 20200328]
+ ioctlprint(1): Add ioctl descriptive printer. [kamil 20200402]