summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge from head@274682sjg2014-11-1948-139/+87
|\
| * Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.dteske2014-11-111-1/+4
| * Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-1/+1
| * Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)dteske2014-11-0439-119/+0
| * Rename awk(1) implementation of GNU awk's built-in asorti() function todteske2014-10-143-6/+6
| * Fix awk(1) asorti() implementation to work when called in a loop.dteske2014-10-143-2/+7
| * 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
| * More man pages that need to know about vt in addition to syscons.se2014-08-261-0/+11
| * 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
* | Merge head from 7/28sjg2014-08-1917-171/+182
|\ \ | |/
| * Fix a bug where include file `networking/services.subr' was not beingdteske2014-07-232-35/+31
| * Add example script `add_some_packages.sh', demonstrating how to installdteske2014-07-2213-133/+147
| * Fix a code typo that prevented mkdir from firing (unnoticeddteske2014-06-201-1/+1
| * use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-1/+1
| * Update example portion of comment to coincide with r264840 changes.dteske2014-05-171-1/+2
* | Merge headsjg2014-04-28104-3023/+6832
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud