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
/
uvm
/
uvm_amap.c
Age
Commit message (
Expand
)
Author
2002-05-09
from netbsd; okay art@
Niels Provos
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-28
setting prevlcv to 0 doesnt require additional checks. from chs@
Niels Provos
2002-02-20
merging ppref could cause negative back reference, fix from niklas@
Niels Provos
2002-02-19
amap_pp_adjref could fragment ppref array; fix by merging adjacent chunks;
Niels Provos
2002-02-12
amap_extend is very expensive, allocate more memory to avoid bcopy the next
Niels Provos
2002-01-23
Pool deals fairly well with physical memory shortage, but it doesn't deal
Artur Grabowski
2002-01-15
A fix to amap_wiperange from Chuck Cranor that has been in my tree for
Artur Grabowski
2002-01-02
Back out a few more uvm changes, especially wrt swap usage.
Miod Vallat
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-04
Yet another sync to NetBSD uvm.
Artur Grabowski
2001-11-28
Sync in more uvm from NetBSD. Mostly just cosmetic stuff.
Artur Grabowski
2001-11-11
Sync in more stuff from NetBSD.
Artur Grabowski
2001-11-07
Another sync of uvm to NetBSD. Just minor fiddling, no major changes.
Artur Grabowski
2001-11-06
More sync to NetBSD.
Artur Grabowski
2001-11-06
Move the last content from vm/ to uvm/
Artur Grabowski
2001-11-05
Minor sync to NetBSD.
Artur Grabowski
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-07-18
Get rid of the PMAP_NEW option by making it mandatory for all archs.
Artur Grabowski
2001-03-15
Bring in revision 1.21 from NetBSD.
Artur Grabowski
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-11-10
seperate -> separate, okay aaron@
Niels Provos
2000-09-07
Convert bzero to memset(X, 0..) and bcopy to memcpy.
Artur Grabowski
2000-03-15
Fix the NetBSD id strings.
Artur Grabowski
1999-08-23
sync with NetBSD from 1999.05.24 (there is a reason for this date)
Artur Grabowski
1999-02-26
add OpenBSD tags
Artur Grabowski
1999-02-26
Import of uvm from NetBSD. Some local changes, some code disabled
Artur Grabowski