aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_contig.c
Commit message (Expand)AuthorAgeFilesLines
* o Lock accesses to the free page queues in contigmalloc1().Alan Cox2002-07-051-0/+2
* o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() andAlan Cox2002-06-141-1/+1
* o Make contigmalloc1() static.Alan Cox2002-05-221-1/+1
* Call vm_pageq_remove_nowakeup() rather than duplicating it.Alan Cox2002-03-031-8/+2
* contigmalloc1() could cause the vm_page_zero_count to become incorrect.Matthew Dillon2001-10-171-0/+2
* Makes contigalloc[1]() create the vm_map / underlying wired pages in theMatthew Dillon2001-10-131-4/+12
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).Matthew Dillon2001-07-041-0/+309