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
*
Merge from project branch via main. Uninteresting commits are trimmed.
markm
2013-10-12
1
-1
/
+1
*
Yarrow wants entropy estimations to be conservative; the usual idea
markm
2013-09-06
1
-1
/
+1
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-15
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-6
/
+6
*
More conversions of drivers to use the PCI parent DMA tag.
scottl
2012-03-12
1
-2
/
+2
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+2
*
Cast the bus_size_t to a intmax_t rather than assuming type-punning to
imp
2010-03-29
1
-2
/
+2
*
strict kobj sigs: fix assortment of device_detach and device_shutdown impls
avg
2009-06-11
1
-2
/
+3
*
Add PCI IDs for the Broadcom 5825 incarnation.
philip
2009-05-07
2
-2
/
+6
*
Overhaul driver/subsystem api's:
sam
2007-03-21
1
-25
/
+29
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Switch to using STAILQ_REMOVE_HEAD() instead of STAILQ_REMOVE_HEAD_UNTIL().
ru
2006-10-24
1
-11
/
+11
*
Trim trailing whitespace.
jhb
2006-10-02
1
-11
/
+11
*
- Use m_getcl(), m_get(), and m_gethdr() rather than the older macros for
jhb
2006-08-02
1
-37
/
+26
*
Handle errors in the same way it is done in safe(4).
pjd
2006-06-06
1
-2
/
+4
*
Don't increase hst_obytes field twice - it is already done at the begining
pjd
2006-06-06
1
-1
/
+0
*
Use newly added functions to simplify the code.
pjd
2006-06-04
1
-34
/
+12
*
Use defines from cryptodev.h.
pjd
2006-06-04
1
-2
/
+2
*
- Remove HMAC_BLOCK_LEN, it serves no purpose.
pjd
2006-06-04
1
-4
/
+6
*
Add support for the CRD_F_KEY_EXPLICIT flag for both encryption and
pjd
2006-06-04
1
-67
/
+79
*
Don't forget to destroy the sc_freeqlock mutex on detach.
pjd
2006-06-04
1
-0
/
+1
*
Forgot to remove the line.
pjd
2006-05-23
1
-1
/
+0
*
Fix HMACs handling with uio's by not using crp_mac for storing calculated
pjd
2006-05-22
1
-4
/
+5
*
Protect the sc_needwakeup field with the sc_freeqlock mutex.
pjd
2006-05-22
1
-4
/
+11
*
Honor cri_mlen value.
pjd
2006-05-17
2
-2
/
+13
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
ubsec(4) doesn't support explicitly provided keys. Return an error instead
pjd
2006-04-10
1
-0
/
+7
*
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
[next]