Module Name:    src
Committed By:   snj
Date:           Mon May  7 05:09:40 UTC 2018

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.0

Log Message:
793, 794, 797, 798, 801


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.193 -r1.1.2.194 src/doc/CHANGES-8.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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.193 src/doc/CHANGES-8.0:1.1.2.194
--- src/doc/CHANGES-8.0:1.1.2.193	Sun May  6 13:10:10 2018
+++ src/doc/CHANGES-8.0	Mon May  7 05:09:40 2018
@@ -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 @@ sys/net/if_vlan.c				1.122
 	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]
+

Reply via email to