aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sysinstall WARNS=2 clean.Randi Harper2010-06-116-8/+6
* Fix uninitialized variables that cause a crash when the network isRandi Harper2010-06-101-0/+3
* Flush all routes before adding the default route in order to allowRandi Harper2010-05-221-2/+12
* Make the "Q = Finish" text visible when running sysinstall as a normalRebecca Cran2010-04-212-12/+11
* Fix bug introduced in r198317: Don't leak a file descriptor after scanning fo...Randi Harper2010-04-211-0/+2
* Add sge(4) to the list of supported network interface.Pyun YongHyeon2010-04-141-0/+1
* Add an entry for the old Beastie logo saver and re-sort.Jung-uk Kim2010-04-071-11/+13
* o Trim leading w/space.Maxim Konovalov2010-03-261-1/+1
* Add bwn(4) driver.Weongyo Jeong2010-02-251-0/+1
* Xorg isn't treated as a distribution, so /usr/X11R6/lib shouldn't be configur...Rebecca Cran2010-02-081-1/+1
* Don't pop up the menu to select a documentation language for non-interactiveJohn Baldwin2010-01-261-0/+4
* Use UFS2 as default filesystem. Now pc98's boot2 works for UFS2.Yoshihiro Takahashi2010-01-021-4/+0
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Remove unused variables.Ed Schouten2010-01-021-1/+1
* Don't let sysinstall depend on <utmp.h>.Ed Schouten2009-12-091-4/+3
* Convert syscons on i386 to TERM=xterm.Ed Schouten2009-11-131-9/+2
* Switch the default terminal emulation style to xterm for most platforms.Ed Schouten2009-11-131-0/+7
* Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) andDag-Erling Smørgrav2009-11-108-867/+1
* Don't leak a file descriptor when ejecting a CDROM.Colin Percival2009-10-261-0/+1
* Eject CDROM after installation if used as source media.Colin Percival2009-10-261-0/+22
* Introduce 'netDev=ANY' support for scripted (install.cfg) installs, which res...Rink Springer2009-10-211-10/+73
* Spell Israel correctly.Ed Schouten2009-09-181-1/+1
* Prevent sysinstall from needlessly waiting for confirmation when using an USBRink Springer2009-08-161-1/+2
* Make sysinstall recognize /dev/ada* disk devices. The description stringColin Percival2009-08-141-0/+1
* Fix references to the kernel distributions to use the correct namesJohn Baldwin2009-08-122-3/+3
* Change the name displayed in sysinstall(8) from 'Wizard Mode'Edward Tomasz Napierala2009-07-253-4/+4
* It is believed the last of the base system that could have an issue withKen Smith2009-07-221-10/+10
* Remove the "dedicated disk mode" partitioning option from sysinstall, inColin Percival2009-07-221-16/+2
* Correct the name of the Mongolian Documentation package.Ken Smith2009-07-161-1/+1
* Add support for using a livefs from a USB disk.Colin Percival2009-07-084-3/+33
* Refactor code from installFixitCDROM into a new function, fixit_livefs_common.Colin Percival2009-07-081-49/+70