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
/
dev
/
ubsec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return
imp
2005-03-01
1
-3
/
+3
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
3
-3
/
+3
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Change instances of callout_init that specify MPSAFE behaviour to
sam
2003-08-19
1
-2
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+2
*
Add support to eliminate a context switch per crypto op when using the
sam
2003-06-27
1
-1
/
+1
*
Redo locking for proper SMP operation:
sam
2003-06-02
2
-52
/
+50
*
recognize the Sun Crypto 5821 and Crypto 1K cards;
sam
2003-04-27
2
-4
/
+22
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
o add crypto driver glue for using the new rndtest driver/module; this is
sam
2003-03-11
2
-6
/
+36
*
correct output byte count statistic collection
sam
2003-03-11
1
-2
/
+3
*
add 5801 and 5802 recognition (somehow lost in transition from openbsd)
sam
2003-02-27
2
-2
/
+9
*
o instead of applying arbitrary tunables, just honor the COP_F_BATCH
sam
2003-02-24
1
-73
/
+46
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
add 5823 device id's; this allows 5823 parts to function but you cannot
sam
2003-02-07
2
-2
/
+7
*
shield kernel data structures so user apps can include this file
sam
2003-02-07
1
-0
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
*
move sysctl's under hw.ubsec
sam
2003-01-20
1
-9
/
+10
*
correct printf format
sam
2003-01-11
1
-1
/
+1
*
fix memory allocation problems and collateral damage:
sam
2003-01-06
2
-71
/
+112
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-2
/
+2
*
MFS 1.6.2.3: fixup statistics; turn off batching by default; add max
sam
2002-12-30
2
-12
/
+63
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
1
-2
/
+4
*
Quiet some DIAGNOSTIC printf warnings with band-aid casts.
jhb
2002-11-07
1
-4
/
+5
*
Module-ize the 'core' crypto stuff. This may still need to be compiled
markm
2002-10-16
1
-0
/
+1
*
Be consistent about functions being static.
phk
2002-10-16
1
-2
/
+2
*
No need to hold Giant will harvesting RNG data; change callout_init so
sam
2002-10-11
1
-1
/
+2
*
Track openbsd changes that don't affect us yet (PK supoprt is
sam
2002-10-07
3
-28
/
+258
*
Crypto device driver for Broadcom-based cards. Known to work with 582x-based
sam
2002-10-04
3
-0
/
+2984