aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
Commit message (Expand)AuthorAgeFilesLines
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.David Christensen2011-03-141-0/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Allow users to create ufs1 filesystems via the noninteractive install.cfgRebecca Cran2011-02-191-0/+2
* Remove the quotas option from the Startup Services menu.Rebecca Cran2011-02-191-2/+0
* In the distribution list, 'A' is listed as the key to press to select bothRebecca Cran2011-02-191-2/+2
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.Navdeep Parhar2011-02-181-0/+1
* Add missing comma to unbreak the PC98 build.Rebecca Cran2011-01-171-1/+1
* Reduce the amount of text users need to read on each screen. Also try andRebecca Cran2011-01-172-18/+14
* Update dialog to version 20100428. This changes the license under whichNathan Whitehorn2011-01-121-3/+3
* Add vte(4) to the list of supported network interface.Pyun YongHyeon2010-12-311-0/+1
* Add an option to disable the screensaver.Rebecca Cran2010-12-221-2/+4
* USB probing often takes a long time and finishes finding devices after initRebecca Cran2010-12-131-1/+1
* Ignore any failures with the "local" distribution since it's not presentRebecca Cran2010-12-062-2/+5
* If no floppy drive is installed kldBrowser() can generate an error early on.Rebecca Cran2010-11-291-2/+2
* Update the serial port device names. They changed in 8.0 because the defaultRebecca Cran2010-11-292-13/+13
* dispatch_add_command:Rebecca Cran2010-11-211-9/+23
* ipv6_enable has been obsoleted in favour of ipv6_activate_all_interfaces.Rebecca Cran2010-11-141-1/+1
* Fix use of CD_VERSION=any in cdrom.inf by calling strcmp instead ofRebecca Cran2010-11-141-1/+1
* Remove support for cpioVerbose=medium because bsdcpio doesn't support theRebecca Cran2010-11-143-7/+2
* ntpdate(8) hosts are now configured in rc.conf via ntpdate_hosts.Rebecca Cran2010-11-144-159/+159
* "Web" should not be all upper-case because it's not an acronym.Rebecca Cran2010-11-141-1/+1
* Connect to ftp2.tr.freebsd.org when the Turkey #2 mirror is selected.Rebecca Cran2010-11-141-1/+1
* Add ftp4.se.freebsd.org to the set of mirrors.Rebecca Cran2010-11-131-0/+2
* We still support PLIP devices, so mention them in addition to ethernet.Rebecca Cran2010-11-132-2/+2
* Use the RFC2606 domain example.com in examples.Rebecca Cran2010-10-131-2/+2
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Extend sysinstall to handle powerpc64 by teaching it that powerpc64 hasNathan Whitehorn2010-10-035-6/+12
* MFtbemd:Warner Losh2010-08-231-1/+1
* To restart, sysinstall calls execl. Since it will create a new process, weRebecca Cran2010-08-176-28/+51
* Correctly spell janice and jimmy as janis and jimi (assumingJens Schweikhardt2010-08-141-14/+14
* Fix a couple of typos.Ulrich Spörlein2010-07-301-1/+1
* If a size suffix isn't entered, just use the value entered. This fixesRebecca Cran2010-07-221-0/+3
* - Add Latinamerican keymaps to sysinstall's Makefile so that it canGabor Kovesdan2010-07-191-2/+3
* FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuringRebecca Cran2010-07-164-262/+4
* Revert r209787 pending further discussion.Randi Harper2010-07-087-6/+551
* Remove the ability to upgrade via sysinstall. This feature has been flakyRandi Harper2010-07-087-551/+6
* Add support for remote logging to syslogd via an install.cfg variable.Randi Harper2010-07-073-6/+82
* Add further documentation for netDev in install.cfg to reflect the newRandi Harper2010-07-071-0/+1
* Increase the default and minimum partition sizes.Rebecca Cran2010-07-071-7/+7
* Simplify the wording of the console configuration dialogs since we nowRebecca Cran2010-07-061-10/+9
* Update the man page to reflect the changes to the netDev configurationRandi Harper2010-06-231-6/+4
* Make it easier to cancel a failing installation by only attempting toRebecca Cran2010-06-232-9/+19
* When installing on a machine which doesn't have a VGA card installed, enableRebecca Cran2010-06-231-0/+29
* Remove unnecessarily inflammatory commentary.Randi Harper2010-06-221-3/+0
* Clean up item_add and remove -fno-strict-aliasing from CFLAGS. Note thatRandi Harper2010-06-204-5/+5
* * Allow partial MB/GB values to be entered in the slice and label editors.Rebecca Cran2010-06-163-20/+39
* Further unbreak powerpc & sparc64.Marcel Moolenaar2010-06-141-1/+3
* Fix build breakages on ia64 introduced some commits ago.Marcel Moolenaar2010-06-132-36/+37
* Unbreak the build on less common architectures.Ed Schouten2010-06-131-1/+6
* Clean up code by removing pre-C99 struct hack preprocessor magic.Colin Percival2010-06-111-6/+0