Up to [cvs.NetBSD.org] / src / tests / modules
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Fri Apr 13 07:05:32 2012 UTC (13 months, 1 week ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Add a helper program that loads a module and returns the errno from modctl(8).
XXX: As noted on tech-kern@, the syscall should be modified to fail
consistently with a given predefined errno on non-MODULAR kernels.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Feb 17 22:36:50 2012 UTC (15 months ago) by jmmv
Branch: MAIN
Changes since 1.8: +4 -2
lines
Diff to previous 1.8 (colored)
Add a test to ensure that PAGE_SIZE is available in kernel modules. This test reproduces the error condition in PR port-macppc/46041 and therefore it is an xfail in this particular platform.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 27 09:56:40 2010 UTC (2 years, 8 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
netbsd-6
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
tests for builtin modules
Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 21 13:57:41 2010 UTC (2 years, 9 months ago) by pgoyette
Branch: MAIN
Changes since 1.6: +13 -7
lines
Diff to previous 1.6 (colored)
Fix botched update.
Revision 1.6 / (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.5: +7 -12
lines
Diff to previous 1.5 (colored)
Add a new atf test-case to check that recursive module calls actually work.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 13 21:13:28 2010 UTC (2 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 12 12:36:29 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: matt-premerge-20091211,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Changes since 1.3: +1 -5
lines
Diff to previous 1.3 (colored)
Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@.
Revision 1.3 / (download) - annotate - [select for diffs], Thu May 1 15:38:17 2008 UTC (5 years ago) by jmmv
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
hpcarm-cleanup-nbase
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Convert NetBSD-specific tests that were previously written in C++ to C now that ATF provides a C-only binding (comes with 0.5).
Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 2 11:22:10 2008 UTC (5 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base
Branch point for: yamt-pf42,
matt-armv6
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (colored)
Add tests for load-time parameter passing to modules, both at the syscall level through modctl(2) and at the user level through the modload(8) utility.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 10 12:40:10 2008 UTC (5 years, 3 months ago) by jmmv
Branch: MAIN
CVS Tags: hpcarm-cleanup-base
Branch point for: keiichi-mipv6
Add preliminary tests (basically a placeholder for now) for the new modules framework. At the moment, this just tests for plain load (i.e. no arguments passed to load) and later unload of the module through the modctl(2) system call. The tools are not tested yet.