summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/startup
Commit message (Expand)AuthorAgeFilesLines
* MFC r259054:dteske2014-01-1510-102/+79
* MFC r258355,258360,258400-258401,258406-258407,258418,258430,258439,258589-dteske2014-01-151-2/+2
* MFC r257755-257756,257780-257785,257787-257793, anddteske2013-11-211-2/+2
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-usedteske2013-10-096-16/+16
* Fix typos in the BSD License.dteske2013-07-079-18/+18
* Be consistent with other usr.sbin programs w/respect to the copyrightdteske2013-07-079-9/+9
* Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The maindteske2013-07-051-2/+2
* More whitespace.dteske2013-06-247-7/+7
* When the fall-back of a case-statement is the last thing executed in adteske2013-06-201-14/+13
* When the fall-back of a case-statement is the last thing executed in adteske2013-06-201-7/+6
* Remove pedanticism and consolidate some logic.dteske2013-06-201-7/+1
* Style -- no ;; needed on fallback clause within case-statement.dteske2013-06-192-3/+3
* Whitespace and comments.dteske2013-06-192-3/+4
* Perform some code consolidation and replace nested case-statements withdteske2013-06-181-67/+71
* Fix a regression introduced by r251967, resulting in:dteske2013-06-181-1/+1
* Whitespace.dteske2013-06-181-2/+2
* Perform some code consolidation and add some additional errordteske2013-06-182-8/+12
* Comments.dteske2013-06-183-0/+9
* Improve the INDEX format. Whitespace improvements, format improvements, typodteske2013-06-181-17/+21
* Fix a bug introduced by r251236; product of bug was the following error indteske2013-06-092-10/+10
* Fix a bug introduced with r251190, in which a small hunk was forgotten indteske2013-06-081-1/+2
* Fix a bug introduced with r249751, in which a small hunk was forgotten indteske2013-06-081-1/+5
* Fix a typo in comments.dteske2013-06-081-1/+1
* Remove extraneous characters ('<<<') from `Exit' menutag in the "Security"dteske2013-06-081-2/+2
* Lessen verbosity of "Exit" menutag items to appear more consistent acrossdteske2013-06-043-4/+3
* Similar to r251236, r251242, and r251244. Introduce new function-pair todteske2013-06-041-14/+16
* Fix a typo. In this case, the typo caused the f_noyes() invocation todteske2013-06-021-1/+1
* Improvements to whitespace and comments.dteske2013-06-025-4/+21
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-027-57/+49
* Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()dteske2013-06-025-51/+67
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrdteske2013-06-023-7/+5
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-017-60/+48
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-05-317-71/+87
* Centralize standard getopts arguments, both for convenience and to correctdteske2013-05-147-7/+7
* Add f_isset() utility subroutine for checking if a variable is set but indteske2013-05-071-1/+1
* Comments.dteske2013-04-261-0/+2
* Clarify to the user the amount of time required to load the menus fordteske2013-04-221-4/+4
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-228-214/+354
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-228-15/+19
* Fix typo and update copyright.dteske2013-02-251-2/+2
* Don't use f_show_msg() unless printf(1) syntax is required (this reduces thedteske2013-01-145-17/+16
* Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax).dteske2013-01-141-3/+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-2510-0/+22
* Remove unnecessary duplicate initialization of the dialog(1) API (automaticallydteske2012-12-257-7/+0
* Improve the debugging abilities and clean up debug messages. In most cases,dteske2012-12-212-2/+2
* Add much-needed dialog(1) --inputbox function for simplifying the process ofdteske2012-12-213-82/+11
* Whitespace.dteske2012-11-241-1/+1
* Replicate a feature from sysinstall documented indteske2012-11-167-7/+7
* Replace "( : ${var?} )" syntax with better "[ ${var+set} ]" syntax.dteske2012-09-224-5/+5
OpenPOWER on IntegriCloud