summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share
Commit message (Expand)AuthorAgeFilesLines
* 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-0725-25/+25
* Add the necessary code to reinstall packages. Both scripted accessdteske2013-07-052-1/+11
* Remove superfluous continue at end of loop. (pointy-hat)dteske2013-07-051-1/+1
* Add support for processing add-on modules from /usr/local/libexec/bsdconfigdteske2013-07-051-3/+13
* Oops, r252833 was not supposed to touch this file. Back-out and recommitdteske2013-07-051-13/+3
* Don't calculate the tag until we know that we're going to make a new menudteske2013-07-051-3/+13
* Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The maindteske2013-07-059-23/+22
* Add the necessary code to uninstall packages (re-install still pending).dteske2013-07-052-1/+131
* Add minor debugging.dteske2013-07-051-0/+1
* Prevent f_package_add() from re-performing f_package_detect_installed()dteske2013-07-051-0/+1
* Don't deselect a package right after installing it (this went unnoticeddteske2013-07-051-2/+0
* Minor debugging changes/additions.dteske2013-07-051-7/+14
* Fix a typo in a comment.dteske2013-07-051-1/+1
* Add the beginnings of the old networking services functionality ofdteske2013-07-051-0/+4
* Add the necessary code to install packages (uninstall and re-install stilldteske2013-07-053-1/+278
* Add debugging for each of the initialized default variables.dteske2013-07-051-0/+23
* Add mustberoot.subr to the list of includes for scripts, exposing the helperdteske2013-07-051-0/+1
* Remove separate processing of dependent packages from the "Review" screendteske2013-07-051-11/+2
* Get rid of place-holder in preparation for incoming package mgmt code.dteske2013-07-051-3/+0
* Comments.dteske2013-07-051-2/+14
* Allow global default as general fall-back for package management routines.dteske2013-07-051-2/+3
* Set name of device to directory path (displayed during package operations).dteske2013-07-051-0/+1
* Implement $probe_only for the media access modules. sysinstall(8) wasdteske2013-07-049-20/+45
* More whitespace.dteske2013-06-246-16/+16
* 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
OpenPOWER on IntegriCloud