freebsd-dev/usr.sbin/bsdconfig/share
Devin Teske 2cc6c69d05 Improve network device scanning in the netdev module. First, make it use the
`device.subr' framework (improving performane and reducing sub-shells). Next
improve the `device.subr' framework itself. Make use of the `flags' device
struct member for network interfaces to indicate if an interface is Active,
Wired Ethernet, or 802.11 Wireless. Functions have been added to make checks
against the `flags' bit-field quick and efficient. Last, add function for
rescanning the network to update the device registers. Remove an unnecessary
local (ifn) while we're here (use already provided local `if').
2013-11-22 00:32:32 +00:00
..
media Update function description for API tool: 2013-11-20 22:12:21 +00:00
packages Fix package installation from physical media such as DVD. 2013-11-17 17:53:55 +00:00
common.subr Remove the env(1) but keep the var. 2013-11-11 02:02:05 +00:00
device.subr Improve network device scanning in the netdev module. First, make it use the 2013-11-22 00:32:32 +00:00
dialog.subr Fix an off-by-one error that was causing menus to look funny. 2013-11-07 11:20:50 +00:00
keymap.subr Add keymap.subr for presenting custom keymap dialogs (with X11 support). 2013-10-11 18:21:05 +00:00
Makefile Add keymap.subr for presenting custom keymap dialogs (with X11 support). 2013-10-11 18:21:05 +00:00
mustberoot.subr Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-use 2013-10-09 08:12:26 +00:00
script.subr Fix typos in the BSD License. 2013-07-07 18:51:44 +00:00
strings.subr Add f_sprintf() and f_vsprintf() to go along with previously added 2013-11-07 10:47:12 +00:00
struct.subr Fix typos in the BSD License. 2013-07-07 18:51:44 +00:00
sysrc.subr Comments. 2013-11-12 04:02:51 +00:00
variable.subr Add new `includes' module for exploring the bsdconfig(8) API. 2013-11-20 20:37:21 +00:00