summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow setting of NULL titles with f_dialog_[back]title().dteske2012-11-271-2/+2
* Change self-initialization to occur when loaded versus the previous behaviordteske2012-11-271-34/+5
* Whitespace.dteske2012-11-242-2/+2
* Replicate a feature from sysinstall documented indteske2012-11-161-22/+158
* Tighten-up displays that use a NULL prompt (e.g., networking and usermgmt).dteske2012-10-261-1/+1
* Fix copy/paste error.dteske2012-10-261-1/+1
* Switch from using a msgbox to display help files to a textbox instead. Thedteske2012-10-262-34/+73
* Resurrect usage.hlp and securelevel.hlp from sysinstall(8) and integrate themdteske2012-10-221-15/+11
* More-accurately replicate the help system from sysinstall(8). However, alsodteske2012-10-181-0/+38
* Fix a bug where blank lines were not being counted (because awk's split()dteske2012-10-181-1/+1
* Fix typo.dteske2012-10-181-1/+1
* Ask to become root via sudo(8) and give user ability to save this preference.dteske2012-10-171-0/+59
* Import sysutils/sysrc from the ports tree (current version 5.1). Importingdteske2012-10-031-2/+2
* Allow deferred word-splitting via f_sysrc_get() by allowing $IFS in thedteske2012-09-291-3/+2
OpenPOWER on IntegriCloud