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_page.c
Age
Commit message (
Expand
)
Author
2001-04-10
Fix for machines which need to enlarge the kernel address space, at least
Niklas Hallqvist
2001-03-22
pastos in diagnostic strings
Niklas Hallqvist
2001-03-22
Sync style, typo, and comments a little closer to NetBSD. art@ ok
smart
2001-03-08
Replace thread_wakeup() with wakeup(). It is defined in vm_extern.h as a
smart
2001-03-03
Allow the syncer to get pages from the pagedaemon reserve.
Artur Grabowski
2001-03-02
Reserve more pages for the pagedaemon and the kernel.
Artur Grabowski
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-09-07
Convert bzero to memset(X, 0..) and bcopy to memcpy.
Artur Grabowski
2000-04-25
A fix to the dreaded isadmaattach panic which hunts people playing with
Niklas Hallqvist
2000-03-16
Bring in some new UVM code from NetBSD (not current).
Artur Grabowski
1999-09-10
fixup the uvm_map() call in the uvm_pagealloc_contig() w/
Michael Shalayeff
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-07-23
Add uvm_pagealloc_contig
Hakan Olsson
1999-02-26
add OpenBSD tags
Artur Grabowski
1999-02-26
Import of uvm from NetBSD. Some local changes, some code disabled
Artur Grabowski