summaryrefslogtreecommitdiff
path: root/tests/fs
AgeCommit message (Expand)Author
2018-01-17Use sysctl -n rather than parse the output.maya
2018-01-17- Add inttypes.h #include for PR* macros.maya
2017-11-19ATF test program for PR kern/52738: check for mtime updates after rewritingmartin
2017-05-24give it more time.christos
2017-05-22there is no more UsePrivilegeSeparationchristos
2017-04-14Gotta mark crashes on signal separately from failures...riastradh
2017-04-12Mark expected failures as such.riastradh
2017-03-26Add failing test cases for PRs kern/2423, kern/3645, kern/4597maya
2017-03-23Do not assume anything about the pseudo-disklabel of a completely zeroedmartin
2017-03-22add tests for the mount update from rw to rw+log, which used to case the panicjdolecek
2017-02-02PR kern/51762: add a test programmartin
2017-01-27Add test for read/write to readonly update mount.hannken
2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
2017-01-10more tests needing <sys/stat.h>christos
2016-12-01- Change vcache_reclaim() to always call VOP_INACTIVE() before VOP_RECLAIM().hannken
2016-10-08Incrase timeout for the benefit of the walk_list_user test case whichgson
2016-09-05PR/51461: Mateusz Poszwa: Processes hang when attempting to read from an empt...christos
2016-08-29PR kern/49033kre
2016-08-27Fix static linking.christos
2016-08-21fix wrong variable.christos
2016-08-20- use snprintfchristos
2016-08-13order network libraries properly.christos
2016-08-13The required initialization order for net rump net services is:christos
2016-08-10+ -lrumpdevkre
2016-07-29Update the test - the "official" name of the vnd configuration utilitypgoyette
2016-05-04Cite a relevant PR for msdos_renamerace instead of one that was fixeddholland
2016-01-28The test for PR 50608 works now, remove the expected failure.martin
2016-01-23Define _KERNTYPES for things that need it.christos
2016-01-14Don't use a filename with an embedded newline in the create_many testgson
2016-01-13create_many: remove PR kern/50607 xfailpooka
2016-01-02create_many:pooka
2016-01-01use a shorter filename template in previous (for v7fs)pooka
2016-01-01Add a test which creates many directory entries.pooka
2015-12-23Use the original nfsd.christos
2015-12-23ggr, make debug static. I hate that the copy of this and the originalchristos
2015-12-23add get_net.cchristos
2015-11-08Use the regular mountd, and include the rpcbind stuff here.christos
2015-11-08Use the regular rpcbind source now.christos
2015-11-08Don't use POLL again.christos
2015-11-08Remove dup copy of rpcbind sources that had grown stale.christos
2015-11-08make this work with the new fdset stuff.christos
2015-08-30Remove rubbish.dholland
2015-08-29Fix glaringly wrong indent.dholland
2015-08-21don't abuse %m in printfchristos
2015-04-09Apparently I fixed t_unpriv:zfs_owner and didn't notice.riastradh
2015-04-09Advisory locking for zfs.riastradh
2015-04-09Fix vattr_init_mask: mode is mode_t, not u_short.riastradh
2015-04-09Tests claim rename(..., "x/.") yields EISDIR, so do that. Fixes zfs.riastradh
2015-04-09Fix return code of rmdir(nonempty) in zfs: ENOTEMPTY, not EEXIST.riastradh
2015-04-04Fix remaining read(fd, NULL, 1) cases.riastradh