summaryrefslogtreecommitdiff
path: root/sys/vm/vm_page.c
AgeCommit message (Expand)Author
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-02-19make vm_page_alloc_contig() a std functionTheo de Raadt
1998-10-30fix !VM_PAGE_NOADD case which was incompilable.Michael Shalayeff
1998-06-09a = a + b; --> a += b;Michael Shalayeff
1998-03-20Some cleanup of page stealsNiklas Hallqvist
1998-03-01Put back former pmap_steal_memory in non MNN case, at least i386 stillNiklas Hallqvist
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1998-02-06Maintain count of free pages. This bug triggered total hangs onNiklas Hallqvist
1997-11-04Indentation.Tobias Weingartner
1997-09-25Add back that XXX i386-specific code as the old isadma code needs it. Sorry!Niklas Hallqvist
1997-09-22From NetBSD: vm_page_alloc_memory giving continuous memoryNiklas Hallqvist
1997-07-25tabifyMichael Shalayeff
1997-04-17Removal of race conditions. Inspired by Charles Hannum'sNiklas Hallqvist
1997-01-04VM_PAGE_INIT takes an offset as the 3rd arg, not a pointerNiklas Hallqvist
1996-08-02Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.Niklas Hallqvist
1996-03-03From NetBSD: merge with 960217Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt