summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lkm.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.bde1997-08-021-5/+1
* Make MOD_* macros almost consistent:dufault1997-04-061-5/+5
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Fixed loading of vfs's. The Lite2 merge added unnecessary compatibilitybde1997-02-271-41/+20
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Support the installation of character devices via an lkm.mpp1997-02-221-1/+10
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-19/+57
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* `struct linker_set execsw_set' was declared as const and pointers in itbde1996-09-031-3/+3
* Change the *evil* allocation of memory from kmem_map to the kernel_map.dyson1996-05-241-3/+3
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-011-1/+2
* Switched from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-03-281-1/+3
* Fixed permissions of /devfs/lkm.bde1996-03-271-3/+4
* Removed unused function lkmenodev().bde1995-12-161-19/+1
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-3/+3
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-107/+23
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+2
* Disallow LKM manipulations when in seure mode.wollman1995-11-291-17/+11
* 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