summaryrefslogtreecommitdiff
path: root/sys/vm/vm_page.h
AgeCommit message (Expand)Author
2001-08-12moce pglisth into uvm_pglist.hMichael Shalayeff
2001-08-11Various random fixes from NetBSD.Artur Grabowski
2001-08-06Add a new type voff_t (right now it's typedefed as off_t) used for offsetsArtur Grabowski
2001-07-25Some updates to UVM from NetBSD. Nothing really critical, just a sync.Artur Grabowski
2001-07-05Remove some left-overs from the old vm system.Artur Grabowski
2001-06-27Remove junk from headers, just leave enough for UVM.Artur Grabowski
2001-04-07Always get struct pglist from vm/pglist.h, otherwise old VM compilationsNiklas Hallqvist
2000-11-10seperate -> separate, okay aaron@Niels Provos
1999-12-30swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabledNiels Provos
1999-08-23vm_offset_t -> {v,p}addr_t + some other cleanupArtur Grabowski
1999-02-26add some struct members that uvm usesArtur Grabowski
1999-02-19make vm_page_alloc_contig() a std functionTheo de Raadt
1998-03-20Some cleanup of page stealsNiklas Hallqvist
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1997-09-22From NetBSD: vm_page_alloc_memory giving continuous memoryNiklas Hallqvist
1996-08-13Document PG_CLEANs role in collapseNiklas Hallqvist
1996-08-02Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt