summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_busdma_bufalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix printf format to allow for bus_size_t not being u_long on all platforms.ian2015-10-201-2/+2
* Fix integer truncation bug in malloc(9)rstone2015-04-011-3/+3
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-3/+3
* Create an architecture-agnostic buffer pool manager that uses uma(9) tocognet2012-12-201-0/+174
OpenPOWER on IntegriCloud