summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share/media
Commit message (Expand)AuthorAgeFilesLines
* Be consistent with other usr.sbin programs w/respect to the copyrightdteske2013-07-0715-15/+15
* Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The maindteske2013-07-058-22/+21
* 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-241-2/+2
* Merge r248313 from stable/9 sysinstall(8) to head bsdconfig(8):dteske2013-06-234-15/+652
* 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-2113-25/+25
* Style.dteske2013-06-212-18/+10
* Typo and grammar fixes to comments.dteske2013-06-211-1/+1
* Fix a code typo in a case-statement match expression that prevented IPv6dteske2013-06-201-1/+1
* Make the default choice for FTP media access use "auto".dteske2013-06-111-1/+1
* Fix a bug that would cause a spurious warning to appear to appear in andteske2013-06-021-0/+2
* 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-022-8/+9
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-023-9/+7
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrdteske2013-06-021-18/+12
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-014-25/+13
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-05-313-42/+49
* Whitespace.dteske2013-05-121-2/+2
* Commit first portion of package module -- this includes the ability to viewdteske2013-05-071-0/+24
* Properly sanitize --menu results (guards against Gtk library warnings fromdteske2013-04-261-0/+2
* Add missing include.dteske2013-04-231-0/+1
* Partially uncommit r249779. The changes to share/common.subr were gooddteske2013-04-221-24/+0
* Fix "-D file" to automagically enable debugging if not explicitly disabled.dteske2013-04-221-0/+24
* Style nit (to be consistent across project).dteske2013-04-221-2/+2
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-221-0/+3
* Import media selection/preparation framework (sysinstall inspired). Makesdteske2013-02-2515-0/+5130
OpenPOWER on IntegriCloud