summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/system.c
Commit message (Expand)AuthorAgeFilesLines
* Better to just statically set the name vs. determine at run time.obrien2008-05-111-2/+2
* Clean up several instances of SADE calling itself sysinstall.obrien2008-05-111-2/+4
* Get rid of the rtermcap stuff (embedding termcaps into the program). Thisnetchild2006-08-091-27/+0
* Make sade(8) WARNS=3 clean.delphij2006-08-081-7/+3
* Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabe...netchild2006-08-071-218/+9
* 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
* Totally change the way variables are accounted for in sysinstall.jkh1999-02-051-2/+2
* close doc race.jkh1999-01-081-8/+16
* Adapt sysinstall more fully to the alpha (deal with proper boot signatures,jkh1999-01-081-1/+5
* Deal with both foo.hlp and FOO.TXT files.jkh1998-11-031-1/+7
* Simplify gunzip usage even more (doh!).jkh1998-09-301-2/+2
* Call gunzip correctly.jkh1998-09-301-2/+4
OpenPOWER on IntegriCloud