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
*
A better solution to the rm_at_exit problem: Register the exit function
alex
1998-07-27
1
-2
/
+2
*
Override the default VFS LKM dispatch functions so that a module
alex
1998-07-25
1
-2
/
+2
*
Finished previous fix - don't forget to add one dummy options header
bde
1998-07-07
1
-13
/
+10
*
Added a `build-tools' target for internal tools. (linux_genassym may
bde
1998-07-07
1
-2
/
+4
*
Fix the N'th occurance of missed bits due to opt_???? mucking.
sos
1998-07-02
1
-2
/
+5
*
Fixed missing options headers. Options that affect LKMs shouldn't
bde
1998-07-01
1
-3
/
+6
*
Added opt_vmpage.h to SRCS so that it actually gets created.
bde
1998-07-01
1
-5
/
+5
*
Leading whitespace in Makefile are TABS not spaces....
sos
1998-06-30
1
-2
/
+2
*
add new opt_nfs.h to cleanfiles...
jmg
1998-06-30
1
-2
/
+2
*
fix more of my breakage... :(
jmg
1998-06-30
1
-1
/
+5
*
fix buildworld hopefully be3fore anyone complains...
jmg
1998-06-30
1
-1
/
+3
*
ELF preparation step 2:
sos
1998-05-26
1
-1
/
+4
*
Removed reference to obsolete file "README.iBCS2".
jkoshy
1998-05-19
1
-2
/
+1
*
The FreeBSD lkm design is aout specific.
jb
1998-05-15
1
-1
/
+3
*
Give this a shot at actually working as an LKM..
peter
1998-03-27
1
-3
/
+11
*
Fixed a race to build the `@' and `machine' symlinks early enough
bde
1998-03-19
1
-2
/
+2
*
The coff LKM needs IBCS2 to be able to link (for the 'make regress'
eivind
1998-03-12
1
-1
/
+2
*
Don't add files handled by bsd.kmod.mk to CLEANFILES. Don't add never-
bde
1998-02-25
2
-4
/
+4
*
Don't reference (nonesxistent) qcam module.
msmith
1998-02-18
1
-2
/
+2
*
Remove qcam LKM.
msmith
1998-02-18
3
-76
/
+0
*
Back out opt_diagnostic.h changes.
eivind
1998-02-06
7
-43
/
+18
*
Make the LKMs handle DIAGNOSTIC as a new-style option.
eivind
1998-02-04
7
-18
/
+43
*
Make this work with SPX_HACK as a new-style option.
eivind
1998-02-04
1
-3
/
+7
*
Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute
bde
1998-02-01
9
-18
/
+13
*
Don't put a path to "sys" in ${CFLAGS} here. bsd.kmod.mk now handles
bde
1998-02-01
6
-12
/
+12
*
Don't handle the `machine' symlink or related include paths here.
bde
1998-02-01
3
-25
/
+8
*
Fixed breakage from converting NULLFS_DEBUG to a new-style option.
bde
1998-02-01
1
-2
/
+6
*
LKM-support for converting all file-system options to new-style options.
eivind
1998-01-24
4
-12
/
+24
*
Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This is
bde
1998-01-16
3
-6
/
+6
*
Minor fixups after INET option change.
eivind
1998-01-09
2
-6
/
+15
*
Make the LKMs compile with the INET option as a newstyle option in
eivind
1998-01-08
4
-14
/
+28
*
Fix my typo.
eivind
1997-12-16
1
-2
/
+2
*
Handle COMPAT_43 define -> option change.
eivind
1997-12-16
1
-4
/
+7
*
Whoops - fix this after yesterday's IPX option changes. Also fix
eivind
1997-12-16
1
-3
/
+12
*
- The daemon might go off the screen and crashed the system if the
yokota
1997-10-26
1
-35
/
+148
*
Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP and
peter
1997-10-18
1
-6
/
+13
*
Make the blank screen saver work with MDA and CGA. The fade and green
yokota
1997-10-04
4
-39
/
+171
*
Add example for IPFIREWALL_DEFAULT_TO_ACCEPT
peter
1997-09-10
1
-1
/
+4
*
Remove the vm86 LKM.
jlemon
1997-08-28
2
-11
/
+2
*
Removed bogus -I path in CFLAGS.
bde
1997-08-26
1
-2
/
+2
*
make lkm/if_ppp build again.. opt_ppp.h is needed again...
jmg
1997-08-21
1
-3
/
+9
*
Add VM86 to the lkm build.
dyson
1997-08-09
1
-2
/
+2
*
Add the VM86 module to the lkm build.
dyson
1997-08-09
1
-0
/
+9
*
Don't use /sys.
bde
1997-08-07
2
-4
/
+4
*
Fixed bitrot in fpu LKMs.
bde
1997-07-20
2
-5
/
+6
*
Incorporated lots of fixes and suggestions from Bruce and changes to
yokota
1997-07-15
13
-160
/
+112
*
Take the OS release string from the kernel variable `osrelease'
yokota
1997-06-24
2
-5
/
+34
*
Corrected accidental breakage in the last commit.
yokota
1997-05-26
1
-3
/
+3
*
Fixed up ssigala@globalnet.it's "Jumping Daemon" screen saver for < v3.0.
obrien
1997-05-25
1
-4
/
+4
*
Flip the daemon at the edge of the screen.
yokota
1997-05-24
1
-14
/
+53
[next]