aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_zone.c
Commit message (Expand)AuthorAgeFilesLines
* Correct copyright.John Dyson1998-04-251-2/+2
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-3/+3
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddenJohn Dyson1998-02-231-2/+14
* Staticize.Eivind Eklund1998-02-091-4/+4
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* VM level code cleanups.John Dyson1998-01-221-5/+13
* Improve my copyright.John Dyson1997-12-221-9/+2
* Fix a recursive kernel_map lock problem in vm_zone allocator.John Dyson1997-12-151-18/+22
* Slight improvement to the vm_zone stats output. Also, some other superficialJohn Dyson1997-12-141-4/+9
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Fix some style(9) and formatting problems. tabsize 4 formatting doesn'tPeter Wemm1997-09-211-60/+75
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-8/+62
* Removed unused #includes.Bruce Evans1997-09-011-12/+1
* Added includes of smp.h for SMP.Steve Passe1997-08-181-1/+5
* More vm_zone cleanup. The sysctl now accounts for items better, andJohn Dyson1997-08-071-4/+12
* Add exposure of some vm_zone allocation stats by sysctl. Also, changeJohn Dyson1997-08-061-2/+70
* Another attempt at cleaning up the new memory allocator.John Dyson1997-08-051-35/+99
* A very simple zone allocator.John Dyson1997-08-051-0/+227