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
/
arch
/
sparc
Age
Commit message (
Expand
)
Author
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-14
Major restructuring for swizzling to the request queue and unswizzling from
mjacob
2001-12-11
Remove declarations that already exist in <sys/conf.h>
Miod Vallat
2001-12-10
Define MCLBYTES from MCLSHIFT, rather than providing the final value.
Miod Vallat
2001-12-10
No need to include <sys/dmap.h> and define related variables.
Miod Vallat
2001-12-09
Even more ansification.
Artur Grabowski
2001-12-09
Random ansification.
Artur Grabowski
2001-12-09
un-__P
Artur Grabowski
2001-12-09
Explicitly unmap and free the pages in pgt_page_free.
Artur Grabowski
2001-12-09
remove pvalloc and pvfree, use the raw pool_get and pool_put.
Artur Grabowski
2001-12-09
Real pmap_k*. The sun4/sun4c functions are from NetBSD.
Artur Grabowski
2001-12-09
splbio?!? Where did that come from?
Artur Grabowski
2001-12-08
Sprinkle pmap_update calls where relevant and some other
Artur Grabowski
2001-12-07
fix signal dosc
Theo de Raadt
2001-12-07
make it compile on SUN4M-only
Michael Shalayeff
2001-12-07
Some ansification and cleanups in pmap_{zero,copy}_page*
Artur Grabowski
2001-12-07
kill kvm_iocache, not used.
Artur Grabowski
2001-12-07
Remove 4m bits and put some other nasty restrictions on kvm_uncache so
Artur Grabowski
2001-12-07
kvm_recache is now unnecessary, simplify.
Artur Grabowski
2001-12-07
In dvma_malloc_space and dvma_free allocate and map the memory
Artur Grabowski
2001-12-07
Remove pmap_cache_enable. it was a mistake.
Artur Grabowski
2001-12-07
Zap pmap_alloc_cpu. this is not how we want to do this.
Artur Grabowski
2001-12-07
splpmap -> splvm
Artur Grabowski
2001-12-07
Remove pmap_kenter_pgs leftovers.
Artur Grabowski
2001-12-05
Enable rootdev auto-configuration by device drivers during boot.
Thierry Deval
2001-12-05
VM_KMEM_SIZE no longer needed.
Artur Grabowski
2001-12-05
Change pcache_flush_line to pcache_flush_page since this is the only way
Artur Grabowski
2001-12-05
make nkmempages dynamic based on memory. okay art@ from netbsd:
Niels Provos
2001-12-04
Yet another sync to NetBSD uvm.
Artur Grabowski
2001-11-30
Now that pmaps can have vm_page_md, make pmap_physseg optional.
Artur Grabowski
2001-11-29
oops
Artur Grabowski
2001-11-28
zap some typedefs.
Artur Grabowski
2001-11-28
Make pmap_update functions into nops so that we can have a consistent
Artur Grabowski
2001-11-28
pmap_kenter_pgs is not used and not really useful. remove.
Artur Grabowski
2001-11-28
Sync in more uvm changes from NetBSD.
Artur Grabowski
2001-11-27
garbage collect sc_nticks
Jason Wright
2001-11-24
Harmonize boot() logic across arches:
Miod Vallat
2001-11-22
Use pmap_kenter_pa in pmap_map..
Artur Grabowski
2001-11-22
more pmap_enter vs. pmap_kenter.
Artur Grabowski
2001-11-22
simplify the iommu page table mapping. use pmap_kenter.
Artur Grabowski
2001-11-22
Map the interrupt enable register with pmap_kenter
Artur Grabowski
2001-11-22
Use pmap_map to map the msg buffer.
Artur Grabowski
2001-11-22
Now that pmap_enter is allowed to fail in some cases, allow
Artur Grabowski
2001-11-22
Use pool to allocate pv list entries.
Artur Grabowski
2001-11-22
Don't check for PMAP_NC in pmap_zero_page.
Artur Grabowski
2001-11-22
Simplify pmap_is_* and pmap_clear_*.
Artur Grabowski
2001-11-19
more than typo
Theo de Raadt
2001-11-09
nswbuf hasn't been used for ages. gc.
Artur Grabowski
2001-11-07
Add an alignment argument to uvm_map that specifies an alignment hint
Artur Grabowski
2001-11-06
child_return unscrewart
Michael Shalayeff
[prev]
[next]