| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |