summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove per art@todd2001-11-061-1/+0
* Move the last content from vm/ to uvm/art2001-11-061-334/+1
* moce pglisth into uvm_pglist.hmickey2001-08-121-2/+2
* Various random fixes from NetBSD.art2001-08-111-1/+6
* Add a new type voff_t (right now it's typedefed as off_t) used for offsetsart2001-08-061-5/+5
* Some updates to UVM from NetBSD. Nothing really critical, just a sync.art2001-07-251-5/+5
* Remove some left-overs from the old vm system.art2001-07-051-92/+1
* Remove junk from headers, just leave enough for UVM.art2001-06-271-183/+2
* Always get struct pglist from vm/pglist.h, otherwise old VM compilationsniklas2001-04-071-4/+2
* seperate -> separate, okay aaron@provos2000-11-101-2/+2
* swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabledprovos1999-12-301-1/+2
* vm_offset_t -> {v,p}addr_t + some other cleanupart1999-08-231-17/+19
* add some struct members that uvm usesart1999-02-261-1/+4
* make vm_page_alloc_contig() a std functionderaadt1999-02-191-1/+3
* Some cleanup of page stealsniklas1998-03-201-1/+2
* Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,niklas1998-03-011-95/+369
* From NetBSD: vm_page_alloc_memory giving continuous memoryniklas1997-09-221-8/+21
* Document PG_CLEANs role in collapseniklas1996-08-131-3/+12
* Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.niklas1996-08-021-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+297