aboutsummaryrefslogtreecommitdiff
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 longJohn Baldwin2002-05-181-1/+3
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-3/+1
* Eliminate the undocumented, experimental, non-delivering and highlyPoul-Henning Kamp2000-03-161-2/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add Id stringsGary Palmer1999-06-171-0/+2
* Add new blist module - radix tree based bitmap allocator withMatthew Dillon1999-01-211-0/+928