Module Name: src Committed By: pooka Date: Tue Nov 30 14:29:05 UTC 2010
Modified Files: src/tests/dev/md: h_mdserv.c t_md.sh Log Message: Get rid of the "sleep 1" by using rump_daemonize_begin/end(). Notably, md is a little tricky for this, since the ioctl that configures the service also blocks in the kernel. Therefore, use an additional pthread to probe when the service is fully configured and the server can detach. Also, rawpart love. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/md/h_mdserv.c src/tests/dev/md/t_md.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.