aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* Disable gcc's builtin memcpy for alpha since it doesn't cope with unalignedDoug Rabson1998-09-051-1/+4
* Updated manual page. Removed description of (now defunct) -c restrictions.Matthew Dillon1998-08-271-3/+2
* Remove -c restrictions from previous commit.Dag-Erling Smørgrav1998-08-261-13/+1
* (well tested at BEST): -i option can now take FP values (e.g. -i 0.1),Matthew Dillon1998-08-262-17/+46
* Correct use of .Nm. Remove unused #includes. Use warn(). cosmetic in usage()Philippe Charnier1998-07-152-30/+29
* Fix an alignment problem on alpha by doing a bytewise copy.John Birrell1998-06-061-3/+6
* Use select() timeouts instead of SIGALRM to schedule packet transmission.Bill Fenner1998-05-251-81/+104
* Revert the previous fix. As it turns out Warner Losh isSteve Price1998-05-251-21/+9
* Attempt to stop another DoS attack related to ping flooding.Steve Price1998-05-251-9/+21
* When a timeval is stored at the beginning of icmp_data, the fieldsJohn Birrell1998-05-161-14/+27
* If ping write fails with short packet count, thePoul-Henning Kamp1998-04-151-2/+2
* Add aback in a line a accidentally killed in my last commit.Warner Losh1998-04-021-1/+2
* Make this compile (and seemingly work).Eivind Eklund1998-04-021-2/+2
* A fairly rare possible buffer overflow:Warner Losh1998-04-012-5/+17
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-191-2/+4
* Minor style nit noticed by bde.Warner Losh1997-12-241-2/+2
* Fixed DPADD.Bruce Evans1997-12-161-0/+2
* Add an ntohs() and format an IP address with inet_ntoa() whenBill Fenner1997-08-111-3/+3
* don't lose track of how many packets we've sentJulian Elischer1997-08-071-3/+3
* Cleaned up revisions 1.22 and 1.23.Bruce Evans1997-07-201-21/+24
* Calculate and print out the standard deviation of the round trip times.Garrett Wollman1997-07-183-19/+33
* Fix a problem introduced with a recent change that caused a hang withSean Eric Fagan1997-07-131-10/+28
* don't count packets as being transmitted when we know that the sendto()Julian Elischer1997-07-091-2/+4
* ping called printf() from a signal handler..Julian Elischer1997-07-091-5/+26
* Fix typo introduced in 1.17.Warner Losh1997-03-041-2/+2
* Check the size of the IP address reutrned from gethostbyname2, per PRWarner Losh1997-03-031-1/+3
* fix man page to use marcos instead of parens, quotes and bracesJohn-Mark Gurney1997-03-021-60/+79
* 1) Minor nits in the usage message from bde. I took out the hard tabs andWarner Losh1997-03-022-4/+7
* 1) Fix usage to match convention and manual. Fix manual to match usage.Warner Losh1997-03-022-10/+26
* Make ping -Wall clean (except for one warning).Garrett Wollman1997-03-013-174/+219
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Reviewed by: Gary Jennejohn <gj@freebsd.org>Daniel O'Callaghan1997-02-082-3/+12
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add multicast options -I (source interface), -T (set ttl), -L (no loopback).Bill Fenner1996-12-152-15/+80
* Cleaned up recent SIGINFO changes.Bruce Evans1996-12-101-24/+19
* Fix typo in last patch. empty!=emtpyPaul Traina1996-12-081-1/+1
* Change how SIGINFO is handled -- set a flag (of sig_atomic_t), and checkSean Eric Fagan1996-12-071-15/+34
* Fix math in SIGINFO printer.Bill Fenner1996-12-021-2/+2
* Move the terminal handling code to a later location; this allowsSean Eric Fagan1996-11-191-5/+6
* Fixed backgrounding of ping, which was broken by the ^T changes in rev.1.3.Bruce Evans1996-11-041-4/+4
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-1/+2
* Print out ICMP errors that are responses to our own packets by default.Bill Fenner1996-08-202-20/+69
* Drop setuid ASAP, to minimize code executed as root.Bill Fenner1996-08-091-3/+17
* Limit the risk of `buf' overrun in ping.c when printing hostnames.Peter Wemm1996-07-281-2/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* In past releases of FreeBSD, I have used the exit status of "ping" toDavid Greenman1994-11-291-1/+4
* Reviewed by: jkhSean Eric Fagan1994-10-221-1/+41
* Changed output formatting to accurately represent the precision.David Greenman1994-08-051-2/+2
* Convert to our man installation style. Also fixed long-standing bugGarrett Wollman1994-08-051-1/+1