summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
Commit message (Expand)AuthorAgeFilesLines
* Update example portion of comment to coincide with r264840 changes.dteske2014-05-171-1/+2
* Implement GEOM based media device classification. You'll notice a fewdteske2014-04-2322-771/+1579
* Rewrite usermgmt -- hooking it into the scripting system with dispatchdteske2014-03-1411-1044/+2085
* Add protection against input containing single-quotes (e.g., i18n-users).dteske2014-03-142-35/+97
* For non-interactive scripts, forgot to check we were given an argumentdteske2014-03-141-0/+4
* Fix a bug preventing errors from pw(8) from filtering up to a dialog.dteske2014-03-141-4/+4
* Reduce the sleep cycle when using dialog(1) to 1-second.dteske2014-03-141-3/+3
* Fix comments and whitespace.dteske2014-03-141-6/+7
* Fix a code-typo that prevented auto-sizing of the dialog.dteske2014-03-141-1/+1
* Point hat! Fix a broken f_isinteger().dteske2014-03-141-1/+1
* Remove useless NULL string '' in compound strings. Look very closely.dteske2014-03-142-3/+3
* Fix future namespace issues for functions taking $var_to_set -- functionsdteske2014-03-141-26/+48
* Update copyright.dteske2014-03-142-2/+2
* Comments.dteske2014-03-141-5/+3
* Add debug statement just before attempting to exec a module.dteske2014-03-141-0/+1
* Remove indexfile from debug statement as it is already logged bydteske2014-03-141-2/+1
* Remove vestigial global, no-longer used since SVN r262904.dteske2014-03-101-6/+0
* Whitespace.dteske2014-03-101-2/+2
* Take a group name on the command-line if available.dteske2014-03-071-0/+8
* Fix copy/paste error in a comment.dteske2014-03-071-1/+1
* Change dipatch words from group* to *Group to backward compatible withdteske2014-03-071-3/+3
* Rewrite groupmgmt -- hooking it into the scripting system with dispatchdteske2014-03-0711-440/+827
* Comment -- to go with NL global introduced (but not mentioned) by r262901dteske2014-03-071-0/+3
* s/__number/__num/ for code clarify but more to prevent localization ofdteske2014-03-071-11/+19
* Centralize function name. Update a comment while here.dteske2014-03-071-4/+5
* Make f_show_err non-fatal.dteske2014-03-071-4/+1
* Fix incorrect return status if var_to_set and var_to_get are the same.dteske2014-03-071-1/+1
* Fix a typo in a comment.dteske2014-03-071-1/+1
* Add missing local declaration.dteske2014-03-071-2/+2
* Allow dispatched reswords to carry arguments. Fix a comment while here.dteske2014-03-072-9/+8
* Dummy commit (s/__num/__number/) in f_expand_number() to describe that thedteske2014-01-201-13/+11
* Optimize f_expand_number(), improving performance.dteske2014-01-191-24/+6
* Export 'REPOS_DIR' when the selected source medium for packagegjb2013-12-151-0/+3
* Fix failed attempt to send pkg(8) stderr to /dev/nulldteske2013-12-091-2/+2
* Performance and debugging enhancements:dteske2013-12-0777-746/+839
* Fix PKG_ABI detection in bsdconfig(8) after pkg-1.2 is released, sincegjb2013-12-021-1/+1
* Sort function output on name of the function.dteske2013-11-301-5/+30
* Fix an issue where additional lines of a function definition didn't linedteske2013-11-291-2/+2
* Fix an issue where the leading `+' sign before a function name was notdteske2013-11-291-1/+1
* Sort messages.dteske2013-11-256-29/+29
* Add missing newline to printf format string.dteske2013-11-251-2/+2
* Add missing `$' before variable name `pgm'. Unnoticed unless runningdteske2013-11-251-1/+1
* Improve network device scanning in the netdev module. First, make it use thedteske2013-11-223-35/+173
* f_die() (see `bsdconfig includes -dF die') uses a dialog box (and has beendteske2013-11-212-4/+6
* Remove unused line -- cruft left over from SVN r258360.dteske2013-11-211-1/+0
* Quote the interface name for good measure.dteske2013-11-211-6/+7
* Update function description for API tool:dteske2013-11-201-3/+4
* Make `-d' implicitly enable `-f' for simplification.dteske2013-11-202-3/+3
* Add a `-d' flag for printing the description of each function.dteske2013-11-202-8/+28
* Add new `includes' module for exploring the bsdconfig(8) API.dteske2013-11-208-3/+342
OpenPOWER on IntegriCloud