Module Name: src
Committed By: christos
Date: Sat Sep 24 18:39:14 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Mention recent work.
To generate a diff of this commit:
cvs rdiff -u -r1.1609 -r1.1610 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.1609 src/doc/CHANGES:1.1610
--- src/doc/CHANGES:1.1609 Mon Sep 19 20:33:43 2011
+++ src/doc/CHANGES Sat Sep 24 14:39:12 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1609 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1610 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1124,3 +1124,9 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
[rkujawa 20110917]
xen: Provide experimental support for suspend/resume in
NetBSD domUs. [jym 20110920]
+ tty: Provide a sysctl and ioctl to dynamically change the tty buffer
+ sizes [christos 20110923]
+ udp(4): Commit Vlad Balan's Google SoC project. This implements
+ RFC6056 port selection algorithms. The selection can
+ be done at the global level via sysctl(7), or at the socket
+ level via setsockopt(2) [christos 20110923]