Wed Mar 18 21:16:23 2009 UTC ()
Ticket 585.


(snj)
diff -r1.1.2.112 -r1.1.2.113 src/doc/CHANGES-5.0

cvs diff -r1.1.2.112 -r1.1.2.113 src/doc/Attic/CHANGES-5.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.0 2009/03/18 05:59:45 1.1.2.112
+++ src/doc/Attic/CHANGES-5.0 2009/03/18 21:16:23 1.1.2.113
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.0,v 1.1.2.112 2009/03/18 05:59:45 snj Exp $ 1# $NetBSD: CHANGES-5.0,v 1.1.2.113 2009/03/18 21:16:23 snj Exp $
2 2
3A complete list of changes from the initial NetBSD 5.0 branch on October 2008 3A complete list of changes from the initial NetBSD 5.0 branch on October 2008
4until the 5.0 release: 4until the 5.0 release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 5.0_BETA! 9 Welcome to 5.0_BETA!
10 10
11sys/arch/arm/gemini/obio_wdt.c 1.2 11sys/arch/arm/gemini/obio_wdt.c 1.2
12distrib/evbarm/instkernel/instkernel/Makefile 1.14 12distrib/evbarm/instkernel/instkernel/Makefile 1.14
13distrib/evbarm/gzboot/gzimg/Makefile 1.20 13distrib/evbarm/gzboot/gzimg/Makefile 1.20
14 14
@@ -5170,13 +5170,18 @@ sys/dev/pci/if_wm.c 1.166 @@ -5170,13 +5170,18 @@ sys/dev/pci/if_wm.c 1.166
5170 5170
5171 Fix the multicast hash bug on ICH9's wm. 5171 Fix the multicast hash bug on ICH9's wm.
5172 Now we can catch ff02::9 on ICH9's wm. Fixes PR#37976. 5172 Now we can catch ff02::9 on ICH9's wm. Fixes PR#37976.
5173 [msaitoh, ticket #583] 5173 [msaitoh, ticket #583]
5174 5174
5175xsrc/external/mit/xorg-server/dist/Xext/sync.c 1.2 5175xsrc/external/mit/xorg-server/dist/Xext/sync.c 1.2
5176 5176
5177 xsync: Fix wakeup storm in idletime counter 5177 xsync: Fix wakeup storm in idletime counter
5178 5178
5179 Wakeup scheduling only considered the threshold values, and 5179 Wakeup scheduling only considered the threshold values, and
5180 not whether the trigger was edge or level. 5180 not whether the trigger was edge or level.
5181 [jmcneill, ticket #584] 5181 [jmcneill, ticket #584]
5182 5182
 5183sys/fs/udf/udf_vnops.c patch
 5184
 5185 Fix fallout from ticket #569.
 5186 [reinoud, ticket #585]
 5187