Source-Changes-HG archive

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

[src/netbsd-7]: src/doc Tickets #303 - #307



details:   https://anonhg.NetBSD.org/src/rev/6eac8760b8df
branches:  netbsd-7
changeset: 798686:6eac8760b8df
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Dec 09 20:24:40 2014 +0000

description:
Tickets #303 - #307

diffstat:

 doc/CHANGES-7.0 |  34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r c1d16103838b -r 6eac8760b8df doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Tue Dec 09 20:23:14 2014 +0000
+++ b/doc/CHANGES-7.0   Tue Dec 09 20:24:40 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.124 2014/12/09 19:39:58 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.125 2014/12/09 20:24:40 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -3353,3 +3353,35 @@
        CVE-2014-8103
        [mrg, ticket #308]
 
+lib/librumphijack/hijack.c                     1.110
+
+       In case of no dup2'd fd's, make sure that F_CLOSEM for the
+       rump kernel starts from 0.
+       [gson, ticket #303]
+
+sys/dev/dkwedge/dk.c                           1.75-1.76
+
+       Fix iobuf setup, cleanup.
+       Really provide disk properties, the old code computed values that
+       were never attached to the device.
+       [mlelstv, ticket #304]
+
+sbin/ccdconfig/ccdconfig.c                     1.56
+
+       Make ccdconfig resolve wedge names.
+       [mlelstv, ticket #305]
+
+distrib/sets/lists/base/shl.mi                 1.723
+distrib/sets/lists/debug/shl.mi                        1.82
+lib/libdm/Makefile                             1.4
+
+       libdm is needed by LVM early in the boot process. Fixes bin/49357.
+       [mlelstv, ticket #306]
+
+tests/lib/librumpclient/h_execthr.c            1.3
+
+       Update hardcoded fd expectations now that rump kernels open 0/1/2.
+       (since we exec, it's convenient to just assume the values of first
+       4 fds)
+       [gson, ticket #307]
+



Home | Main Index | Thread Index | Old Index