summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_blist.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r298819:bdrewery2016-06-271-2/+2
* Remove reference to the rlist code from comments, and fix a typo visiblepluknet2013-02-051-8/+4
* - Fix typos s/(more|less) then|\1 than/eadler2011-12-031-5/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* add malloc flag to blist so that it can be used in ithread contextkmacy2008-05-051-7/+8
* Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h toalc2004-06-041-5/+0
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-3/+26
* Use __FBSDID().obrien2003-06-111-3/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftdillon2003-01-111-16/+16
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-32/+183
* 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