index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
ping6
/
ping6.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement -R support, similar to ping(8)'s -A.
matteo
2008-08-27
1
-6
/
+16
*
Add -e to usage()
matteo
2008-08-27
1
-1
/
+1
*
Implement audible support similar to ping(8) -a option. Since -a was already ...
matteo
2008-08-26
1
-1
/
+8
*
Change the exit status for 0 and 2 to be the same as with ping(1)
bz
2008-05-27
1
-2
/
+5
*
Decrease ping6's minimum allowed interval
silby
2008-02-25
1
-3
/
+3
*
Add -o option to match ping(8)
dd
2007-11-20
1
-3
/
+8
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-2
/
+2
*
Correct two issues in ping6:
mtm
2007-04-19
1
-19
/
+68
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-10
1
-12
/
+17
*
Fix build on all (hopefully) 64 bit architectures.
trhodes
2005-01-09
1
-1
/
+1
*
Use static const char and bump WARNS.
trhodes
2005-01-08
1
-1
/
+1
*
re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...)
suz
2004-07-26
1
-1
/
+1
*
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
ume
2003-10-24
1
-181
/
+200
*
stop use of NI_WITHSCOPEID. it was deprecated.
ume
2003-10-21
1
-6
/
+1
*
Quote from a Problem Report:
maxim
2003-07-21
1
-1
/
+1
*
corrected buffer lengths for memset()
suz
2002-12-06
1
-2
/
+2
*
Back out previous commit. I was a bit overzealous: the fd_set size is
nectar
2002-09-09
1
-2
/
+0
*
Check for FD_SET overrun.
nectar
2002-09-09
1
-0
/
+2
*
Don't explicit kill of the process' own pid.
ume
2002-07-07
1
-5
/
+4
*
o remove __P
imp
2002-03-21
1
-31
/
+30
*
Remove 'register' keyword.
obrien
2002-03-20
1
-3
/
+3
*
Show standard deviation.
ume
2002-03-01
1
-4
/
+4
*
First ping after a preload (-l) was sent undelayed.
ru
2002-01-15
1
-1
/
+2
*
spelling
charnier
2001-12-11
1
-20
/
+14
*
Handle snprintf() returning < 0 (not just -1)
brian
2001-08-20
1
-1
/
+1
*
Handle snprintf() returning -1.
brian
2001-08-20
1
-1
/
+1
*
sync usage/description with reality.
ume
2001-06-29
1
-1
/
+5
*
stop sending echo packets whenever the upper limit is specified by the -c
ume
2001-06-29
1
-7
/
+10
*
Sync with recent KAME.
ume
2001-06-11
1
-434
/
+1167
*
test strdup() failures.
ume
2000-12-04
1
-5
/
+7
*
Don't overflow our fd_set. This is not a full sync with KAME because there
kris
2000-10-08
1
-9
/
+11
*
Don't call errx() without a format string, to protect against possible
kris
2000-08-05
1
-4
/
+4
*
Sync with latest KAME code.
kris
2000-07-05
1
-215
/
+622
*
Update icmp node info query message bit order of query types,
shin
2000-03-09
1
-1
/
+5
*
Security fixes. (Just same as sbin/ping and usr.sbin/traceroute)
shin
2000-02-24
1
-3
/
+8
*
Small bug fix and improvements
shin
1999-12-28
1
-2
/
+8
*
Getaddrinfo(), getnameinfo(), and etc support in libc/net.
shin
1999-12-28
1
-0
/
+1549