| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -1/+1 |
* | Force the alignment of the chars arrays, as they are casted later to | cognet | 2007-05-21 | 1 | -1/+1 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -3/+0 |
* | Print packet loss figures with one decimal place. ping6 already does | dd | 2006-08-14 | 1 | -4/+4 |
* | Add a new feature to ping(8) - possibility to specify maximum | glebius | 2006-04-05 | 2 | -8/+35 |
* | Sync usage() with SYNOPSIS. | ru | 2005-12-01 | 1 | -4/+4 |
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -3/+4 |
* | Implement a new feature for ping(8) - sweeping pings. In a sweeping | glebius | 2005-08-15 | 2 | -7/+117 |
* | o Store timestamp in network byte order. | maxim | 2004-09-30 | 1 | -4/+15 |
* | Avoid using void pointers in additive expressions. | stefanf | 2004-08-14 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 2 | -8/+0 |
* | Don't turn off the regular SIGINFO status information. The use of | iedowse | 2004-04-07 | 1 | -14/+0 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Certain ICMP error replies cause ping to perform a reverse DNS | iedowse | 2004-02-08 | 1 | -0/+6 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
* | o Rename local variables, do not shadow global declarations. | maxim | 2003-07-14 | 1 | -7/+7 |
* | o Kill MINICMPLEN, there is ICMP_MINLEN already. | maxim | 2003-07-14 | 1 | -7/+6 |
* | o Be ready to get a reply with length up to IP_MAXPACKET. | maxim | 2003-07-14 | 1 | -11/+18 |
* | The current recommended default time to live (TTL) for the Internet | ru | 2003-06-25 | 1 | -3/+3 |
* | Fix SIGINFO handling: do not print incorrect timing statistics | maxim | 2003-06-02 | 1 | -6/+6 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+4 |
* | o Skip timestamp part when checking payload. | maxim | 2003-04-14 | 1 | -2/+8 |
* | Deal with a case where the returned packed was smaller than the | mdodd | 2003-04-07 | 1 | -12/+17 |
* | Back out support for RFC3514. | mdodd | 2003-04-02 | 2 | -17/+3 |
* | IP_EVIL -> IP_EF | maxim | 2003-04-02 | 1 | -2/+2 |
* | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | mdodd | 2003-04-01 | 2 | -3/+17 |
* | Default data length should be 56, not 64. | mdodd | 2003-03-28 | 1 | -1/+1 |
* | - Make -M mask and -M time exclusive. | mdodd | 2003-03-24 | 1 | -22/+21 |
* | Fixed an errx format error in rev.1.81. This should have been fatal | bde | 2003-03-24 | 1 | -2/+2 |
* | Demangle the usage message at the source level. | ru | 2003-03-14 | 1 | -15/+8 |
* | Fix and sync SYNOPSIS and usage(). | ru | 2003-03-11 | 2 | -24/+44 |
* | Update ping to be WARNS=2 compliant. | seanc | 2003-03-05 | 2 | -27/+36 |
* | Spelling, grammar fixes. | mdodd | 2003-03-05 | 1 | -3/+3 |
* | Remove documentation of old '-M' flag. | mdodd | 2003-03-05 | 1 | -15/+5 |
* | Support ICMP_TSTAMP/ICMP_TSTAMPREPLY. | mdodd | 2003-03-02 | 2 | -28/+104 |
* | Sort options. | ru | 2003-02-23 | 2 | -77/+83 |
* | Call fill() after maxpayload has been initialized. | mdodd | 2003-01-29 | 1 | -3/+6 |
* | Send ICMP_MASKREQ packets when the '-M' option is specified. | mdodd | 2003-01-28 | 2 | -10/+31 |
* | Better error handling for -s. | maxim | 2003-01-23 | 2 | -11/+15 |
* | style(9) sweep. | maxim | 2003-01-23 | 1 | -37/+30 |
* | Anti-magic: s/255/MAXTTL/ | maxim | 2003-01-23 | 1 | -2/+2 |
* | Implement -D (do not fragment) and -z (TOS) options. | maxim | 2003-01-23 | 2 | -8/+63 |
* | Print strict source routing option. | maxim | 2003-01-23 | 1 | -1/+3 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Spelling: s/then/than/ where appropriate. | ru | 2002-12-24 | 1 | -1/+1 |
* | Fix LSRR option length check: it has to be less or equal remained header's | maxim | 2002-10-21 | 1 | -1/+2 |
* | Add an -o option to exit after receiving one reply. This can be used | dd | 2002-10-02 | 2 | -5/+12 |
* | Commit "unrelated style fixes" part of Bruce's patch (regarding | peter | 2002-09-11 | 1 | -5/+5 |
* | Modify previous commit to solve the real problem that made gcc think | peter | 2002-09-11 | 1 | -5/+5 |
* | In reference to previous commit: use err(3). | nectar | 2002-09-09 | 1 | -4/+2 |