summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Remove the is (Iceland) mirror per mail from the admins.brd2013-09-271-1/+0
* Fix a bug in HTTP checking/fetching.dteske2013-09-234-4/+38
* Remove unnecessary mediaClose (FTP operations are done with either ftp(1)dteske2013-09-071-1/+0
* Long URLs don't always appear even with autosizing and other tricks. So,dteske2013-09-071-1/+1
* Remove ftp2.tr.freebsd.org, it is out of date.gavin2013-07-232-2/+0
* Sync-up with bsdinstall(8) FTP mirrorselect changes.dteske2013-07-222-53/+18
* Re-implement $probe_only aspect of f_media_get_TYPE() (where TYPE is cdrom,dteske2013-07-1412-81/+159
* Introduce a new [yet unused] function for [efficiently] getting the path todteske2013-07-101-0/+29
* Adjust comments to fit within 80-columns.dteske2013-07-091-4/+4
* Fix conditional (der should match the comment above it).dteske2013-07-091-1/+1
* Do two things: First, don't obscure the backtitle. Second, read ~/.dialogrcdteske2013-07-091-1/+47
* Fix typos in the BSD License.dteske2013-07-0789-177/+177
* Be consistent with other usr.sbin programs w/respect to the copyrightdteske2013-07-071-1/+1
* Be consistent with other usr.sbin programs w/respect to the copyrightdteske2013-07-0788-88/+88
* Don't prevent the user from hanging their system by changing networkdteske2013-07-056-17/+16
* Check for INDEX file first before anything else when processing modules.dteske2013-07-051-0/+2
* Check menuitem before calculating tag.dteske2013-07-051-2/+2
* Add the necessary code to reinstall packages. Both scripted accessdteske2013-07-052-1/+11
OpenPOWER on IntegriCloud