summaryrefslogtreecommitdiff
path: root/sys/vm/vm_zone.h
Commit message (Expand)AuthorAgeFilesLines
* There should be no remaining references to these two files in the tree. IfJeff Roberson2002-04-071-52/+0
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-30/+20
* Add a zdestroy() function to the zone allocator. This is needed for theThomas Moestl2001-08-041-0/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+2
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Give this code a major facelift:Dag-Erling Smørgrav2001-01-221-12/+15
* First step towards an MP-safe zone allocator:Dag-Erling Smørgrav2001-01-211-3/+0
* Make zalloc and zfree non-inline functions. This avoids having toAssar Westerlund2000-12-271-76/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* KNFize, by bde.Eivind Eklund1999-01-101-6/+6
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-081-4/+4
* Correct copyright.John Dyson1998-04-251-10/+3
* Slight improvement to the vm_zone stats output. Also, some other superficialJohn Dyson1997-12-141-1/+2
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-3/+2
* Fix some style(9) and formatting problems. tabsize 4 formatting doesn'tPeter Wemm1997-09-211-41/+44
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-5/+28
* The "cutsie" register parameter passing that I had mistakenly used breaksJohn Dyson1997-08-101-10/+10
* More vm_zone cleanup. The sysctl now accounts for items better, andJohn Dyson1997-08-071-1/+3
* Add exposure of some vm_zone allocation stats by sysctl. Also, changeJohn Dyson1997-08-061-1/+4
* Another attempt at cleaning up the new memory allocator.John Dyson1997-08-051-32/+59
* A very simple zone allocator.John Dyson1997-08-051-0/+82