Module Name: src Committed By: pooka Date: Tue Dec 14 11:03:17 UTC 2010
Modified Files: src/distrib/sets/lists/tests: mi src/tests/net/icmp: Makefile Added Files: src/tests/net/icmp: t_ping2.sh Log Message: Add another version of the simple ping test, this time written as a shell script and using rump_server, rump.ifconfig and rump.ping. XXX: uses rump_allserver for now, though, since i noticed a problem where the rump kernel syscall vector does not get updated for dlopen()'d libraries (and hence if you dlopen librumpnet.so, socket() still gives ENOSYS). Me be fixink it later. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.2 -r1.3 src/tests/net/icmp/Makefile cvs rdiff -u -r0 -r1.1 src/tests/net/icmp/t_ping2.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.