aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
Commit message (Expand)AuthorAgeFilesLines
* Add a device driver for the Broadcom BCM4401 ethernet controller,Bill Paul2003-09-091-0/+1
* Take the support for the 8139C+/8169/8169S/8110S chips out of theBill Paul2003-09-081-0/+2
* The PCMCIA Standard dictates that those funny cards you insert intoWarner Losh2003-08-203-17/+17
* Add a new variable 'skipPCCARD'. This variable will cause sysinstallWarner Losh2003-08-205-1/+21
* Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled theDavid E. O'Brien2003-08-197-373/+1
* Expand the fdisk size display toggling to include GB.David E. O'Brien2003-08-191-2/+6
* Instead of unconditionally refusing to install if no swap partitionsDavid Schultz2003-08-101-3/+4
* Always put an entry for ::1. It may avoid useless DNS lookupHajimu UMEMOTO2003-08-031-8/+5
* Add a missing DITEM_CONTINUE flag so the options menu returns to theMurray Stokely2003-07-131-1/+1
* Give users the ability to select an alternative MTA during the installation.Tom Rhodes2003-07-124-33/+252
* Update the number and size of ports in the Ports Collection.Murray Stokely2003-06-091-2/+2
* GRRR. Do not force Dangerously Dedicated mode on amd64 when you selectPeter Wemm2003-06-041-1/+1
* Add a missing return statement to distExtractTarball().Thomas Moestl2003-06-021-0/+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-246-11/+11
* The "krb5" distribution was merged with "crypto", record the death.Ruslan Ermilov2003-05-224-21/+5
* 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-084-12/+3
* 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
* Update the number of ports in the ports collection. Although we'veMurray Stokely2003-03-031-1/+1
* Add a new variable `noInet6', which if set disables IPv6 configurationMaxim Sobolev2003-02-272-2/+4
* Increase size of the static buffer used to hold runtime dependency listMaxim Sobolev2003-02-271-4/+4
* - Increase the maximum device name length.John W. De Boskey2003-02-272-2/+17
* s/to try and retry/to retry/Ceri Davies2003-02-191-1/+1
* Explicitly release a existing lease before we start dhclient (again).Martin Blapp2003-02-091-0/+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-176-465/+557
* 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-153-0/+17
* Move the realloc outside the inner loop. This reduces the number of timesDavid E. O'Brien2003-01-151-1/+1
* If you don't create a /usr filesystem, / will need 200MB.Jun Kuriyama2003-01-131-1/+1
* Fix a typo: s/save_free/safe_free/.John Baldwin2003-01-091-1/+1
* save_free the buf.David E. O'Brien2003-01-091-0/+1
* Separate the uses of a buffer and make it dynamically sized.David E. O'Brien2003-01-091-15/+16
* Teach sysinstall about rpcbind, rpc.lockd, and rpc.statd. As an addedScott Long2003-01-073-6/+38
* Compare pointers to NULL rather than make it look like they are ints.David E. O'Brien2003-01-061-2/+2