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