summaryrefslogtreecommitdiff
path: root/tests/modules/t_modctl.c
AgeCommit message (Expand)Author
2012-08-20Fix stupid thinko when checking for the availability of options MODULARmartin
2012-08-19Be more verbose if we get unexpected error codes from modctl.martin
2012-08-13Make use of the new MODCTL_EXISTS check to query kernel wether (and whymartin
2012-04-17Avoid zero-length format string.jruoho
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-03-13A modctl(MODCTL_STAT, ...) always succeeds, even in non-modular kernels suchjruoho
2012-03-11Skip the tests even if modctl(2) does not fail specifically with ENOSYS.jruoho
2010-11-03add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazingchristos
2010-08-21Add a new atf test-case to check that recursive module calls actually work.pgoyette
2009-01-04Kernel modules (kmod files) are now installed in a subdirectory per module.jmmv
2008-05-02- Add a bsd.kmodule.mk to build new style modules.ad
2008-05-01Convert NetBSD-specific tests that were previously written in C++ to C nowjmmv