summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst/net.c
AgeCommit message (Expand)Author
2016-12-13ping is not a reliable means of testing if connectivity to download setsroy
2016-11-22Fix PR kern/51531 by using ifconfig to wait for addresses to becomeroy
2015-05-21Remove obsolete interfaces: eon (netiso) and nsip (netns)ozaki-r
2015-05-11Make "ask_yesno" and "ask_noyes" take a const char * as argument, movingmartin
2015-05-11Make it compile on architectures that do not support INET6 in sysinstmartin
2015-05-10Backout the previous incorrect fix for PR 49440 and redo it more globaly:martin
2014-10-14Don't use asctime(localtime(time_t *)) because this is really ctime(time_t *)christos
2014-09-22Remove the ping6 ff02::2 test, it looks pretty pointless.roy
2014-09-13For the benefit of gcc 4.5, rename a local "nl" variable to "nline",martin
2014-09-13Fix a bogus gcc warning: dhcp_config may be used uninitializedroy
2014-09-13Show the IP6 address instead of yesroy
2014-09-13Strip newline from the gateway correctly.roy
2014-09-13Change the display order so it's protocol agnostic at the top,roy
2014-09-13Only prompt for one nameserver, let the user decide if it's aroy
2014-09-12rtsol is no longer used.roy
2014-09-12Don't prompt for hostname or domain if obtained from DHCP.roy
2014-09-12dhcpcd will already have configured the system at this point, soroy
2014-09-12Use the 20-resolv.conf hook from dhcpcd rather than the minimal one.roy
2014-09-12The dhcpcd utilties in pkgsrc require dhcpcd to be running in master mode.roy
2014-08-19Make sure the interface name is 0 terminated, pointed out by coverity scan.martin
2014-08-19Remove duplicate fclose(), pointed out by coverity scan.martin
2014-08-03(Finally) merge a slightly modified version of the 2012 GSoC resultsmartin
2014-07-26Move sysinst sources to usr.sbin.dholland