freebsd-dev/usr.sbin/bsdconfig/share
Devin Teske fcb16c1036 Optimize f_sprintf() for bash
bash lacks the ksh93 optimization that makes sub-shells fast if they do
not alter io. bash 3.1-alpha1 introduced printf -v var_to_set which is not
as fast but is still significantly faster than var_to_set=$( printf ) when
using any version of bash. If we find our interpreter to somehow be bash
by invocation or inclusion, use the feature that provides fastest results.
2016-01-31 21:22:10 +00:00
..
media META MODE: Update dependencies with 'the-lot' and add missing directories. 2015-12-01 05:23:19 +00:00
packages Use dpv(1) in `bsdconfig packages' 2016-01-27 00:12:58 +00:00
common.subr Fix code typo (no functional change) 2015-09-14 21:26:48 +00:00
device.subr Reset OPTIND to 1 in f_device_find() 2016-01-31 21:14:31 +00:00
dialog.subr Fix improper duration for f_dialog_pause() API 2016-01-09 23:13:43 +00:00
geom.subr Fix typo in a comment. 2015-03-31 21:34:42 +00:00
keymap.subr Update copyrights. 2015-02-10 03:34:42 +00:00
Makefile META MODE: These need object directories to handle staging. 2015-11-26 01:14:27 +00:00
Makefile.depend META MODE: Update dependencies with 'the-lot' and add missing directories. 2015-12-01 05:23:19 +00:00
mustberoot.subr
script.subr
strings.subr Optimize f_sprintf() for bash 2016-01-31 21:22:10 +00:00
struct.subr
sysrc.subr Add support for "rc.conf.d" file(s). 2015-11-12 00:30:33 +00:00
variable.subr