summaryrefslogtreecommitdiff
path: root/sys/kern/kern_lkm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: NO_LKM optionDima Ruban1998-02-181-3/+5
* YAMFC (rev 1.35: allow for cdev LKMs)Joerg Wunsch1997-02-221-2/+11
* `struct linker_set execsw_set' was declared as const and pointers in itBruce Evans1996-09-031-3/+3
* Change the *evil* allocation of memory from kmem_map to the kernel_map.John Dyson1996-05-241-3/+3
* Removed unnecessary #includes from <sys/imgact.h> so that it isBruce Evans1996-05-011-1/+2
* Switched from using devfs_add_devsw() to devfs_add_devswf()Marc G. Fournier1996-03-281-1/+3
* Fixed permissions of /devfs/lkm.Bruce Evans1996-03-271-3/+4
* Removed unused function lkmenodev().Bruce Evans1995-12-161-19/+1
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-3/+3
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-107/+23
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+2
* Disallow LKM manipulations when in seure mode.Garrett Wollman1995-11-291-17/+11
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-1/+41
* Close the "unused" warning for things in linker-sets.Poul-Henning Kamp1995-11-201-6/+10
* Introduced lkm_nullcmd(), which will be used instead of nosys() inBruce Evans1995-11-091-3/+22
* Replaced bogus macros for dummy devswitch entries by functions.Bruce Evans1995-11-061-2/+2
* add the file kern_conf.c so it can be compiled in when neededJulian Elischer1995-10-041-1/+38
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-081-3/+8
* Call nosys() from lkmnosys() with the correct number and type of argsBruce Evans1995-08-251-3/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Undo the stupidity I inflicted on these files and replace it withBill Paul1995-04-201-72/+27
* Couple of small cosmetic changes:Bill Paul1995-04-181-5/+7
* Fix module handling to stop oddball modules (if_ppp_mod, if_sl_mod,Bill Paul1995-04-181-7/+74
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-3/+0
* Don't allow the same MISC module loading more than once..Søren Schmidt1994-10-121-0/+2
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-5/+9
* Added support for EXEC type modules.Søren Schmidt1994-09-251-17/+18
* Fix a few niggling little bugs:Garrett Wollman1994-09-211-6/+3
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-27/+36
* Changes to new sysent structure. TODO MOD_EXEC support.Søren Schmidt1994-08-261-12/+17
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-201-1/+0
* Terry Lambert's loadable kernel module support w/improvements from theDavid Greenman1994-08-191-0/+889