Module Name: src
Committed By: snj
Date: Fri Dec 18 07:36:03 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Tickets 1175, 1180, 1181, 1184, and 1192-1196.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.161 -r1.1.2.162 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.161 src/doc/CHANGES-5.1:1.1.2.162
--- src/doc/CHANGES-5.1:1.1.2.161 Fri Dec 11 09:37:30 2009
+++ src/doc/CHANGES-5.1 Fri Dec 18 07:36:02 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.161 2009/12/11 09:37:30 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.162 2009/12/18 07:36:02 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -15586,3 +15586,67 @@
order of ms, usually), just the same as before.
[tron, ticket #1191]
+sys/dev/pci/pcidevs 1.1003
+sys/dev/pci/pcidevs.h regen
+sys/dev/pci/pcidevs_data.h regen
+sys/dev/pci/piixide.c 1.52
+
+ Add Intel 3400 devices. Add support to piixide(4).
+ [sborrill, ticket #1175]
+
+sys/arch/x86/x86/coretemp.c 1.13
+
+ CPU model and CPU extended model cannot simply be summed; the
+ extended model differentiates different CPUs within a given model
+ type (i.e., model 0xe with extended model 0x1 is NOT the same as a
+ model 0xf). Modern Xeons do not support MSR_IA32_EXT_CONFIG, so
+ use model and extended model correctly to avoid it
+ [sborrill, ticket #1180]
+
+sys/arch/x86/x86/intel_busclock.c 1.9
+
+ Interim workaround for modern Xeons that don't have the simplistic
+ view of bus speed and therefore do not support MSR_FSB_FREQ (e.g.,
+ X3400).
+ [sborrill, ticket #1181]
+
+sys/fs/puffs/puffs_vnops.c 1.141 via patch
+
+ Push all information cached in the vnode to the file server before
+ issuing INACTIVE. PR kern/42194. Also, send setattr in fsync
+ asynchronously if FSYNC_WAIT is not set.
+ [pooka, ticket #1184]
+
+usr.bin/btkey/device.c 1.3
+usr.bin/btkey/btkey.c 1.3
+
+ - If HCI commands fail (CommandComplete status != 0) then indicate
+ ENODEV "Operation Not Supported by Device" rather than random errno.
+ - Accept uppercase hex digits when parsing a provided key.
+ [plunky, ticket #1192]
+
+sys/arch/sparc64/dev/lom.c 1.4
+
+ Merge change of OpenBSD rev 1.20: Remove debug printf and properly
+ dequeue command instead when a read times out on LOMLite2.
+ [nakayama, ticket #1193]
+
+usr.bin/less/less/cmdbuf.c 1.8
+
+ Don't attempt to read or write ~/.lesshst if it's not a regular file
+ or a symlink to a regular file. Previously, symlinking to /dev/null
+ would cause less to trash /dev/null if run with sufficient
+ privileges, as seen in PR misc/42237.
+ [dholland, ticket #1194]
+
+etc/defaults/rc.conf 1.107
+
+ Make rtsold_flags default to -a as per PR 39657.
+ [dholland, ticket #1195]
+
+sys/sys/stat.h 1.59
+
+ Parenthesize S_IS*() macro arguments to prevent breakage with
+ certain arguments - see PR 41919.
+ [dholland, ticket #1196]
+