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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use KASSERT() instead of old #ifdef DIAGNOSTICS.
archie
1999-11-19
1
-14
/
+22
*
protect some more operations with splimp() under Netgraph.
julian
1999-11-19
6
-18
/
+18
*
Update references.
archie
1999-11-19
1
-12
/
+16
*
Miscellaneous edits.
archie
1999-11-19
2
-42
/
+50
*
Add reference to ng_pppoe(8).
archie
1999-11-19
2
-0
/
+2
*
Update to reflect changed functionality.
archie
1999-11-19
2
-44
/
+48
*
Remove the address and control field compression functionality of this
archie
1999-11-19
2
-34
/
+17
*
Rename 'struct private' to 'struct ng_xxx_private' to allow gdb
archie
1999-11-19
2
-4
/
+4
*
Reenable "umodem", as its build is not broken anymore.
green
1999-11-19
1
-1
/
+1
*
Cop on a bit and regenerate things correctly.
brian
1999-11-18
6
-6
/
+6
*
Add usbdevs and friends.
n_hibma
1999-11-18
4
-0
/
+820
*
Set port_used and mem_used to the resource size instead of 1.
nyan
1999-11-18
3
-6
/
+6
*
Change the clist reservation from 0 to buffer size.
n_hibma
1999-11-18
2
-2
/
+2
*
Missed a name change.
n_hibma
1999-11-18
1
-1
/
+1
*
Sync with sys/isa/sio.c revision up to 1.275.
nyan
1999-11-18
2
-220
/
+320
*
Sync with sys/isa/fd.c revision 1.168.
nyan
1999-11-18
2
-40
/
+2
*
Sync with sys/i386/conf/Makefile.i386 revision up to 1.163.
nyan
1999-11-18
2
-10
/
+14
*
Argh, don't turn the IIR test on unless it's a pccard. These tests mess
peter
1999-11-18
2
-48
/
+40
*
Hack: comment out the pull-in of src/sys/../share/mk/bsd.kern.mk as
peter
1999-11-18
3
-12
/
+18
*
Fix an unused variable warning.
peter
1999-11-18
2
-2
/
+0
*
If we have found pci devices via pci_cfgopen(), but don't find a
peter
1999-11-18
6
-0
/
+84
*
remove PCATCH from a tsleep that isn't checked for (avoid infinite loop).
alfred
1999-11-18
1
-1
/
+1
*
Fix a warning (unused static declaration without MFS_ROOT)
peter
1999-11-18
1
-0
/
+2
*
Fix a warning.
peter
1999-11-18
2
-0
/
+6
*
Fix some -Wunused warnings
peter
1999-11-18
4
-8
/
+0
*
Fix some warnings.
peter
1999-11-18
1
-2
/
+5
*
Fix a warning.
peter
1999-11-18
2
-6
/
+2
*
Touch up the make_dev() usage to hopefully make it work and fix warnings.
peter
1999-11-18
1
-5
/
+3
*
Fix some warnings.
peter
1999-11-18
3
-6
/
+6
*
Fix a warning and a potential panic if TCPDEBUG is active. (tp is
peter
1999-11-18
1
-0
/
+2
*
Fix a warning (unused variable RCSid)
peter
1999-11-18
1
-1
/
+1
*
Ensure that garbage from the kernel stack does not wind up being
dillon
1999-11-18
3
-0
/
+12
*
Only bother converting the stat structure if we intend to return it,
dillon
1999-11-18
1
-2
/
+3
*
Zap nsio
peter
1999-11-18
1
-1
/
+0
*
Sync to latest cardbusdevs file
imp
1999-11-18
2
-0
/
+175
*
Merge some typo fixes from dev/sio/sio.c (siostop -> comstop)
peter
1999-11-18
2
-94
/
+186
*
Raw import of newconfig cardbus code. This is effectively an import,
imp
1999-11-18
7
-0
/
+1093
*
Initial import of cardbus bridge driver (cbb) from the latest
imp
1999-11-18
3
-0
/
+2701
*
Add modules for cardbus and the cardbus bridge driver. Files needed
imp
1999-11-18
2
-0
/
+34
*
Newcard's pccard module. It compiles, but doesn't work. This should
imp
1999-11-18
1
-0
/
+20
*
Remove the non-functional "swap device" userland front-end to the
peter
1999-11-18
3
-82
/
+14
*
Hijack old, broken, obsolete, unsupported pcic module for the NEWCARD
imp
1999-11-18
1
-2
/
+14
*
Remove cdevsw_add() as the make_dev()'s are done in a clone-like fashion.
peter
1999-11-18
1
-2
/
+0
*
Remove cdevsw_add() - the make_dev() calls are already there.
peter
1999-11-18
2
-16
/
+2
*
Remove cdevsw_add() - the necessary make_dev() is already there.
peter
1999-11-18
1
-1
/
+0
*
Remove cdevsw_add() - the necessary make_dev() calls appear to be there
peter
1999-11-18
1
-1
/
+0
*
Fix a warning.
peter
1999-11-18
1
-1
/
+1
*
'const'ify a bunch of pointers in the resource_*() functions for accessing
peter
1999-11-18
2
-22
/
+28
*
Convert smb to use make_dev() rather than cdevsw_add(). This stops the
peter
1999-11-18
1
-1
/
+3
*
Convert iic to use make_dev() rather than cdevsw_add(). This stops the
peter
1999-11-18
1
-1
/
+3
[prev]
[next]