summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_zone.c
Commit message (Expand)AuthorAgeFilesLines
* Improve my copyright.dyson1997-12-221-9/+2
* Fix a recursive kernel_map lock problem in vm_zone allocator.dyson1997-12-151-19/+23
* Slight improvement to the vm_zone stats output. Also, some other superficialdyson1997-12-141-4/+9
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Fix some style(9) and formatting problems. tabsize 4 formatting doesn'tpeter1997-09-211-63/+78
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-8/+62
* Removed unused #includes.bde1997-09-011-12/+1
* Added includes of smp.h for SMP.fsmp1997-08-181-1/+5
* More vm_zone cleanup. The sysctl now accounts for items better, anddyson1997-08-071-4/+12
* Add exposure of some vm_zone allocation stats by sysctl. Also, changedyson1997-08-061-2/+70
* Another attempt at cleaning up the new memory allocator.dyson1997-08-051-35/+99
* A very simple zone allocator.dyson1997-08-051-0/+227
OpenPOWER on IntegriCloud