aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping6
Commit message (Expand)AuthorAgeFilesLines
* Implement -R support, similar to ping(8)'s -A.Matteo Riondato2008-08-272-14/+34
* Add -e to usage()Matteo Riondato2008-08-271-1/+1
* Implement audible support similar to ping(8) -a option. Since -a was already ...Matteo Riondato2008-08-262-3/+16
* Change the exit status for 0 and 2 to be the same as with ping(1)Bjoern A. Zeeb2008-05-272-4/+9
* Decrease ping6's minimum allowed intervalMike Silbersack2008-02-251-3/+3
* Add -o option to match ping(8)Dima Dorfman2007-11-202-5/+12
* Remove the -DFAST_IPSEC from Makefiles again.Bjoern A. Zeeb2007-07-051-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-012-3/+3
* Correct two issues in ping6:Mike Makonnen2007-04-191-19/+68
* These IPv6-only tools have no explicit dependency on the INET6 macro.Yaroslav Tykhiy2006-07-271-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-102-15/+20
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Fix build on all (hopefully) 64 bit architectures.Tom Rhodes2005-01-091-1/+1
* Use static const char and bump WARNS.Tom Rhodes2005-01-082-2/+2
* re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...)SUZUKI Shinsuke2004-07-261-1/+1
* Reapply local changes that got simply axed by the latest KAME merge.Ruslan Ermilov2004-05-171-21/+42
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-243-256/+263
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-211-6/+1
* Quote from a Problem Report:Maxim Konovalov2003-07-211-1/+1
* corrected buffer lengths for memset()SUZUKI Shinsuke2002-12-061-2/+2
* Back out previous commit. I was a bit overzealous: the fd_set size isJacques Vidrine2002-09-091-2/+0
* Check for FD_SET overrun.Jacques Vidrine2002-09-091-0/+2
* Don't explicit kill of the process' own pid.Hajimu UMEMOTO2002-07-071-5/+4
* The .Nm utilityPhilippe Charnier2002-07-061-5/+8
* o remove __PWarner Losh2002-03-211-31/+30
* Remove 'register' keyword.David E. O'Brien2002-03-201-3/+3
* Show standard deviation.Hajimu UMEMOTO2002-03-013-10/+11
* Document ping6(8) reaction to SIGINFO.Maxim Konovalov2002-02-071-2/+14
* First ping after a preload (-l) was sent undelayed.Ruslan Ermilov2002-01-151-1/+2
* spellingPhilippe Charnier2001-12-112-21/+15
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-1/+1
* Handle snprintf() returning -1.Brian Somers2001-08-201-1/+1
* Don't hard-code BINOWN and BINGRP (BINGRP was hard-coded to 'bin', whichKris Kennaway2001-08-111-2/+0
* mdoc(7) police:Ruslan Ermilov2001-08-071-14/+14
* mdoc(7) police: don't xref to itself.Ruslan Ermilov2001-07-041-3/+2
* - fixed typoHajimu UMEMOTO2001-06-291-4/+4
* sync usage/description with reality.Hajimu UMEMOTO2001-06-292-3/+7
* stop sending echo packets whenever the upper limit is specified by the -cHajimu UMEMOTO2001-06-291-7/+10
* Sync with recent KAME.Hajimu UMEMOTO2001-06-112-450/+1216
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
* some reasoning why we separated ping(8) and ping6(8)Hajimu UMEMOTO2001-02-221-0/+29
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-2/+2
* test strdup() failures.Hajimu UMEMOTO2000-12-041-5/+7
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Don't overflow our fd_set. This is not a full sync with KAME because thereKris Kennaway2000-10-081-9/+11