Module Name:    src
Committed By:   snj
Date:           Sun Jul  5 21:34:33 UTC 2015

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

Log Message:
848, 852, 854, 856-859, 862-864


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.335 -r1.1.2.336 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.335 src/doc/CHANGES-7.0:1.1.2.336
--- src/doc/CHANGES-7.0:1.1.2.335	Wed Jul  1 07:30:55 2015
+++ src/doc/CHANGES-7.0	Sun Jul  5 21:34:32 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.335 2015/07/01 07:30:55 bouyer Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.336 2015/07/05 21:34:32 snj Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -32208,3 +32208,57 @@ usr.bin/calendar/calendar.c			1.52
 	lookout.)
 	[dholland, ticket #861]
 
+usr.sbin/postinstall/postinstall		1.196 via patch
+
+	Add a postinstall check for mandoc in /etc/man.conf.
+	PR install/50020
+	[martin, ticket #864]
+
+sbin/raidctl/raidctl.c				1.61
+
+	Compare correct length string for force option to -A.
+	[sborrill, ticket #862]
+
+sbin/raidctl/raidctl.8				1.68, 1.69
+
+	Clarify that what was previously known as -A root is now
+	-A forceroot, not -A softroot and that -A root can still be
+	used for historical reasons.
+	[sborrill, ticket #863]
+
+sys/arch/vax/boot/boot/boot.c			1.33
+
+	Close the file descriptor used for loading before jumping to
+	the kernel.
+	[martin, ticket #852]
+
+sys/sys/dirent.h				1.29
+
+	Fix inadequate parens in macro.
+	[dholland, ticket #859]
+
+sys/arch/pmax/tc/dt.c				1.12
+
+	Fix a use-after-free.
+	[maxv, ticket #856]
+
+sys/arch/arm/xscale/ixp425_if_npe.c		1.29
+
+	Properly initialize 'error' before returning it.
+	[maxv, ticket #857]
+
+sys/dev/ic/ac97.c				1.96
+
+	Don't leak 'as' when returning.
+	[maxv, ticket #858]
+
+sys/external/bsd/drm2/drm/drm_vma_manager.c	1.3
+
+	Plug memory leak in drm_vma_node_revoke().
+	[chs, ticket #848]
+
+sys/external/bsd/drm2/dist/drm/i915/i915_gem.c	1.31
+
+	Fix Xorg coredumps that have started happening recently.
+	[chs, ticket #854]
+

Reply via email to