summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lkm.c
Commit message (Expand)AuthorAgeFilesLines
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+41
* Close the "unused" warning for things in linker-sets.phk1995-11-201-6/+10
* Introduced lkm_nullcmd(), which will be used instead of nosys() inbde1995-11-091-3/+22
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-061-2/+2
* add the file kern_conf.c so it can be compiled in when neededjulian1995-10-041-1/+38
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-3/+8
* Call nosys() from lkmnosys() with the correct number and type of argsbde1995-08-251-3/+6
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* Undo the stupidity I inflicted on these files and replace it withwpaul1995-04-201-72/+27
* Couple of small cosmetic changes:wpaul1995-04-181-5/+7
* Fix module handling to stop oddball modules (if_ppp_mod, if_sl_mod,wpaul1995-04-181-7/+74
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-3/+0
* Don't allow the same MISC module loading more than once..sos1994-10-121-0/+2
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-5/+9
* Added support for EXEC type modules.sos1994-09-251-17/+18
* Fix a few niggling little bugs:wollman1994-09-211-6/+3
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-28/+37
* Changes to new sysent structure. TODO MOD_EXEC support.sos1994-08-261-12/+17
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-1/+0
* Terry Lambert's loadable kernel module support w/improvements from thedg1994-08-191-0/+889
OpenPOWER on IntegriCloud