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
/
ping
/
ping.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-1
/
+1
*
Force the alignment of the chars arrays, as they are casted later to
cognet
2007-05-21
1
-1
/
+1
*
Print packet loss figures with one decimal place. ping6 already does
dd
2006-08-14
1
-4
/
+4
*
Add a new feature to ping(8) - possibility to specify maximum
glebius
2006-04-05
1
-7
/
+28
*
Sync usage() with SYNOPSIS.
ru
2005-12-01
1
-4
/
+4
*
Implement a new feature for ping(8) - sweeping pings. In a sweeping
glebius
2005-08-15
1
-6
/
+93
*
o Store timestamp in network byte order.
maxim
2004-09-30
1
-4
/
+15
*
Avoid using void pointers in additive expressions.
stefanf
2004-08-14
1
-1
/
+1
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
Don't turn off the regular SIGINFO status information. The use of
iedowse
2004-04-07
1
-14
/
+0
*
Certain ICMP error replies cause ping to perform a reverse DNS
iedowse
2004-02-08
1
-0
/
+6
*
o Rename local variables, do not shadow global declarations.
maxim
2003-07-14
1
-7
/
+7
*
o Kill MINICMPLEN, there is ICMP_MINLEN already.
maxim
2003-07-14
1
-7
/
+6
*
o Be ready to get a reply with length up to IP_MAXPACKET.
maxim
2003-07-14
1
-11
/
+18
*
Fix SIGINFO handling: do not print incorrect timing statistics
maxim
2003-06-02
1
-6
/
+6
*
Use __FBSDID() to quiet GCC 3.3 warnings.
obrien
2003-05-03
1
-4
/
+4
*
o Skip timestamp part when checking payload.
maxim
2003-04-14
1
-2
/
+8
*
Deal with a case where the returned packed was smaller than the
mdodd
2003-04-07
1
-12
/
+17
*
Back out support for RFC3514.
mdodd
2003-04-02
1
-13
/
+1
*
IP_EVIL -> IP_EF
maxim
2003-04-02
1
-2
/
+2
*
Implement support for RFC 3514 (The Security Flag in the IPv4 Header).
mdodd
2003-04-01
1
-1
/
+13
*
Default data length should be 56, not 64.
mdodd
2003-03-28
1
-1
/
+1
*
- Make -M mask and -M time exclusive.
mdodd
2003-03-24
1
-22
/
+21
*
Fixed an errx format error in rev.1.81. This should have been fatal
bde
2003-03-24
1
-2
/
+2
*
Demangle the usage message at the source level.
ru
2003-03-14
1
-15
/
+8
*
Fix and sync SYNOPSIS and usage().
ru
2003-03-11
1
-12
/
+12
*
Update ping to be WARNS=2 compliant.
seanc
2003-03-05
1
-26
/
+35
*
Support ICMP_TSTAMP/ICMP_TSTAMPREPLY.
mdodd
2003-03-02
1
-28
/
+94
*
Sort options.
ru
2003-02-23
1
-40
/
+40
*
Call fill() after maxpayload has been initialized.
mdodd
2003-01-29
1
-3
/
+6
*
Send ICMP_MASKREQ packets when the '-M' option is specified.
mdodd
2003-01-28
1
-6
/
+22
*
Better error handling for -s.
maxim
2003-01-23
1
-10
/
+14
*
style(9) sweep.
maxim
2003-01-23
1
-37
/
+30
*
Anti-magic: s/255/MAXTTL/
maxim
2003-01-23
1
-2
/
+2
*
Implement -D (do not fragment) and -z (TOS) options.
maxim
2003-01-23
1
-7
/
+57
*
Print strict source routing option.
maxim
2003-01-23
1
-1
/
+3
*
Fix LSRR option length check: it has to be less or equal remained header's
maxim
2002-10-21
1
-1
/
+2
*
Add an -o option to exit after receiving one reply. This can be used
dd
2002-10-02
1
-3
/
+8
*
Commit "unrelated style fixes" part of Bruce's patch (regarding
peter
2002-09-11
1
-5
/
+5
*
Modify previous commit to solve the real problem that made gcc think
peter
2002-09-11
1
-5
/
+5
*
In reference to previous commit: use err(3).
nectar
2002-09-09
1
-4
/
+2
*
Check for FD_SET overrun.
nectar
2002-09-09
1
-0
/
+4
*
Add the -A flag to the usage line.
iedowse
2002-08-27
1
-1
/
+1
*
Fix the broken "avoid unaligned data" fix. The problem is that the builtin
peter
2002-08-10
1
-2
/
+2
*
o Change almost all magic numbers to the appropriate constants.
maxim
2002-07-05
1
-28
/
+32
*
More strict ip options parsing.
maxim
2002-07-05
1
-53
/
+44
*
WARNS fixes.
maxim
2002-04-02
1
-3
/
+3
*
style(9) cleanup.
maxim
2002-04-02
1
-57
/
+53
*
Style(9) local vars after 'register' removal.
obrien
2002-03-23
1
-33
/
+41
*
Remove 'register' keyword.
obrien
2002-03-20
1
-13
/
+13
[next]