aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
* Fix SIGINFO handling: do not print incorrect timing statisticsMaxim Konovalov2003-06-021-6/+6
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* o Skip timestamp part when checking payload.Maxim Konovalov2003-04-141-2/+8
* Deal with a case where the returned packed was smaller than theMatthew N. Dodd2003-04-071-12/+17
* Back out support for RFC3514.Matthew N. Dodd2003-04-022-17/+3
* IP_EVIL -> IP_EFMaxim Konovalov2003-04-021-2/+2
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).Matthew N. Dodd2003-04-012-3/+17
* Default data length should be 56, not 64.Matthew N. Dodd2003-03-281-1/+1
* - Make -M mask and -M time exclusive.Matthew N. Dodd2003-03-241-22/+21
* Fixed an errx format error in rev.1.81. This should have been fatalBruce Evans2003-03-241-2/+2
* Demangle the usage message at the source level.Ruslan Ermilov2003-03-141-15/+8
* Fix and sync SYNOPSIS and usage().Ruslan Ermilov2003-03-112-24/+44
* Update ping to be WARNS=2 compliant.Sean Chittenden2003-03-052-27/+36
* Spelling, grammar fixes.Matthew N. Dodd2003-03-051-3/+3
* Remove documentation of old '-M' flag.Matthew N. Dodd2003-03-051-15/+5
* Support ICMP_TSTAMP/ICMP_TSTAMPREPLY.Matthew N. Dodd2003-03-022-28/+104
* Sort options.Ruslan Ermilov2003-02-232-77/+83
* Call fill() after maxpayload has been initialized.Matthew N. Dodd2003-01-291-3/+6
* Send ICMP_MASKREQ packets when the '-M' option is specified.Matthew N. Dodd2003-01-282-10/+31
* Better error handling for -s.Maxim Konovalov2003-01-232-11/+15
* style(9) sweep.Maxim Konovalov2003-01-231-37/+30
* Anti-magic: s/255/MAXTTL/Maxim Konovalov2003-01-231-2/+2
* Implement -D (do not fragment) and -z (TOS) options.Maxim Konovalov2003-01-232-8/+63
* Print strict source routing option.Maxim Konovalov2003-01-231-1/+3
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Spelling: s/then/than/ where appropriate.Ruslan Ermilov2002-12-241-1/+1
* Fix LSRR option length check: it has to be less or equal remained header'sMaxim Konovalov2002-10-211-1/+2
* Add an -o option to exit after receiving one reply. This can be usedDima Dorfman2002-10-022-5/+12
* 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