Module Name: src
Committed By: thorpej
Date: Mon Dec 24 16:59:40 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Note threadpool(9).
To generate a diff of this commit:
cvs rdiff -u -r1.2471 -r1.2472 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.2471 src/doc/CHANGES:1.2472
--- src/doc/CHANGES:1.2471 Sun Dec 23 16:29:10 2018
+++ src/doc/CHANGES Mon Dec 24 16:59:40 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2471 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2472 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -270,3 +270,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
network: Add SIOCSETHERCAP ioctl. [msaitoh 20181221]
byacc: Update to 20180609. [christos 20181223]
flex(1): Import flex-2.6.4 [christos 20181223]
+ threadpool(9): Added threadpool(9) API [thorpej 20181224]