Module Name:src
Committed By: roy
Date: Mon Mar 26 09:11:15 UTC 2018
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Handle errors better.
Fix test for checking we sent all the data we asked to.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/
Module Name:src
Committed By: roy
Date: Sat Mar 24 15:51:57 UTC 2018
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Allow a valid sendto duh
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/tests/net/icmp/t_ping.c
Please note that diffs
Module Name:src
Committed By: kamil
Date: Sat Mar 24 00:06:32 UTC 2018
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Fix a printf(3)-like format in ATF ICMP t_ping.c
Use %zd for ssize_t, instead of %d.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -
Module Name:src
Committed By: roy
Date: Fri Mar 23 10:05:45 UTC 2018
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Note value received. Harden another sendto for ENOBUFS.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/net/icmp/t_ping.
Module Name:src
Committed By: roy
Date: Thu Mar 22 17:27:34 UTC 2018
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Handle ENOBUFS in sendto
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/net/icmp/t_ping.c
Please note that diffs are n
Module Name:src
Committed By: roy
Date: Thu Mar 22 17:16:05 UTC 2018
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Handle ENOBUFS in recv
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tests/net/icmp/t_ping.c
Please note that diffs are not
Module Name:src
Committed By: kre
Date: Sun Oct 2 04:46:07 UTC 2016
Modified Files:
src/tests/net/icmp: t_icmp6_redirect.sh
Log Message:
More adaptation to changed ifconfig output format.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/icmp/t_i
Module Name:src
Committed By: kre
Date: Wed Aug 10 22:17:44 UTC 2016
Modified Files:
src/tests/net/icmp: t_icmp6_redirect.sh t_icmp_redirect.sh t_ping2.sh
Log Message:
+ -lrumpdev
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/icmp/t_icmp6_redi
Module Name:src
Committed By: pgoyette
Date: Mon Aug 8 14:49:35 UTC 2016
Modified Files:
src/tests/net/icmp: Makefile
Log Message:
And this one also needs librumpvfs
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/icmp/Makefile
Please note tha
Module Name:src
Committed By: pgoyette
Date: Mon Aug 8 14:46:35 UTC 2016
Modified Files:
src/tests/net/icmp: Makefile
Log Message:
More need for librumpdev
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/icmp/Makefile
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Thu Feb 26 13:06:10 UTC 2015
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Bump timeout to 20 seconds for slower machines.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/net/icmp/t_ping.c
Pl
Module Name:src
Committed By: martin
Date: Thu Feb 26 13:03:21 UTC 2015
Modified Files:
src/tests/net/icmp: t_forward.c
Log Message:
Do not use artificial low timeouts - slow machines might be still paging
in all the rump environment. Bump timeout from 4 seconds to 20 (my
Module Name:src
Committed By: alnsn
Date: Tue Sep 4 22:31:59 UTC 2012
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Replace usleep(50) with a synchronization over a pipe.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/net/icmp/t_
Module Name:src
Committed By: christos
Date: Sun Jun 26 13:15:22 UTC 2011
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
fix fallout from including signal.h from rump_syscallargs.h
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/net/icm
Module Name:src
Committed By: martin
Date: Wed Jan 5 14:43:40 UTC 2011
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Use raw buffer size (not aligned value) to limit packet size
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/net/icmp
Module Name:src
Committed By: martin
Date: Wed Jan 5 14:08:12 UTC 2011
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Fix alignment of sndbuf (sparc64 got a SIGBUS in this test)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/net/icmp/
Module Name:src
Committed By: pooka
Date: Sat Dec 18 08:35:54 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping2.sh
Log Message:
atf-check => atf_check
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/icmp/t_ping2.sh
Please note that diffs are
Module Name:src
Committed By: pooka
Date: Tue Dec 14 19:08:23 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping2.sh
Log Message:
use ping -n, since technically we don't have dns
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/icmp/t_ping2.sh
Module Name:src
Committed By: christos
Date: Wed Nov 3 21:44:46 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
make that u_int, because it is passed as a socket option.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/net/icmp/t
Module Name:src
Committed By: pooka
Date: Thu Aug 26 17:24:15 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
setsockopt() wants int instead of size_t. Should fix this on LP64.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/
Module Name:src
Committed By: pooka
Date: Mon Aug 23 10:49:28 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Add a delay between startup of pinger and pingee here too.
XXX: there's apparently some race condition which appears to trigger
if a broadcast
Module Name:src
Committed By: pooka
Date: Wed Aug 18 21:23:49 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
.. put a timeout here just in case the receive does not increase
the counter.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/
Module Name:src
Committed By: pooka
Date: Wed Aug 18 21:22:34 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Add a test for the "ping of death". Declare the test a success
when the receiver increases the "ip toolong" stat counter.
To generate a diff
Module Name:src
Committed By: pooka
Date: Wed Aug 18 17:49:03 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
send pings in ascending order
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/icmp/t_ping.c
Please note that diffs
Module Name:src
Committed By: pooka
Date: Wed Aug 18 16:39:22 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Add a two-way floodping test and a test which sends icmp echos with
various sizes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:src
Committed By: pooka
Date: Tue Aug 17 15:51:11 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
add a test which floodpings another host
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/icmp/t_ping.c
Please note
Module Name:src
Committed By: pooka
Date: Mon Aug 9 15:08:43 UTC 2010
Modified Files:
src/tests/net/icmp: Makefile
Added Files:
src/tests/net/icmp: t_ping.c
Log Message:
test that kernel reponds to ping
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
Module Name:src
Committed By: pooka
Date: Mon Jul 26 14:10:32 UTC 2010
Modified Files:
src/tests/net/icmp: t_forward.c
Log Message:
Remove stuff handled by common code now.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/icmp/t_forward.c
Please
Module Name:src
Committed By: pooka
Date: Sun Jul 18 12:43:22 UTC 2010
Modified Files:
src/tests/net/icmp: t_forward.c
Log Message:
fix routine name in error message
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/icmp/t_forward.c
Please note t
Module Name:src
Committed By: pooka
Date: Sun Jul 4 19:30:59 UTC 2010
Added Files:
src/tests/net/icmp: Atffile Makefile t_forward.c
Log Message:
Add test case for PR kern/43548
Due to the nature of the feature under test, this one is a little
different, so let me explain
30 matches
Mail list logo