| Commit message (Expand) | Author | Age | Files | Lines |
* | Make flood ping flood again. It hasn't worked since 2.2.6. Make the "-l" | mckay | 1999-05-07 | 1 | -4/+6 |
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -2/+3 |
* | Finish documenting -S src-addr change. | imp | 1999-02-19 | 1 | -1/+8 |
* | Allow PINGing from any address on multihomed hosts | imp | 1999-01-06 | 2 | -12/+46 |
* | Fixed non-use of .Nm and hard line breaks in rev.1.16-1.17: | bde | 1998-11-29 | 1 | -7/+12 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -2/+1 |
* | Disable gcc's builtin memcpy for alpha since it doesn't cope with unaligned | dfr | 1998-09-05 | 1 | -1/+4 |
* | Updated manual page. Removed description of (now defunct) -c restrictions. | dillon | 1998-08-27 | 1 | -3/+2 |
* | Remove -c restrictions from previous commit. | des | 1998-08-26 | 1 | -13/+1 |
* | (well tested at BEST): -i option can now take FP values (e.g. -i 0.1), | dillon | 1998-08-26 | 2 | -17/+46 |
* | Correct use of .Nm. Remove unused #includes. Use warn(). cosmetic in usage() | charnier | 1998-07-15 | 2 | -30/+29 |
* | Fix an alignment problem on alpha by doing a bytewise copy. | jb | 1998-06-06 | 1 | -3/+6 |
* | Use select() timeouts instead of SIGALRM to schedule packet transmission. | fenner | 1998-05-25 | 1 | -81/+104 |
* | Revert the previous fix. As it turns out Warner Losh is | steve | 1998-05-25 | 1 | -21/+9 |
* | Attempt to stop another DoS attack related to ping flooding. | steve | 1998-05-25 | 1 | -9/+21 |
* | When a timeval is stored at the beginning of icmp_data, the fields | jb | 1998-05-16 | 1 | -14/+27 |
* | If ping write fails with short packet count, the | phk | 1998-04-15 | 1 | -2/+2 |
* | Add aback in a line a accidentally killed in my last commit. | imp | 1998-04-02 | 1 | -1/+2 |
* | Make this compile (and seemingly work). | eivind | 1998-04-02 | 1 | -2/+2 |
* | A fairly rare possible buffer overflow: | imp | 1998-04-01 | 2 | -5/+17 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-19 | 1 | -2/+4 |
* | Minor style nit noticed by bde. | imp | 1997-12-24 | 1 | -2/+2 |
* | Fixed DPADD. | bde | 1997-12-16 | 1 | -0/+2 |
* | Add an ntohs() and format an IP address with inet_ntoa() when | fenner | 1997-08-11 | 1 | -3/+3 |
* | don't lose track of how many packets we've sent | julian | 1997-08-07 | 1 | -3/+3 |
* | Cleaned up revisions 1.22 and 1.23. | bde | 1997-07-20 | 1 | -21/+24 |
* | Calculate and print out the standard deviation of the round trip times. | wollman | 1997-07-18 | 3 | -19/+33 |
* | Fix a problem introduced with a recent change that caused a hang with | sef | 1997-07-13 | 1 | -10/+28 |
* | don't count packets as being transmitted when we know that the sendto() | julian | 1997-07-09 | 1 | -2/+4 |
* | ping called printf() from a signal handler.. | julian | 1997-07-09 | 1 | -5/+26 |
* | Fix typo introduced in 1.17. | imp | 1997-03-04 | 1 | -2/+2 |
* | Check the size of the IP address reutrned from gethostbyname2, per PR | imp | 1997-03-03 | 1 | -1/+3 |
* | fix man page to use marcos instead of parens, quotes and braces | jmg | 1997-03-02 | 1 | -60/+79 |
* | 1) Minor nits in the usage message from bde. I took out the hard tabs and | imp | 1997-03-02 | 2 | -4/+7 |
* | 1) Fix usage to match convention and manual. Fix manual to match usage. | imp | 1997-03-02 | 2 | -10/+26 |
* | Make ping -Wall clean (except for one warning). | wollman | 1997-03-01 | 3 | -174/+219 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Reviewed by: Gary Jennejohn <gj@freebsd.org> | danny | 1997-02-08 | 2 | -3/+12 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Add multicast options -I (source interface), -T (set ttl), -L (no loopback). | fenner | 1996-12-15 | 2 | -15/+80 |
* | Cleaned up recent SIGINFO changes. | bde | 1996-12-10 | 1 | -24/+19 |
* | Fix typo in last patch. empty!=emtpy | pst | 1996-12-08 | 1 | -1/+1 |
* | Change how SIGINFO is handled -- set a flag (of sig_atomic_t), and check | sef | 1996-12-07 | 1 | -15/+34 |
* | Fix math in SIGINFO printer. | fenner | 1996-12-02 | 1 | -2/+2 |
* | Move the terminal handling code to a later location; this allows | sef | 1996-11-19 | 1 | -5/+6 |
* | Fixed backgrounding of ping, which was broken by the ^T changes in rev.1.3. | bde | 1996-11-04 | 1 | -4/+4 |
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -1/+2 |
* | Print out ICMP errors that are responses to our own packets by default. | fenner | 1996-08-20 | 2 | -20/+69 |
* | Drop setuid ASAP, to minimize code executed as root. | fenner | 1996-08-09 | 1 | -3/+17 |
* | Limit the risk of `buf' overrun in ping.c when printing hostnames. | peter | 1996-07-28 | 1 | -2/+3 |