Module Name: src
Committed By: riz
Date: Sun Apr 24 16:31:01 UTC 2011
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Tickets 1598-1601.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-5.2
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-5.2
diff -u src/doc/CHANGES-5.2:1.1.2.75 src/doc/CHANGES-5.2:1.1.2.76
--- src/doc/CHANGES-5.2:1.1.2.75 Sun Apr 24 15:42:45 2011
+++ src/doc/CHANGES-5.2 Sun Apr 24 16:31:01 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.75 2011/04/24 15:42:45 riz Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.76 2011/04/24 16:31:01 riz Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -5005,3 +5005,28 @@
Prevent resource DoS from brace expansion.
[spz, ticket #1597]
+sys/arch/xen/xenbus/xenbus_probe.c 1.30
+
+ Continue scanning for other frontends when initialization
+ of one frontend failed.
+ [cegger, ticket #1598]
+
+sys/arch/xen/xenbus/xenbus_probe.c 1.31 via patch
+
+ Fix probe so NetBSD DomU can boot on Linux Dom0 with xl.
+ [cegger, ticket #1599]
+
+sys/nfs/nfs_socket.c 1.189
+
+ Change socket buffer reservations for NFS send/receive
+ to 3 times max RPC size, to avoid nasty TCP stalls.
+ Will require increase to sbmax via sysctl for those running really
+ huge NFS rsize/wsize (>64K).
+ [tls, ticket #1600]
+
+sys/dev/pci/if_bge.c 1.194
+
+ Perform hardware checksum over the entire packet, as other OS
+ drivers do. PR#40018.
+ [buhrow, ticket #1601]
+