Module Name: src
Committed By: sborrill
Date: Mon Oct 5 11:47:05 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1047 (plus whitespace fix for previous commit).
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-5.1
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.1
diff -u src/doc/CHANGES-5.1:1.1.2.85 src/doc/CHANGES-5.1:1.1.2.86
--- src/doc/CHANGES-5.1:1.1.2.85 Mon Oct 5 11:38:36 2009
+++ src/doc/CHANGES-5.1 Mon Oct 5 11:47:05 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.85 2009/10/05 11:38:36 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.86 2009/10/05 11:47:05 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -13958,14 +13958,21 @@
we get back a bogus netmask.
[bouyer, ticket #1039]
-sys/arch/x86/conf/files.x86 1.53
-sys/arch/x86/include/cpuvar.h 1.31
-sys/arch/x86/x86/identcpu.c 1.17
-sys/arch/x86/x86/viac7temp.c 1.1
-sys/arch/i386/conf/ALL 1.218
-sys/arch/i386/conf/GENERIC 1.949
+sys/arch/x86/conf/files.x86 1.53
+sys/arch/x86/include/cpuvar.h 1.31
+sys/arch/x86/x86/identcpu.c 1.17
+sys/arch/x86/x86/viac7temp.c 1.1
+sys/arch/i386/conf/ALL 1.218
+sys/arch/i386/conf/GENERIC 1.949
Add support for VIA C7 temperature sensors (options VIA_C7TEMP)
and enable in i386 GENERIC kernel.
[jmcneill, ticket #1061]
+include/util.h 1.52
+lib/libutil/opendisk.c 1.11
+
+ Add opendisk1(), which functions like opendisk(), but takes a
+ function pointer to the routine to be used for open().
+ [pooka, ticket #1047]
+