index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_lkm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make MOD_* macros almost consistent:
dufault
1997-04-06
1
-5
/
+5
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Fixed loading of vfs's. The Lite2 merge added unnecessary compatibility
bde
1997-02-27
1
-41
/
+20
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Support the installation of character devices via an lkm.
mpp
1997-02-22
1
-1
/
+10
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-19
/
+57
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
`struct linker_set execsw_set' was declared as const and pointers in it
bde
1996-09-03
1
-3
/
+3
*
Change the *evil* allocation of memory from kmem_map to the kernel_map.
dyson
1996-05-24
1
-3
/
+3
*
Removed unnecessary #includes from <sys/imgact.h> so that it is
bde
1996-05-01
1
-1
/
+2
*
Switched from using devfs_add_devsw() to devfs_add_devswf()
scrappy
1996-03-28
1
-1
/
+3
*
Fixed permissions of /devfs/lkm.
bde
1996-03-27
1
-3
/
+4
*
Removed unused function lkmenodev().
bde
1995-12-16
1
-19
/
+1
*
devsw tables are now arrays of POINTERS to struct [cb]devsw
julian
1995-12-13
1
-3
/
+3
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-2
/
+2
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-107
/
+23
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+2
*
Disallow LKM manipulations when in seure mode.
wollman
1995-11-29
1
-17
/
+11
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
1
-1
/
+41
*
Close the "unused" warning for things in linker-sets.
phk
1995-11-20
1
-6
/
+10
*
Introduced lkm_nullcmd(), which will be used instead of nosys() in
bde
1995-11-09
1
-3
/
+22
*
Replaced bogus macros for dummy devswitch entries by functions.
bde
1995-11-06
1
-2
/
+2
*
add the file kern_conf.c so it can be compiled in when needed
julian
1995-10-04
1
-1
/
+38
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
1
-3
/
+8
*
Call nosys() from lkmnosys() with the correct number and type of args
bde
1995-08-25
1
-3
/
+6
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-9
/
+9
*
Undo the stupidity I inflicted on these files and replace it with
wpaul
1995-04-20
1
-72
/
+27
*
Couple of small cosmetic changes:
wpaul
1995-04-18
1
-5
/
+7
*
Fix module handling to stop oddball modules (if_ppp_mod, if_sl_mod,
wpaul
1995-04-18
1
-7
/
+74
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-3
/
+0
*
Don't allow the same MISC module loading more than once..
sos
1994-10-12
1
-0
/
+2
*
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
phk
1994-10-02
1
-5
/
+9
*
Added support for EXEC type modules.
sos
1994-09-25
1
-17
/
+18
*
Fix a few niggling little bugs:
wollman
1994-09-21
1
-6
/
+3
*
Implemented loadable VFS modules, and made most existing filesystems
wollman
1994-09-21
1
-28
/
+37
*
Changes to new sysent structure. TODO MOD_EXEC support.
sos
1994-08-26
1
-12
/
+17
*
1) cleaned up after Garrett - fixed more redundant declarations, changed
dg
1994-08-20
1
-1
/
+0
*
Terry Lambert's loadable kernel module support w/improvements from the
dg
1994-08-19
1
-0
/
+889