summaryrefslogtreecommitdiffstats
path: root/sys/crypto/criov.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* 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
* Avoid void * arithmetic, okay deraadt@, suggestions from millert@pedro2006-12-291-3/+5
* typo; from bret lambertjmc2006-11-191-3/+3
* 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
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* 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
* use real uioderaadt2001-05-141-21/+21
* initial cut at /dev/crypto support. takes original mbuf "try, and discardderaadt2001-05-131-0/+173