| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -2/+2 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+1 |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 1 | -1/+1 |
* | Add __unused. Ansi prototypes. | charnier | 2010-12-19 | 1 | -66/+34 |
* | Remove the advertising clause from UCB copyrighted files in sbin. This | joel | 2010-12-12 | 1 | -4/+0 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -1/+1 |
* | Call free and freeaddrinfo before exiting. | brucec | 2010-06-16 | 1 | -14/+35 |
* | o Add do-not-fragment option support to ping6(8). | maxim | 2010-04-20 | 2 | -6/+16 |
* | Implement -R support, similar to ping(8)'s -A. | matteo | 2008-08-27 | 2 | -14/+34 |
* | Add -e to usage() | matteo | 2008-08-27 | 1 | -1/+1 |
* | Implement audible support similar to ping(8) -a option. Since -a was already ... | matteo | 2008-08-26 | 2 | -3/+16 |
* | Change the exit status for 0 and 2 to be the same as with ping(1) | bz | 2008-05-27 | 2 | -4/+9 |
* | Decrease ping6's minimum allowed interval | silby | 2008-02-25 | 1 | -3/+3 |
* | Add -o option to match ping(8) | dd | 2007-11-20 | 2 | -5/+12 |
* | Remove the -DFAST_IPSEC from Makefiles again. | bz | 2007-07-05 | 1 | -1/+1 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 2 | -3/+3 |
* | Correct two issues in ping6: | mtm | 2007-04-19 | 1 | -19/+68 |
* | These IPv6-only tools have no explicit dependency on the INET6 macro. | yar | 2006-07-27 | 1 | -1/+1 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 2 | -15/+20 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 1 | -1/+1 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Fix build on all (hopefully) 64 bit architectures. | trhodes | 2005-01-09 | 1 | -1/+1 |
* | Use static const char and bump WARNS. | trhodes | 2005-01-08 | 2 | -2/+2 |
* | re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...) | suz | 2004-07-26 | 1 | -1/+1 |
* | Reapply local changes that got simply axed by the latest KAME merge. | ru | 2004-05-17 | 1 | -21/+42 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 3 | -256/+263 |
* | stop use of NI_WITHSCOPEID. it was deprecated. | ume | 2003-10-21 | 1 | -6/+1 |
* | Quote from a Problem Report: | maxim | 2003-07-21 | 1 | -1/+1 |
* | corrected buffer lengths for memset() | suz | 2002-12-06 | 1 | -2/+2 |
* | Back out previous commit. I was a bit overzealous: the fd_set size is | nectar | 2002-09-09 | 1 | -2/+0 |
* | Check for FD_SET overrun. | nectar | 2002-09-09 | 1 | -0/+2 |
* | Don't explicit kill of the process' own pid. | ume | 2002-07-07 | 1 | -5/+4 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -5/+8 |
* | o remove __P | imp | 2002-03-21 | 1 | -31/+30 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -3/+3 |
* | Show standard deviation. | ume | 2002-03-01 | 3 | -10/+11 |
* | Document ping6(8) reaction to SIGINFO. | maxim | 2002-02-07 | 1 | -2/+14 |
* | First ping after a preload (-l) was sent undelayed. | ru | 2002-01-15 | 1 | -1/+2 |
* | spelling | charnier | 2001-12-11 | 2 | -21/+15 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 1 | -0/+1 |
* | Handle snprintf() returning < 0 (not just -1) | brian | 2001-08-20 | 1 | -1/+1 |
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 1 | -1/+1 |
* | Don't hard-code BINOWN and BINGRP (BINGRP was hard-coded to 'bin', which | kris | 2001-08-11 | 1 | -2/+0 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -14/+14 |
* | mdoc(7) police: don't xref to itself. | ru | 2001-07-04 | 1 | -3/+2 |
* | - fixed typo | ume | 2001-06-29 | 1 | -4/+4 |
* | sync usage/description with reality. | ume | 2001-06-29 | 2 | -3/+7 |
* | stop sending echo packets whenever the upper limit is specified by the -c | ume | 2001-06-29 | 1 | -7/+10 |