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
/
lkm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a man page for linux(8) (loads the Linux emulator kernel module).
mpp
1997-01-10
2
-2
/
+47
*
Make snake 3.0-CURRENT here.
jkh
1996-11-11
1
-2
/
+2
*
Prepare kernel to take advantage of "branded" ELF binaries.
sos
1996-10-16
1
-4
/
+4
*
delete unused variable BINDIR, use new variable MODLOAD/MODUNLOAD
wosch
1996-10-06
8
-21
/
+14
*
add forgotten $Id$
wosch
1996-09-22
4
-1
/
+7
*
Fiexed CFLAGS. Compiling things in the kernel without -O now causes
bde
1996-09-21
1
-2
/
+2
*
Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.
pst
1996-09-06
2
-8
/
+14
*
`struct linker_set execsw_set' was declared as const and pointers in it
bde
1996-09-03
2
-4
/
+4
*
Added or restored #include of <machine/md_var.h>. Some declarations
bde
1996-07-01
2
-4
/
+10
*
Fixed the `machine' link. It pointed to the wrong place, and was created
bde
1996-06-25
1
-6
/
+9
*
Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)
bde
1996-06-23
2
-4
/
+4
*
Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.
bde
1996-06-23
1
-5
/
+4
*
Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by the
bde
1996-06-23
1
-1
/
+1
*
Don't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existing
bde
1996-06-23
1
-1
/
+1
*
Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicate
bde
1996-06-23
1
-2
/
+3
*
Disabled unusable union lkm.
bde
1996-06-23
1
-3
/
+3
*
Add new parts, kernel not booted in other case
ache
1996-06-18
1
-3
/
+3
*
Add ccd.
asami
1996-06-12
1
-2
/
+2
*
This commit was generated by cvs2svn to compensate for changes in r16314,
asami
1996-06-12
1
-0
/
+17
|
\
|
*
A Makefile for a ccd lkm. You need to explicitly /sbin/modload it for
asami
1996-06-12
1
-0
/
+17
*
``mv'' -> ``mv -f''
wosch
1996-05-07
2
-2
/
+6
*
Add in qcam module (forgot)
pst
1996-03-24
1
-2
/
+2
*
Add in both parts of the driver. LKM qcam driver now works.
pst
1996-03-21
1
-1
/
+1
*
This commit was generated by cvs2svn to compensate for changes in r14640,
pst
1996-03-16
3
-0
/
+71
|
\
|
*
Bring in support code to make QuickCam driver a LKM.
pst
1996-03-16
3
-0
/
+71
*
Add joy to the SUBDIR list.
jmz
1996-03-16
1
-2
/
+2
*
Build LKM for joystick driver.
jmz
1996-03-16
3
-0
/
+67
*
linux_interp now moved into sys/i386/linux/linux_sysvec.c, but still
peter
1996-03-10
1
-6
/
+2
*
First attempt at FreeBSD & Linux ELF support.
sos
1996-03-10
2
-3
/
+15
*
Update the linux lkm to use the new file list and build routine.
peter
1996-03-02
1
-5
/
+25
*
Make the ipfw LKM work again.
phk
1996-02-24
2
-94
/
+3
*
Correct some man page cross references and some file
mpp
1996-02-05
1
-2
/
+1
*
Add missing ${DESTDIR} to afterinstall: target.
rgrimes
1996-01-27
1
-2
/
+2
*
Attempt to fix the procfs LKM after making some of the procfs
peter
1996-01-24
1
-5
/
+3
*
No longer generate empty opt_sysvipc.h, and no longer issue -DSYSVSHM etc
peter
1996-01-08
1
-7
/
+3
*
No longer generate empty opt_sysvipc.h..
peter
1996-01-08
1
-6
/
+2
*
Detach fpu and gnufpu from Makefile.. These lkm's build (or used to)
peter
1996-01-06
1
-2
/
+5
*
Add opt_sysvipc.h rules similar as in ibcs2 Makefile
ache
1996-01-06
1
-2
/
+6
*
Automatically create an empty opt_sysvipc.h to mimic old option
wollman
1996-01-04
1
-2
/
+6
*
recording cvs-1.6 file death
peter
1995-12-30
2
-78
/
+0
*
Added SYSVSHM define
sos
1995-12-29
1
-2
/
+2
*
Reformatted the list of broken modules and added ip_mroute_mod to it.
bde
1995-12-16
1
-5
/
+2
*
Two x87 emulators as LKMs.
phk
1995-12-14
3
-2
/
+29
*
Delete obnoxious uprintf()s in load/unload procedures.
wollman
1995-11-29
5
-15
/
+5
*
Add Lyndon's man page.
joerg
1995-11-28
2
-1
/
+67
*
Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()
bde
1995-11-14
9
-38
/
+55
*
Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/stat
bde
1995-11-13
9
-18
/
+23
*
Update if_ppp lkm to pull in the new files...
peter
1995-10-31
1
-3
/
+3
*
Add extra export symbols for the ATAPI generic interface.
peter
1995-10-28
1
-3
/
+7
*
Reattach atapi and wcd to the lkm Makefile, these compile for me now.
peter
1995-10-28
1
-4
/
+4
[prev]
[next]