aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_zone.h
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-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