Module Name:src
Committed By: maya
Date: Mon Oct 2 10:08:11 UTC 2017
Modified Files:
src/sbin/ping: ping.c
Log Message:
un-ifdef sgi. NFC
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sbin/ping/ping.c
Please note that diffs are not public domain;
Module Name:src
Committed By: ryo
Date: Fri Mar 17 06:52:59 UTC 2017
Modified Files:
src/sbin/ping: ping.c
Log Message:
Fix cksum calculation for clearing the cached route.
In ping.c:r1.104, the size of echoreply packet was changed to ICMP_MINLEN,
Therefore also calculati
Module Name:src
Committed By: joerg
Date: Wed Jan 11 12:13:52 UTC 2017
Modified Files:
src/sbin/ping: ping.c
Log Message:
Use an explicitly aligned buffer for ip.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sbin/ping/ping.c
Please note that diffs
Module Name:src
Committed By: dholland
Date: Sun Dec 18 01:19:34 UTC 2016
Modified Files:
src/sbin/ping: ping.c
Log Message:
PR bin/36997 Zafer Aydogan: ping doesn't validate numeric inputs enough.
Reject packet intervals < 1 ns as they lead to infinite loops adding
zero
Module Name:src
Committed By: dholland
Date: Sun Dec 18 00:21:33 UTC 2016
Modified Files:
src/sbin/ping: ping.c
Log Message:
PR bin/36997 Zafer Aydogan: ping doesn't validate numeric inputs enough.
Check for values between INT_MAX and LONG_MAX (if they're different)
when
Module Name:src
Committed By: joerg
Date: Fri Oct 7 22:31:05 UTC 2016
Modified Files:
src/sbin/ping: ping.c
Log Message:
Make optspace an array of uint8_t, since some of the bytes written into
it are outside the signed char range.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: dholland
Date: Sun Jul 31 18:14:36 UTC 2016
Modified Files:
src/sbin/ping: ping.c
Log Message:
Manipulate the signal masks so signals only arrive while we're waiting,
so they can't illegally reenter libc.
Fixes the problem Greg A. Woods descr
Module Name:src
Committed By: dholland
Date: Sun Jul 31 17:59:09 UTC 2016
Modified Files:
src/sbin/ping: ping.c
Log Message:
Don't call variables that are used "dummy".
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sbin/ping/ping.c
Please note that
Module Name:src
Committed By: christos
Date: Sat Nov 29 14:48:42 UTC 2014
Modified Files:
src/sbin/ping: ping.c
Log Message:
Adjust default packet size to 56 data bytes (64 total).
Make error messages consistent.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r
Module Name:src
Committed By: christos
Date: Thu Nov 27 19:43:58 UTC 2014
Modified Files:
src/sbin/ping: ping.c
Log Message:
PR/49423: Martin Husemann: ping for small packets does not work in -7 or
-current
XXX: pullup 7?
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: christos
Date: Sat Oct 19 01:08:25 UTC 2013
Modified Files:
src/sbin/ping: ping.c
Log Message:
avoid bogus uninitialized gcc warning
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sbin/ping/ping.c
Please note that diffs
Module Name:src
Committed By: yamt
Date: Wed Mar 6 11:33:08 UTC 2013
Modified Files:
src/sbin/ping: ping.c
Log Message:
more precision for F_TIMING64
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sbin/ping/ping.c
Please note that diffs are not pub
Module Name:src
Committed By: christos
Date: Sun Dec 30 03:19:24 UTC 2012
Modified Files:
src/sbin/ping: ping.c
Log Message:
deduct phdrlen after computing max size.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sbin/ping/ping.c
Please note that di
Module Name:src
Committed By: christos
Date: Sun Dec 30 02:41:11 UTC 2012
Modified Files:
src/sbin/ping: ping.c
Log Message:
1. Allocate the max packet size before accounting for phdrlen, harmless.
2. In the clear-route-cache sendto, don't send 0 bytes (if -s was specified
Module Name:src
Committed By: msaitoh
Date: Tue Sep 18 04:07:44 UTC 2012
Modified Files:
src/sbin/ping: ping.c
Log Message:
Fix a bug that misunderstand F_TIMING64, F_POLICY and F_AUTHHDR.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sbin/ping/pin
Module Name:src
Committed By: christos
Date: Sun Sep 11 17:18:52 UTC 2011
Modified Files:
src/sbin/ping: ping.c
Log Message:
print summary stats.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/sbin/ping/ping.c
Please note that diffs are not public d
Module Name:src
Committed By: wiz
Date: Sat Sep 10 20:47:33 UTC 2011
Modified Files:
src/sbin/ping: ping.8
Log Message:
Another option order fix.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sbin/ping/ping.8
Please note that diffs are not public dom
Module Name:src
Committed By: wiz
Date: Sat Sep 10 20:46:43 UTC 2011
Modified Files:
src/sbin/ping: ping.8 ping.c
Log Message:
Sort options and descriptions in standard order.
Remove unecessary Bk/Ek in SYNOPSIS.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1
Module Name:src
Committed By: christos
Date: Sat Sep 10 20:04:28 UTC 2011
Modified Files:
src/sbin/ping: ping.8 ping.c
Log Message:
PR/45257: Instead of passing a 32bit sec and 32 bit usec timestamp in little
endian format by default, pass a struct timespec in native host
Module Name:src
Committed By: joerg
Date: Sat Aug 27 18:40:18 UTC 2011
Modified Files:
src/sbin/ping: ping.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sbin/ping/ping.c
Please note that diffs are not public domain; the
Module Name:src
Committed By: christos
Date: Sun Aug 21 06:39:09 UTC 2011
Modified Files:
src/sbin/ping: ping.c
Log Message:
handle the first loop where time == 0.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sbin/ping/ping.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Sat Aug 20 14:38:09 UTC 2011
Modified Files:
src/sbin/ping: ping.c
Log Message:
we need difftime to return a signed result, so clamp the timeval's to
uint32_t but then, return a signed result of their difference.
To generate a
Module Name:src
Committed By: christos
Date: Fri Aug 19 08:35:40 UTC 2011
Modified Files:
src/sbin/ping: ping.c
Log Message:
PR/45257: Ryo Shimizu: ping(8) prints bogus round-trip times after Year 2038
Clamp all time computations to 32 bits; idea from dsl@
To generate a
Module Name:src
Committed By: pooka
Date: Fri Mar 11 09:59:56 UTC 2011
Modified Files:
src/sbin/ping: ping.c ping_hostops.c ping_rumpops.c prog_ops.h
Log Message:
Make get/setuid prog ops (so that i can do rump.ping -f regardless
of host privs).
To generate a diff of thi
Module Name:src
Committed By: pooka
Date: Mon Dec 13 17:42:17 UTC 2010
Modified Files:
src/sbin/ping: Makefile ping.c
Added Files:
src/sbin/ping: ping_hostops.c ping_rumpops.c prog_ops.h
Log Message:
RUMP_ACTION -> RUMPPRG
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: pooka
Date: Thu Nov 11 22:56:39 UTC 2010
Modified Files:
src/sbin/ping: Makefile ping.c
Log Message:
add compile-conditional rumpclient support
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sbin/ping/Makefile
cvs rdiff -u
26 matches
Mail list logo