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_unix.c
Age
Commit message (
Expand
)
Author
2005-07-26
- Make a UVM_OBJ_IS_DEVICE macro.
Artur Grabowski
2003-03-04
do not treat map entries above the stack as stack; only for the grow-ups
Michael Shalayeff
2003-02-18
fix the way stack is written into the core file on the upward growing stack m...
Michael Shalayeff
2002-12-20
user-defined stacks check is the same for grownups as for growndowns
Michael Shalayeff
2002-12-19
simplify stack grownups (growndowns are not touched)
Michael Shalayeff
2002-10-29
Since memory deallocation can't fail, remove the error return from
Artur Grabowski
2002-08-23
map the heap without PROT_EXEC.
Artur Grabowski
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-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-07
Add an alignment argument to uvm_map that specifies an alignment hint
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-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
Some updates to UVM from NetBSD. Nothing really critical, just a sync.
Artur Grabowski
2001-05-05
Remove the (vaddr_t) casts inside the round_page and trunc_page macros.
Artur Grabowski
2001-05-05
Get rid of CLSIZE and all related stuff.
Artur Grabowski
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-07-04
Fix the latest fix.
Artur Grabowski
2000-06-30
Don't cast to int when checking if we have exceeded our rlimit in sbrk.
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-07-20
accomodations for backward growing stack architectures; art@ k
Michael Shalayeff
1999-02-26
add OpenBSD tags
Artur Grabowski
1999-02-26
Import of uvm from NetBSD. Some local changes, some code disabled
Artur Grabowski