aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/networking/share
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1611-11/+0
* Update several more URLsEitan Adler2017-10-291-2/+2
* Add bsdconfig `wifi' (aka `wireless' or `wlan') moduleDevin Teske2016-06-161-1/+19
* Utilize new `-v var_to_set' of f_snprintf()Devin Teske2016-02-012-7/+7
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+11
* META MODE: These need object directories to handle staging.Bryan Drewery2015-11-261-2/+0
* Update copyrights.Devin Teske2015-02-101-1/+1
* Comments.Devin Teske2015-02-101-1/+1
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-1/+1
* Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Devin Teske2014-11-041-3/+0
* Implement GEOM based media device classification. You'll notice a fewDevin Teske2014-04-231-2/+3
* Performance and debugging enhancements:Devin Teske2013-12-078-71/+104
* Improve network device scanning in the netdev module. First, make it use theDevin Teske2013-11-221-21/+16
* Remove unused line -- cruft left over from SVN r258360.Devin Teske2013-11-211-1/+0
* Quote the interface name for good measure.Devin Teske2013-11-211-6/+7
* Whitespace, style, sub-shells, and standardize variable nameDevin Teske2013-11-201-26/+20
* "Tim trailing" -> "Trim trailing"Tom Rhodes2013-11-191-1/+1
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-useDevin Teske2013-10-097-39/+38
* Fix typos in the BSD License.Devin Teske2013-07-079-18/+18
* Be consistent with other usr.sbin programs w/respect to the copyrightDevin Teske2013-07-079-9/+9
* Don't prevent the user from hanging their system by changing networkDevin Teske2013-07-055-16/+15
* Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The mainDevin Teske2013-07-052-3/+3
* Add the beginnings of the old networking services functionality ofDevin Teske2013-07-052-1/+55
* More whitespace.Devin Teske2013-06-246-27/+28
* Alphabetize library includes.Devin Teske2013-06-217-7/+7
* Use a case-statement instead of multiple (separate even) if-statements.Devin Teske2013-06-041-4/+7
* Make some obvious consolidations in local declaration for readability.Devin Teske2013-06-021-2/+1
* Improvements to whitespace and comments.Devin Teske2013-06-021-1/+3
* Standardize the way functions build their arguments leading up to a dialogDevin Teske2013-06-021-5/+6
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrDevin Teske2013-06-026-21/+14
* Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske2013-06-013-18/+14
* Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske2013-05-312-24/+30
* UI improvements. First, implement --default-item whenever and whereverDevin Teske2013-04-223-9/+33
* Import media selection/preparation framework (sysinstall inspired). MakesDevin Teske2013-02-257-529/+12
* Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax).Devin Teske2013-01-143-12/+6
* Add missing dialog(1) arguments to internationalize "Help"-button label.Devin Teske2013-01-141-0/+1
* Whitespace.Devin Teske2012-12-281-0/+1
* Fix incorrect function name. s/[[:<:]]dialog_clear/f_&/Devin Teske2012-12-281-1/+1
* Add more debugging to help with diagnosis of program-flow when needed.Devin Teske2012-12-258-0/+39
* Split dialog(1)-based validators for hostname/netmask into two, providingDevin Teske2012-12-212-18/+74
* Remove unused include.Devin Teske2012-12-211-1/+0
* New f_show_info() function for dialog(1) --infobox using printf(1) syntax.Devin Teske2012-12-211-4/+2
* Use f_show_help() where printf(1) syntax is desired.Devin Teske2012-12-216-60/+26
* Add much-needed dialog(1) --inputbox function for simplifying the process ofDevin Teske2012-12-215-132/+21
* Comments.Devin Teske2012-11-271-2/+2
* Split IP address validation routines and improve error detection for dotted-Devin Teske2012-11-251-33/+87
* Add IPv6 address-validation routine.Devin Teske2012-11-241-1/+152
* Remove unnecessary quotation to clean things up.Devin Teske2012-10-261-1/+1
* Don't mask fwe(4) lp(4) or plip(4) devices from ifconfig(8) list.Devin Teske2012-10-261-3/+0