Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r281593,r282071,r282074,r282133,r282134,r282135,r282136,r282137,r282138: | ngie | 2015-05-13 | 11 | -541/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r282071: Integrate tools/regression/mqueue into the FreeBSD test suite as tests/sys/mqueue r282074: Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into the FreeBSD test suite as tests/sys/aio r282133: Fill in the copyright boilerplate for the test program r282134: Add initial (unpolished) macros for interfacing with the FreeBSD test suite This is very rough, but will be replaced/redesigned some time soon after I fix the Jenkins breakage I introduced r282135: Use ATF_REQUIRE_KERNEL_MODULE instead of aio_available function r282136: - Use ATF_REQUIRE_KERNEL_MDOULE to require aio(4) - Don't use /tmp as a basis for temporary files as it's outside of the ATF sandbox - Don't override MAX macro in sys/param.h r282137: Use PLAIN_REQUIRE_KERNEL_MODULE to require "mqueuefs" r282138: Adjust CFLAGS to find freebsd_test_suite/macros.h | ||||
* | MFC r264400,r265836: | ngie | 2014-12-31 | 5 | -5/+5 |
| | | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed. | ||||
* | Add missing headers. While there, arrange headers alphabetically. | kib | 2010-03-16 | 5 | -17/+37 |
| | | | | MFC after: 3 days | ||||
* | Fixed missing or broken library dependencies. | ru | 2010-02-25 | 5 | -5/+10 |
| | |||||
* | Fix compiling. | davidxu | 2007-01-06 | 10 | -25/+29 |
| | |||||
* | Add code to test POSIX message queue. | davidxu | 2005-11-26 | 11 | -0/+512 |