aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade
Commit message (Expand)AuthorAgeFilesLines
* Give users the ability to select an alternative MTA during the installation.Tom Rhodes2003-07-124-33/+252
* GRRR. Do not force Dangerously Dedicated mode on amd64 when you selectPeter Wemm2003-06-041-1/+1
* Teach sysinstall to recognize if acpi was turned off from the bootloader,Scott Long2003-05-313-0/+51
* Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.Peter Wemm2003-05-245-9/+9
* The "krb5" distribution was merged with "crypto", record the death.Ruslan Ermilov2003-05-222-5/+3
* Reword the infamouse mouse dialog to ask if you have a PS/2, serial, orJohn Baldwin2003-05-131-1/+1
* Teach sysinstall about the ServeRAID disk device.Scott Long2003-05-111-0/+1
* Add the dragon screen saver.Murray Stokely2003-05-051-0/+2
* Don't use UFS2 by default during the install process on PC98, as theRobert Watson2003-04-212-11/+18
* Add device driver support for the ASIX Electronics AX88172 USB 2.0Bill Paul2003-04-201-0/+1
* Throw the switch--change to UFS2 as our default file system format forRobert Watson2003-04-204-19/+37
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* Remove ftp2.it.FreeBSD.org from the list of mirrors.Peter Pentchev2003-03-141-2/+0
* Remove a function prototype for `crc' and an associated comment whichRobert Drehmel2003-03-091-3/+0
* KerberosIV deorbit sequence: Un-teach sysinstall about KerberosIV. I'mMark Murray2003-03-082-8/+2
* Use correct interface name (it's different on -current).Maxim Sobolev2003-03-051-1/+1
* Remove local hack that somehow slipped into the previous commit.Maxim Sobolev2003-03-051-1/+1
* Add missed description for the `ds' (disc(4)) pseudo-interface.Maxim Sobolev2003-03-051-1/+2
* 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
* s/to try and retry/to retry/Ceri Davies2003-02-191-1/+1
* Relocate a call to enable inetd so that it is set regardless ofRobert Watson2003-02-061-2/+1
* Fixup capitalization in some of the Startup menu entries.John Baldwin2003-02-031-6/+6
* Teach sysinstall about the em(4) device.Tom Rhodes2003-01-271-0/+1
* Correct typo.Murray Stokely2003-01-261-1/+1
* Change the nominal swap calculation from 1/2 physical memory to 1/8Matthew Dillon2003-01-251-1/+1
* - Rename installFixupBin to installFixupBase to finish up the 'bin' toJohn Baldwin2003-01-174-41/+91
* Add 'vlan' as a network device.John Baldwin2003-01-171-0/+1
* Add a function driverFloppyCheck() that asks the user if they would like toJohn Baldwin2003-01-152-0/+7
* If you don't create a /usr filesystem, / will need 200MB.Jun Kuriyama2003-01-131-1/+1
* Teach sysinstall about rpcbind, rpc.lockd, and rpc.statd. As an addedScott Long2003-01-073-6/+38
* save_realloc() should use reallocf() to close memory leaks.David E. O'Brien2003-01-061-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Since our default boot block now supports UFS1 and UFS2 even onRobert Watson2002-12-281-7/+2
* Add a new ftp mirror in Ireland which offers a service over IPv6.David Malone2002-12-231-0/+4
* Correct path to /usr/sbin/sysinstall for HEAD since that's where it lives now.Jordan K. Hubbard2002-12-201-3/+3
* Update ROOT_MIN_SIZE for i386 to 118MB (and other ROOT_*_SIZE).Jun Kuriyama2002-12-152-5/+5
* When things get bigger than 99GB our fields run over.Poul-Henning Kamp2002-12-111-5/+20
* Unhook LOMAC sysinstall twiddle for the time being: mac_lomac requiresRobert Watson2002-12-091-0/+2
* - Use some macros to define common text between the dialog boxes to set theJohn Baldwin2002-12-051-38/+25
* Fixed a partition type for pc98 when create or change slices in the fdiskYoshihiro Takahashi2002-12-041-0/+8
* Reformulate how sysinstall handles file system options in the labelRobert Watson2002-12-034-69/+286
* Oops, forgot this cosmetic tweak to the perl menu item in my previousJohn Baldwin2002-12-031-1/+1
* - Convert the installation of the X package to using installPackage()John Baldwin2002-12-031-0/+2
* Rename installX11package() to installPackage() and tweak it so that itJohn Baldwin2002-12-032-6/+4
* Fix a bug in the fdisk editor that partially masked the chunk deletionJohn Baldwin2002-12-031-2/+2
* ia64 specific.Marcel Moolenaar2002-12-023-3/+53
* ia64: make link /boot->efi/boot relative.Marcel Moolenaar2002-11-301-1/+6
* - Only declare the MBR menu for i386 that is not PC98.John Baldwin2002-11-271-1/+9
* Only include the fdisk editor and associated code if WITH_SLICES isJohn Baldwin2002-11-271-8/+10