aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/system.c
Commit message (Expand)AuthorAgeFilesLines
* To restart, sysinstall calls execl. Since it will create a new process, weRebecca Cran2010-08-171-3/+9
* Make sysinstall WARNS=2 clean.Randi Harper2010-06-111-1/+1
* Stop treating Xorg as a distribution in the mainline portion of sysinstallKen Smith2008-12-161-1/+1
* Don't tell the user to remove the media until its actually possible forKen Smith2008-12-151-2/+7
* Clean out the remaining alpha-isms.Ken Smith2008-12-141-5/+1
* Better to just statically set the name vs. determine at run time.David E. O'Brien2008-05-111-2/+2
* Sync program name agnostic changes with SADE.David E. O'Brien2008-05-111-2/+4
* Be more consistant and use UNZIPPER everywhere.David E. O'Brien2007-12-091-2/+3
* Fix a number of documentation-lags-behind-reality bugs in sysinstall(8).Philip Paeps2007-06-251-1/+1
* Use the RB_AUTOBOOT define over 0.Ceri Davies2007-02-231-1/+1
* G/C some cruft.John Baldwin2006-02-281-0/+2
* Gratuitous "typo in comment" fix.Ceri Davies2006-02-051-1/+1
* The /stand directory now disappears out from under sysinstall whileKen Smith2005-08-051-1/+2
* Make logic more readable.David E. O'Brien2004-11-191-3/+3
* Fixed assorted misuses of NULL in integer context.Bruce Evans2004-03-111-1/+1
* Do an update mount operation to mount the mfsroot as read/write ratherJohn Baldwin2003-12-201-1/+6
* * Negative #if's are harder to read as they don't tell exactly what archDavid E. O'Brien2002-10-111-1/+1
* Teach sysinstall that documents on the boot floppy might not be gzipped.John Hay2002-08-091-0/+6
* MFS: Stop reaping children. It makes evil things happen to the extractionJordan K. Hubbard2001-11-011-0/+2
* Move the 'type' variable inside the block where it is actually used.John Baldwin2001-10-231-3/+3
* DTRT in the restart caseJordan K. Hubbard2001-10-121-1/+1
* Close all open file descriptors before restarting sysinstall.Murray Stokely2001-09-301-1/+6
* Silence warnings.Murray Stokely2001-09-221-1/+2
* Add a function to free all of sysinstall's internal variables from theMurray Stokely2001-09-221-1/+4
* Whitespace change only. Use the same indention level throughout thisMurray Stokely2001-09-141-11/+12
* If we're running as init, install a signal handler for SIGCHLD.Murray Stokely2001-09-061-0/+13
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Look for help files in /usr/src/usr.sbin/sysinstall instead ofJohn Baldwin2001-01-171-2/+2
* Adapt sysinstall to use the new msgNoYes() function which assumesJordan K. Hubbard2000-12-141-1/+1
* Changes have been made to support a concept of VAR_FIXIT_TTY beingJordan K. Hubbard2000-10-301-10/+18
* Teach sysinstall how to restart itself on Ctrl-C (as an addition to its oldEivind Eklund2000-10-291-4/+48
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* Allow the Fix-it functionality to detect that we are on a serial console,David E. O'Brien2000-07-181-6/+45
* Add #includes for sysctlbyname() to quiet a warning.John Baldwin2000-03-251-0/+2
* Make sysinstall use the new debug.boothowto OID. It will now goJordan K. Hubbard2000-02-251-4/+8
* In retrospect, msgNotify() should leave its contents on the screenJordan K. Hubbard1999-12-171-0/+3
* Completely rip-out and redesign sysinstall's refresh model as wellJordan K. Hubbard1999-12-141-1/+6
* I shouldn't have incremented PART_OFF; it was wrong and broke labelJordan K. Hubbard1999-12-121-0/+2
* o Catch up with pnp changes - kget no longer saves pnp data.Jordan K. Hubbard1999-09-041-4/+1
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,Jordan K. Hubbard1999-09-021-2/+8
* MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,Jordan K. Hubbard1999-09-011-8/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* we only need to declare i if we are building for the alpha.Bill Fumerola1999-07-291-1/+3
* More Alpha ifdefage.Jordan K. Hubbard1999-07-201-1/+3
* Another batch of fixes for dhcp support in sysinstall, now draggingJordan K. Hubbard1999-07-191-4/+2
* Add in a hack to turn off unaligned access warnings for alpha.Jordan K. Hubbard1999-07-161-2/+6
* Unbreak the fixit floppy.Jordan K. Hubbard1999-02-151-3/+3
* Fix incorrect initial state for two variables.Jordan K. Hubbard1999-02-141-2/+2
* Write changes out to /etc/rc.conf again; rc.conf.site is dead!Jordan K. Hubbard1999-02-091-2/+2
* Totally change the way variables are accounted for in sysinstall.Jordan K. Hubbard1999-02-051-2/+2