aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+23
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-11/+5
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-44/+45
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+4
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-282-37/+183
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync from headSimon J. Gerraty2012-11-041-2/+3
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | | Remove "capability mode sandbox enabled" messages.Brooks Davis2015-05-041-3/+0
* | | | | | After r270929 RAW IP code assumes that all IP fields are in networkAndrey V. Elsukov2015-01-231-2/+2
* | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-6/+3
| |_|_|_|/ |/| | | |
* | | | | WARNS=3 and style fixes. No functionality change.Hiroki Sato2014-10-202-44/+45
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | Fix statically-linked build (WITHOUT_DYNAMICROOT).Jilles Tjoelker2014-03-161-2/+2
* | | Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* | | Protect ping(8) using Capsicum and Casper. This is protection against maliciousPawel Jakub Dawidek2014-02-042-37/+183
| |/ |/|
* | Check the return error of set[ug]id. While this can never fail in theEitan Adler2012-10-221-1/+2
* | Use timeclear() instead of home grown version.Xin LI2012-07-021-1/+1
|/
* Small style fixes:Ed Schouten2010-06-201-32/+16
* - improve readabilityDaniel Gerzo2009-01-111-8/+12
* - rename the RETURN VALUES section to EXIT STATUSDaniel Gerzo2009-01-071-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-1/+1
* Force the alignment of the chars arrays, as they are casted later toOlivier Houchard2007-05-211-1/+1
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-3/+0
* Print packet loss figures with one decimal place. ping6 already doesDima Dorfman2006-08-141-4/+4
* Add a new feature to ping(8) - possibility to specify maximumGleb Smirnoff2006-04-052-8/+35
* Sync usage() with SYNOPSIS.Ruslan Ermilov2005-12-011-4/+4
* -mdoc sweep.Ruslan Ermilov2005-11-181-3/+4
* Implement a new feature for ping(8) - sweeping pings. In a sweepingGleb Smirnoff2005-08-152-7/+117
* o Store timestamp in network byte order.Maxim Konovalov2004-09-301-4/+15
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-141-1/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* Don't turn off the regular SIGINFO status information. The use ofIan Dowse2004-04-071-14/+0
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Certain ICMP error replies cause ping to perform a reverse DNSIan Dowse2004-02-081-0/+6
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* o Rename local variables, do not shadow global declarations.Maxim Konovalov2003-07-141-7/+7
* o Kill MINICMPLEN, there is ICMP_MINLEN already.Maxim Konovalov2003-07-141-7/+6
* o Be ready to get a reply with length up to IP_MAXPACKET.Maxim Konovalov2003-07-141-11/+18
* The current recommended default time to live (TTL) for the InternetRuslan Ermilov2003-06-251-3/+3
* 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