NetBSD/tests
riastradh 772f45cfc9 Cache vattr in psshfs's setattr.
This means within the cache window, a setattr that wouldn't change the
remote file's attributes from our current view of them will not be
relayed to the server and wait for the server to answer.  Thus, e.g., a
process with a periodic timer interrupt that calls open(2) in a loop
can make progress with much higher probability than without caching.

XXX The test case doesn't work, so it's currently disabled.  It needs
to stop the child of sshd that is handling an sftp session, not sshd
itself, and it's not obvious how to do that.

ok pooka
2011-08-12 04:14:00 +00:00
..
crypto give the idea, rc5 and mdc2 checks a chance of working if they are defined 2011-07-05 10:03:09 +00:00
dev Add missing RUMP_SERVER export, so the "normal" test does not fail with 2011-08-09 13:48:55 +00:00
fs Cache vattr in psshfs's setattr. 2011-08-12 04:14:00 +00:00
games
include Need root for /dev/power. 2011-08-12 03:59:44 +00:00
ipf
kernel Turn warns on for all tests and fix all the bugs. 2011-06-11 18:03:17 +00:00
lib As per PR bin/45180, do not traverse too deep. 2011-07-27 05:04:11 +00:00
libexec avoid building stuff that depends upon pic objects if MKPIC == no. 2011-07-03 15:28:25 +00:00
modules Prevent failures from cleanup routines. Do so by only attempting to do the 2011-03-24 21:52:51 +00:00
net fix fallout from including signal.h from rump_syscallargs.h 2011-06-26 13:15:22 +00:00
rump Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN. 2011-08-07 14:03:15 +00:00
sbin Add require root user to test_case_xfail. Avoids reporting expected 2011-05-17 22:01:41 +00:00
sys
toolchain Remove shebang lines from test-script sources; avoids duplicate with 2011-05-11 22:08:12 +00:00
usr.bin mkdep(1) needs cc(1). Make testcase check for them. 2011-06-14 11:44:25 +00:00
usr.sbin
util Fix definition of the plus_tflag test case. Uncovered by atf 0.14. 2011-06-15 07:58:03 +00:00
Atffile
h_macros.h Use proper format strings. 2011-06-16 15:33:24 +00:00
Makefile Remove syscall SUBDIR. 2011-07-07 07:31:29 +00:00
Makefile.inc