summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_blist.c
Commit message (Expand)AuthorAgeFilesLines
* Now that daddr_t has grown up, use %lld to printf it and cast it to longjhb2002-05-181-1/+3
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-3/+1
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-161-2/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add Id stringsgpalmer1999-06-171-0/+2
* Add new blist module - radix tree based bitmap allocator withdillon1999-01-211-0/+928
OpenPOWER on IntegriCloud