summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lkm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-5/+5
* - Move lkmnosys() to kern_syscall.cpeter1999-01-171-145/+43
* Register and unregister vnodeops the new way rather than leaking onpeter1998-11-101-12/+6
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-6/+3
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-36/+11
* Made unloading of the nfs LKM sort of work. This is mainly to testbde1998-09-071-4/+9
* Ignore the statically configured vfs type numbers and assign vfsbde1998-09-051-8/+41
* Oops, the printf format error fixes confused curp->area with a pointer.bde1998-08-151-3/+2
* Fixed the formatting of some tables (mainly the one produced by psbde1998-08-101-3/+4
* Fixed printf format errors.bde1998-07-291-4/+5
* Cast between u_longs and object pointers via uintptr_t.bde1998-07-151-5/+5
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().phk1998-06-251-18/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Make NO_LKM a new-style option.eivind1998-02-121-1/+2
* I'm not sure whether this is a correct way to do it,dima1998-02-111-3/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-4/+3
* Removed unused #includes.bde1997-10-281-2/+1
* Remove all traces of M_VFSCONF, which were for all practicalphk1997-10-111-3/+1
* Various select -> poll changespeter1997-09-141-2/+2
* 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
OpenPOWER on IntegriCloud