| Age | Commit message (Expand) | Author |
| 2025-08-04 | bsdconfig: Move to -bsdconfig package | Lexi Winter |
| 2024-07-15 | Remove residual blank line at start of Makefile | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2017-05-25 | Fix long standing issue in bsdconfig's keymap selection | Devin Teske |
| 2015-12-01 | META MODE: Update dependencies with 'the-lot' and add missing directories. | Bryan Drewery |
| 2015-11-26 | META MODE: These need object directories to handle staging. | Bryan Drewery |
| 2015-02-10 | Update copyrights. | Devin Teske |
| 2015-02-10 | Add "vt_"* aliases to bsdconfig console entries. | Devin Teske |
| 2015-02-09 | Revert SVN r278464 -- fingers were in perforce mode (premature | Devin Teske |
| 2015-02-09 | Replace the only instance of sed(1) in bsdconfig(8) with awk(1). | Devin Teske |
| 2014-11-04 | Follow-up to r255036; remove beforeinstall directives from bsdconfig(8) | Devin Teske |
| 2013-12-07 | Performance and debugging enhancements: | Devin Teske |
| 2013-11-25 | Sort messages. | Devin Teske |
| 2013-11-25 | Add missing `$' before variable name `pgm'. Unnoticed unless running | Devin Teske |
| 2013-10-09 | Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-use | Devin Teske |
| 2013-07-07 | Fix typos in the BSD License. | Devin Teske |
| 2013-07-07 | Be consistent with other usr.sbin programs w/respect to the copyright | Devin Teske |
| 2013-06-24 | More whitespace. | Devin Teske |
| 2013-06-22 | Fix a regression introduced by r251967, resulting in: | Devin Teske |
| 2013-06-18 | Perform some code consolidation and add some additional error | Devin Teske |
| 2013-06-18 | Oops, in SVN r251905 I forgot that f_die takes the return code as the first | Devin Teske |
| 2013-06-18 | Improve the INDEX format. Whitespace improvements, format improvements, typo | Devin Teske |
| 2013-06-18 | Remove unnecessary loops, perform some code consolidation, and add some | Devin Teske |
| 2013-06-18 | Whitespace improvements. | Devin Teske |
| 2013-06-08 | Don't silently ignore errors (found while | Devin Teske |
| 2013-06-08 | Prevent getting hung-up on the following prompt (found while testing with | Devin Teske |
| 2013-06-08 | Fix a one-character typo. The effects of which were "Console"->"Ttys" menu | Devin Teske |
| 2013-06-08 | Reduce verbosity in the "Console"->"Saver" module (bsdconfig syscons_saver) | Devin Teske |
| 2013-06-04 | Shift Console->Saver menu items to place the default item at the top, making | Devin Teske |
| 2013-06-04 | Lessen verbosity of "Exit" menutag items to appear more consistent across | Devin Teske |
| 2013-06-04 | Comments. | Devin Teske |
| 2013-06-04 | Similar to r251236, r251242, and r251244. Introduce new function-pair to | Devin Teske |
| 2013-06-02 | Standardize the way functions build their arguments leading up to a dialog | Devin Teske |
| 2013-06-02 | Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store() | Devin Teske |
| 2013-06-02 | Similar to r251236, improve the portion of dialog(1) API in dialog.subr | Devin Teske |
| 2013-06-01 | Improve portion of the dialog(1) API in dialog.subr responsible for | Devin Teske |
| 2013-05-31 | Improve portion of the dialog(1) API in dialog.subr responsible for | Devin Teske |
| 2013-05-14 | Centralize standard getopts arguments, both for convenience and to correct | Devin Teske |
| 2013-04-22 | UI improvements. First, implement --default-item whenever and wherever | Devin Teske |
| 2013-04-22 | Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) and | Devin Teske |
| 2013-01-14 | Don't use f_show_msg() unless printf(1) syntax is required (this reduces the | Devin Teske |
| 2012-12-25 | Add more debugging to help with diagnosis of program-flow when needed. | Devin Teske |
| 2012-12-25 | Remove unnecessary duplicate initialization of the dialog(1) API (automatically | Devin Teske |
| 2012-12-21 | Add much-needed dialog(1) --inputbox function for simplifying the process of | Devin Teske |
| 2012-11-16 | Replicate a feature from sysinstall documented in | Devin Teske |
| 2012-09-21 | Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesign | Devin Teske |
| 2012-09-21 | Replace redirections to /dev/null with "close file-descriptor" syntax (>&-). | Devin Teske |
| 2012-09-20 | Change all invocations of dialog(1) to no-longer require temporary files. | Devin Teske |
| 2012-09-18 | Move major includes into /usr/share/bsdconfig for easy external access. | Devin Teske |
| 2012-07-14 | Import bsdconfig(8) as a replacement for the post-install abilities of | Devin Teske |