summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/bsdconfig
Commit message (Expand)AuthorAgeFilesLines
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-usedteske2013-10-091-4/+3
* Check for INDEX file first before anything else when processing modules.dteske2013-07-051-0/+2
* Check menuitem before calculating tag.dteske2013-07-051-2/+2
* Add support for processing add-on modules from /usr/local/libexec/bsdconfigdteske2013-07-051-0/+74
* Don't calculate the tag until we know that we're going to make a new menudteske2013-07-051-5/+4
* More whitespace.dteske2013-06-241-1/+1
* Whitespace.dteske2013-06-241-2/+2
* When the fall-back of a case-statement is the last thing executed in adteske2013-06-201-13/+9
* Whitespace and comments.dteske2013-06-191-2/+1
* Style/comments.dteske2013-06-151-2/+5
* Use f_shell_escape() instead of forking to awk. In this case, thedteske2013-06-041-3/+2
* Make some obvious consolidations in local declaration for readability.dteske2013-06-021-3/+2
* Improvements to whitespace and comments.dteske2013-06-021-1/+0
* Fix option processing from the library layer to address unexpecteddteske2013-06-021-0/+15
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-021-6/+7
* Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()dteske2013-06-021-2/+6
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-011-5/+6
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-05-311-8/+11
* Centralize standard getopts arguments, both for convenience and to correctdteske2013-05-141-1/+1
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-221-0/+5
* Use new f_getvar for clarity and general code follow-up to r249746.dteske2013-04-221-2/+5
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-221-5/+6
* Add missing dialog(1) arguments to internationalize "Help"-button label.dteske2013-01-141-0/+1
* Update copyrights and dates following last commit.dteske2013-01-061-1/+1
* Add support for scripting (sysinstall style).dteske2013-01-051-7/+27
* Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-251-9/+1
* Remove unnecessary duplicate initialization of the dialog(1) API (automaticallydteske2012-12-251-1/+0
* Improve the debugging abilities and clean up debug messages. In most cases,dteske2012-12-211-7/+9
* Replicate a feature from sysinstall documented indteske2012-11-161-39/+16
* Switch from using a msgbox to display help files to a textbox instead. Thedteske2012-10-261-4/+5
* When Xdialog(1) is passed a NULL argument to its `--help' option, Xdialog(1)dteske2012-10-251-1/+1
* Resurrect usage.hlp and securelevel.hlp from sysinstall(8) and integrate themdteske2012-10-221-5/+12
* More-accurately replicate the help system from sysinstall(8). However, alsodteske2012-10-181-3/+10
* Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesigndteske2012-09-211-3/+3
* Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).dteske2012-09-211-3/+3
* Change all invocations of dialog(1) to no-longer require temporary files.dteske2012-09-201-2/+7
* Move major includes into /usr/share/bsdconfig for easy external access.dteske2012-09-181-4/+6
* Import bsdconfig(8) as a replacement for the post-install abilities ofdteske2012-07-141-0/+313
OpenPOWER on IntegriCloud