summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share
Commit message (Expand)AuthorAgeFilesLines
* Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)dteske2014-11-043-9/+0
* Rename awk(1) implementation of GNU awk's built-in asorti() function todteske2014-10-142-4/+4
* Fix awk(1) asorti() implementation to work when called in a loop.dteske2014-10-142-1/+4
* Fix regression introduced by SVN r270954. Correct way to reset getoptsdteske2014-09-021-2/+2
* Fix a bug where command line arguments could be misprocessed if getopts isdteske2014-09-011-0/+2
* Optimize f_which() to be slightly faster still.dteske2014-08-241-3/+3
* Add `-A' flag to pkg-install(8) invocation when installing dependencies.dteske2014-08-211-2/+4
* Add required `exec' before Xdialog(1) invocation for the case where wedteske2014-08-031-1/+11
* Update command and add check for edge-case.dteske2014-07-311-1/+5
* Fix a syntax error when running under bash(1) for portability.dteske2014-07-311-4/+8
* Define a setvar() function for platforms using a shell unlike FreeBSD'sdteske2014-07-311-0/+26
* Add example script `add_some_packages.sh', demonstrating how to installdteske2014-07-228-87/+107
* Fix a code typo that prevented mkdir from firing (unnoticeddteske2014-06-201-1/+1
* 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-2318-766/+1573
* Rewrite usermgmt -- hooking it into the scripting system with dispatchdteske2014-03-142-0/+21
* Point hat! Fix a broken f_isinteger().dteske2014-03-141-1/+1
* Remove useless NULL string '' in compound strings. Look very closely.dteske2014-03-141-1/+1
* Fix future namespace issues for functions taking $var_to_set -- functionsdteske2014-03-141-26/+48
* Update copyright.dteske2014-03-141-1/+1
* Comments.dteske2014-03-141-5/+3
* 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-072-1/+11
* 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-071-8/+7
* 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-0719-227/+385
* Fix PKG_ABI detection in bsdconfig(8) after pkg-1.2 is released, sincegjb2013-12-021-1/+1
* Improve network device scanning in the netdev module. First, make it use thedteske2013-11-221-14/+151
* Update function description for API tool:dteske2013-11-201-3/+4
* Add new `includes' module for exploring the bsdconfig(8) API.dteske2013-11-201-3/+3
* Fix package installation from physical media such as DVD.dteske2013-11-173-14/+34
* Always shutdown the media when we're exiting the packages module (preventsdteske2013-11-171-4/+1
* Improve debugging with f_eval_catch() introduced by SVN r257784 and alsodteske2013-11-172-5/+8
* Kick an unused orphan to the curb ;)dteske2013-11-171-2/+2
* Move function name declaration to top of function (where it is closest todteske2013-11-171-18/+18
* Comments.dteske2013-11-121-2/+2
* Remove the env(1) but keep the var.dteske2013-11-111-2/+2
* Unbreak the installer on head/:gjb2013-11-111-0/+1
* Use `pkg -vv' to obtain ABI for validating a chosen media server (donedteske2013-11-072-9/+6
* Fix cosmetic typos (since the typo's in the variable names were copieddteske2013-11-072-4/+4
OpenPOWER on IntegriCloud