Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/doc Tickets 1239 to 1242.
details: https://anonhg.NetBSD.org/src/rev/82d7d5f8b960
branches: netbsd-3
changeset: 577932:82d7d5f8b960
user: tron <tron%NetBSD.org@localhost>
date: Thu Apr 06 13:07:36 2006 +0000
description:
Tickets 1239 to 1242.
diffstat:
doc/CHANGES-3.1 | 33 +++++++++++++++++++++++++++++----
1 files changed, 29 insertions(+), 4 deletions(-)
diffs (51 lines):
diff -r 35ad18b68bed -r 82d7d5f8b960 doc/CHANGES-3.1
--- a/doc/CHANGES-3.1 Thu Apr 06 13:01:48 2006 +0000
+++ b/doc/CHANGES-3.1 Thu Apr 06 13:07:36 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.1,v 1.1.2.55 2006/04/04 22:16:04 tron Exp $
+# $NetBSD: CHANGES-3.1,v 1.1.2.56 2006/04/06 13:07:36 tron Exp $
A complete list of changes from the NetBSD 3.0 release to the NetBSD 3.1
release:
@@ -542,9 +542,9 @@
sys/dev/pci/auixp.c 1.11
-Duh! If askes to halt the input dont halt the output instead. This also
-fixes the timeout on draining when closing.
-[reinoud, ticket #1138]
+ Duh! If askes to halt the input dont halt the output instead. This
+ also fixes the timeout on draining when closing.
+ [reinoud, ticket #1138]
sys/dist/pf/net/pf_norm.c 1.11
@@ -1150,3 +1150,28 @@
ps listing. This fixes PR bin/31932.
[he, ticket #1238]
+sys/arch/xen/include/if_xennetvar.h 1.9
+sys/arch/xen/xen/if_xennet.c 1.37
+
+ Significantly reduce the number of interrupts generated on the
+ xennet backend and thereby the time spent doing hypercalls.
+ [bouyer, ticket #1239]
+
+sys/arch/xen/xen/xbd.c patch
+
+ Avoid panics under high system load. This fixes PR port-xen/33110.
+ [jld, ticket #1240]
+
+sys/uvm/uvm_swap.c 1.90
+
+ Switch swap space allocation code to use blist instead of extent(9).
+ This fixes "warning: resource shortage: %d pages of swap lost".
+ [jld, ticket #1241]
+
+sys/arch/m68k/include/signal.h 1.23
+sys/arch/hp300/stand/common/samachdep.h 1.11
+
+ Fix a huge number of "pkgsrc" build problems in by avoiding
+ namespace pollution.
+ [oster, ticket #1242, #1243]
+
Home |
Main Index |
Thread Index |
Old Index