Source-Changes-HG archive

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

[src/netbsd-7]: src/doc 848, 852, 854, 856-859, 862-864



details:   https://anonhg.NetBSD.org/src/rev/92f7621c5814
branches:  netbsd-7
changeset: 799463:92f7621c5814
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Jul 05 21:34:32 2015 +0000

description:
848, 852, 854, 856-859, 862-864

diffstat:

 doc/CHANGES-7.0 |  56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 55 insertions(+), 1 deletions(-)

diffs (67 lines):

diff -r 46736e83dbdd -r 92f7621c5814 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Sun Jul 05 21:31:48 2015 +0000
+++ b/doc/CHANGES-7.0   Sun Jul 05 21:34:32 2015 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index