aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/sade.h
Commit message (Expand)AuthorAgeFilesLines
* Better to just statically set the name vs. determine at run time.David E. O'Brien2008-05-111-0/+1
* Remove the keymap stuff too, it is not needed in sade.Alexander Leidinger2006-08-091-5/+0
* Get rid of the rtermcap stuff (embedding termcaps into the program). ThisAlexander Leidinger2006-08-091-17/+0
* Partitions are only meaningful for i386 and amd64 architectures, so disableXin LI2006-08-081-1/+0
* Make sade(8) WARNS=3 clean.Xin LI2006-08-081-32/+20
* Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabe...Alexander Leidinger2006-08-071-402/+11
* Alpha doesn't support linux ABI compat now.John Baldwin2006-05-101-1/+1
* Revamp base system packaging of kernels to enable up/smp selectionSam Leffler2006-03-081-0/+13
* Fix numerous warnings. Aside from menu items in system.c and menu.cJohn Baldwin2006-02-281-1/+4
* - Autogenerate a menu containing a list of countries and keymaps supportedJohn Baldwin2006-02-281-0/+14
* Add `mediaOpen' function. This function mounts selected media device.Jung-uk Kim2006-01-271-0/+1
* Remove usbd(8) and all references to it. It is no longer necessaryIan Dowse2005-12-151-3/+0
* Switch from OLDCARD to NEWCARD on pc98.Yoshihiro Takahashi2005-09-271-4/+0
* - Fix a bug in sysinstall related to mounting CD-ROMs. If mount(2) failsJohn Baldwin2005-03-021-0/+1
* Minor comment fix.Ken Smith2005-01-071-1/+1
* Remove support for configuring the X server from sysinstall. GeneralKen Smith2004-08-301-2/+0
* Initial pass at shifting sysinstall(8) to install X.org instead of XFree86.Ken Smith2004-08-101-13/+9
* o Save pointers to the chunks for root, home, swap, usr, var and tmp inMarcel Moolenaar2004-08-071-1/+12
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-2/+0
* Move the inclusion of libdisk.h from sysinstall.h to the source filesMarcel Moolenaar2004-08-021-1/+0
* Fixed assorted misuses of NULL in integer context.Bruce Evans2004-03-111-1/+1
* s/package_exists/package_installed/g as that's much more descriptive ofDavid E. O'Brien2004-01-021-1/+1
* FBSD nit.David E. O'Brien2004-01-021-2/+1
* Add a Securelevel sub-menu to the Security configuration menu,Robert Watson2003-11-291-0/+7
* Remove security profiles from sysinstall. Currently, security profileRobert Watson2003-11-281-4/+0
* o Add PART_EFI so that we can use it instead of PART_FAT on ia64Marcel Moolenaar2003-11-021-0/+1
* o Do not define WITH_SYSCONS and WITH_MICE on ia64. We cannot haveMarcel Moolenaar2003-11-011-2/+2
* Various NFS-related bug fixes (mostly related to using variable_get()Dag-Erling Smørgrav2003-10-191-0/+2
* Add a new variable 'skipPCCARD'. This variable will cause sysinstallWarner Losh2003-08-201-0/+1
* Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled theDavid E. O'Brien2003-08-191-6/+0
* Give users the ability to select an alternative MTA during the installation.Tom Rhodes2003-07-121-1/+5
* Teach sysinstall to recognize if acpi was turned off from the bootloader,Scott Long2003-05-311-0/+4
* Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.Peter Wemm2003-05-241-3/+3
* Throw the switch--change to UFS2 as our default file system format forRobert Watson2003-04-201-1/+1
* Remove a function prototype for `crc' and an associated comment whichRobert Drehmel2003-03-091-3/+0
* Add a new variable `noInet6', which if set disables IPv6 configurationMaxim Sobolev2003-02-271-0/+1
* - Increase the maximum device name length.John W. De Boskey2003-02-271-1/+1
* - Rename installFixupBin to installFixupBase to finish up the 'bin' toJohn Baldwin2003-01-171-8/+5
* Add a function driverFloppyCheck() that asks the user if they would like toJohn Baldwin2003-01-151-0/+1
* Teach sysinstall about rpcbind, rpc.lockd, and rpc.statd. As an addedScott Long2003-01-071-0/+2
* Reformulate how sysinstall handles file system options in the labelRobert Watson2002-12-031-6/+31
* Rename installX11package() to installPackage() and tweak it so that itJohn Baldwin2002-12-031-1/+1
* ia64 specific.Marcel Moolenaar2002-12-021-0/+2
* - Only declare the MBR menu for i386 that is not PC98.John Baldwin2002-11-271-1/+9
* - Add a configOSF1() function (#ifdef __alpha__) that creates /compat/osf1John Baldwin2002-11-271-0/+6
* Add some helper macros to make #ifdef's in sysinstall easier to readJohn Baldwin2002-11-271-0/+14
* Expand X_AS_PKG so that we don't declare distribution bitmasks or menusJohn Baldwin2002-11-271-1/+6
* - Added the MenuIPLType menu for selecting pc98 boot IPL.Yoshihiro Takahashi2002-11-031-0/+4
* Since NEWCARD is the default for i386, undef PCCARD_ARCH.Makoto Matsushita2002-10-201-1/+1
* Add 'Sendmail' menu to set sendmail_enable variable.Makoto Matsushita2002-06-011-0/+1