summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/system.c
Commit message (Expand)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is onenwhitehorn2011-10-031-555/+0
* To restart, sysinstall calls execl. Since it will create a new process, webrucec2010-08-171-3/+9
* Make sysinstall WARNS=2 clean.randi2010-06-111-1/+1
* Stop treating Xorg as a distribution in the mainline portion of sysinstallkensmith2008-12-161-1/+1
* Don't tell the user to remove the media until its actually possible forkensmith2008-12-151-2/+7
* Clean out the remaining alpha-isms.kensmith2008-12-141-5/+1
* Better to just statically set the name vs. determine at run time.obrien2008-05-111-2/+2
* Sync program name agnostic changes with SADE.obrien2008-05-111-2/+4
* Be more consistant and use UNZIPPER everywhere.obrien2007-12-091-2/+3
* Fix a number of documentation-lags-behind-reality bugs in sysinstall(8).philip2007-06-251-1/+1
* Use the RB_AUTOBOOT define over 0.ceri2007-02-231-1/+1
* G/C some cruft.jhb2006-02-281-0/+2
* Gratuitous "typo in comment" fix.ceri2006-02-051-1/+1
* The /stand directory now disappears out from under sysinstall whilekensmith2005-08-051-1/+2
* Make logic more readable.obrien2004-11-191-3/+3
* Fixed assorted misuses of NULL in integer context.bde2004-03-111-1/+1
* Do an update mount operation to mount the mfsroot as read/write ratherjhb2003-12-201-1/+6
* * Negative #if's are harder to read as they don't tell exactly what archobrien2002-10-111-1/+1
* Teach sysinstall that documents on the boot floppy might not be gzipped.jhay2002-08-091-0/+6
* MFS: Stop reaping children. It makes evil things happen to the extractionjkh2001-11-011-0/+2
* Move the 'type' variable inside the block where it is actually used.jhb2001-10-231-3/+3
* DTRT in the restart casejkh2001-10-121-1/+1
* Close all open file descriptors before restarting sysinstall.murray2001-09-301-1/+6
* Silence warnings.murray2001-09-221-1/+2
* Add a function to free all of sysinstall's internal variables from themurray2001-09-221-1/+4
* Whitespace change only. Use the same indention level throughout thismurray2001-09-141-11/+12
* If we're running as init, install a signal handler for SIGCHLD.murray2001-09-061-0/+13
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Look for help files in /usr/src/usr.sbin/sysinstall instead ofjhb2001-01-171-2/+2
* Adapt sysinstall to use the new msgNoYes() function which assumesjkh2000-12-141-1/+1
* Changes have been made to support a concept of VAR_FIXIT_TTY beingjkh2000-10-301-10/+18
* Teach sysinstall how to restart itself on Ctrl-C (as an addition to its oldeivind2000-10-291-4/+48
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+1
* Allow the Fix-it functionality to detect that we are on a serial console,obrien2000-07-181-6/+45
* Add #includes for sysctlbyname() to quiet a warning.jhb2000-03-251-0/+2
* Make sysinstall use the new debug.boothowto OID. It will now gojkh2000-02-251-4/+8
* In retrospect, msgNotify() should leave its contents on the screenjkh1999-12-171-0/+3
* Completely rip-out and redesign sysinstall's refresh model as welljkh1999-12-141-1/+6
* I shouldn't have incremented PART_OFF; it was wrong and broke labeljkh1999-12-121-0/+2
* o Catch up with pnp changes - kget no longer saves pnp data.jkh1999-09-041-4/+1
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,jkh1999-09-021-2/+8
* MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,jkh1999-09-011-8/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* we only need to declare i if we are building for the alpha.billf1999-07-291-1/+3
* More Alpha ifdefage.jkh1999-07-201-1/+3
* Another batch of fixes for dhcp support in sysinstall, now draggingjkh1999-07-191-4/+2
* Add in a hack to turn off unaligned access warnings for alpha.jkh1999-07-161-2/+6
* Unbreak the fixit floppy.jkh1999-02-151-3/+3
* Fix incorrect initial state for two variables.jkh1999-02-141-2/+2
* Write changes out to /etc/rc.conf again; rc.conf.site is dead!jkh1999-02-091-2/+2
OpenPOWER on IntegriCloud