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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The -A option (beep when packets are dropped) didn't work quite
iedowse
2001-09-25
2
-5
/
+12
*
Set BINOWN=root explicitly for setuid root binaries.
ru
2001-09-13
1
-0
/
+1
*
Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds
dd
2001-09-05
1
-2
/
+2
*
mdoc(7) police:
ru
2001-08-07
1
-16
/
+17
*
Remove whitespace at EOL.
dd
2001-07-15
1
-7
/
+7
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Ian Dowse writes:
mjacob
2001-07-07
1
-16
/
+7
*
Fix unaligned access faults on alpha.
mjacob
2001-07-07
1
-1
/
+9
*
Modify ping so that it increases the send socket buffer size if the
rwatson
2001-06-30
1
-0
/
+5
*
Add a -A option to ping which beeps when packets are lost.
phk
2001-05-24
2
-3
/
+17
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-0
/
+1
*
Set the default manual section for sbin/ to 8.
ru
2001-03-20
1
-1
/
+0
*
Add new option -m which allows the user to set IP TTL.
ru
2001-03-09
2
-12
/
+34
*
Prepare for mdoc(7)NG.
ru
2000-12-18
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-2
/
+2
*
Format string paranoia
kris
2000-11-19
1
-2
/
+2
*
Use CMSG_LEN() to compute ping SCM_TIMESTAMP cmsg_len.
shin
2000-03-14
1
-1
/
+1
*
CMSG_XXX macros alignment fixes to follow RFC2292.
shin
2000-03-03
1
-1
/
+1
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
1
-2
/
+4
*
ping -S option was missing from IPsec merge, so enable it again.
shin
2000-02-08
1
-2
/
+2
*
Brucify:
billf
2000-01-20
2
-8
/
+16
*
Add '-t X' which times out after pinging for X seconds.
billf
2000-01-14
2
-4
/
+18
*
Don't try to include ipsec support if we are building for the install
msmith
2000-01-07
1
-2
/
+7
*
libipsec and IPsec related apps. (and some KAME related man pages)
shin
2000-01-06
3
-5
/
+79
*
Make last commit bde-compliant:
pb
1999-11-18
1
-8
/
+9
*
Fix aliasing bug causing in_cksum() to fail on odd packet sizes
pb
1999-11-15
1
-5
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Re-add -Wmissing-prototypes to `COPTS'. I mistook -W for -Wno in this case.
chris
1999-08-16
1
-1
/
+1
*
-Wmissing-prototypes is unnecessary here. There are no warnings produced
chris
1999-08-16
1
-2
/
+2
*
Make flood ping flood again. It hasn't worked since 2.2.6. Make the "-l"
mckay
1999-05-07
1
-4
/
+6
*
More egcs warning fixes:
imp
1999-04-25
1
-2
/
+3
*
Finish documenting -S src-addr change.
imp
1999-02-19
1
-1
/
+8
*
Allow PINGing from any address on multihomed hosts
imp
1999-01-06
2
-12
/
+46
*
Fixed non-use of .Nm and hard line breaks in rev.1.16-1.17:
bde
1998-11-29
1
-7
/
+12
*
Remove useless `BINOWN=root' now that it is the default.
obrien
1998-09-19
1
-2
/
+1
*
Disable gcc's builtin memcpy for alpha since it doesn't cope with unaligned
dfr
1998-09-05
1
-1
/
+4
*
Updated manual page. Removed description of (now defunct) -c restrictions.
dillon
1998-08-27
1
-3
/
+2
*
Remove -c restrictions from previous commit.
des
1998-08-26
1
-13
/
+1
*
(well tested at BEST): -i option can now take FP values (e.g. -i 0.1),
dillon
1998-08-26
2
-17
/
+46
*
Correct use of .Nm. Remove unused #includes. Use warn(). cosmetic in usage()
charnier
1998-07-15
2
-30
/
+29
*
Fix an alignment problem on alpha by doing a bytewise copy.
jb
1998-06-06
1
-3
/
+6
*
Use select() timeouts instead of SIGALRM to schedule packet transmission.
fenner
1998-05-25
1
-81
/
+104
*
Revert the previous fix. As it turns out Warner Losh is
steve
1998-05-25
1
-21
/
+9
*
Attempt to stop another DoS attack related to ping flooding.
steve
1998-05-25
1
-9
/
+21
*
When a timeval is stored at the beginning of icmp_data, the fields
jb
1998-05-16
1
-14
/
+27
*
If ping write fails with short packet count, the
phk
1998-04-15
1
-2
/
+2
*
Add aback in a line a accidentally killed in my last commit.
imp
1998-04-02
1
-1
/
+2
*
Make this compile (and seemingly work).
eivind
1998-04-02
1
-2
/
+2
*
A fairly rare possible buffer overflow:
imp
1998-04-01
2
-5
/
+17
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
charnier
1998-03-19
1
-2
/
+4
[next]