Module Name: src
Committed By: snj
Date: Sun Aug 16 00:21:49 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Tickets 912 and 913.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-5.0.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.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.4 src/doc/CHANGES-5.0.2:1.1.2.5
--- src/doc/CHANGES-5.0.2:1.1.2.4 Fri Aug 14 22:11:37 2009
+++ src/doc/CHANGES-5.0.2 Sun Aug 16 00:21:49 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.4 2009/08/14 22:11:37 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.5 2009/08/16 00:21:49 snj Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -131,3 +131,18 @@
PR port-hpcmips/41164.
[jun, ticket #899]
+lib/libc/gdtoa/gdtoaimp.h 1.7
+
+ Change Kmax so we allocate enough freelist entries to handle
+ large field numbers.
+ [christos, ticket #913]
+
+sys/arch/x86/pci/ichlpcib.c 1.18
+
+ Fix watchdog code:
+ - the timer bound constants are in tick, so convert period to
+ tick before checking it against the bounds
+ - for ICH5 or older, fix code that would have always written a 0
+ period to the register.
+ [bouyer, ticket #912]
+