Module Name: src
Committed By: manu
Date: Sun May 29 03:34:33 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Add SOCK_SEQPACKET for local sockets
To generate a diff of this commit:
cvs rdiff -u -r1.1549 -r1.1550 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.1549 src/doc/CHANGES:1.1550
--- src/doc/CHANGES:1.1549 Thu May 26 04:29:18 2011
+++ src/doc/CHANGES Sun May 29 03:34:33 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1549 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1550 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1012,3 +1012,4 @@
userconf(4), boot.cfg(5), boot(8), i386, amd64: Support userconf(4)
command in boot.cfg(5)/boot(8) on i386/amd64.
[uebayasi 20110526]
+ kernel: add SOCK_SEQPACKET for local sockets [manu 20110529]