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_glue.c
Age
Commit message (
Expand
)
Author
2001-05-07
Few fixes from NetBSD.
Artur Grabowski
2001-05-05
PMAP_NEW and UVM are no longer optional on i386.
Artur Grabowski
2001-05-05
Remove the (vaddr_t) casts inside the round_page and trunc_page macros.
Artur Grabowski
2001-04-03
It is unnecessary to wrap uvm_wait() in splhigh(). Also, set p_addr to NULL
Aaron Campbell
2001-04-02
On popular demand, the Linux-compatibility clone(2) implementation based
Niklas Hallqvist
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-09-07
Convert bzero to memset(X, 0..) and bcopy to memcpy.
Artur Grabowski
2000-03-16
Bring in some new UVM code from NetBSD (not current).
Artur Grabowski
2000-03-01
Prepare for new pmap
Niklas Hallqvist
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-08-17
New cpu_fork API to take a stack in which you point the child's stackpointer
Niklas Hallqvist
1999-02-26
add OpenBSD tags
Artur Grabowski
1999-02-26
Import of uvm from NetBSD. Some local changes, some code disabled
Artur Grabowski