index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
librumphijack
Age
Commit message (
Expand
)
Author
2014-01-03
netstat expected output includes ipv6 sucket, so add netinet6
pooka
2012-12-02
Helper programs are programs, not tests, so build them appropriately.
pgoyette
2012-08-16
Fix more fallout from the changes to nfsd's command-line options
pgoyette
2012-08-04
Implement link(2) in rumphijack. Add a couple trivial test cases.
riastradh
2012-04-20
Close all file descriptors before trying to reason about the number of open
jruoho
2012-04-17
Return from main() and use EXIT_FAILURE/EXIT_SUCCESS from stdlib(3).
jruoho
2011-12-01
add missing dev_disk library for getdiskinfo.
christos
2011-05-14
Instead of doing 'atf_check ... sh -c foo', just do 'atf_check ... -x foo'.
jmmv
2011-03-29
Halt the httpd server _before_ rump. Per pooka@'s suggestion.
jmmv
2011-03-29
Make httpd create a pid file and use that to kill the server in a controlled
jmmv
2011-03-22
check that nfsd works with kernel module autoloading
pooka
2011-03-14
test RUMPHIJACK fdoff=8
pooka
2011-03-10
* remove juiblex from nfsd startup (i was using -DDEBUG nfsd yesterday)
pooka
2011-03-09
nfsd + mount_nfs test with stock system binaries
pooka
2011-03-08
some blanket tests
pooka
2011-03-08
test case for runon prefixes
pooka
2011-03-08
print out the unexpected rv too
pooka
2011-03-03
add tests for hijacked /bin/sh (mostly redirection now)
pooka
2011-03-01
Create a pipe on which to select. selecting on STDIN_FILENO seems
pooka
2011-02-23
some tests for mv(1)
pooka
2011-02-23
simple vfs tests (mount ffs, cp/pax files there, un/remount,
pooka
2011-02-20
check that poll on an invalid fd doesn't hang in the dual poll case
pooka
2011-02-19
more test cases:
pooka
2011-02-19
a basic getcwd() test
pooka
2011-02-16
RUMPHIJACK_RETRY -> RUMPHIJACK_RETRYCONNECT
pooka
2011-02-14
explicitly set BLOCKSIZE so that we don't get fooled again
pooka
2011-02-14
-debugging crud
pooka
2011-02-14
Test that hijacked ssh/sshd work.
pooka
2011-02-12
Add test case from PR lib/44552 by Alexander Nasonov. I also lobbed
pooka
2011-02-11
add test for fix in rev 1.36 of librumphijack/hijack.c
pooka
2011-02-06
Add a simple test for the purpose of making sure rumphijack works
pooka