summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Begone.miod2001-11-061-1/+0
* Move the last content from vm/ to uvm/art2001-11-061-93/+0
* Kill vm/vm_param.h, move it to uvm/uvm_param.hart2001-11-061-2/+2
* merge vm_map.h into uvm_map.h, kinda matches netbsd's approachmickey2001-08-121-2/+2
* vm_pager.h no moremickey2001-08-121-2/+1
* vm_inherit.h no moremickey2001-08-121-2/+1
* vm_extern.h no moremickey2001-08-121-2/+1
* vm/vm_prot.h no moremickey2001-08-121-2/+3
* Add a new type voff_t (right now it's typedefed as off_t) used for offsetsart2001-08-061-3/+4
* No need to include vm/vm_object.h.art2001-07-051-2/+1
* Remove junk from headers, just leave enough for UVM.art2001-06-271-17/+1
* Get rid of vm_pmap from struct vmspace.art2001-04-061-4/+1
* Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn'tmillert2001-03-231-1/+3
* Include vm_page.h and reorder some.art2000-11-081-2/+4
* various cleanupsart2000-03-131-8/+6
* remove the "ifdef pmap_resident_count" hack and replace it with a macro.art1999-06-011-1/+8
* include pmap.h earlier, so MD pmap structures may bemickey1998-09-111-2/+2
* Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,niklas1998-03-011-1/+5
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-3/+11
* back out vfs lite2 till after 2.2deraadt1997-10-061-11/+3
* VFS Lite2 Changescsapuntz1997-10-061-3/+11
* Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.niklas1996-08-021-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+93