aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Return the *right* error codes for yes/no questions when non-interactive.Jordan K. Hubbard2001-09-111-4/+4
* If we're set to non-interactive, we shouldn't ask the user yes/no questionsJordan K. Hubbard2001-07-301-0/+4
* Mark relevant functions __printflike()/__printf0like() and silence some ofKris Kennaway2001-07-051-2/+2
* Adapt sysinstall to use the new msgNoYes() function which assumesJordan K. Hubbard2000-12-141-0/+24
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* Ugh. Back out local changes that crept in with my last commit. :(John Baldwin2000-07-141-1/+0
* MFS: (yes, from -stable) Note that current.FreeBSD.org is a 5.0 snap serverJohn Baldwin2000-07-141-0/+1
* In retrospect, msgNotify() should leave its contents on the screenJordan K. Hubbard1999-12-171-3/+1
* Completely rip-out and redesign sysinstall's refresh model as wellJordan K. Hubbard1999-12-141-3/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Eliminate some varargs abuse.Jordan K. Hubbard1999-07-021-15/+1
* Do a clean-up pass on error/warning messages.Jordan K. Hubbard1999-05-271-1/+15
* Fix conditional bogon in Label Editor [from Ed Gold]Jordan K. Hubbard1997-09-201-3/+3
* Eliminate an obviously redundant message title.Jordan K. Hubbard1997-09-091-3/+3
* Sync with 2.2 and clean up some tortured english that was added.Jordan K. Hubbard1997-04-201-4/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* As Paul has just pointed out, much of my strncpy() usage was eitherJordan K. Hubbard1996-12-091-2/+2
* Saner screen refresh changes, part I.Jordan K. Hubbard1996-10-011-10/+1
* Try to make screen update more efficient (less flickering) by moreJordan K. Hubbard1996-08-031-3/+3
* Close PR#1542. Don't just assume 24 lines, get the tty size.Jordan K. Hubbard1996-08-011-11/+8
* Detect which partitions have already been created with `auto' so as not to cr...Jordan K. Hubbard1996-07-311-3/+1
* Better error checking in helpfile expander.Jordan K. Hubbard1996-07-101-3/+1
* Don't use some of the low-contrast text attributes I was using before - theyJordan K. Hubbard1996-06-141-5/+5
* Implement selective text attributes for the syscons vty / vt100 emulatorJordan K. Hubbard1996-06-081-5/+5
* Have both distribution and package extraction screens display theJordan K. Hubbard1996-05-231-8/+3
* Fix some long-standing malloc bugs in the package handling code (freeing garbageJordan K. Hubbard1996-05-161-2/+2
* Bump snapshot release date - looks like I was off by a coupleJordan K. Hubbard1996-04-281-23/+12
* 1. Update all the copyrights to delete useless clauses 3 and 4.Jordan K. Hubbard1996-04-131-22/+9
* Update the -current sources from the 2.1 branch.Peter Wemm1995-12-071-8/+23
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-8/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Sync up my work for the night. This should implement ALL possibleJordan K. Hubbard1995-05-291-6/+19
* Make the emergency holographic shell (on VTY4) actually work with jobJordan K. Hubbard1995-05-291-4/+7
* Shrink the boot floppy by removing all extraneous stuff. Also increaseJordan K. Hubbard1995-05-291-4/+6
* Sync to latest ftp-capable sysinstall. We're getting there!Jordan K. Hubbard1995-05-241-1/+2
* 1. Bring in the first cut of Poul's ftp routines. We still don'tJordan K. Hubbard1995-05-231-5/+37
* Implement most of the CD extract code.Jordan K. Hubbard1995-05-221-7/+10
* Change vsystem to know that the shell is crunched in.Poul-Henning Kamp1995-05-201-2/+2
* Try again to get cpio_extract() to work. Also fix the bogonJordan K. Hubbard1995-05-201-2/+7
* Clear the screen on msgNotifys.Jordan K. Hubbard1995-05-201-1/+2
* 1. Fix a pathological bug I introduced in msgInfo(). Right idea, wrongJordan K. Hubbard1995-05-201-5/+11
* Totally re-work cpio_extract.Jordan K. Hubbard1995-05-201-5/+13
* Correct a few wording bogons in the menus.Jordan K. Hubbard1995-05-201-6/+1
* More assorted verbosity. Also don't log informational messages.Jordan K. Hubbard1995-05-191-3/+1
* 1. Copy the boot floppy into /stand before extracting the CPIO floppy.Jordan K. Hubbard1995-05-191-4/+18
* Add some more debugging information and fix a few missing newlines.Jordan K. Hubbard1995-05-181-4/+4
* Also log all user interactions to debugging log.Jordan K. Hubbard1995-05-181-1/+6
* This will now compile and even scribble helpfully on your disks.Jordan K. Hubbard1995-05-161-2/+17
* First round of changes after testing this on actual systems. Clean upJordan K. Hubbard1995-05-111-2/+2