summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
Commit message (Expand)AuthorAgeFilesLines
* Sort messages.dteske2013-11-256-29/+29
* Add missing newline to printf format string.dteske2013-11-251-2/+2
* Add missing `$' before variable name `pgm'. Unnoticed unless runningdteske2013-11-251-1/+1
* Improve network device scanning in the netdev module. First, make it use thedteske2013-11-223-35/+173
* f_die() (see `bsdconfig includes -dF die') uses a dialog box (and has beendteske2013-11-212-4/+6
* Remove unused line -- cruft left over from SVN r258360.dteske2013-11-211-1/+0
* Quote the interface name for good measure.dteske2013-11-211-6/+7
* Update function description for API tool:dteske2013-11-201-3/+4
* Make `-d' implicitly enable `-f' for simplification.dteske2013-11-202-3/+3
* Add a `-d' flag for printing the description of each function.dteske2013-11-202-8/+28
* Add new `includes' module for exploring the bsdconfig(8) API.dteske2013-11-208-3/+342
* Whitespace, style, sub-shells, and standardize variable namedteske2013-11-201-26/+20
* "Tim trailing" -> "Trim trailing"trhodes2013-11-191-1/+1
* Fix package installation from physical media such as DVD.dteske2013-11-173-14/+34
* Always shutdown the media when we're exiting the packages module (preventsdteske2013-11-172-4/+3
* Improve debugging with f_eval_catch() introduced by SVN r257784 and alsodteske2013-11-172-5/+8
* Kick an unused orphan to the curb ;)dteske2013-11-171-2/+2
* Move function name declaration to top of function (where it is closest todteske2013-11-171-18/+18
* Comments.dteske2013-11-121-2/+2
* Remove the env(1) but keep the var.dteske2013-11-111-2/+2
* Unbreak the installer on head/:gjb2013-11-111-0/+1
* Use `pkg -vv' to obtain ABI for validating a chosen media server (donedteske2013-11-072-9/+6
* Fix cosmetic typos (since the typo's in the variable names were copieddteske2013-11-073-6/+6
* Replace pkg-tools with pkgng.dteske2013-11-075-77/+266
* Fix an off-by-one error that was causing menus to look funny.dteske2013-11-071-1/+1
* Comments.dteske2013-11-071-2/+2
* Add f_sprintf() and f_vsprintf() to go along with previously addeddteske2013-11-071-0/+22
* Fix a bug where a format with leading `-' could be mistaken for printfdteske2013-11-071-1/+2
* Comments.dteske2013-11-071-5/+5
* Add some helpful debugging (showing the resolved host address).dteske2013-11-071-0/+1
* Fix a silly bug that would result in attempting to fetch (literally) thedteske2013-11-071-1/+1
* Use dialog(1) to obtain maximum-size; stty fails when running in a pipe-dteske2013-11-071-1/+10
* Add an f_eval_catch() function for debugging individual commands in adteske2013-11-071-0/+82
* Add an f_show_err() function -- acts pretty much the same as f_show_msg()dteske2013-11-072-0/+25
* Add global DEBUG_INITIALIZE_FILE environment variable for controllingdteske2013-11-071-5/+13
* Comments. Replace a funny syntax with f_isset() while here.dteske2013-11-071-11/+10
* Whitespace.dteske2013-11-071-1/+1
* Fix a bug that resulted in spurious error message "f_media_shutdown_http:dteske2013-11-061-1/+1
* Add support for dereferencing SRV records via f_host_lookup(). Takes thedteske2013-11-061-3/+38
* Fix signed integer overflow detection in f_expand_number() of strings.subr.dteske2013-10-121-24/+34
* Add new f_expand_number() (shadowing expand_number(3)).dteske2013-10-111-0/+106
* Store descriptions for DEVICE_TYPE_DISK and fix static-defaults mapping.dteske2013-10-111-8/+61
* Add $VAR_ZFSINTERACTIVE (zfsInteractive) and new f_zfsinteractive() fordteske2013-10-111-0/+16
* Fix a bug that would occur in application death when debugging was enableddteske2013-10-111-6/+6
* Add keymap.subr for presenting custom keymap dialogs (with X11 support).dteske2013-10-114-2/+267
* Add a USE_DIALOG global (analogous to USE_XDIALOG); useful for insertingdteske2013-10-111-1/+2
* Fix a minor bug; if strings.subr was included by itself it may not havedteske2013-10-111-0/+5
* Add support for obtaining the capacity of disks. Add comment while here.dteske2013-10-111-9/+43
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-usedteske2013-10-0947-206/+208
* Remove ftp5.se.f.o, as per request to -hubs@gavin2013-09-281-1/+0
OpenPOWER on IntegriCloud