Age | Commit message (Expand) | Author |
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 |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | remove the last uses of vm/vm_page.h | Artur Grabowski |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-15 | Make the test for iso9660 filesystems preferred if the device is a CD, | Jason Wright |
2001-10-09 | no more NBUF= | Theo de Raadt |
2001-10-05 | grr, I had this right to begin with... NOW X10 firecracker works. | Jason Wright |
2001-10-05 | unnecessary softc element | Jason Wright |