Module Name: src
Committed By: christos
Date: Fri Jun 22 18:47:09 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
mention {send,recv}mmsg
To generate a diff of this commit:
cvs rdiff -u -r1.1711 -r1.1712 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.1711 src/doc/CHANGES:1.1712
--- src/doc/CHANGES:1.1711 Tue Jun 19 06:05:53 2012
+++ src/doc/CHANGES Fri Jun 22 14:47:09 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1711 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1712 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -68,3 +68,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
kern.uidinfo.* via sysctl. [christos 20120608]
usb(9): Added support for SMP to the USB subsytem. By Jared D.
McNeill and myself. [mrg 20120609]
+ kernel: {send,recv}mmsg support [christos 20120621]