Module Name: src Committed By: martin Date: Tue Dec 9 20:24:40 UTC 2014
Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Tickets #303 - #307 To generate a diff of this commit: cvs rdiff -u -r1.1.2.124 -r1.1.2.125 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.124 src/doc/CHANGES-7.0:1.1.2.125 --- src/doc/CHANGES-7.0:1.1.2.124 Tue Dec 9 19:39:58 2014 +++ src/doc/CHANGES-7.0 Tue Dec 9 20:24:40 2014 @@ -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 @@ xsrc/external/mit/xorg-server/dist/xfixe 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] +