| Commit message (Expand) | Author | Age | Files | Lines |
| * | Performance and debugging enhancements: | Devin Teske | 2013-12-07 | 7 | -37/+45 |
| * | Sort messages. | Devin Teske | 2013-11-25 | 1 | -10/+10 |
| * | Add missing `$' before variable name `pgm'. Unnoticed unless running | Devin Teske | 2013-11-25 | 1 | -1/+1 |
| * | Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-use | Devin Teske | 2013-10-09 | 1 | -1/+1 |
| * | Fix typos in the BSD License. | Devin Teske | 2013-07-07 | 8 | -16/+16 |
| * | Be consistent with other usr.sbin programs w/respect to the copyright | Devin Teske | 2013-07-07 | 8 | -8/+8 |
| * | More whitespace. | Devin Teske | 2013-06-24 | 7 | -7/+7 |
| * | Fix a regression introduced by r251967, resulting in: | Devin Teske | 2013-06-22 | 1 | -1/+1 |
| * | Perform some code consolidation and add some additional error | Devin Teske | 2013-06-18 | 2 | -13/+15 |
| * | Oops, in SVN r251905 I forgot that f_die takes the return code as the first | Devin Teske | 2013-06-18 | 5 | -5/+5 |
| * | Improve the INDEX format. Whitespace improvements, format improvements, typo | Devin Teske | 2013-06-18 | 1 | -17/+21 |
| * | Remove unnecessary loops, perform some code consolidation, and add some | Devin Teske | 2013-06-18 | 7 | -360/+211 |
| * | Whitespace improvements. | Devin Teske | 2013-06-18 | 6 | -95/+91 |
| * | Don't silently ignore errors (found while | Devin Teske | 2013-06-08 | 1 | -8/+11 |
| * | Prevent getting hung-up on the following prompt (found while testing with | Devin Teske | 2013-06-08 | 1 | -1/+1 |
| * | Fix a one-character typo. The effects of which were "Console"->"Ttys" menu | Devin Teske | 2013-06-08 | 1 | -1/+1 |
| * | Reduce verbosity in the "Console"->"Saver" module (bsdconfig syscons_saver) | Devin Teske | 2013-06-08 | 1 | -1/+1 |
| * | Shift Console->Saver menu items to place the default item at the top, making | Devin Teske | 2013-06-04 | 1 | -41/+41 |
| * | Lessen verbosity of "Exit" menutag items to appear more consistent across | Devin Teske | 2013-06-04 | 1 | -1/+1 |
| * | Comments. | Devin Teske | 2013-06-04 | 1 | -1/+1 |
| * | Similar to r251236, r251242, and r251244. Introduce new function-pair to | Devin Teske | 2013-06-04 | 1 | -19/+21 |
| * | Standardize the way functions build their arguments leading up to a dialog | Devin Teske | 2013-06-02 | 7 | -24/+18 |
| * | Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store() | Devin Teske | 2013-06-02 | 1 | -10/+14 |
| * | Similar to r251236, improve the portion of dialog(1) API in dialog.subr | Devin Teske | 2013-06-02 | 1 | -3/+3 |
| * | Improve portion of the dialog(1) API in dialog.subr responsible for | Devin Teske | 2013-06-01 | 7 | -56/+37 |
| * | Improve portion of the dialog(1) API in dialog.subr responsible for | Devin Teske | 2013-05-31 | 7 | -56/+69 |
| * | Centralize standard getopts arguments, both for convenience and to correct | Devin Teske | 2013-05-14 | 7 | -7/+7 |
| * | UI improvements. First, implement --default-item whenever and wherever | Devin Teske | 2013-04-22 | 7 | -19/+150 |
| * | Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) and | Devin Teske | 2013-04-22 | 8 | -16/+20 |
| * | Don't use f_show_msg() unless printf(1) syntax is required (this reduces the | Devin Teske | 2013-01-14 | 1 | -1/+1 |
| * | Add more debugging to help with diagnosis of program-flow when needed. | Devin Teske | 2012-12-25 | 7 | -0/+7 |
| * | Remove unnecessary duplicate initialization of the dialog(1) API (automatically | Devin Teske | 2012-12-25 | 7 | -7/+0 |
| * | Add much-needed dialog(1) --inputbox function for simplifying the process of | Devin Teske | 2012-12-21 | 1 | -26/+3 |
| * | Replicate a feature from sysinstall documented in | Devin Teske | 2012-11-16 | 7 | -7/+7 |
| * | Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesign | Devin Teske | 2012-09-21 | 1 | -2/+2 |
| * | Replace redirections to /dev/null with "close file-descriptor" syntax (>&-). | Devin Teske | 2012-09-21 | 1 | -2/+2 |
| * | Change all invocations of dialog(1) to no-longer require temporary files. | Devin Teske | 2012-09-20 | 7 | -16/+53 |
| * | Move major includes into /usr/share/bsdconfig for easy external access. | Devin Teske | 2012-09-18 | 7 | -41/+41 |
| * | Import bsdconfig(8) as a replacement for the post-install abilities of | Devin Teske | 2012-07-14 | 12 | -0/+1761 |