index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modules
Age
Commit message (
Expand
)
Author
2018-01-09
Skip the test on non-modular kernels
martin
2018-01-08
PR 52864: add a test for this bug, from sevan@
martin
2017-01-13
Don't play with "../.." in includes for h_macros.h; deal with it centrally.
christos
2016-01-23
Define _KERNTYPES for things that need it.
christos
2014-06-10
Fix static linking for the tests: -lrump is also used by -lrumpuser,
he
2012-08-20
Fix stupid thinko when checking for the availability of options MODULAR
martin
2012-08-19
Be more verbose if we get unexpected error codes from modctl.
martin
2012-08-13
Make use of the new MODCTL_EXISTS check to query kernel wether (and why
martin
2012-06-03
Fix build - delete extra &
dsl
2012-04-20
For now, skip module tests if modctl(8) fails either with EPERM or ENOSYS.
jruoho
2012-04-17
While we need an absolute path when loading a module (including the .kmod
martin
2012-04-17
Avoid zero-length format string.
jruoho
2012-04-17
Adjust.
jruoho
2012-04-14
The k_helper3 program does not need to be (and shouldn't be) installed
pgoyette
2012-04-13
Let's get it right this time.
pgoyette
2012-04-13
Put k_helper3 in the correct location.
pgoyette
2012-04-13
Add a helper program that loads a module and returns the errno from modctl(8).
jruoho
2012-03-20
Skip Xen. XXX: There should be a reliable way to detect MODULAR.
jruoho
2012-03-15
Add __printflike attribution to use vprintf and friends with an argument
joerg
2012-03-13
A modctl(MODCTL_STAT, ...) always succeeds, even in non-modular kernels such
jruoho
2012-03-11
Skip the tests even if modctl(2) does not fail specifically with ENOSYS.
jruoho
2012-02-17
Add a test to ensure that PAGE_SIZE is available in kernel modules.
jmmv
2011-03-24
Prevent failures from cleanup routines. Do so by only attempting to do the
jmmv
2010-11-07
Adjusts tests after import of atf-0.12:
jmmv
2010-11-03
add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing
christos
2010-08-27
tests for builtin modules
pooka
2010-08-21
Fix botched update.
pgoyette
2010-08-21
Add a new atf test-case to check that recursive module calls actually work.
pgoyette
2010-07-13
Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
jmmv
2010-07-05
Properly mark some test cases as having a cleanup routine. Stupidity of
jmmv
2010-06-04
atf-0.9 introduces an use.fs test-case property to allow tests to write to
jmmv
2009-01-19
Adjust tests to work with the new API in ATF 0.6.
jmmv
2009-01-04
Kernel modules (kmod files) are now installed in a subdirectory per module.
jmmv
2008-11-12
Remove LKMs and switch to the module framework, pass 1.
ad
2008-05-31
Fix two bugs to make MKMODULAR=yes builds will work again, for the
dyoung
2008-05-05
Fix MKMODULAR=yes builds by resolving installation problems of the k_helper
jmmv
2008-05-02
- Add a bsd.kmodule.mk to build new style modules.
ad
2008-05-01
Convert NetBSD-specific tests that were previously written in C++ to C now
jmmv
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-02
Add tests for load-time parameter passing to modules, both at the syscall
jmmv
2008-02-10
Add more detailed checks for each of the primary modctl commands.
jmmv
2008-02-10
Add preliminary tests (basically a placeholder for now) for the new modules
jmmv