summaryrefslogtreecommitdiffstats
path: root/sbin/ping/ping.c
Commit message (Expand)AuthorAgeFilesLines
* 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-091-4/+0
* Don't turn off the regular SIGINFO status information. The use ofiedowse2004-04-071-14/+0
* Certain ICMP error replies cause ping to perform a reverse DNSiedowse2004-02-081-0/+6
* 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
* 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-021-13/+1
* IP_EVIL -> IP_EFmaxim2003-04-021-2/+2
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-011-1/+13
* 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-111-12/+12
* Update ping to be WARNS=2 compliant.seanc2003-03-051-26/+35
* Support ICMP_TSTAMP/ICMP_TSTAMPREPLY.mdodd2003-03-021-28/+94
* Sort options.ru2003-02-231-40/+40
* Call fill() after maxpayload has been initialized.mdodd2003-01-291-3/+6
* Send ICMP_MASKREQ packets when the '-M' option is specified.mdodd2003-01-281-6/+22
* Better error handling for -s.maxim2003-01-231-10/+14
* 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-231-7/+57
* Print strict source routing option.maxim2003-01-231-1/+3
* Fix LSRR option length check: it has to be less or equal remained header'smaxim2002-10-211-1/+2
* Add an -o option to exit after receiving one reply. This can be useddd2002-10-021-3/+8
* Commit "unrelated style fixes" part of Bruce's patch (regardingpeter2002-09-111-5/+5
* Modify previous commit to solve the real problem that made gcc thinkpeter2002-09-111-5/+5
* In reference to previous commit: use err(3).nectar2002-09-091-4/+2
* Check for FD_SET overrun.nectar2002-09-091-0/+4
* Add the -A flag to the usage line.iedowse2002-08-271-1/+1
* Fix the broken "avoid unaligned data" fix. The problem is that the builtinpeter2002-08-101-2/+2
* o Change almost all magic numbers to the appropriate constants.maxim2002-07-051-28/+32
* More strict ip options parsing.maxim2002-07-051-53/+44
* WARNS fixes.maxim2002-04-021-3/+3
* style(9) cleanup.maxim2002-04-021-57/+53
* Style(9) local vars after 'register' removal.obrien2002-03-231-33/+41
* Remove 'register' keyword.obrien2002-03-201-13/+13
* Use network byte order for the ICMP sequence number. This is onlyfenner2002-02-271-6/+8
* Fixed two bugs with the "-l preload" option:ru2002-01-141-5/+9
* The -A option (beep when packets are dropped) didn't work quiteiedowse2001-09-251-2/+6
* Ian Dowse writes:mjacob2001-07-071-16/+7
* Fix unaligned access faults on alpha.mjacob2001-07-071-1/+9
* Modify ping so that it increases the send socket buffer size if therwatson2001-06-301-0/+5
OpenPOWER on IntegriCloud