summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share/media
Commit message (Expand)AuthorAgeFilesLines
* Add bsdconfig `wifi' (aka `wireless' or `wlan') moduledteske2016-06-162-1/+1393
* usr.sbin/bsdconfig: minor spelling fixes on comments.pfg2016-05-011-1/+1
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+11
* META MODE: These need object directories to handle staging.bdrewery2015-11-261-2/+0
* Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)dteske2014-11-041-3/+0
* Add example script `add_some_packages.sh', demonstrating how to installdteske2014-07-222-6/+3
* Update example portion of comment to coincide with r264840 changes.dteske2014-05-171-1/+2
* Implement GEOM based media device classification. You'll notice a fewdteske2014-04-2311-168/+159
* Performance and debugging enhancements:dteske2013-12-079-72/+96
* Update function description for API tool:dteske2013-11-201-3/+4
* Fix package installation from physical media such as DVD.dteske2013-11-171-0/+1
* Always shutdown the media when we're exiting the packages module (preventsdteske2013-11-171-4/+1
* Use `pkg -vv' to obtain ABI for validating a chosen media server (donedteske2013-11-071-3/+2
* Replace pkg-tools with pkgng.dteske2013-11-071-11/+43
* Add some helpful debugging (showing the resolved host address).dteske2013-11-071-0/+1
* Fix a silly bug that would result in attempting to fetch (literally) thedteske2013-11-071-1/+1
* Fix a bug that resulted in spurious error message "f_media_shutdown_http:dteske2013-11-061-1/+1
* Add support for dereferencing SRV records via f_host_lookup(). Takes thedteske2013-11-061-3/+38
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-usedteske2013-10-0912-39/+34
* Remove ftp5.se.f.o, as per request to -hubs@gavin2013-09-281-1/+0
* - Remove the is (Iceland) mirror per mail from the admins.brd2013-09-271-1/+0
* Fix a bug in HTTP checking/fetching.dteske2013-09-231-3/+12
* Remove ftp2.tr.freebsd.org, it is out of date.gavin2013-07-231-1/+0
* Sync-up with bsdinstall(8) FTP mirrorselect changes.dteske2013-07-221-45/+15
* Re-implement $probe_only aspect of f_media_get_TYPE() (where TYPE is cdrom,dteske2013-07-1411-79/+157
* Fix typos in the BSD License.dteske2013-07-0715-30/+30
* 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
OpenPOWER on IntegriCloud