summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share/packages
Commit message (Expand)AuthorAgeFilesLines
* Be consistent with other usr.sbin programs w/respect to the copyrightdteske2013-07-073-3/+3
* Add the necessary code to reinstall packages. Both scripted accessdteske2013-07-051-1/+10
* Remove superfluous continue at end of loop. (pointy-hat)dteske2013-07-051-1/+1
* Add the necessary code to uninstall packages (re-install still pending).dteske2013-07-051-1/+130
* 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 necessary code to install packages (uninstall and re-install stilldteske2013-07-052-1/+277
* 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
* More whitespace.dteske2013-06-241-3/+3
* Alphabetize library includes.dteske2013-06-211-1/+1
* Add skeleton processing of selected packages in the order in which theydteske2013-06-141-7/+42
* Similar to r251236, r251242, and r251244. Introduce new function-pair todteske2013-06-041-5/+6
* 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
* Fix a bug in which the user's choice to Cancel was not recognized. This wasdteske2013-06-021-1/+2
* Use f_isset() (introduced by r250317) instead of `f_quietly f_getvar ...'.dteske2013-06-021-1/+1
* Improvements to whitespace and comments.dteske2013-06-021-13/+13
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-021-21/+33
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-011-32/+35
* Fix a regression in the packages module introduced by recent r251190.dteske2013-06-011-37/+46
* 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
* Fix a bug that would cause the category menu to display the wrong valuedteske2013-05-091-4/+4
* Commit first portion of package module -- this includes the ability to viewdteske2013-05-074-0/+1204
OpenPOWER on IntegriCloud