| Commit message (Expand) | Author | Age | Files | Lines |
| * | re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...) | SUZUKI Shinsuke | 2004-07-26 | 1 | -1/+1 |
| * | Reapply local changes that got simply axed by the latest KAME merge. | Ruslan Ermilov | 2004-05-17 | 1 | -21/+42 |
| * | style.Makefile(5): | Johan Karlsson | 2004-02-23 | 1 | -1/+1 |
| * | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | Hajimu UMEMOTO | 2003-10-24 | 3 | -256/+263 |
| * | stop use of NI_WITHSCOPEID. it was deprecated. | Hajimu UMEMOTO | 2003-10-21 | 1 | -6/+1 |
| * | Quote from a Problem Report: | Maxim Konovalov | 2003-07-21 | 1 | -1/+1 |
| * | corrected buffer lengths for memset() | SUZUKI Shinsuke | 2002-12-06 | 1 | -2/+2 |
| * | Back out previous commit. I was a bit overzealous: the fd_set size is | Jacques Vidrine | 2002-09-09 | 1 | -2/+0 |
| * | Check for FD_SET overrun. | Jacques Vidrine | 2002-09-09 | 1 | -0/+2 |
| * | Don't explicit kill of the process' own pid. | Hajimu UMEMOTO | 2002-07-07 | 1 | -5/+4 |
| * | The .Nm utility | Philippe Charnier | 2002-07-06 | 1 | -5/+8 |
| * | o remove __P | Warner Losh | 2002-03-21 | 1 | -31/+30 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-20 | 1 | -3/+3 |
| * | Show standard deviation. | Hajimu UMEMOTO | 2002-03-01 | 3 | -10/+11 |
| * | Document ping6(8) reaction to SIGINFO. | Maxim Konovalov | 2002-02-07 | 1 | -2/+14 |
| * | First ping after a preload (-l) was sent undelayed. | Ruslan Ermilov | 2002-01-15 | 1 | -1/+2 |
| * | spelling | Philippe Charnier | 2001-12-11 | 2 | -21/+15 |
| * | Default to WARNS=2. | David E. O'Brien | 2001-12-04 | 1 | -0/+1 |
| * | Set BINOWN=root explicitly for setuid root binaries. | Ruslan Ermilov | 2001-09-13 | 1 | -0/+1 |
| * | Handle snprintf() returning < 0 (not just -1) | Brian Somers | 2001-08-20 | 1 | -1/+1 |
| * | Handle snprintf() returning -1. | Brian Somers | 2001-08-20 | 1 | -1/+1 |
| * | Don't hard-code BINOWN and BINGRP (BINGRP was hard-coded to 'bin', which | Kris Kennaway | 2001-08-11 | 1 | -2/+0 |
| * | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 1 | -14/+14 |
| * | mdoc(7) police: don't xref to itself. | Ruslan Ermilov | 2001-07-04 | 1 | -3/+2 |
| * | - fixed typo | Hajimu UMEMOTO | 2001-06-29 | 1 | -4/+4 |
| * | sync usage/description with reality. | Hajimu UMEMOTO | 2001-06-29 | 2 | -3/+7 |
| * | stop sending echo packets whenever the upper limit is specified by the -c | Hajimu UMEMOTO | 2001-06-29 | 1 | -7/+10 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 2 | -447/+1213 |
| * | - Backout botched attempt to introduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -0/+1 |
| * | Set the default manual section for sbin/ to 8. | Ruslan Ermilov | 2001-03-20 | 1 | -2/+0 |
| * | some reasoning why we separated ping(8) and ping6(8) | Hajimu UMEMOTO | 2001-02-22 | 1 | -0/+29 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-18 | 1 | -2/+2 |
| * | test strdup() failures. | Hajimu UMEMOTO | 2000-12-04 | 1 | -5/+7 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -2/+2 |
| * | Don't overflow our fd_set. This is not a full sync with KAME because there | Kris Kennaway | 2000-10-08 | 1 | -9/+11 |
| * | Don't call errx() without a format string, to protect against possible | Kris Kennaway | 2000-08-05 | 1 | -4/+4 |
| * | Correct style bugs in previous commit | Kris Kennaway | 2000-07-06 | 1 | -2/+2 |
| * | Sync with KAME | Kris Kennaway | 2000-07-05 | 1 | -54/+135 |
| * | Sync with latest KAME code. | Kris Kennaway | 2000-07-05 | 2 | -232/+633 |
| * | Fix typo | Alexey Zelkin | 2000-05-06 | 1 | -1/+1 |
| * | . clean `.Os' macro value since this tool is not KAME-only tools anymore | Alexey Zelkin | 2000-05-04 | 1 | -5/+8 |
| * | Update icmp node info query message bit order of query types, | Yoshinobu Inoue | 2000-03-09 | 1 | -1/+5 |
| * | Remove more single-space hard sentence breaks. | Sheldon Hearn | 2000-03-02 | 1 | -2/+4 |
| * | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-01 | 1 | -4/+8 |
| * | Security fixes. (Just same as sbin/ping and usr.sbin/traceroute) | Yoshinobu Inoue | 2000-02-24 | 1 | -3/+8 |
| * | Small bug fix and improvements | Yoshinobu Inoue | 1999-12-28 | 1 | -2/+8 |
| * | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | Yoshinobu Inoue | 1999-12-28 | 3 | -0/+1906 |