Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc Tickets 16-19 and 21-25.



details:   https://anonhg.NetBSD.org/src/rev/e3d58c6b52bc
branches:  netbsd-7
changeset: 798254:e3d58c6b52bc
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Aug 15 13:07:37 2014 +0000

description:
Tickets 16-19 and 21-25.

diffstat:

 doc/CHANGES-7.0 |  70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 69 insertions(+), 1 deletions(-)

diffs (81 lines):

diff -r fd55c585b6f6 -r e3d58c6b52bc doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Fri Aug 15 13:00:48 2014 +0000
+++ b/doc/CHANGES-7.0   Fri Aug 15 13:07:37 2014 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index