Source-Changes-HG archive

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

[src/netbsd-8]: src/doc 793, 794, 797, 798, 801



details:   https://anonhg.NetBSD.org/src/rev/d7697ce65597
branches:  netbsd-8
changeset: 851714:d7697ce65597
user:      snj <snj%NetBSD.org@localhost>
date:      Mon May 07 05:09:40 2018 +0000

description:
793, 794, 797, 798, 801

diffstat:

 doc/CHANGES-8.0 |  36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r 341568f4a1dd -r d7697ce65597 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Mon May 07 04:06:31 2018 +0000
+++ b/doc/CHANGES-8.0   Mon May 07 05:09:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.193 2018/05/06 13:10:10 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.194 2018/05/07 05:09:40 snj Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -13299,3 +13299,37 @@
        Avoid a bogus kmem_alloc(9) call with zero size.
        [spz, ticket #813]
 
+usr.sbin/sysinst/partman.c                     1.16-1.17
+
+       Fix copy paste error. from coverity.
+       Cosmetics: fix the order of calloc() arguments.
+       [martin, ticket #793]
+
+usr.sbin/sysinst/partman.c                     1.18
+
+       Fix missing {} in issue.pm_cgd_check().
+       [martin, ticket #794]
+
+sbin/gpt/gpt.8                                 1.60-1.63
+sbin/gpt/header.c                              1.9
+
+       Make the "gpt header" command return EXIT_FAILURE when no
+       GPT is present.  This helps sysinst to tell a GPT labeled disk
+       from others.
+
+       Man page imrovements.
+       [martin, ticket #797]
+
+usr.sbin/sysinst/disks.c                       1.14
+
+       Simplify and get rid of external "grep" dependency which is not
+       available on all install meadia.  PR install/53220.
+       [martin, ticket #798]
+
+usr.sbin/sysinst/partman.c                     1.20-1.21
+
+       Fix a core dump in sysinst when the externed partition manager
+       is used on a system where the lvm command is not present.
+       PR install/53220.
+       [kre, ticket #801]
+



Home | Main Index | Thread Index | Old Index