summaryrefslogtreecommitdiffstats
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-221-1/+2
* Use timeclear() instead of home grown version.delphij2012-07-021-1/+1
* Small style fixes:ed2010-06-201-32/+16
* - improve readabilitydanger2009-01-111-8/+12
* - rename the RETURN VALUES section to EXIT STATUSdanger2009-01-071-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+1
* Force the alignment of the chars arrays, as they are casted later tocognet2007-05-211-1/+1
* Remove alpha left-overs.ru2006-08-221-3/+0
* Print packet loss figures with one decimal place. ping6 already doesdd2006-08-141-4/+4
* Add a new feature to ping(8) - possibility to specify maximumglebius2006-04-052-8/+35
* Sync usage() with SYNOPSIS.ru2005-12-011-4/+4
* -mdoc sweep.ru2005-11-181-3/+4
* Implement a new feature for ping(8) - sweeping pings. In a sweepingglebius2005-08-152-7/+117
* o Store timestamp in network byte order.maxim2004-09-301-4/+15
* Avoid using void pointers in additive expressions.stefanf2004-08-141-1/+1
* Remove advertising clause from University of California Regent's license,markm2004-04-092-8/+0
* Don't turn off the regular SIGINFO status information. The use ofiedowse2004-04-071-14/+0
* style.Makefile(5):johan2004-02-231-1/+1
* Certain ICMP error replies cause ping to perform a reverse DNSiedowse2004-02-081-0/+6
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* o Rename local variables, do not shadow global declarations.maxim2003-07-141-7/+7
* o Kill MINICMPLEN, there is ICMP_MINLEN already.maxim2003-07-141-7/+6
* o Be ready to get a reply with length up to IP_MAXPACKET.maxim2003-07-141-11/+18
* The current recommended default time to live (TTL) for the Internetru2003-06-251-3/+3
* Fix SIGINFO handling: do not print incorrect timing statisticsmaxim2003-06-021-6/+6
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* o Skip timestamp part when checking payload.maxim2003-04-141-2/+8
* Deal with a case where the returned packed was smaller than themdodd2003-04-071-12/+17
* Back out support for RFC3514.mdodd2003-04-022-17/+3
* IP_EVIL -> IP_EFmaxim2003-04-021-2/+2
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-012-3/+17
* Default data length should be 56, not 64.mdodd2003-03-281-1/+1
* - Make -M mask and -M time exclusive.mdodd2003-03-241-22/+21
* Fixed an errx format error in rev.1.81. This should have been fatalbde2003-03-241-2/+2
* Demangle the usage message at the source level.ru2003-03-141-15/+8
* Fix and sync SYNOPSIS and usage().ru2003-03-112-24/+44
* Update ping to be WARNS=2 compliant.seanc2003-03-052-27/+36
* Spelling, grammar fixes.mdodd2003-03-051-3/+3
* Remove documentation of old '-M' flag.mdodd2003-03-051-15/+5
* Support ICMP_TSTAMP/ICMP_TSTAMPREPLY.mdodd2003-03-022-28/+104
* Sort options.ru2003-02-232-77/+83
* Call fill() after maxpayload has been initialized.mdodd2003-01-291-3/+6
* Send ICMP_MASKREQ packets when the '-M' option is specified.mdodd2003-01-282-10/+31
* Better error handling for -s.maxim2003-01-232-11/+15
* style(9) sweep.maxim2003-01-231-37/+30
* Anti-magic: s/255/MAXTTL/maxim2003-01-231-2/+2
* Implement -D (do not fragment) and -z (TOS) options.maxim2003-01-232-8/+63
* Print strict source routing option.maxim2003-01-231-1/+3
* english(4) police.schweikh2002-12-271-1/+1
* Spelling: s/then/than/ where appropriate.ru2002-12-241-1/+1
OpenPOWER on IntegriCloud