aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping/ping.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.102; exit immediately if a second SIGINT is received, toIan Dowse2004-02-291-0/+6
* MFC revs. 1.67, 1.68, 1.76:Maxim Konovalov2002-10-291-81/+77
* MFC 1.71, 1.72: Check for FD_SET overruns.Jacques Vidrine2002-09-171-0/+2
* MFC: 1.70; fix usage line.Ian Dowse2002-08-311-1/+1
* MFCMaxim Konovalov2002-04-251-97/+101
* MFC: Fixed bugs with the "-l preload" option:Ruslan Ermilov2002-02-011-5/+9
* MFC: -A option (not that it's fixed).Ruslan Ermilov2001-10-021-2/+14
* MFC rev 1.57: increase send socket buffer to 48kBill Fenner2001-08-201-0/+5
* Revert MFC of phk's -A changes- there is some question that they don't workMatt Jacob2001-07-301-10/+2
* MFC revs 1.58-1.59: address alignment issues.Matt Jacob2001-07-291-8/+7
* MFC phk's '-A' changes.Matt Jacob2001-07-291-2/+10
* MFC: new option -m to set IP TTL.Ruslan Ermilov2001-04-251-12/+28
* MFC: Format string paranoiaKris Kennaway2001-02-181-2/+2
* MFC:Yoshinobu Inoue2000-03-281-1/+1
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-1/+1
* ping -S option was missing from IPsec merge, so enable it again.Yoshinobu Inoue2000-02-081-2/+2
* Brucify:Bill Fumerola2000-01-201-8/+15
* Add '-t X' which times out after pinging for X seconds.Bill Fumerola2000-01-141-4/+15
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-061-3/+68
* Make last commit bde-compliant:Pierre Beyssac1999-11-181-8/+9
* Fix aliasing bug causing in_cksum() to fail on odd packet sizesPierre Beyssac1999-11-151-5/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make flood ping flood again. It hasn't worked since 2.2.6. Make the "-l"Stephen McKay1999-05-071-4/+6
* More egcs warning fixes:Warner Losh1999-04-251-2/+3
* Allow PINGing from any address on multihomed hostsWarner Losh1999-01-061-11/+44
* 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-261-11/+38
* Correct use of .Nm. Remove unused #includes. Use warn(). cosmetic in usage()Philippe Charnier1998-07-151-20/+13
* 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-011-4/+13
* Minor style nit noticed by bde.Warner Losh1997-12-241-2/+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-181-4/+12
* 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
* 1) Minor nits in the usage message from bde. I took out the hard tabs andWarner Losh1997-03-021-3/+5
* 1) Fix usage to match convention and manual. Fix manual to match usage.Warner Losh1997-03-021-6/+17
* Make ping -Wall clean (except for one warning).Garrett Wollman1997-03-011-160/+182