| Age | Commit message (Expand) | Author |
| 2010-03-15 | Add some basic tests for rc.d scripts to validate the execution of | jmmv |
| 2010-03-05 | Update to use newstyle rump_module interfaces. | pooka |
| 2010-02-28 | remove "string" directory for now, it isn't installed | martin |
| 2010-02-26 | Disable population count test for now, please re-enable once | martin |
| 2010-01-31 | filesystems now use getdisksize() which is in librumpdev_disk. | mlelstv |
| 2010-01-25 | msdosfs depends on disk devices now | pooka |
| 2010-01-24 | Add a regression test for the SHA2 family that also checks for unaligned | joerg |
| 2009-12-18 | Must use CMSG_SPACE instead of CMSG_LEN for control message buffer. | pooka |
| 2009-12-15 | avoid most of the SUBDIRs if MKATF == "no". | mrg |
| 2009-12-08 | CPPFLAGS.* is per *.c, not per ${PROG} or ${LIB}. | uebayasi |
| 2009-11-28 | It seems that LDADD.file gets added to the linker invocation after | he |
| 2009-11-26 | Since rumpfs has supported file system sockets for quite a while | pooka |
| 2009-11-25 | Don't use LDADD.progname because it duplicates all the libs. | pooka |
| 2009-11-06 | WARNS=4 | pooka |
| 2009-11-06 | rump_module -> rump_pub_module | pooka |
| 2009-11-05 | Fix MKKMOD=no builds: in sets.subr, if $MKKMOD == no, leave the | dyoung |
| 2009-11-02 | add ATF tests for libevent | plunky |
| 2009-10-20 | Migrate three sh test cases from regress to tests. | jmmv |
| 2009-10-15 | comment adjustment. hardly any functional change involved. | pooka |
| 2009-10-15 | fix test for new-world rump lwp usage | pooka |
| 2009-10-14 | Adjust names of external rump control interfaces to match the | pooka |
| 2009-10-14 | Add test cases for "prefix $@ suffix" expansion. From PR bin/33956. | jmmv |
| 2009-09-24 | Add regression test to verify that linksets work correctly with rump. | pooka |
| 2009-09-24 | add regression tests for dlinfo() | pooka |
| 2009-09-19 | Correct list of d_merge* files. | apb |
| 2009-09-19 | Adjust tests to no longer expect a trailing space in each line | apb |
| 2009-09-19 | Add tests for the "mtree -M" issue reported in PR 42031 from Geoff Wing. | apb |
| 2009-09-17 | Set timeout to 20 because for some reason this test hangs in qemu. | pooka |
| 2009-09-14 | Rely on the new and "just as awful as the old" hack in the battle of rump | skrll |
| 2009-09-08 | Add test case for PR kern/42020: | pooka |
| 2009-08-21 | No-one wins in rump vs link sets. | skrll |
| 2009-08-03 | rump_fakeblk -> rump_etfs | pooka |
| 2009-07-21 | flag a 64-bit integer constant as "ULL" -- this is not clean but the | drochner |
| 2009-07-21 | Add popcount(3) and the long and long long version. Name is inspired by | joerg |
| 2009-07-20 | fix for new openssl | christos |
| 2009-07-20 | Use __RCSID. | joerg |
| 2009-07-20 | Add a fast, platform independent hash function to libc. | joerg |
| 2009-06-09 | Apparently, there's not a clear dependency ordering for the libraries, | he |
| 2009-05-15 | Fix calls to rump syscalls now that the padding argument is no | pooka |
| 2009-05-08 | lseek fd to start before sending, creates a clearer test case. | pooka |
| 2009-05-07 | Make the file descriptor passing test case a little more interesting: | pooka |
| 2009-05-07 | Rename variable to reflect current use. no functional change. | pooka |
| 2009-05-04 | Use make syntax where LDADD applies only to a certain target | pooka |
| 2009-05-04 | g/c unused variables | pooka |
| 2009-05-03 | In addition to testing the fd passing doesn't crash the kernel, | pooka |
| 2009-05-03 | Mount test fs onto /mp instead of /. This way it can be unmounted | pooka |
| 2009-05-02 | don't hardcode /usr/lib path | pooka |
| 2009-05-02 | add regression test for module init/fini in rump | pooka |
| 2009-05-02 | Merge librumpfs_ufs into librumpfs_ffs. This reflects what happened | pooka |
| 2009-04-29 | * register fakeblk | pooka |