summaryrefslogtreecommitdiff
path: root/tests/fs/puffs
AgeCommit message (Expand)Author
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-09-16fix typos in word "successful".andvar
2020-05-15PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries,christos
2020-03-01Centralize the base rump libraries into a variable used by all the otherchristos
2019-09-23Restore binary compatibility by using the statvfs90 structure internally.christos
2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
2016-12-01- Change vcache_reclaim() to always call VOP_INACTIVE() before VOP_RECLAIM().hannken
2016-01-23Define _KERNTYPES for things that need it.christos
2014-06-10Fix static linking for the tests: -lrump is also used by -lrumpuser,he
2013-10-19fix unused variable warningschristos
2012-11-04add missing includeschristos
2012-04-21Do not set PUFFS_KFLAG_CACHE_FS_TTL for PUFFS testsmanu
2012-01-31Check directory write access for DELETE operation. And while here,njoly
2011-04-04reinstate #ifdef PUFFSDUMP around otherwise unused functionplunky
2011-03-01Reset node's parent pointer when it's removed. Technically thepooka
2011-02-10update /dev/null rump minor to make test pass againpooka
2010-11-15Add test case for PR kern/44093 (fixed already, but tested to failpooka
2010-11-12Remove accidentally committed part (which I need to run these testspooka
2010-11-12Add test case for problem described by yamt in PR kern/44086.pooka
2010-08-27poll the putter fd instead of doing a blocking read. Long storypooka
2010-08-27Now that atf issue #53 has been fixed, remove thepooka
2010-08-16Make random garbage more widely available.pooka
2010-08-12return correct errnopooka
2010-08-02the old thread which does not return not returning a valuepooka
2010-07-31Fuzztest puffs mount. There are n different levels of testing:pooka
2010-07-30Fold the puffs private and vfs tests mount/unmount routines together.pooka
2010-07-21support pathconf (more or less copypasted from ufs). for njoly's tests.pooka
2010-07-14Check that nobody raced us into the source dir while it was unlockedpooka
2010-07-14Return correct error values from a bunch of questionable renames.pooka
2010-07-14* remove target node from right directorypooka
2010-07-14check we don't rename onto a non-empty directorypooka
2010-07-14prevent rename of source directory under itselfpooka
2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv
2010-07-12put stuff requiring -lpuffs behind -DPUFFSDUMPpooka
2010-07-11WARNS=2pooka
2010-07-11Add some basic tests for inactive/reclaim. To make this possible,pooka
2010-07-07Add test cases for file servers which present the root node not aspooka
2010-07-06* need TESTSDIRpooka
2010-07-06NO ATFFILE HEREpooka
2010-07-06Call rump_init() only after we have fork&exec'd the file server.pooka
2010-07-06Add the most basic test for puffs(dtfs): mount/unmount. There'spooka
2010-07-06Move the Delectable Test File System from share/examples/puffs/dtfspooka
2010-07-06Move tests psshfs from fs/puffs to fs/psshfs. The former is goingpooka
2010-07-05Properly mark some test cases as having a cleanup routine. Stupidity ofjmmv
2010-06-04atf-0.9 introduces an use.fs test-case property to allow tests to write tojmmv
2009-01-19Adjust tests to work with the new API in ATF 0.6.jmmv
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-30Re-add the NetBSD CVS Id tag to the header. It just had to be quoted tojmmv
2007-12-29Copy the host key into the work directory and tell the server to use thisjmmv