summaryrefslogtreecommitdiffstats
path: root/sbin/ping/ping.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an alignment problem on alpha by doing a bytewise copy.jb1998-06-061-3/+6
* Use select() timeouts instead of SIGALRM to schedule packet transmission.fenner1998-05-251-81/+104
* Revert the previous fix. As it turns out Warner Losh issteve1998-05-251-21/+9
* Attempt to stop another DoS attack related to ping flooding.steve1998-05-251-9/+21
* When a timeval is stored at the beginning of icmp_data, the fieldsjb1998-05-161-14/+27
* If ping write fails with short packet count, thephk1998-04-151-2/+2
* Add aback in a line a accidentally killed in my last commit.imp1998-04-021-1/+2
* Make this compile (and seemingly work).eivind1998-04-021-2/+2
* A fairly rare possible buffer overflow:imp1998-04-011-4/+13
* Minor style nit noticed by bde.imp1997-12-241-2/+2
* Add an ntohs() and format an IP address with inet_ntoa() whenfenner1997-08-111-3/+3
* don't lose track of how many packets we've sentjulian1997-08-071-3/+3
* Cleaned up revisions 1.22 and 1.23.bde1997-07-201-21/+24
* Calculate and print out the standard deviation of the round trip times.wollman1997-07-181-4/+12
* Fix a problem introduced with a recent change that caused a hang withsef1997-07-131-10/+28
* don't count packets as being transmitted when we know that the sendto()julian1997-07-091-2/+4
* ping called printf() from a signal handler..julian1997-07-091-5/+26
* Fix typo introduced in 1.17.imp1997-03-041-2/+2
* Check the size of the IP address reutrned from gethostbyname2, per PRimp1997-03-031-1/+3
* 1) Minor nits in the usage message from bde. I took out the hard tabs andimp1997-03-021-3/+5
* 1) Fix usage to match convention and manual. Fix manual to match usage.imp1997-03-021-6/+17
* Make ping -Wall clean (except for one warning).wollman1997-03-011-161/+183
* Reviewed by: Gary Jennejohn <gj@freebsd.org>danny1997-02-081-2/+8
* Add multicast options -I (source interface), -T (set ttl), -L (no loopback).fenner1996-12-151-12/+61
* Cleaned up recent SIGINFO changes.bde1996-12-101-24/+19
* Fix typo in last patch. empty!=emtpypst1996-12-081-1/+1
* Change how SIGINFO is handled -- set a flag (of sig_atomic_t), and checksef1996-12-071-15/+34
* Fix math in SIGINFO printer.fenner1996-12-021-2/+2
* Move the terminal handling code to a later location; this allowssef1996-11-191-5/+6
* Fixed backgrounding of ping, which was broken by the ^T changes in rev.1.3.bde1996-11-041-4/+4
* Print out ICMP errors that are responses to our own packets by default.fenner1996-08-201-19/+50
* Drop setuid ASAP, to minimize code executed as root.fenner1996-08-091-3/+17
* Limit the risk of `buf' overrun in ping.c when printing hostnames.peter1996-07-281-2/+3
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* In past releases of FreeBSD, I have used the exit status of "ping" todg1994-11-291-1/+4
* Reviewed by: jkhsef1994-10-221-1/+41
* Changed output formatting to accurately represent the precision.dg1994-08-051-2/+2
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+986
OpenPOWER on IntegriCloud