summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share
Commit message (Expand)AuthorAgeFilesLines
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-025-38/+49
* Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()dteske2013-06-021-0/+39
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrdteske2013-06-024-64/+109
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-018-85/+123
* Fix a regression in the packages module introduced by recent r251190.dteske2013-06-011-37/+46
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-05-316-840/+1129
* Fix a typo in a comment.dteske2013-05-161-1/+1
* Add a handy function for truncating variables to a specific byte-length. Itdteske2013-05-161-0/+20
* Centralize standard getopts arguments, both for convenience and to correctdteske2013-05-142-5/+31
* Comment.dteske2013-05-121-1/+1
* Fix i18n violations in the package management module. A few words likedteske2013-05-122-12/+28
* Remove duplicated string.dteske2013-05-121-1/+1
* Comments.dteske2013-05-121-1/+5
* Whitespace.dteske2013-05-121-2/+2
* Fix a bug that would cause the category menu to display the wrong valuedteske2013-05-091-4/+4
* Commit first portion of package module -- this includes the ability to viewdteske2013-05-078-1/+1238
* Re-organize and add missing installVarDefaults and mediaSetDirectory.dteske2013-05-071-15/+31
* Add f_isset() utility subroutine for checking if a variable is set but indteske2013-05-071-0/+10
* Properly sanitize --menu results (guards against Gtk library warnings fromdteske2013-04-262-1/+8
* Comments.dteske2013-04-261-1/+1
* Add missing include.dteske2013-04-231-0/+1
* Preserve debugFile preference across the exec boundary.dteske2013-04-221-0/+1
* Partially uncommit r249779. The changes to share/common.subr were gooddteske2013-04-223-54/+12
* Fix "-D file" to automagically enable debugging if not explicitly disabled.dteske2013-04-224-29/+69
* New helper functions for common widgets.dteske2013-04-221-0/+136
* Proper fix for copy/paste error (first attempt r249756).dteske2013-04-221-2/+2
* Fix a copy/paste error.dteske2013-04-221-2/+2
* Update comment for accuracy.dteske2013-04-221-3/+3
* Style nit (to be consistent across project).dteske2013-04-221-2/+2
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-222-0/+102
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-222-22/+67
* Remove some more references to legacy ATA.mav2013-04-041-5/+1
* Import media selection/preparation framework (sysinstall inspired). Makesdteske2013-02-2522-20/+6332
* Backward compatibility fix: treat cmds loaded as a script as nonInteractivedteske2013-01-201-2/+17
* Don't use f_show_msg() unless printf(1) syntax is required (this reduces thedteske2013-01-142-3/+3
* Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax).dteske2013-01-141-0/+44
* Update copyright following last commit.dteske2013-01-071-1/+1
* Add nonInteractive support to f_dialog_yesno/noyes().dteske2013-01-071-0/+7
* Add support for scripting (sysinstall style).dteske2013-01-054-1/+350
* Comments.dteske2013-01-031-0/+6
* Comments.dteske2012-12-291-1/+4
* Add missing enforcement of height restriction after minor adjustment.dteske2012-12-291-0/+1
* Add support for running without a controlling terminal (for example, whendteske2012-12-291-8/+21
* Allow debug output to be logged to a file (set $debugFile to target pathname)dteske2012-12-281-0/+24
* Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-255-12/+47
* Change axiom for initialization. Including script can disable (default)dteske2012-12-211-1/+4
* New f_show_info() function for dialog(1) --infobox using printf(1) syntax.dteske2012-12-211-0/+21
* Use f_show_help() where printf(1) syntax is desired.dteske2012-12-211-4/+2
* Improve the debugging abilities and clean up debug messages. In most cases,dteske2012-12-212-7/+33
* Add much-needed dialog(1) --inputbox function for simplifying the process ofdteske2012-12-211-2/+48
OpenPOWER on IntegriCloud