freebsd-nq/usr.sbin/bsdconfig
Devin Teske 44392705fa Use f_shell_escape() instead of forking to awk. In this case, the
replacement comes with a great performance increase (as f_shell_escape()
uses the built-in based f_replaceall() which out-performs forking to
awk(1)). This should also improve readability slightly.
2013-06-04 03:47:21 +00:00
..
console Comments. 2013-06-04 03:37:35 +00:00
diskmgmt Centralize standard getopts arguments, both for convenience and to correct 2013-05-14 03:21:13 +00:00
docsinstall Centralize standard getopts arguments, both for convenience and to correct 2013-05-14 03:21:13 +00:00
dot Explicitly track "script.subr" which wasn't showing up in the graph because 2013-05-07 04:47:56 +00:00
examples Improve the debugging abilities and clean up debug messages. In most cases, 2012-12-21 19:26:17 +00:00
include Fix i18n violations in the package management module. A few words like 2013-05-12 00:46:18 +00:00
mouse Standardize the way functions build their arguments leading up to a dialog 2013-06-02 20:02:50 +00:00
networking Use a case-statement instead of multiple (separate even) if-statements. 2013-06-04 03:38:16 +00:00
packages Centralize standard getopts arguments, both for convenience and to correct 2013-05-14 03:21:13 +00:00
password Standardize the way functions build their arguments leading up to a dialog 2013-06-02 20:02:50 +00:00
security Standardize the way functions build their arguments leading up to a dialog 2013-06-02 20:02:50 +00:00
share Use f_shell_escape() instead of forking to awk. In this case, the 2013-06-04 03:47:21 +00:00
startup Similar to r251236, r251242, and r251244. Introduce new function-pair to 2013-06-04 03:30:44 +00:00
timezone Standardize the way functions build their arguments leading up to a dialog 2013-06-02 20:02:50 +00:00
ttys Centralize standard getopts arguments, both for convenience and to correct 2013-05-14 03:21:13 +00:00
usermgmt Change the name of a couple of functions in `usermgmt/user_input.subr' to 2013-06-02 23:12:32 +00:00
bsdconfig Use f_shell_escape() instead of forking to awk. In this case, the 2013-06-04 03:47:21 +00:00
bsdconfig.8 Update copyrights and dates following last commit. 2013-01-06 18:18:09 +00:00
Makefile Commit first portion of package module -- this includes the ability to view 2013-05-07 05:40:20 +00:00
USAGE Add new flags -d' (sets debug=1) and -D file' (sets debugFile) and 2013-04-22 05:02:34 +00:00