Up to [cvs.NetBSD.org] / src / tests / modules
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Mon Aug 20 08:07:52 2012 UTC (9 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.11: +7 -6
lines
Diff to previous 1.11 (colored)
Fix stupid thinko when checking for the availability of options MODULAR and permission to load modules.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Aug 19 20:54:56 2012 UTC (9 months ago) by martin
Branch: MAIN
Changes since 1.10: +4 -3
lines
Diff to previous 1.10 (colored)
Be more verbose if we get unexpected error codes from modctl.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 13 08:07:03 2012 UTC (9 months, 1 week ago) by martin
Branch: MAIN
Changes since 1.9: +18 -19
lines
Diff to previous 1.9 (colored)
Make use of the new MODCTL_EXISTS check to query kernel wether (and why not) we can load modules.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Apr 17 06:23:52 2012 UTC (13 months, 1 week ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Avoid zero-length format string.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 15 02:02:23 2012 UTC (14 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
Add __printflike attribution to use vprintf and friends with an argument as format string.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 13 05:56:46 2012 UTC (14 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.6: +43 -64
lines
Diff to previous 1.6 (colored)
A modctl(MODCTL_STAT, ...) always succeeds, even in non-modular kernels such as Xen domUs. Thus, refactor the code to detect non-modular kernels; when the other operations (MODCTL_LOAD or MODCTL_UNLOAD) fail specifically with ENOSYS, this is taken as a hint about non-modularity and the test is skipped.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Mar 11 19:33:17 2012 UTC (14 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.5: +3 -5
lines
Diff to previous 1.5 (colored)
Skip the tests even if modctl(2) does not fail specifically with ENOSYS.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 3 16:10:23 2010 UTC (2 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.4: +5 -4
lines
Diff to previous 1.4 (colored)
add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing how many bugs this found :-)
Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 21 13:21:48 2010 UTC (2 years, 9 months ago) by pgoyette
Branch: MAIN
Changes since 1.3: +43 -2
lines
Diff to previous 1.3 (colored)
Add a new atf test-case to check that recursive module calls actually work.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 4 17:56:57 2009 UTC (4 years, 4 months ago) by jmmv
Branch: MAIN
CVS Tags: matt-premerge-20091211,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Changes since 1.2: +14 -8
lines
Diff to previous 1.2 (colored)
Kernel modules (kmod files) are now installed in a subdirectory per module. Make these tests aware of this so that they work again.
Revision 1.2 / (download) - annotate - [select for diffs], Fri May 2 14:20:50 2008 UTC (5 years ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
matt-mips64-base2,
hpcarm-cleanup-nbase
Branch point for: yamt-pf42,
netbsd-5
Changes since 1.1: +10 -10
lines
Diff to previous 1.1 (colored)
- Add a bsd.kmodule.mk to build new style modules. - Set the file suffix to .kmod
Revision 1.1 / (download) - annotate - [select for diffs], Thu May 1 15:38:17 2008 UTC (5 years ago) by jmmv
Branch: MAIN
Convert NetBSD-specific tests that were previously written in C++ to C now that ATF provides a C-only binding (comes with 0.5).