Module Name:    src
Committed By:   jdc
Date:           Mon Jul  2 21:42:47 UTC 2012

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Tickets 286, 363, 366, 370, 372, 373, 374, 375, 376, 377, 380.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.145 -r1.1.2.146 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.145 src/doc/CHANGES-6.0:1.1.2.146
--- src/doc/CHANGES-6.0:1.1.2.145	Sat Jun 30 10:13:29 2012
+++ src/doc/CHANGES-6.0	Mon Jul  2 21:42:47 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.145 2012/06/30 10:13:29 bouyer Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.146 2012/07/02 21:42:47 jdc Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -5942,3 +5942,62 @@ share/mk/bsd.sys.mk				1.216
 	of gcc 4.5; fix vax build.
 	[abs, ticket #379]
 
+sys/conf/files					1.1050
+sys/miscfs/genfs/genfs.h			1.30 via patch
+sys/miscfs/genfs/genfs_rename.c			patch
+sys/rump/librump/rumpvfs/Makefile.rumpvfs	1.33
+	Implement a genfs_rename abstraction.
+
+	First major step in incrementally adapting all the file systems to a
+	saner rename VOP protocol.
+	[riastradh, ticket #286]
+
+sbin/iscsictl/iscsic_driverif.c			1.3,1.4
+	Avoid printing values past the end of the buffer, and a size_t
+	underflow.
+	[martin, ticket #363]
+
+sys/kern/subr_pool.c				1.196 via patch
+share/man/man9/pool_cache.9			patch
+	As pool reclaiming is unlikely to happen at interrupt or softint
+	context, re-enable the portion of code that allows invalidation of
+	CPU-bound pool caches.
+	[jym, ticket #366]
+
+distrib/x68k/floppies/ramdisk/list		1.32
+	Add chroot(8) to x68k's install ramdisk binaries for sysinst
+	post-install configuration menu.
+	[tsutsui, ticket #370]
+
+sys/arch/xen/include/xenpmap.h			1.35 via patch
+sys/arch/xen/x86/xen_pmap.c			1.22 via patch
+	Enable the map/unmap recursive mapping functions for all Xen ports for
+	save/restore.  Avoids memory corruption upon restore.
+	[jym, ticket #372]
+
+sys/dev/scsipi/atapiconf.c			1.86
+	Take the kernel lock in atapibusdetach just like atapibuschilddet.
+	Fixes kassert in scsipi_lookup_periph.
+	[riastradh, ticket #373]
+
+usr.bin/cksum/cksum.1				1.44
+	Omit outdated cryptographic claims as noted in PR#44160.
+	[dholland, ticket #374]
+
+etc/rc.shutdown					1.9
+	Add support for rc_directories from PR#46601.
+	[jnemeth, ticket #375]
+
+sbin/routed/if.c				1.30
+	PR#44647: routed fails to track the kernel routing table unless
+	the correct rounding is used.
+	[kardel, ticket #376]
+
+sys/arch/usermode/dev/cpu.c			1.71
+	Implement dummy `cpu_mcontext_validate' to make it compile again.
+	[reinoud, ticket #377]
+
+dist/pdisk/partition_map.c			1.15
+	Fix uint32_t / long pointer abuse in pdisk.
+	[abs, ticket #380]
+

Reply via email to