summaryrefslogtreecommitdiffstats
path: root/sys/crypto/criov.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* do not need malloc.hderaadt2014-07-131-2/+1
|
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
| | | | | don't need to be married. ok guenther miod beck jsing kettenis
* Avoid void * arithmetic, okay deraadt@, suggestions from millert@pedro2006-12-291-3/+5
|
* typo; from bret lambertjmc2006-11-191-3/+3
| | | | ok pedro
* mirror change in mbufs: cuio_copyback's 4th arg is now const void *jason2003-08-141-9/+3
|
* pasto; lha@stacken.kth.semarkus2003-07-311-5/+7
|
* license cleanup regarding term 4deraadt2003-06-031-3/+1
|
* __FUNCTION__ -> __func__espie2002-06-101-3/+3
|
* helper functions for uio (cuio_apply and cuio_getptr) okay deraadt@provos2002-03-011-1/+65
|
* Remove the iov2pages/mbuf2pages API... All of the relevant arch's supportjason2002-01-291-61/+1
| | | | bus_dma(9) which actually does this job correctly.
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
| | | | (Look ma, I might have broken the tree)
* remove redundant vm includesmickey2001-08-121-3/+2
|
* merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts inside OpenSSL codebasederaadt2001-06-231-2/+2
|
* oops, backwards checkderaadt2001-06-181-3/+3
|
* incorrect panic messagederaadt2001-06-181-2/+2
|
* Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toart2001-06-081-4/+4
| | | | | boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms.
* use real uioderaadt2001-05-141-21/+21
|
* initial cut at /dev/crypto support. takes original mbuf "try, and discardderaadt2001-05-131-0/+173
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block.