K 10 svn:author V 7 rwatson K 8 svn:date V 27 2010-02-03T16:02:58.825394Z K 7 svn:log V 642 Merge c174234, c174235, c174236, c174238, c174242 from the p4 TrustedBSD Capabilities branch to capabilities8: Consistently don't stick "test_" in front of printed test names, since they are all tests. On the other hand, we do use test_ in front of internal function names. Improve debugging output. Use _exit(0) not exit(0) after fork, or I/O may be flushed more than once. Add a 'pingpong' test, which is socketpair + fork + send + recv + send + recv + exit + waitpid. A bit like sandbox but no exec or sandboxy magic. Force at least one benchmark to be run. Submitted by: antoine Sponsored by: Google, Inc. END