Module Name: src
Committed By: jdc
Date: Sun Nov 25 10:13:52 UTC 2012
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1
Log Message:
Tickets 650, 706.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-6.0.1
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-6.0.1
diff -u src/doc/CHANGES-6.0.1:1.1.2.22 src/doc/CHANGES-6.0.1:1.1.2.23
--- src/doc/CHANGES-6.0.1:1.1.2.22 Sat Nov 24 21:47:35 2012
+++ src/doc/CHANGES-6.0.1 Sun Nov 25 10:13:52 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.22 2012/11/24 21:47:35 jdc Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.23 2012/11/25 10:13:52 jdc Exp $
A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
release:
@@ -203,3 +203,31 @@ tests/lib/libc/sys/t_kevent.c 1.2-1.5
Add a test for adding an event to an unsupported fd.
[christos, ticket #716]
+distrib/emips/miniroot/Makefile.inc 1.3
+distrib/hp300/miniroot/Makefile.inc 1.13
+distrib/hpcarm/miniroot/Makefile.inc 1.7
+distrib/hpcmips/miniroot/Makefile.inc 1.20
+distrib/hpcsh/miniroot/Makefile.inc 1.8
+distrib/mvme68k/miniroot/Makefile.inc 1.13
+distrib/pmax/miniroot/Makefile.inc 1.24
+distrib/vax/miniroot/Makefile.inc 1.23
+
+ Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since
+ "MAKEDEV all" no longer creates /dev/pty* device nodes and miniroot
+ doesn't mount ptyfs. Fix PR install/47123.
+ [tsutsui, ticket #650]
+
+distrib/utils/sysinst/disks.c 1.127
+ Don't show a disk which is mounted as root partition in the
+ "Available disks" list during sysinst procedure to prevent
+ users from shooting their foot in case of installation using
+ install-image on a USB stick. PR#47195.
+ [tsutsui, ticket #706]
+
+distrib/utils/sysinst/disks.c 1.127
+ Don't show a disk which is mounted as root partition in the
+ "Available disks" list during sysinst procedure to prevent
+ users from shooting their foot in case of installation using
+ install-image on a USB stick. PR#47195.
+ [tsutsui, ticket #706]
+