Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src Pull up following revision(s) (requested by martin in tic...
details: https://anonhg.NetBSD.org/src/rev/8742efdda222
branches: netbsd-6
changeset: 774469:8742efdda222
user: riz <riz%NetBSD.org@localhost>
date: Sat Aug 18 22:11:45 2012 +0000
description:
Pull up following revision(s) (requested by martin in ticket #512):
distrib/sparc/miniroot/Makefile.inc: revision 1.19
etc/etc.vax/MAKEDEV.conf: revision 1.17
Seems like all the trendy ramdisks are using "makedev ipty" rather than
"makedev pty0" now. Update vax to match so install media doesn't fail
with
.../MAKEDEV: pty0: creating BSD style tty nodes with ptyfs is a security issue
add ipty to the list of MAKEDEVTARGETS. should fix PR#46812.
certainly makes the qemu/sparc install work for me with netbsd-6.
XXX: pullup.
diffstat:
distrib/sparc/miniroot/Makefile.inc | 4 ++--
etc/etc.vax/MAKEDEV.conf | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 78903d80b56d -r 8742efdda222 distrib/sparc/miniroot/Makefile.inc
--- a/distrib/sparc/miniroot/Makefile.inc Sat Aug 18 22:03:24 2012 +0000
+++ b/distrib/sparc/miniroot/Makefile.inc Sat Aug 18 22:11:45 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.18 2010/02/11 09:06:50 roy Exp $
+# $NetBSD: Makefile.inc,v 1.18.8.1 2012/08/18 22:11:45 riz Exp $
IMAGESIZE= 8192k
DBG= -Os
MAKEFS_FLAGS= -o density=4k
IMAGEENDIAN= be
-MAKEDEVTARGETS= all
+MAKEDEVTARGETS= all ipty
LISTS+= ${DISTRIBDIR}/common/list.sysinst
IMAGEDEPENDS+= ${ARCHDIR}/../install.md ${ARCHDIR}/dot.profile \
${DESTDIR}/usr/mdec/boot \
diff -r 78903d80b56d -r 8742efdda222 etc/etc.vax/MAKEDEV.conf
--- a/etc/etc.vax/MAKEDEV.conf Sat Aug 18 22:03:24 2012 +0000
+++ b/etc/etc.vax/MAKEDEV.conf Sat Aug 18 22:11:45 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.13.4.2 2012/07/05 18:22:49 riz Exp $
+# $NetBSD: MAKEDEV.conf,v 1.13.4.3 2012/08/18 22:11:45 riz Exp $
all_md)
makedev mt0 mt1 ts0 ts1 st0 st1 uk0 ss0 cd0 vt0
@@ -10,7 +10,7 @@
;;
ramdisk)
- makedev std bpf md0 pty0 mt0 st0 rd0 rd1 dz0 dl0 dhu0
+ makedev std bpf md0 ipty mt0 st0 rd0 rd1 dz0 dl0 dhu0
makedev rx0 ra0 ra1 ra2 ra3 hp0 hp1
makedev sd0 sd1 sd2
makedev cd0 cd1 racd0 racd1
Home |
Main Index |
Thread Index |
Old Index