aboutsummaryrefslogtreecommitdiff
path: root/share/examples/lkm/misc/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Zap lkm examples, they don't do anything anymore.Peter Wemm1999-04-241-65/+0
| | | | Notes: svn path=/head/; revision=46030
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Updated lkm examples to work with prototype-related changes to theBruce Evans1995-12-251-5/+1
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=13011
* Make this bugger actually compile and work again:Joerg Wunsch1995-07-271-3/+6
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=9732
* Terry Lambert's loadable kernel module support - example modules.David Greenman1994-08-191-0/+66
Notes: svn path=/head/; revision=2128