summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
Commit message (Expand)AuthorAgeFilesLines
* 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-1443-46/+72
* Comment.dteske2013-05-121-1/+1
* Fix i18n violations in the package management module. A few words likedteske2013-05-123-12/+31
* Remove duplicated string.dteske2013-05-122-2/+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-0717-1/+1601
* Explicitly track "script.subr" which wasn't showing up in the graph becausedteske2013-05-071-0/+6
* Recursively calculate includes. This solves the problem of some includesdteske2013-05-071-14/+21
* Remove unused variables.dteske2013-05-071-4/+2
* Alphabetize strings by variable names.dteske2013-05-071-10/+10
* 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-072-1/+11
* Properly sanitize --menu results (guards against Gtk library warnings fromdteske2013-04-262-1/+8
* Comments.dteske2013-04-262-1/+3
* Fix copy/paste error.dteske2013-04-241-1/+1
* Add missing include.dteske2013-04-231-0/+1
* Prevent device.subr from auto-loading in the nameservers module.dteske2013-04-231-0/+3
* 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
* Clarify to the user the amount of time required to load the menus fordteske2013-04-221-4/+4
* 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
* Fix two bugs when setting up a plip interface. First, dhcp status was notdteske2013-04-221-1/+2
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-2242-343/+845
* Use new f_getvar for clarity and general code follow-up to r249746.dteske2013-04-221-2/+5
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-2256-129/+228
* Remove some more references to legacy ATA.mav2013-04-041-5/+1
* Import media selection/preparation framework (sysinstall inspired). Makesdteske2013-02-2537-553/+6766
* Fix typo and update copyright.dteske2013-02-251-2/+2
* Remove NO_OBJ from Makefiles that generate manuals because this causes thedteske2013-02-081-2/+0
* 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-1414-56/+57
* Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax).dteske2013-01-145-15/+51
* Add missing dialog(1) arguments to internationalize "Help"-button label.dteske2013-01-144-0/+4
* Update copyright following last commit.dteske2013-01-071-1/+1
* Add nonInteractive support to f_dialog_yesno/noyes().dteske2013-01-071-0/+7
* Update copyrights and dates following last commit.dteske2013-01-063-4/+4
* Add support for scripting (sysinstall style).dteske2013-01-058-8/+393
* 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
OpenPOWER on IntegriCloud