aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute6
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Enable use of poll()Kris Kennaway2000-10-081-1/+1
* Sync with KAME. Don't write past the end of the fd_set.Kris Kennaway2000-10-081-6/+27
* Don't call errx() without a format string, to protect against possibleKris Kennaway2000-08-051-4/+4
* Sync with latest KAME code.Kris Kennaway2000-07-052-136/+388
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
* Fix typoAlexey Zelkin2000-05-061-1/+2
* . clear `.Os' macro value since this tool is not KAME only anymoreAlexey Zelkin2000-05-011-6/+7
* Security fixes. (Just same as sbin/ping and usr.sbin/traceroute)Yoshinobu Inoue2000-02-241-7/+9
* replace gethostbyname() with getaddrinfo(), and gethostbyaddr() withYoshinobu Inoue2000-01-091-15/+24
* remove redundant ifdef's.Yoshinobu Inoue2000-01-071-71/+0
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-061-1/+3
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-283-0/+1249