summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/networking/share
Commit message (Expand)AuthorAgeFilesLines
* Be consistent with other usr.sbin programs w/respect to the copyrightdteske2013-07-079-9/+9
* Don't prevent the user from hanging their system by changing networkdteske2013-07-055-16/+15
* Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The maindteske2013-07-052-3/+3
* Add the beginnings of the old networking services functionality ofdteske2013-07-052-1/+55
* More whitespace.dteske2013-06-246-27/+28
* Alphabetize library includes.dteske2013-06-217-7/+7
* Use a case-statement instead of multiple (separate even) if-statements.dteske2013-06-041-4/+7
* Make some obvious consolidations in local declaration for readability.dteske2013-06-021-2/+1
* Improvements to whitespace and comments.dteske2013-06-021-1/+3
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-021-5/+6
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrdteske2013-06-026-21/+14
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-013-18/+14
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-05-312-24/+30
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-223-9/+33
* Import media selection/preparation framework (sysinstall inspired). Makesdteske2013-02-257-529/+12
* Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax).dteske2013-01-143-12/+6
* Add missing dialog(1) arguments to internationalize "Help"-button label.dteske2013-01-141-0/+1
* Whitespace.dteske2012-12-281-0/+1
* Fix incorrect function name. s/[[:<:]]dialog_clear/f_&/dteske2012-12-281-1/+1
* Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-258-0/+39
* Split dialog(1)-based validators for hostname/netmask into two, providingdteske2012-12-212-18/+74
* Remove unused include.dteske2012-12-211-1/+0
* New f_show_info() function for dialog(1) --infobox using printf(1) syntax.dteske2012-12-211-4/+2
* Use f_show_help() where printf(1) syntax is desired.dteske2012-12-216-60/+26
* Add much-needed dialog(1) --inputbox function for simplifying the process ofdteske2012-12-215-132/+21
* Comments.dteske2012-11-271-2/+2
* Split IP address validation routines and improve error detection for dotted-dteske2012-11-251-33/+87
* Add IPv6 address-validation routine.dteske2012-11-241-1/+152
* Remove unnecessary quotation to clean things up.dteske2012-10-261-1/+1
* Don't mask fwe(4) lp(4) or plip(4) devices from ifconfig(8) list.dteske2012-10-261-3/+0
* Resurrect and integrate stable/9/sysinstall/help/tcp.hlpdteske2012-10-261-2/+12
* Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesigndteske2012-09-216-13/+13
* Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).dteske2012-09-216-13/+13
* Change all invocations of dialog(1) to no-longer require temporary files.dteske2012-09-207-20/+52
* Move major includes into /usr/share/bsdconfig for easy external access.dteske2012-09-189-0/+2140
OpenPOWER on IntegriCloud