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