aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
* Commit "unrelated style fixes" part of Bruce's patch (regardingPeter Wemm2002-09-111-5/+5
* Modify previous commit to solve the real problem that made gcc thinkPeter Wemm2002-09-111-5/+5
* In reference to previous commit: use err(3).Jacques Vidrine2002-09-091-4/+2
* Check for FD_SET overrun.Jacques Vidrine2002-09-091-0/+4
* Add the -A flag to the usage line.Ian Dowse2002-08-271-1/+1
* Fix the broken "avoid unaligned data" fix. The problem is that the builtinPeter Wemm2002-08-101-2/+2
* The .Nm utilityPhilippe Charnier2002-07-061-7/+9
* o Change almost all magic numbers to the appropriate constants.Maxim Konovalov2002-07-051-28/+32
* More strict ip options parsing.Maxim Konovalov2002-07-051-53/+44
* WARNS fixes.Maxim Konovalov2002-04-021-3/+3
* style(9) cleanup.Maxim Konovalov2002-04-021-57/+53
* Style(9) local vars after 'register' removal.David E. O'Brien2002-03-231-33/+41
* Remove 'register' keyword.David E. O'Brien2002-03-201-13/+13
* Use network byte order for the ICMP sequence number. This is onlyBill Fenner2002-02-271-6/+8
* Document ping(8) reaction to SIGINFO.Maxim Konovalov2002-02-071-1/+13
* Fixed two bugs with the "-l preload" option:Ruslan Ermilov2002-01-141-5/+9
* Default to WARNS=2.David E. O'Brien2001-12-041-1/+1
* The -A option (beep when packets are dropped) didn't work quiteIan Dowse2001-09-252-5/+12
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsDima Dorfman2001-09-051-2/+2
* mdoc(7) police:Ruslan Ermilov2001-08-071-16/+17
* Remove whitespace at EOL.Dima Dorfman2001-07-151-7/+7
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Ian Dowse writes:Matt Jacob2001-07-071-16/+7
* Fix unaligned access faults on alpha.Matt Jacob2001-07-071-1/+9
* Modify ping so that it increases the send socket buffer size if theRobert Watson2001-06-301-0/+5
* Add a -A option to ping which beeps when packets are lost.Poul-Henning Kamp2001-05-242-3/+17
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Add new option -m which allows the user to set IP TTL.Ruslan Ermilov2001-03-092-12/+34
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Format string paranoiaKris Kennaway2000-11-191-2/+2
* Use CMSG_LEN() to compute ping SCM_TIMESTAMP cmsg_len.Yoshinobu Inoue2000-03-141-1/+1
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* ping -S option was missing from IPsec merge, so enable it again.Yoshinobu Inoue2000-02-081-2/+2
* Brucify:Bill Fumerola2000-01-202-8/+16
* Add '-t X' which times out after pinging for X seconds.Bill Fumerola2000-01-142-4/+18
* Don't try to include ipsec support if we are building for the installMike Smith2000-01-071-2/+7
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-063-5/+79
* 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-283-3/+3
* Re-add -Wmissing-prototypes to `COPTS'. I mistook -W for -Wno in this case.Chris Costello1999-08-161-1/+1
* -Wmissing-prototypes is unnecessary here. There are no warnings producedChris Costello1999-08-161-2/+2
* 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
* Finish documenting -S src-addr change.Warner Losh1999-02-191-1/+8
* Allow PINGing from any address on multihomed hostsWarner Losh1999-01-062-12/+46