| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r259054: | dteske | 2014-01-15 | 10 | -102/+79 |
* | MFC r258355,258360,258400-258401,258406-258407,258418,258430,258439,258589- | dteske | 2014-01-15 | 1 | -2/+2 |
* | MFC r257755-257756,257780-257785,257787-257793, and | dteske | 2013-11-21 | 1 | -2/+2 |
* | Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-use | dteske | 2013-10-09 | 6 | -16/+16 |
* | Fix typos in the BSD License. | dteske | 2013-07-07 | 9 | -18/+18 |
* | Be consistent with other usr.sbin programs w/respect to the copyright | dteske | 2013-07-07 | 9 | -9/+9 |
* | Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main | dteske | 2013-07-05 | 1 | -2/+2 |
* | More whitespace. | dteske | 2013-06-24 | 7 | -7/+7 |
* | When the fall-back of a case-statement is the last thing executed in a | dteske | 2013-06-20 | 1 | -14/+13 |
* | When the fall-back of a case-statement is the last thing executed in a | dteske | 2013-06-20 | 1 | -7/+6 |
* | Remove pedanticism and consolidate some logic. | dteske | 2013-06-20 | 1 | -7/+1 |
* | Style -- no ;; needed on fallback clause within case-statement. | dteske | 2013-06-19 | 2 | -3/+3 |
* | Whitespace and comments. | dteske | 2013-06-19 | 2 | -3/+4 |
* | Perform some code consolidation and replace nested case-statements with | dteske | 2013-06-18 | 1 | -67/+71 |
* | Fix a regression introduced by r251967, resulting in: | dteske | 2013-06-18 | 1 | -1/+1 |
* | Whitespace. | dteske | 2013-06-18 | 1 | -2/+2 |
* | Perform some code consolidation and add some additional error | dteske | 2013-06-18 | 2 | -8/+12 |
* | Comments. | dteske | 2013-06-18 | 3 | -0/+9 |
* | Improve the INDEX format. Whitespace improvements, format improvements, typo | dteske | 2013-06-18 | 1 | -17/+21 |
* | Fix a bug introduced by r251236; product of bug was the following error in | dteske | 2013-06-09 | 2 | -10/+10 |
* | Fix a bug introduced with r251190, in which a small hunk was forgotten in | dteske | 2013-06-08 | 1 | -1/+2 |
* | Fix a bug introduced with r249751, in which a small hunk was forgotten in | dteske | 2013-06-08 | 1 | -1/+5 |
* | Fix a typo in comments. | dteske | 2013-06-08 | 1 | -1/+1 |
* | Remove extraneous characters ('<<<') from `Exit' menutag in the "Security" | dteske | 2013-06-08 | 1 | -2/+2 |
* | Lessen verbosity of "Exit" menutag items to appear more consistent across | dteske | 2013-06-04 | 3 | -4/+3 |
* | Similar to r251236, r251242, and r251244. Introduce new function-pair to | dteske | 2013-06-04 | 1 | -14/+16 |
* | Fix a typo. In this case, the typo caused the f_noyes() invocation to | dteske | 2013-06-02 | 1 | -1/+1 |
* | Improvements to whitespace and comments. | dteske | 2013-06-02 | 5 | -4/+21 |
* | Standardize the way functions build their arguments leading up to a dialog | dteske | 2013-06-02 | 7 | -57/+49 |
* | Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store() | dteske | 2013-06-02 | 5 | -51/+67 |
* | Similar to r251236, improve the portion of dialog(1) API in dialog.subr | dteske | 2013-06-02 | 3 | -7/+5 |
* | Improve portion of the dialog(1) API in dialog.subr responsible for | dteske | 2013-06-01 | 7 | -60/+48 |
* | Improve portion of the dialog(1) API in dialog.subr responsible for | dteske | 2013-05-31 | 7 | -71/+87 |
* | Centralize standard getopts arguments, both for convenience and to correct | dteske | 2013-05-14 | 7 | -7/+7 |
* | Add f_isset() utility subroutine for checking if a variable is set but in | dteske | 2013-05-07 | 1 | -1/+1 |
* | Comments. | dteske | 2013-04-26 | 1 | -0/+2 |
* | Clarify to the user the amount of time required to load the menus for | dteske | 2013-04-22 | 1 | -4/+4 |
* | UI improvements. First, implement --default-item whenever and wherever | dteske | 2013-04-22 | 8 | -214/+354 |
* | Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) and | dteske | 2013-04-22 | 8 | -15/+19 |
* | Fix typo and update copyright. | dteske | 2013-02-25 | 1 | -2/+2 |
* | Don't use f_show_msg() unless printf(1) syntax is required (this reduces the | dteske | 2013-01-14 | 5 | -17/+16 |
* | Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax). | dteske | 2013-01-14 | 1 | -3/+1 |
* | Comments and fit to 80-columns. | dteske | 2012-12-27 | 1 | -10/+11 |
* | Add more debugging to help with diagnosis of program-flow when needed. | dteske | 2012-12-25 | 10 | -0/+22 |
* | Remove unnecessary duplicate initialization of the dialog(1) API (automatically | dteske | 2012-12-25 | 7 | -7/+0 |
* | Improve the debugging abilities and clean up debug messages. In most cases, | dteske | 2012-12-21 | 2 | -2/+2 |
* | Add much-needed dialog(1) --inputbox function for simplifying the process of | dteske | 2012-12-21 | 3 | -82/+11 |
* | Whitespace. | dteske | 2012-11-24 | 1 | -1/+1 |
* | Replicate a feature from sysinstall documented in | dteske | 2012-11-16 | 7 | -7/+7 |
* | Replace "( : ${var?} )" syntax with better "[ ${var+set} ]" syntax. | dteske | 2012-09-22 | 4 | -5/+5 |