Module Name: src
Committed By: snj
Date: Mon Jun 29 17:27:13 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
841, 847, 849, 853, 855
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.333 -r1.1.2.334 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.333 src/doc/CHANGES-7.0:1.1.2.334
--- src/doc/CHANGES-7.0:1.1.2.333 Fri Jun 19 02:56:02 2015
+++ src/doc/CHANGES-7.0 Mon Jun 29 17:27:13 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.333 2015/06/19 02:56:02 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.334 2015/06/29 17:27:13 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -32153,3 +32153,33 @@ sys/sys/param.h patched by hand
Welcome to 7.0_RC1!
[snj]
+sys/conf/copyright 1.13
+
+ Bump copyright date.
+ [mrg, ticket #849]
+
+external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c 1.11
+
+ Don't fail for anonymous unions. Fixes drm2 kernels with
+ MKCTF=yes.
+ [chs, ticket #855]
+
+usr.bin/ldd/Makefile.inc 1.6
+
+ Do not set MLIBDIR if MKCOMPAT=no
+ [roy, ticket #853]
+
+sys/arch/amiga/include/vmparam.h 1.43
+
+ Remove unused KUSER_AREA, SYSPTSIZE, USRPTSIZE.
+ Bump MAXTSIZ and MAXDSIZ to the same values atari is using.
+ This makes gcc 4.8 (/usr/libexec/cc1) load and execute.
+ [phx, ticket #841]
+
+sbin/gpt/recover.c 1.6
+
+ Instruct user to use resizedisk if media size has changed, as
+ resizedisk will adjust the media size in the headers, whereas
+ recover simply copies the existing header over the missing one.
+ [jnemeth, ticket #847]
+