aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/networking/share/media.subr
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Utilize new `-v var_to_set' of f_snprintf()Devin Teske2016-02-011-6/+6
* Performance and debugging enhancements:Devin Teske2013-12-071-9/+12
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-useDevin Teske2013-10-091-4/+4
* Fix typos in the BSD License.Devin Teske2013-07-071-2/+2
* Be consistent with other usr.sbin programs w/respect to the copyrightDevin Teske2013-07-071-1/+1
* Don't prevent the user from hanging their system by changing networkDevin Teske2013-07-051-4/+4
* More whitespace.Devin Teske2013-06-241-1/+1
* Alphabetize library includes.Devin Teske2013-06-211-1/+1
* Use a case-statement instead of multiple (separate even) if-statements.Devin Teske2013-06-041-4/+7
* Improvements to whitespace and comments.Devin Teske2013-06-021-1/+3
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrDevin Teske2013-06-021-5/+3
* Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske2013-06-011-5/+4
* UI improvements. First, implement --default-item whenever and whereverDevin Teske2013-04-221-2/+2
* Add more debugging to help with diagnosis of program-flow when needed.Devin Teske2012-12-251-0/+5
* Use f_show_help() where printf(1) syntax is desired.Devin Teske2012-12-211-6/+2
* Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesignDevin Teske2012-09-211-1/+1
* Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).Devin Teske2012-09-211-1/+1
* Change all invocations of dialog(1) to no-longer require temporary files.Devin Teske2012-09-201-4/+10
* Move major includes into /usr/share/bsdconfig for easy external access.Devin Teske2012-09-181-0/+235