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