aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute6
Commit message (Expand)AuthorAgeFilesLines
* - setsockopt/sysctl takes int, not u_long.Hajimu UMEMOTO2003-11-122-90/+149
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-1/+1
* - styleHajimu UMEMOTO2003-10-231-145/+131
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-211-16/+7
* Quote from a Problem Report:Maxim Konovalov2003-07-211-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Back out previous commit. I was a bit overzealous: the fd_set size isJacques Vidrine2002-09-091-2/+0
* Check for FD_SET overrun.Jacques Vidrine2002-09-091-0/+2
* The .Nm utilityPhilippe Charnier2002-07-141-2/+2
* Don't override BINGRP -- this binary is not ``setgid bin''.Ruslan Ermilov2001-09-131-1/+0
* mdoc(7) police:Ruslan Ermilov2001-08-071-4/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-5/+4
* Sync with recent KAME.Hajimu UMEMOTO2001-06-112-24/+68
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+2
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
* 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