aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_blist.c
Commit message (Expand)AuthorAgeFilesLines
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-2/+2
* Remove reference to the rlist code from comments, and fix a typo visibleSergey Kandaurov2013-02-051-8/+4
* - Fix typos s/(more|less) then|\1 than/Eitan Adler2011-12-031-5/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* add malloc flag to blist so that it can be used in ithread contextKip Macy2008-05-051-7/+8
* Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h toAlan Cox2004-06-041-5/+0
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'sWarner Losh2003-08-121-3/+26
* Use __FBSDID().David E. O'Brien2003-06-111-3/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftMatthew Dillon2003-01-111-16/+16
* This is David Schultz's swapoff code which I am finally able to commit.Matthew Dillon2002-12-151-32/+183
* 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