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