freebsd-dev/usr.sbin/bsdconfig
Devin Teske ad40259ce6 Fix future namespace issues for functions taking $var_to_set -- functions
taking a variable to set need to make sure they protect their locals; if
$var_to_set positional argument coincides with a local the expected call
to `setvar' will fail to reach outside of the function's namespace. When
such collisions are experienced (as I did in the rewrite of usermgmt) the
solution is to append a full or abbreviated version of the function name
to the local (ultimately eliminating collisions). This is rarely needed
and only occurs when you have a lot of like-named functions that pass
very similar $var_to_set positional arguments to each other (such as-is
the case with an expansive library such as `dialog.subr').
2014-03-14 02:50:32 +00:00
..
console Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
diskmgmt Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
docsinstall Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
dot Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
examples Fix a bug in HTTP checking/fetching. 2013-09-23 16:47:52 +00:00
include Sort messages. 2013-11-25 20:37:53 +00:00
includes Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
mouse Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
networking Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
packages Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
password Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
security Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
share Fix future namespace issues for functions taking $var_to_set -- functions 2014-03-14 02:50:32 +00:00
startup Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
timezone Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
ttys Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
usermgmt Remove vestigial global, no-longer used since SVN r262904. 2014-03-10 21:37:40 +00:00
bsdconfig Update copyright. 2014-03-14 02:40:52 +00:00
bsdconfig.8 Adhere to 80-column width. 2013-07-05 18:31:26 +00:00
Makefile Add new `includes' module for exploring the bsdconfig(8) API. 2013-11-20 20:37:21 +00:00
USAGE Fix typos in the BSD License. 2013-07-07 18:51:44 +00:00