Module Name: src
Committed By: msaitoh
Date: Fri Aug 16 02:09:21 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Add missing file names and revision numbers for sysinst/disks.c.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-9.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-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.18 src/doc/CHANGES-9.0:1.1.2.19
--- src/doc/CHANGES-9.0:1.1.2.18 Thu Aug 15 12:23:59 2019
+++ src/doc/CHANGES-9.0 Fri Aug 16 02:09:21 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.18 2019/08/15 12:23:59 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.19 2019/08/16 02:09:21 msaitoh Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -356,10 +356,14 @@ etc/mtree/NetBSD.dist.base 1.201
/etc/namedb: sync user and group with etc/mtree/special.
[nakayama, ticket #31]
+usr.sbin/sysinst/disks.c 1.49
+
Do not try to fsck partitions we are never going to mount.
Found by Andreas Gustafsson's baremetal test bed.
[martin, ticket #32]
+usr.sbin/sysinst/disks.c 1.50
+
Do not even consider to fsck partitions where we do not know the file
system type. Add v7fs support.
[martin, ticket #33]
@@ -1760,4 +1764,3 @@ sys/dev/wsfb/genfb.c 1.68-1.70
depths. A lot of bug fixes, both major and minor. Dedup more
than 20% of lines, or 50% of characters.
[rin, ticket #56]
-