summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
Commit message (Expand)AuthorAgeFilesLines
* Add the necessary code to uninstall packages (re-install still pending).dteske2013-07-053-1/+135
* 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-053-1/+59
* Add the necessary code to install packages (uninstall and re-install stilldteske2013-07-054-1/+290
* 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-2457-107/+108
* Whitespace.dteske2013-06-241-2/+2
* Add a newline character to the end of the "Check URL again" error messagedteske2013-06-231-1/+1
* Merge r248313 from stable/9 sysinstall(8) to head bsdconfig(8):dteske2013-06-239-22/+678
* 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
* Fix a regression introduced by r251967, resulting in:dteske2013-06-221-1/+1
* Fix a regression introduced by r251967, resulting in:dteske2013-06-221-1/+1
* Add missing local declaration.dteske2013-06-211-1/+1
* Remove unused library include.dteske2013-06-211-1/+0
* Alphabetize library includes.dteske2013-06-2121-33/+33
* 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
* When the fall-back of a case-statement is the last thing executed in adteske2013-06-202-21/+19
* When the fall-back of a case-statement is the last thing executed in adteske2013-06-205-41/+33
* Remove pedanticism and consolidate some logic.dteske2013-06-201-7/+1
* Add debugging (for a case that shouldn't arise, but makes it more obviousdteske2013-06-203-0/+6
* Style -- no ;; needed on fallback clause within case-statement.dteske2013-06-192-3/+3
* Whitespace.dteske2013-06-192-40/+31
* Whitespace and comments.dteske2013-06-196-8/+10
* Alphabetize reserved-word (resword) registration.dteske2013-06-191-4/+4
* Alphabetize includes.dteske2013-06-191-1/+1
* Remove extra whitespace lines.dteske2013-06-194-8/+0
* Change a humongous if-statement at the end of f_install_zoneinfo_file() intodteske2013-06-191-114/+110
* Take advantage of newly updated f_dialog_{yesno,noyes}() functions fromdteske2013-06-191-22/+4
* When I first wrote the timezone module, it was in sysutils/tzdialog and itdteske2013-06-191-105/+31
* Change the f_dialog_{yesno,noyes}() function-arguments in `dialog.subr' todteske2013-06-181-6/+6
* Perform some code consolidation and replace nested case-statements withdteske2013-06-181-67/+71
* Fix a regression introduced by r251967, resulting in:dteske2013-06-181-1/+1
OpenPOWER on IntegriCloud