summaryrefslogtreecommitdiff
path: root/tests/modules
AgeCommit message (Expand)Author
2018-01-09Skip the test on non-modular kernelsmartin
2018-01-08PR 52864: add a test for this bug, from sevan@martin
2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
2016-01-23Define _KERNTYPES for things that need it.christos
2014-06-10Fix static linking for the tests: -lrump is also used by -lrumpuser,he
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-06-03Fix build - delete extra &dsl
2012-04-20For now, skip module tests if modctl(8) fails either with EPERM or ENOSYS.jruoho
2012-04-17While we need an absolute path when loading a module (including the .kmodmartin
2012-04-17Avoid zero-length format string.jruoho
2012-04-17Adjust.jruoho
2012-04-14The k_helper3 program does not need to be (and shouldn't be) installedpgoyette
2012-04-13Let's get it right this time.pgoyette
2012-04-13Put k_helper3 in the correct location.pgoyette
2012-04-13Add a helper program that loads a module and returns the errno from modctl(8).jruoho
2012-03-20Skip Xen. XXX: There should be a reliable way to detect MODULAR.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
2012-02-17Add a test to ensure that PAGE_SIZE is available in kernel modules.jmmv
2011-03-24Prevent failures from cleanup routines. Do so by only attempting to do thejmmv
2010-11-07Adjusts tests after import of atf-0.12:jmmv
2010-11-03add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazingchristos
2010-08-27tests for builtin modulespooka
2010-08-21Fix botched update.pgoyette
2010-08-21Add a new atf test-case to check that recursive module calls actually work.pgoyette
2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv
2010-07-05Properly mark some test cases as having a cleanup routine. Stupidity ofjmmv
2010-06-04atf-0.9 introduces an use.fs test-case property to allow tests to write tojmmv
2009-01-19Adjust tests to work with the new API in ATF 0.6.jmmv
2009-01-04Kernel modules (kmod files) are now installed in a subdirectory per module.jmmv
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-05-31Fix two bugs to make MKMODULAR=yes builds will work again, for thedyoung
2008-05-05Fix MKMODULAR=yes builds by resolving installation problems of the k_helperjmmv
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
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-02Add tests for load-time parameter passing to modules, both at the syscalljmmv
2008-02-10Add more detailed checks for each of the primary modctl commands.jmmv
2008-02-10Add preliminary tests (basically a placeholder for now) for the new modulesjmmv