Age | Commit message (Expand) | Author |
2002-01-25 | Add support for the "Magma 2+1HS Sp" (from NetBSD) | Jason Wright |
2002-01-24 | Fix a few typos | Artur Grabowski |
2002-01-23 | copy*str() sanity fixes for sparc. | Miod Vallat |
2002-01-23 | compatability -> compatibility. | Federico G. Schwindt |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-20 | move a few more arch specific drivers to use new allocm and round_buffersize. | Eric Jackson |
2002-01-18 | Move CS_TIMEOUT decl | Jason Wright |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-13 | comment typos | Jason Wright |
2002-01-11 | Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231reg | Jason Wright |
2002-01-11 | Oops, that's -disable- interrupt enable in cs4231_close()... | Jason Wright |
2002-01-11 | Remove last nights interrupt handling hack and do it right: | Jason Wright |
2002-01-11 | for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it's | Jason Wright |
2002-01-11 | Only check for playback interrupts if we're actually expecting them. | Jason Wright |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. jason@ ok | Thomas Nordin |
2002-01-01 | Don't whine about not having carrier... ifconfig on the interface will say so. | Jason Wright |
2001-12-25 | Oops, I barfed there, too. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
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 |