| History log of /src/tests/modules/k_helper |
| Revision | Date | Author | Comments |
| 1.6 | 01-May-2020 |
christos | KMODULEDIR is no longer absolute (${DESTDIR} is added to it by the system makefile because we need to install the module in two places the debug part and the regular part)
|
| 1.5 | 13-Jul-2010 |
jmmv | Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
|
| 1.4 | 31-May-2008 |
dyoung | Fix two bugs to make MKMODULAR=yes builds will work again, for the first time.
share/mk/bsd.kmodule.mk: only set _INST_DIRS if KMODULEDIR is not set. That we we avoid installing some bogus directories in the DESTDIR and in $DESTDIR/METALOG.
tests/modules/k_helper/Makefile: add missing .include <bsd.own.mk>, and set the KMODULEDIR that the author seems to have intended.
|
| 1.3 | 05-May-2008 |
jmmv | branches: 1.3.2; Fix MKMODULAR=yes builds by resolving installation problems of the k_helper test module after the introduction of bsd.kmodule.mk. The files list was inconsistent with the new module structure and the Makefile did not use the correct variable to specify the installation of the module. Hi ad@!
|
| 1.2 | 02-May-2008 |
ad | - Add a bsd.kmodule.mk to build new style modules. - Set the file suffix to .kmod
|
| 1.1 | 10-Feb-2008 |
jmmv | branches: 1.1.4; 1.1.6; 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.
|
| 1.1.6.2 | 04-Jun-2008 |
yamt | sync with head
|
| 1.1.6.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.1.4.2 | 23-Mar-2008 |
matt | sync with HEAD
|
| 1.1.4.1 | 10-Feb-2008 |
matt | file Makefile was added on branch matt-armv6 on 2008-03-23 00:47:21 +0000
|
| 1.3.2.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.7 | 22-Feb-2020 |
pgoyette | Update the t_modctl test to ensure that static evcnts are added.
While here, remove the explicit call to sysctl_setup() routine, since the module infrastructure already invokes such routines automatically.
|
| 1.6 | 03-Jun-2012 |
dsl | branches: 1.6.32; Fix build - delete extra &
|
| 1.5 | 03-Nov-2010 |
christos | branches: 1.5.6; add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing how many bugs this found :-)
|
| 1.4 | 21-Aug-2010 |
pgoyette | Add a new atf test-case to check that recursive module calls actually work.
|
| 1.3 | 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
| 1.2 | 02-Mar-2008 |
jmmv | branches: 1.2.2; 1.2.4; 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.
|
| 1.1 | 10-Feb-2008 |
jmmv | branches: 1.1.2; 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.
|
| 1.1.2.1 | 24-Mar-2008 |
keiichi | sync with head.
|
| 1.2.4.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.2.2.2 | 23-Mar-2008 |
matt | sync with HEAD
|
| 1.2.2.1 | 02-Mar-2008 |
matt | file k_helper.c was added on branch matt-armv6 on 2008-03-23 00:47:21 +0000
|
| 1.5.6.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.6.32.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|