summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share
Commit message (Expand)AuthorAgeFilesLines
* Merge r248313 from stable/9 sysinstall(8) to head bsdconfig(8):dteske2013-06-237-16/+660
* Implement the $probe_only parameter (previously unimplemented).dteske2013-06-231-3/+8
* Fine-tune the parsing of the URL. Re-order, comment, and add debugging todteske2013-06-232-17/+66
* Fix a code typo that prevented the probing of the current defaultrouterdteske2013-06-221-1/+1
* Oops, previous revision (r252084) broke non-full-path resolution (e.g.,dteske2013-06-221-1/+1
* Trim the trailing `/' from the ftp_dir when validating that the directorydteske2013-06-221-1/+4
* Take advantage of the fact that f_getvar evaluates the $var_to_get parameterdteske2013-06-222-6/+5
* Add missing local declaration.dteske2013-06-211-1/+1
* Remove unused library include.dteske2013-06-211-1/+0
* Alphabetize library includes.dteske2013-06-2114-26/+26
* Style.dteske2013-06-212-18/+10
* Typo and grammar fixes to comments.dteske2013-06-212-2/+2
* Fix a code typo in a case-statement match expression that prevented IPv6dteske2013-06-201-1/+1
* Alphabetize reserved-word (resword) registration.dteske2013-06-191-4/+4
* Alphabetize includes.dteske2013-06-191-1/+1
* Change the f_dialog_{yesno,noyes}() function-arguments in `dialog.subr' todteske2013-06-181-6/+6
* Change the f_dialog_msgbox() arguments in `dialog.subr' to accomodate andteske2013-06-181-3/+4
* Add skeleton processing of selected packages in the order in which theydteske2013-06-141-7/+42
* Make the default choice for FTP media access use "auto".dteske2013-06-112-2/+2
* Use f_shell_escape() instead of forking to awk. In this case, thedteske2013-06-042-5/+4
* Similar to r251236, r251242, and r251244. Introduce new function-pair todteske2013-06-042-5/+44
* Fix a code typo (missing `eval') which lead to improperly-sized menu whendteske2013-06-041-1/+1
* Fix menu accenting for the package category list. The single-space indentdteske2013-06-041-5/+5
* Whitespace and comments.dteske2013-06-041-3/+3
* Improve debugging for f_dialog_*_constrain() to print constrained ratherdteske2013-06-041-2/+15
* Like r250701, introduce another handy function for truncating variables to adteske2013-06-021-0/+35
* Fix a bug in which the user's choice to Cancel was not recognized. This wasdteske2013-06-021-1/+2
* Fix a bug that would cause a spurious warning to appear to appear in andteske2013-06-021-0/+2
* Fix a bug in which the user's choice to Cancel was not properly recognized.dteske2013-06-021-1/+5
* Fix a copy/paste error within a comment.dteske2013-06-021-1/+1
* Add some additional debugging to the common media library.dteske2013-06-021-1/+9
* Standardize NULL initialization to be consistent.dteske2013-06-022-2/+2
* Use f_isset() (introduced by r250317) instead of `f_quietly f_getvar ...'.dteske2013-06-023-9/+10
* Make proper use of locals in f_dialog_init().dteske2013-06-021-5/+4
* Improvements to whitespace and comments.dteske2013-06-023-15/+16
* Fix option processing from the library layer to address unexpecteddteske2013-06-022-6/+35
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-025-38/+49
* Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()dteske2013-06-021-0/+39
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrdteske2013-06-024-64/+109
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-018-85/+123
* Fix a regression in the packages module introduced by recent r251190.dteske2013-06-011-37/+46
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-05-316-840/+1129
* Fix a typo in a comment.dteske2013-05-161-1/+1
* Add a handy function for truncating variables to a specific byte-length. Itdteske2013-05-161-0/+20
* Centralize standard getopts arguments, both for convenience and to correctdteske2013-05-142-5/+31
* Comment.dteske2013-05-121-1/+1
* Fix i18n violations in the package management module. A few words likedteske2013-05-122-12/+28
* Remove duplicated string.dteske2013-05-121-1/+1
* Comments.dteske2013-05-121-1/+5
* Whitespace.dteske2013-05-121-2/+2
OpenPOWER on IntegriCloud