summaryrefslogtreecommitdiffstats
path: root/share/examples/lkm
Commit message (Collapse)AuthorAgeFilesLines
* recording cvs-1.6 file deathpeter1995-12-304-353/+0
|
* Updated lkm examples to work with prototype-related changes to thebde1995-12-2513-89/+47
| | | | | | | | | | MOD_MISC() and DISPATCH() macros. Renamed new_syscall module as new_syscall_mod. It seems to be standard to have module names ending with _mod, and this may be forced when MOD_SYSCALL() and MOD_VFS() are updated to match MOD_MISC(). Cleaned up lkm examples a little.
* Make this example actually compile again. Rename the module so thatjoerg1995-08-123-27/+14
| | | | | it will get a unique .o file name, and convert the module's Makefile to use <bsd.mod.mk>.
* Make this bugger actually compile and work again:joerg1995-07-275-33/+28
| | | | | | | | | | | | o a couple of header files have been missing o convert the LKM Makefile to use <bsd.kmod.mk> o rename the module to ``misc_mod'' (as opposed to ``miscmod''), so the module name can be made identical to the module's file name, avoiding the clash with one of the component's .o file names o modstat(1/8) has been moved meanwhile
* Remove trailing whitespace.rgrimes1995-05-302-2/+2
|
* Delete VFS example since it doesn't apply and there are ten perfectlywollman1995-01-111-1/+1
| | | | | good examples elsewhere in the tree. (The MISC example should probably go, too, but it should still compile so I'm leaving it for now.)
* Terry Lambert's loadable kernel module support - example modules.dg1994-08-1919-0/+1487
OpenPOWER on IntegriCloud