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.c
Age
Commit message (
Expand
)
Author
1999-09-03
Change the pmap_enter api to pass down an argument that indicates
Artur Grabowski
1999-02-19
make vm_page_alloc_contig() a std function
Theo de Raadt
1998-10-30
fix !VM_PAGE_NOADD case which was incompilable.
Michael Shalayeff
1998-06-09
a = a + b; --> a += b;
Michael Shalayeff
1998-03-20
Some cleanup of page steals
Niklas Hallqvist
1998-03-01
Put back former pmap_steal_memory in non MNN case, at least i386 still
Niklas Hallqvist
1998-03-01
Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,
Niklas Hallqvist
1998-02-06
Maintain count of free pages. This bug triggered total hangs on
Niklas Hallqvist
1997-11-04
Indentation.
Tobias Weingartner
1997-09-25
Add back that XXX i386-specific code as the old isadma code needs it. Sorry!
Niklas Hallqvist
1997-09-22
From NetBSD: vm_page_alloc_memory giving continuous memory
Niklas Hallqvist
1997-07-25
tabify
Michael Shalayeff
1997-04-17
Removal of race conditions. Inspired by Charles Hannum's
Niklas Hallqvist
1997-01-04
VM_PAGE_INIT takes an offset as the 3rd arg, not a pointer
Niklas Hallqvist
1996-08-02
Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.
Niklas Hallqvist
1996-03-03
From NetBSD: merge with 960217
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt