summaryrefslogtreecommitdiffstats
path: root/sbin/ping6/ping6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r286834:delphij2015-08-311-14/+1
* MFC r271910, r273211:hrs2015-07-231-233/+206
* MFC r271909:hrs2014-10-091-8/+2
* MFC r269180:delphij2014-08-111-2/+8
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Grouphrs2013-05-041-6/+23
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-221-2/+4
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+1
* Spelling fixes for sbin/uqs2012-01-071-1/+1
* Add __unused. Ansi prototypes.charnier2010-12-191-66/+34
* Remove the advertising clause from UCB copyrighted files in sbin. Thisjoel2010-12-121-4/+0
* Call free and freeaddrinfo before exiting.brucec2010-06-161-14/+35
* o Add do-not-fragment option support to ping6(8).maxim2010-04-201-3/+11
* Implement -R support, similar to ping(8)'s -A.matteo2008-08-271-6/+16
* Add -e to usage()matteo2008-08-271-1/+1
* Implement audible support similar to ping(8) -a option. Since -a was already ...matteo2008-08-261-1/+8
* Change the exit status for 0 and 2 to be the same as with ping(1)bz2008-05-271-2/+5
* Decrease ping6's minimum allowed intervalsilby2008-02-251-3/+3
* Add -o option to match ping(8)dd2007-11-201-3/+8
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-2/+2
* Correct two issues in ping6:mtm2007-04-191-19/+68
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-12/+17
* Fix build on all (hopefully) 64 bit architectures.trhodes2005-01-091-1/+1
* Use static const char and bump WARNS.trhodes2005-01-081-1/+1
* re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...)suz2004-07-261-1/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-181/+200
* stop use of NI_WITHSCOPEID. it was deprecated.ume2003-10-211-6/+1
* Quote from a Problem Report:maxim2003-07-211-1/+1
* corrected buffer lengths for memset()suz2002-12-061-2/+2
* Back out previous commit. I was a bit overzealous: the fd_set size isnectar2002-09-091-2/+0
* Check for FD_SET overrun.nectar2002-09-091-0/+2
* Don't explicit kill of the process' own pid.ume2002-07-071-5/+4
* o remove __Pimp2002-03-211-31/+30
* Remove 'register' keyword.obrien2002-03-201-3/+3
* Show standard deviation.ume2002-03-011-4/+4
* First ping after a preload (-l) was sent undelayed.ru2002-01-151-1/+2
* spellingcharnier2001-12-111-20/+14
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-1/+1
* Handle snprintf() returning -1.brian2001-08-201-1/+1
* sync usage/description with reality.ume2001-06-291-1/+5
* stop sending echo packets whenever the upper limit is specified by the -cume2001-06-291-7/+10
* Sync with recent KAME.ume2001-06-111-434/+1167
* test strdup() failures.ume2000-12-041-5/+7
* Don't overflow our fd_set. This is not a full sync with KAME because therekris2000-10-081-9/+11
* Don't call errx() without a format string, to protect against possiblekris2000-08-051-4/+4
* Sync with latest KAME code.kris2000-07-051-215/+622
* Update icmp node info query message bit order of query types,shin2000-03-091-1/+5
* Security fixes. (Just same as sbin/ping and usr.sbin/traceroute)shin2000-02-241-3/+8
* Small bug fix and improvementsshin1999-12-281-2/+8
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+1549
OpenPOWER on IntegriCloud