summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/networking
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't prevent the user from hanging their system by changing networkdteske2013-07-056-17/+16
* 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-2411-32/+33
* Alphabetize library includes.dteske2013-06-217-7/+7
* Whitespace.dteske2013-06-191-20/+21
* Perform some code consolidation and add some additional errordteske2013-06-182-26/+21
* Whitespace and comments.dteske2013-06-181-4/+2
* Improve the INDEX format. Whitespace improvements, format improvements, typodteske2013-06-181-17/+21
* 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
* Standardize NULL initialization to be consistent.dteske2013-06-021-1/+1
* Improvements to whitespace and comments.dteske2013-06-021-1/+3
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-022-12/+12
* Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()dteske2013-06-021-10/+14
* 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-015-32/+23
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-05-313-32/+41
* Centralize standard getopts arguments, both for convenience and to correctdteske2013-05-145-5/+5
* Prevent device.subr from auto-loading in the nameservers module.dteske2013-04-231-0/+3
* Fix two bugs when setting up a plip interface. First, dhcp status was notdteske2013-04-221-1/+2
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-226-16/+47
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-226-11/+15
* Import media selection/preparation framework (sysinstall inspired). Makesdteske2013-02-2510-564/+15
* 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-2513-0/+44
* Remove unnecessary duplicate initialization of the dialog(1) API (automaticallydteske2012-12-255-5/+0
* 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-252-37/+91
* Add IPv6 address-validation routine.dteske2012-11-242-2/+157
* Replicate a feature from sysinstall documented indteske2012-11-165-5/+5
* 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-263-3/+46
* Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesigndteske2012-09-217-14/+14
* Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).dteske2012-09-217-14/+14
* Change all invocations of dialog(1) to no-longer require temporary files.dteske2012-09-208-22/+59
* Move major includes into /usr/share/bsdconfig for easy external access.dteske2012-09-1816-98/+109
* Correct double "the the"eadler2012-09-141-1/+1
* Import bsdconfig(8) as a replacement for the post-install abilities ofdteske2012-07-1418-0/+2869
OpenPOWER on IntegriCloud