summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
Commit message (Expand)AuthorAgeFilesLines
* Import media selection/preparation framework (sysinstall inspired). Makesdteske2013-02-2537-553/+6766
* Fix typo and update copyright.dteske2013-02-251-2/+2
* Remove NO_OBJ from Makefiles that generate manuals because this causes thedteske2013-02-081-2/+0
* Backward compatibility fix: treat cmds loaded as a script as nonInteractivedteske2013-01-201-2/+17
* Don't use f_show_msg() unless printf(1) syntax is required (this reduces thedteske2013-01-1414-56/+57
* Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax).dteske2013-01-145-15/+51
* Add missing dialog(1) arguments to internationalize "Help"-button label.dteske2013-01-144-0/+4
* Update copyright following last commit.dteske2013-01-071-1/+1
* Add nonInteractive support to f_dialog_yesno/noyes().dteske2013-01-071-0/+7
* Update copyrights and dates following last commit.dteske2013-01-063-4/+4
* Add support for scripting (sysinstall style).dteske2013-01-058-8/+393
* Comments.dteske2013-01-031-0/+6
* Comments.dteske2012-12-291-1/+4
* Add missing enforcement of height restriction after minor adjustment.dteske2012-12-291-0/+1
* Add support for running without a controlling terminal (for example, whendteske2012-12-291-8/+21
* Allow debug output to be logged to a file (set $debugFile to target pathname)dteske2012-12-281-0/+24
* Whitespace.dteske2012-12-281-0/+1
* Fix incorrect function name. s/[[:<:]]dialog_clear/f_&/dteske2012-12-281-1/+1
* Comments and fit to 80-columns.dteske2012-12-271-10/+11
* Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-2567-21/+181
* Remove unnecessary duplicate initialization of the dialog(1) API (automaticallydteske2012-12-2542-42/+0
* Split dialog(1)-based validators for hostname/netmask into two, providingdteske2012-12-212-18/+74
* Remove unused include.dteske2012-12-211-1/+0
* Change axiom for initialization. Including script can disable (default)dteske2012-12-211-1/+4
* Remove erroneous use of "local" (not in a function).dteske2012-12-211-1/+0
* New f_show_info() function for dialog(1) --infobox using printf(1) syntax.dteske2012-12-212-4/+23
* Use f_show_help() where printf(1) syntax is desired.dteske2012-12-217-64/+28
* Improve the debugging abilities and clean up debug messages. In most cases,dteske2012-12-2115-72/+106
* Add much-needed dialog(1) --inputbox function for simplifying the process ofdteske2012-12-2113-602/+134
* Allow setting of NULL titles with f_dialog_[back]title().dteske2012-11-271-2/+2
* Change self-initialization to occur when loaded versus the previous behaviordteske2012-11-271-34/+5
* Comments.dteske2012-11-271-2/+2
* Split IP address validation routines and improve error detection for dotted-dteske2012-11-252-37/+91
* Whitespace.dteske2012-11-244-4/+4
* Add IPv6 address-validation routine.dteske2012-11-242-2/+157
* Replicate a feature from sysinstall documented indteske2012-11-1644-103/+216
* Resurrect and integrate stable/9/usr.sbin/sysinstall/help/usermgmt.hlpdteske2012-10-263-2/+96
* Remove unnecessary quotation to clean things up.dteske2012-10-261-1/+1
* Don't mask fwe(4) lp(4) or plip(4) devices from ifconfig(8) list.dteske2012-10-261-3/+0
* Resurrect and integrate stable/9/sysinstall/help/tcp.hlpdteske2012-10-263-3/+46
* Tighten-up displays that use a NULL prompt (e.g., networking and usermgmt).dteske2012-10-261-1/+1
* Fix copy/paste error.dteske2012-10-261-1/+1
* Switch from using a msgbox to display help files to a textbox instead. Thedteske2012-10-264-40/+81
* When Xdialog(1) is passed a NULL argument to its `--help' option, Xdialog(1)dteske2012-10-252-2/+2
* Resurrect usage.hlp and securelevel.hlp from sysinstall(8) and integrate themdteske2012-10-228-27/+149
* More-accurately replicate the help system from sysinstall(8). However, alsodteske2012-10-185-5/+61
* Fix a bug where blank lines were not being counted (because awk's split()dteske2012-10-181-1/+1
* Fix typo.dteske2012-10-181-1/+1
* Ask to become root via sudo(8) and give user ability to save this preference.dteske2012-10-172-0/+65
* SVN r240684 broke the ability of the dot module to map include dependencies.dteske2012-10-131-46/+66
OpenPOWER on IntegriCloud