index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
vm
/
vm_page.h
Age
Commit message (
Expand
)
Author
2001-08-12
moce pglisth into uvm_pglist.h
Michael Shalayeff
2001-08-11
Various random fixes from NetBSD.
Artur Grabowski
2001-08-06
Add a new type voff_t (right now it's typedefed as off_t) used for offsets
Artur Grabowski
2001-07-25
Some updates to UVM from NetBSD. Nothing really critical, just a sync.
Artur Grabowski
2001-07-05
Remove some left-overs from the old vm system.
Artur Grabowski
2001-06-27
Remove junk from headers, just leave enough for UVM.
Artur Grabowski
2001-04-07
Always get struct pglist from vm/pglist.h, otherwise old VM compilations
Niklas Hallqvist
2000-11-10
seperate -> separate, okay aaron@
Niels Provos
1999-12-30
swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabled
Niels Provos
1999-08-23
vm_offset_t -> {v,p}addr_t + some other cleanup
Artur Grabowski
1999-02-26
add some struct members that uvm uses
Artur Grabowski
1999-02-19
make vm_page_alloc_contig() a std function
Theo de Raadt
1998-03-20
Some cleanup of page steals
Niklas Hallqvist
1998-03-01
Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,
Niklas Hallqvist
1997-09-22
From NetBSD: vm_page_alloc_memory giving continuous memory
Niklas Hallqvist
1996-08-13
Document PG_CLEANs role in collapse
Niklas Hallqvist
1996-08-02
Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt