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_i.h
Age
Commit message (
Expand
)
Author
2007-06-18
Bring back Mickey's UVM anon change. Testing by thib@, beck@ and
Pedro Martelletto
2007-05-31
zap the vm_amap am_l simplelock, and amap_{lock/unlock} macros for
Thordur I. Bjornsson
2006-07-31
fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; n...
Michael Shalayeff
2006-07-26
fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod...
Michael Shalayeff
2006-07-13
Back out the anon change. Apparently it was tested by a few, but most of
Theo de Raadt
2006-06-21
from netbsd: make anons dynamically allocated from pool.
Michael Shalayeff
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-11-28
Sync in more uvm from NetBSD. Mostly just cosmetic stuff.
Artur Grabowski
2001-11-07
Another sync of uvm to NetBSD. Just minor fiddling, no major changes.
Artur Grabowski
2001-07-18
Get rid of the PMAP_NEW option by making it mandatory for all archs.
Artur Grabowski
2001-05-10
More sync to NetBSD.
Artur Grabowski
2001-03-22
Sync style, typo, and comments a little closer to NetBSD. art@ ok
smart
2001-01-29
$OpenBSD$
Niklas Hallqvist
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