aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for installation directly via HTTP.Devin Teske2013-03-151-0/+1
* Fix several 'format string is not a literal' warnings in sysinstall.Dimitry Andric2012-04-271-1/+1
* dispatch_add_command:Rebecca Cran2010-11-211-9/+23
* Revert r209787 pending further discussion.Randi Harper2010-07-081-0/+1
* Remove the ability to upgrade via sysinstall. This feature has been flakyRandi Harper2010-07-081-1/+0
* Add support for using a livefs from a USB disk.Colin Percival2009-07-081-0/+1
* Make sysinstall search for /dev/daXa and register such devices as USB disks.Colin Percival2009-06-241-1/+3
* Add menus to read install.cfg from any disk device sysinstall can seeGreg Lehey2009-03-131-7/+198
* As threatened a while ago, remove support for tape media. Reports varyKen Smith2008-12-171-1/+0
* Stop treating Xorg as a distribution in the mainline portion of sysinstallKen Smith2008-12-161-2/+0
* Add `mediaOpen' function. This function mounts selected media device.Jung-uk Kim2006-01-271-0/+8
* Remove support for configuring the X server from sysinstall. GeneralKen Smith2004-08-301-2/+0
* Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled theDavid E. O'Brien2003-08-191-6/+0
* - Rename installFixupBin to installFixupBase to finish up the 'bin' toJohn Baldwin2003-01-171-1/+1
* Only include the diskPartitionEditor script command if WITH_SLICES isJohn Baldwin2002-11-271-0/+2
* Expand X_AS_PKG so that we don't declare distribution bitmasks or menusJohn Baldwin2002-11-271-0/+2
* Fix handling of the 'noError' variable. According to the code comments,John Baldwin2002-06-031-12/+11
* Add a 'mediaClose' script command to close the open media. An example useJohn Baldwin2002-06-031-0/+9
* Switch to using XFree86 version 4. We do this thru installing the package,David E. O'Brien2002-04-021-0/+2
* Compensate for default disabling of network services in inetd.conf(5)Robert Watson2001-08-021-0/+1
* Mark relevant functions __printflike()/__printf0like() and silence some ofKris Kennaway2001-07-051-1/+1
* Introduce DEVICE_INIT, DEVICE_GET, and DEVICE_SHUTDOWN macros. As theDima Dorfman2001-07-021-2/+2
* One whack at the idea of having "security profiles" which select theJordan K. Hubbard2000-09-221-1/+0
* Revise this for the brave new world of "crypto"Jordan K. Hubbard2000-02-291-1/+1
* Don't call it a Novice install, call it Standard.Jordan K. Hubbard2000-02-181-1/+1
* Add support for FTP installation via HTTP proxies.Jordan K. Hubbard2000-01-041-0/+1
* Completely rip-out and redesign sysinstall's refresh model as wellJordan K. Hubbard1999-12-141-4/+1
* Allow distributions to be excluded more easily in scripts.Jordan K. Hubbard1999-11-081-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Make package matching for specific package loading use the Latest/Jordan K. Hubbard1999-04-271-2/+3
* Remove the registration stuff; we're redoing this and the emailedJordan K. Hubbard1999-04-241-3/+1
* Totally change the way variables are accounted for in sysinstall.Jordan K. Hubbard1999-02-051-5/+5
* o Break fixups into binary fixups and XFree86 based fixups.Jordan K. Hubbard1998-11-151-2/+3
* MF22: Paul Traina's changes.Jordan K. Hubbard1998-07-181-4/+34
* Put all variables in VAR_ #define's to force a single location for allPaul Traina1997-09-171-2/+2
* Much better dispatch code and scripting support.Jordan K. Hubbard1997-09-161-44/+241
* Make upgrade potentially a little less interactive.Jordan K. Hubbard1997-09-081-2/+33
* Make some changes to the way the label editor reads script variablesJordan K. Hubbard1997-08-111-3/+1
* Eliminate Samba configuration. Sorry, but this was another one ofJordan K. Hubbard1997-07-161-2/+1
* Adjust my installation script to more closely match reality.Jordan K. Hubbard1997-06-221-2/+17
* Change the way that X configuration method is selected.Jordan K. Hubbard1997-06-211-2/+2
* YAMF22Jordan K. Hubbard1997-06-131-1/+2
* YAMF22Jordan K. Hubbard1997-06-131-2/+2
* YAMF22Jordan K. Hubbard1997-06-121-1/+5
* Resurrect / implement some of the more esoteric scripting features,Jordan K. Hubbard1997-06-051-5/+18
* Actually, rethink last commit and simply remove the apache configurationJordan K. Hubbard1997-05-221-2/+1
* Sync with 2.2.Jordan K. Hubbard1997-03-101-1/+2
* Add a registration screen so we can finally start counting our little userJordan K. Hubbard1997-03-091-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Clean up a long-standing bug in the scripting code. You could set variables,Jordan K. Hubbard1997-01-161-6/+22