Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -3/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | do not need malloc.h | 2014-07-13 | 1 | -2/+1 | |
| | |||||
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | 2014-07-08 | 1 | -3/+1 | |
| | | | | | don't need to be married. ok guenther miod beck jsing kettenis | ||||
* | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | 2006-12-29 | 1 | -3/+5 | |
| | |||||
* | typo; from bret lambert | 2006-11-19 | 1 | -3/+3 | |
| | | | | ok pedro | ||||
* | mirror change in mbufs: cuio_copyback's 4th arg is now const void * | 2003-08-14 | 1 | -9/+3 | |
| | |||||
* | pasto; lha@stacken.kth.se | 2003-07-31 | 1 | -5/+7 | |
| | |||||
* | license cleanup regarding term 4 | 2003-06-03 | 1 | -3/+1 | |
| | |||||
* | __FUNCTION__ -> __func__ | 2002-06-10 | 1 | -3/+3 | |
| | |||||
* | helper functions for uio (cuio_apply and cuio_getptr) okay deraadt@ | 2002-03-01 | 1 | -1/+65 | |
| | |||||
* | Remove the iov2pages/mbuf2pages API... All of the relevant arch's support | 2002-01-29 | 1 | -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. | 2001-11-06 | 1 | -2/+2 | |
| | | | | (Look ma, I might have broken the tree) | ||||
* | remove redundant vm includes | 2001-08-12 | 1 | -3/+2 | |
| | |||||
* | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts inside OpenSSL codebase | 2001-06-23 | 1 | -2/+2 | |
| | |||||
* | oops, backwards check | 2001-06-18 | 1 | -3/+3 | |
| | |||||
* | incorrect panic message | 2001-06-18 | 1 | -2/+2 | |
| | |||||
* | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | 2001-06-08 | 1 | -4/+4 | |
| | | | | | boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms. | ||||
* | use real uio | 2001-05-14 | 1 | -21/+21 | |
| | |||||
* | initial cut at /dev/crypto support. takes original mbuf "try, and discard | 2001-05-13 | 1 | -0/+173 | |
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block. |