Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 01/21/1999 00:02:19
Module Name:	src
Committed By:	garbled
Date:		Thu Jan 21 08:02:19 UTC 1999

Modified Files:
	src/distrib/utils/sysinst: defs.h disks.c install.c label.c main.c
	    mbr.c menus.mi.eng net.c run.c target.c util.c
	src/distrib/utils/sysinst/arch/alpha: md.c
	src/distrib/utils/sysinst/arch/arm32: md.c
	src/distrib/utils/sysinst/arch/bebox: md.c
	src/distrib/utils/sysinst/arch/i386: md.c
	src/distrib/utils/sysinst/arch/macppc: md.c
	src/distrib/utils/sysinst/arch/pc532: md.c
	src/distrib/utils/sysinst/arch/pmax: md.c
	src/distrib/utils/sysinst/arch/sparc: md.c
	src/distrib/utils/sysinst/arch/vax: md.c
Log Message:
This change includes the following:
Scripting and logging functionality for sysinst.
Child programs are run in a "display window" so you can actually see what
they did before the screen flashes back and you loose it all.
Lots of curses fixups.  Removed nasty endwins that mangled the tty upon
rentry.
Change the yes/no box to accept Y or N, and not require cursor motion to
decide one or the other.
Perform curses redraws when doing things that could cause the kernel to
spew printfs onto your screen.