aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/share
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Add bsdconfig api functions f_dialog_pause()/f_dialog_pause_no_cancel()Devin Teske2015-02-101-0/+50
* | | | | | Replace the only instance of sed(1) in bsdconfig(8) with awk(1).Devin Teske2015-02-091-1/+1
* | | | | | Revert SVN r278464 -- fingers were in perforce mode (prematureDevin Teske2015-02-091-1/+1
* | | | | | Replace the only instance of sed(1) in bsdconfig(8) with awk(1).Devin Teske2015-02-091-1/+1
| |_|_|_|/ |/| | | |
* | | | | Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Devin Teske2014-11-043-9/+0
* | | | | Rename awk(1) implementation of GNU awk's built-in asorti() function toDevin Teske2014-10-142-4/+4
* | | | | Fix awk(1) asorti() implementation to work when called in a loop.Devin Teske2014-10-142-1/+4
* | | | | Fix regression introduced by SVN r270954. Correct way to reset getoptsDevin Teske2014-09-021-2/+2
* | | | | Fix a bug where command line arguments could be misprocessed if getopts isDevin Teske2014-09-011-0/+2
* | | | | Optimize f_which() to be slightly faster still.Devin Teske2014-08-241-3/+3
* | | | | Add `-A' flag to pkg-install(8) invocation when installing dependencies.Devin Teske2014-08-211-2/+4
* | | | | Add required `exec' before Xdialog(1) invocation for the case where weDevin Teske2014-08-031-1/+11
* | | | | Update command and add check for edge-case.Devin Teske2014-07-311-1/+5
* | | | | Fix a syntax error when running under bash(1) for portability.Devin Teske2014-07-311-4/+8
* | | | | Define a setvar() function for platforms using a shell unlike FreeBSD'sDevin Teske2014-07-311-0/+26
| |_|_|/ |/| | |
* | | | Add example script `add_some_packages.sh', demonstrating how to installDevin Teske2014-07-228-87/+107
* | | | Fix a code typo that prevented mkdir from firing (unnoticedDevin Teske2014-06-201-1/+1
* | | | Update example portion of comment to coincide with r264840 changes.Devin Teske2014-05-171-1/+2
| |_|/ |/| |
* | | Implement GEOM based media device classification. You'll notice a fewDevin Teske2014-04-2318-766/+1573
* | | Rewrite usermgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-142-0/+21
* | | Point hat! Fix a broken f_isinteger().Devin Teske2014-03-141-1/+1
* | | Remove useless NULL string '' in compound strings. Look very closely.Devin Teske2014-03-141-1/+1
* | | Fix future namespace issues for functions taking $var_to_set -- functionsDevin Teske2014-03-141-26/+48
* | | Update copyright.Devin Teske2014-03-141-1/+1
* | | Comments.Devin Teske2014-03-141-5/+3
* | | Change dipatch words from group* to *Group to backward compatible withDevin Teske2014-03-071-3/+3
* | | Rewrite groupmgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-072-1/+11
* | | Comment -- to go with NL global introduced (but not mentioned) by r262901Devin Teske2014-03-071-0/+3
* | | s/__number/__num/ for code clarify but more to prevent localization ofDevin Teske2014-03-071-11/+19
* | | Centralize function name. Update a comment while here.Devin Teske2014-03-071-4/+5
* | | Make f_show_err non-fatal.Devin Teske2014-03-071-4/+1
* | | Fix incorrect return status if var_to_set and var_to_get are the same.Devin Teske2014-03-071-1/+1
* | | Fix a typo in a comment.Devin Teske2014-03-071-1/+1
* | | Add missing local declaration.Devin Teske2014-03-071-2/+2
* | | Allow dispatched reswords to carry arguments. Fix a comment while here.Devin Teske2014-03-071-8/+7
* | | Dummy commit (s/__num/__number/) in f_expand_number() to describe that theDevin Teske2014-01-201-13/+11
* | | Optimize f_expand_number(), improving performance.Devin Teske2014-01-191-24/+6
* | | Export 'REPOS_DIR' when the selected source medium for packageGlen Barber2013-12-151-0/+3
* | | Fix failed attempt to send pkg(8) stderr to /dev/nullDevin Teske2013-12-091-2/+2
* | | Performance and debugging enhancements:Devin Teske2013-12-0719-227/+385
* | | Fix PKG_ABI detection in bsdconfig(8) after pkg-1.2 is released, sinceGlen Barber2013-12-021-1/+1
* | | Improve network device scanning in the netdev module. First, make it use theDevin Teske2013-11-221-14/+151
* | | Update function description for API tool:Devin Teske2013-11-201-3/+4
* | | Add new `includes' module for exploring the bsdconfig(8) API.Devin Teske2013-11-201-3/+3
* | | Fix package installation from physical media such as DVD.Devin Teske2013-11-173-14/+34
* | | Always shutdown the media when we're exiting the packages module (preventsDevin Teske2013-11-171-4/+1
* | | Improve debugging with f_eval_catch() introduced by SVN r257784 and alsoDevin Teske2013-11-172-5/+8
* | | Kick an unused orphan to the curb ;)Devin Teske2013-11-171-2/+2
* | | Move function name declaration to top of function (where it is closest toDevin Teske2013-11-171-18/+18
* | | Comments.Devin Teske2013-11-121-2/+2