| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=46030
|
|
|
|
| |
Notes:
svn path=/head/; revision=43653
|
|
|
|
|
|
|
|
|
|
| |
be "slot area for old callslot entry", but I think "save area for old
callslot entry" is what was intended.
PR: 7526
Notes:
svn path=/head/; revision=38192
|
|
|
|
|
|
|
|
| |
PR: 7525
Submitted by: ziggy@ryan.org
Notes:
svn path=/head/; revision=38190
|
|
|
|
| |
Notes:
svn path=/head/; revision=32119
|
|
|
|
| |
Notes:
svn path=/head/; revision=26705
|
|
|
|
| |
Notes:
svn path=/head/; revision=24867
|
|
|
|
| |
Notes:
svn path=/head/; revision=24866
|
|
|
|
|
|
|
| |
Removed bogus unused #include and unused #includes.
Notes:
svn path=/head/; revision=24865
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use the name argument almost the same in all LKM types. Maintain
the current behavior for the external (e.g., modstat) name for DEV,
EXEC, and MISC types being #name ## "_mod" and SYCALL and VFS only
#name. This is a candidate for change and I vote just the name without
the "_mod".
Change the DISPATCH macro to MOD_DISPATCH for consistency with the
other macros.
Add an LKM_ANON #define to eliminate the magic -1 and associated
signed/unsigned warnings.
Add MOD_PRIVATE to support wcd.c's poking around in the lkm structure.
Change source in tree to use the new interface.
Reviewed by: Bruce Evans
Notes:
svn path=/head/; revision=24674
|
|
|
|
| |
Notes:
svn path=/head/; revision=22988
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/cvs2svn/branches/ATT/; revision=13122
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
it will get a unique .o file name, and convert the module's Makefile
to use <bsd.mod.mk>.
Notes:
svn path=/head/; revision=10037
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=8875
|
|
|
|
|
|
|
|
| |
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.)
Notes:
svn path=/head/; revision=5522
|
|
Notes:
svn path=/head/; revision=2128
|