Module Name: src
Committed By: riz
Date: Fri Apr 6 17:48:09 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 147,160-163.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-6.0
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-6.0
diff -u src/doc/CHANGES-6.0:1.1.2.65 src/doc/CHANGES-6.0:1.1.2.66
--- src/doc/CHANGES-6.0:1.1.2.65 Tue Apr 3 17:32:12 2012
+++ src/doc/CHANGES-6.0 Fri Apr 6 17:48:09 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.65 2012/04/03 17:32:12 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.66 2012/04/06 17:48:09 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -1672,3 +1672,33 @@ sys/dev/bluetooth/btsco.c 1.28
Power management for bthub(4). PR#39006.
[plunky, ticket #159]
+external/mit/xorg/server/xorg-server/hw/xfree86/loader/Makefile 1.11-1.12
+tests/lib/libppath/Makefile 1.4
+tests/lib/libppath/plist_to_c 1.2
+
+ Use :Q for quoting. Execute shell script using the host shell.
+ [joerg, ticket #147]
+
+sys/arch/landisk/landisk/bus_dma.c 1.15
+
+ Fix bus_dmamap_sync(9) bug which could cause FFS corruption on
+ IDE disks.
+ [tsutsui, ticket #160]
+
+sys/fs/msdosfs/msdosfs_vnops.c 1.81-1.82
+
+ Report the SF_ARCHIVED file flag if set.
+ [njoly, ticket #161]
+
+sys/dev/vnd.c 1.220
+sys/dev/vndvar.h 1.32
+
+ When backed by a sparse file limit the number of pending requests.
+ Fixes PR#45829.
+ [hannken, ticket #162]
+
+usr.sbin/cpuctl/arch/i386.c 1.30
+
+ Report L3 cache information on AMD Family 10h and newer processors.
+ [cegger, ticket #163]
+