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_device.c
Age
Commit message (
Expand
)
Author
2010-04-30
Right now, if anything internal changes with a uvm object, diverse
Owain Ainsworth
2009-08-14
make the uvm device lock a mutex.
Owain Ainsworth
2009-08-06
reintroduce the uvm_tree commit.
Owain Ainsworth
2009-06-16
date based reversion of uvm to the 4th May.
Owain Ainsworth
2009-06-16
Backout all changes to uvm after pmemrange (which will be backed out
Owain Ainsworth
2009-06-02
Instead of the global hash table with the terrible hashfunction and a
Owain Ainsworth
2009-05-12
Convert the udv_lock for the list of uvm_device objects over to a mutex.
Owain Ainsworth
2009-05-08
Remove static qualifier of functions that are not inline.
Ariane van der Steldt
2009-03-23
Remove space added in last commit. Pointed out by miod@.
Owain Ainsworth
2009-03-20
While working on some stuff in uvm I've gotten REALLY sick of reading
Owain Ainsworth
2007-10-29
MALLOC/FREE -> malloc/free
Charles Longeau
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-01-16
add another uvm histroy for physpage alloc/free and propagate a debugging pgf...
Michael Shalayeff
2004-02-23
sync of pmap_update() calls with NetBSD. pmap_update is defined away on
Dale Rahn
2002-11-06
Eliminate the use of KERN_SUCCESS outside of uvm/
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
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-28
Sync in more uvm changes from NetBSD.
Artur Grabowski
2001-11-07
Another sync of uvm to NetBSD. Just minor fiddling, no major changes.
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-11-01
Don't allow negative offsets. Some type confusion.
Artur Grabowski
2001-11-01
Change d_mmap in struct cdevsw from:
Artur Grabowski
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
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
Change the pmap_enter interface to merge access_type and the wired boolean
Artur Grabowski
2001-07-18
Sync in more from 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-03-15
Fix the NetBSD id strings.
Artur Grabowski
1999-09-03
Change the pmap_enter api to pass down an argument that indicates
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