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
Age
Commit message (
Expand
)
Author
1999-12-30
swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabled
Niels Provos
1999-12-06
Put the "size check fired" behind ifdef DEBUG, it can happen in some
Artur Grabowski
1999-12-02
Init the buffer dependency list.
Artur Grabowski
1999-11-26
Remove unnecessary printfs. From deraadt@
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-08-17
New cpu_fork API to take a stack in which you point the child's stackpointer
Niklas Hallqvist
1999-07-23
Add uvm_pagealloc_contig
Hakan Olsson
1999-07-20
accomodations for backward growing stack architectures; art@ k
Michael Shalayeff
1999-07-08
NFS -> NFSSERVER|NFSCLIENT
Theo de Raadt
1999-06-24
don't free spp in swapmount, someone else does that for us. From: mickey@
Artur Grabowski
1999-06-17
This is embarassing. (I have to start testing the code that I retype from the...
Artur Grabowski
1999-06-04
start swapping on the first swap device after initialization
Artur Grabowski
1999-06-04
remove sys_omsync, it's in already in compat. (how did this ever link?)
Artur Grabowski
1999-06-04
remove sys_swapon, it's in already in compat. (how did this ever link?)
Artur Grabowski
1999-06-02
enable sys_swapctl() implementation
Michael Shalayeff
1999-04-28
zap the newhashinit hack.
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