summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Expand)AuthorAgeFilesLines
* Sync: merge r215273 through r215318 from ^/head.dim2010-11-148-170/+165
* Add ftp4.se.freebsd.org to the set of mirrors.brucec2010-11-131-0/+2
* We still support PLIP devices, so mention them in addition to ethernet.brucec2010-11-132-2/+2
* Use the RFC2606 domain example.com in examples.brucec2010-10-131-2/+2
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* Extend sysinstall to handle powerpc64 by teaching it that powerpc64 hasnwhitehorn2010-10-035-6/+12
* MFtbemd:imp2010-08-231-1/+1
* To restart, sysinstall calls execl. Since it will create a new process, webrucec2010-08-176-28/+51
* Correctly spell janice and jimmy as janis and jimi (assumingschweikh2010-08-141-14/+14
* Fix a couple of typos.uqs2010-07-301-1/+1
* If a size suffix isn't entered, just use the value entered. This fixesbrucec2010-07-221-0/+3
* - Add Latinamerican keymaps to sysinstall's Makefile so that it cangabor2010-07-191-2/+3
* FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuringbrucec2010-07-164-262/+4
* Revert r209787 pending further discussion.randi2010-07-087-6/+551
* Remove the ability to upgrade via sysinstall. This feature has been flakyrandi2010-07-087-551/+6
* Add support for remote logging to syslogd via an install.cfg variable.randi2010-07-073-6/+82
* Add further documentation for netDev in install.cfg to reflect the newrandi2010-07-071-0/+1
* Increase the default and minimum partition sizes.brucec2010-07-071-7/+7
* Simplify the wording of the console configuration dialogs since we nowbrucec2010-07-061-10/+9
* Update the man page to reflect the changes to the netDev configurationrandi2010-06-231-6/+4
* Make it easier to cancel a failing installation by only attempting tobrucec2010-06-232-9/+19
* When installing on a machine which doesn't have a VGA card installed, enablebrucec2010-06-231-0/+29
* Remove unnecessarily inflammatory commentary.randi2010-06-221-3/+0
* Clean up item_add and remove -fno-strict-aliasing from CFLAGS. Note thatrandi2010-06-204-5/+5
* * Allow partial MB/GB values to be entered in the slice and label editors.brucec2010-06-163-20/+39
* Further unbreak powerpc & sparc64.marcel2010-06-141-1/+3
* Fix build breakages on ia64 introduced some commits ago.marcel2010-06-132-36/+37
* Unbreak the build on less common architectures.ed2010-06-131-1/+6
* Clean up code by removing pre-C99 struct hack preprocessor magic.cperciva2010-06-111-6/+0
* Make sysinstall WARNS=2 clean.randi2010-06-116-8/+6
* Fix uninitialized variables that cause a crash when the network israndi2010-06-101-0/+3
* Flush all routes before adding the default route in order to allowrandi2010-05-221-2/+12
* Make the "Q = Finish" text visible when running sysinstall as a normalbrucec2010-04-212-12/+11
* Fix bug introduced in r198317: Don't leak a file descriptor after scanning fo...randi2010-04-211-0/+2
* Add sge(4) to the list of supported network interface.yongari2010-04-141-0/+1
* Add an entry for the old Beastie logo saver and re-sort.jkim2010-04-071-11/+13
* o Trim leading w/space.maxim2010-03-261-1/+1
* Add bwn(4) driver.weongyo2010-02-251-0/+1
* Xorg isn't treated as a distribution, so /usr/X11R6/lib shouldn't be configur...brucec2010-02-081-1/+1
* Don't pop up the menu to select a documentation language for non-interactivejhb2010-01-261-0/+4
* Use UFS2 as default filesystem. Now pc98's boot2 works for UFS2.nyan2010-01-021-4/+0
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* Remove unused variables.ed2010-01-021-1/+1
* Don't let sysinstall depend on <utmp.h>.ed2009-12-091-4/+3
* Convert syscons on i386 to TERM=xterm.ed2009-11-131-9/+2
* Switch the default terminal emulation style to xterm for most platforms.ed2009-11-131-0/+7
* Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) anddes2009-11-108-867/+1
* Don't leak a file descriptor when ejecting a CDROM.cperciva2009-10-261-0/+1
* Eject CDROM after installation if used as source media.cperciva2009-10-261-0/+22
* Introduce 'netDev=ANY' support for scripted (install.cfg) installs, which res...rink2009-10-211-10/+73
OpenPOWER on IntegriCloud