Module Name:    src
Committed By:   martin
Date:           Fri Aug 15 13:07:37 UTC 2014

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Tickets 16-19 and 21-25.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-7.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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.9 src/doc/CHANGES-7.0:1.1.2.10
--- src/doc/CHANGES-7.0:1.1.2.9	Thu Aug 14 06:58:39 2014
+++ src/doc/CHANGES-7.0	Fri Aug 15 13:07:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.9 2014/08/14 06:58:39 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.10 2014/08/15 13:07:37 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -108,3 +108,71 @@ sys/dev/usb/usb.h				1.107
 	Define AXEN_DEBUG.  From Takahiro HAYASHI.
 	[skrll, ticket #10]
 
+sys/crypto/cprng_fast/cprng_fast.c		1.10
+sys/crypto/cprng_fast/cprng_fast.c		1.7
+sys/crypto/cprng_fast/cprng_fast.c		1.8
+sys/crypto/cprng_fast/cprng_fast.c		1.9
+
+	Access to struct cprng_fast must be consistently at IPL_VM.
+	Use percpu_foreach instead of manual iteration.
+	Move initial entropy bookkeeping out of the fast path.
+	Tweak cprng_fast_buf to use 32-bit unaligned writes if possible.
+	[riastradh, ticket #16]
+
+distrib/amd64/cdroms/Makefile.cdrom		1.11
+distrib/i386/cdroms/Makefile.cdrom		1.31
+distrib/sparc64/cdroms/installcd/Makefile	1.19
+distrib/vax/cdroms/installcd/Makefile		1.9
+
+	CD images need libarchive if MKBSDTAR is yes.
+	[riastradh, ticket #17]
+
+sys/external/bsd/drm2/include/linux/pci.h	1.8
+sys/external/bsd/drm2/ttm/ttm_agp_backend.c	1.2
+sys/external/bsd/drm2/ttm/ttm_agp_backend.c	1.3
+
+	Fix shifts & masks in Linux pci_read_config_{word,byte}.
+	Use ttm_dma_tt_init in ttm_agp_tt_create so we can use ttm_bus_dma.
+	Zero ttm_agp objects on creation.
+	[riastradh, ticket #18]
+
+distrib/sets/lists/debug/mi			1.82
+
+	Add tar.debug and cpio.debug to lists for MKBSDTAR=yes MKDEBUG=yes.
+	[riastradh, ticket #19]
+
+distrib/sets/lists/modules/md.amd64		1.42
+
+	Add dtrace modules to amd64-xen module set list.  Hi jnemeth!
+	[riastradh, ticket #21]
+
+sys/kern/subr_cprng.c				1.25
+
+	Lock cprng->cs_lock around rndsink_request to avoid race with callback.
+	[riastradh, ticket #22]
+
+sys/kern/init_main.c				1.459
+sys/rump/librump/rumpkern/rump.c		1.309
+sys/rump/librump/rumpkern/rump.c		1.310
+
+	Defer cprng_fast_init until CPUs are detected.
+	Restore placement of percpu_init in rump_init.
+	Probably doesn't matter, but let's avoid needless churn around the
+	real bug fix.
+	[riastradh, ticket #23]
+
+sys/kern/subr_prf.c				1.155
+
+	avoid calling into time code when cold, and avoid calling nanotime()
+	if we're not going to use the result anyway.
+
+	XXX: not necessarily the best fix, but better than crashing *early*
+	boot due to too-early nanotime() calls.
+
+	[mrg, ticket #24]
+
+xsrc/external/mit/libdrm/dist/radeon/radeon_bo_gem.c	1.4
+
+	convert an mmap() to drmMap().
+	[mrg, ticket #25]
+

Reply via email to