summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute
AgeCommit message (Expand)Author
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-05-17strncpy -> strlcpyitojun
2003-05-15assume getifaddrs(3)itojun
2003-05-15byebye savestr. with savestr() we can't free().itojun
2003-05-15just for safetyitojun
2003-05-15traceroute.c doesn't use savestr()itojun
2003-04-06NFSNET. From Igor Sobrado in PR 19691.wiz
2003-03-31MERCHANTIBILITY->MERCHANTABILITYperry
2003-03-30HP-UX, not HPUX. Igor Sobrado, PR 19678.wiz
2003-03-30Uppercase ULTRIX. Igor Sobrado in PR 19678.wiz
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2002-12-21Fix order of letters in calculated, from Adrian Mrva.wiz
2002-11-16die if strdup failureitojun
2002-11-16strto* audit.itojun
2002-10-01poll.h, not sys/poll.hitojun
2002-09-18select() -> poll()mycroft
2002-08-12it is no use to do SO_DONTROUTE on receive socket. stevesk@openbsditojun
2002-08-09no need for struct timezone. From: Kevin Steves <kevin@atomicgears.com>itojun
2002-08-01correct in_cksum2 for odd length caseitojun
2002-08-01kill register variable decls, they are meaningless these daysitojun
2002-08-01u_short cleansing (use u_int16_t where appropriate).itojun
2002-07-11Work-around an internal compiler error on the SuperH sh5 toolchain.scw
2002-07-06Remove __P().wiz
2002-07-06Remove some unnecessary cruft.wiz
2002-07-06unifdef __STDC__wiz
2002-06-29it is highly unlikely that protocol # for ip/icmp to change. from deraadt.itojun
2002-05-26grab max hlim/ttl from kernel via sysctl. sync w/openbsditojun
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-04Patch from PR 14724 to document the -q option.fair
2002-02-02Fix xref.wiz
2002-01-19Whitespace nits.wiz
2002-01-12check if timeout already expired before select.yamt
2001-11-04Add support for printing the AS number associated with the address atatatat
2001-10-09fix lsrr.yamt
2001-06-18Symmetric has one s and two m's.wiz
2001-01-16Don't forget the trailing newline.cgd
2001-01-12correct fd_set allocation. from deraadtitojun
2000-11-02Remove duplicate entry for -d option, fixing misc/11414.wiz
2000-10-07avoid fd_set overflow. see openbsd select(2).itojun
2000-09-30Avoid using savestr() on something which will later be passed tosommerfeld
2000-06-12nroff nit for SYNOPSIS section. should we translate it to mdoc format?itojun
2000-04-13use getifaddrs, not SIOCGIFCONF, to avoid complex alignment constraints.itojun
2000-01-31sync with latest libipsec/kernel.itojun
2000-01-25Fix use of -I and -P at the same time by refactoring so there's onlysommerfeld
1999-09-03configure IPsec policy on sending/receiving socket for bypassing IPsec.itojun
1999-06-19Only require half of the responses to indicate that the destination iskim
1999-06-16Fix typo.is
1999-06-16Add sanity check for MTU size in fragmentation required packets.is
1999-06-16Factor out common code in the fragmentation required branch.is
1999-06-16Don't forget to update the UDP length when changing the packet length.is