Age | Commit message (Expand) | Author |
2001-09-17 | Enable DMA for wdc_obio devices. This was the mode in which the recent | Dale Rahn |
2001-09-17 | Use pmap_k* to map the buffer cache. | Artur Grabowski |
2001-09-17 | pagemove() should use the pmap_k* functions instead of pmap_enter/remove. | Dale Rahn |
2001-09-17 | The gfx display buffer should request that it be mapped cached (writethru). | Dale Rahn |
2001-09-17 | genassym changes | Theo de Raadt |
2001-09-17 | stuff for ksyms (doesn't quite work yet, tho) | Jason Wright |
2001-09-16 | genassym.cf changes force a lot of case changes here. | Miod Vallat |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat |
2001-09-16 | Update the bmac (if_bm) to a newer version from NetBSD. | Dale Rahn |
2001-09-16 | Fix this so it understands disklabels. | Artur Grabowski |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-09-15 | Mostly rewritten decode of fpu emulation: | Jason Wright |
2001-09-15 | Two changes here. | Dale Rahn |
2001-09-15 | If ddb cannot find a symbol, do not print a useless address of | Dale Rahn |
2001-09-15 | Rewrite of powerpc pmap_page_protect(), the old version had a couple of | Dale Rahn |
2001-09-15 | merge with netbsd (no external differences... basically just makes diffs easier) | Jason Wright |
2001-09-15 | match ebusIII (from netbsd) | Jason Wright |
2001-09-15 | reimplement dbdma such that it does memory allocations | Michael Shalayeff |
2001-09-15 | pass the dma tag to obio; drahn@ ok | Michael Shalayeff |
2001-09-15 | implement _bus_dmamap_load_raw; drahn@ ok | Michael Shalayeff |
2001-09-14 | simplify userret | Artur Grabowski |
2001-09-14 | Simplify what should be userret, but is inlined instead. | Artur Grabowski |
2001-09-14 | Don't just use 'size'. Use SIZE and make it settable. | Artur Grabowski |
2001-09-14 | Simplify userret. | Artur Grabowski |
2001-09-14 | simplify userret | Artur Grabowski |
2001-09-14 | Unbreak trap(), simplify userret(). | Artur Grabowski |
2001-09-14 | Fix fallout from round_page fixes. | Artur Grabowski |
2001-09-14 | Fix compilation errors | Artur Grabowski |
2001-09-14 | Simplify userret. | Artur Grabowski |
2001-09-14 | Simplify userret. | Artur Grabowski |
2001-09-14 | Instead of defning our own AS, define FPSPAS. | Artur Grabowski |
2001-09-13 | Simplify userret. | Artur Grabowski |
2001-09-13 | Simplify userret, modelled after alpha. | Artur Grabowski |
2001-09-13 | The vgafb driver does not test memory, so no point mapping it during the probe. | Dale Rahn |
2001-09-13 | old timeout removal, code by art@. (ok by miod) | Janne Johansson |
2001-09-13 | signed -> unsigned. From NetBSD via Todd Miller. | Janne Johansson |
2001-09-12 | No need to be overkill for the french keyboard layout. | Miod Vallat |
2001-09-12 | Print memory numbers in KB as well as bytes like most other platforms. | Todd C. Miller |
2001-09-12 | Print avail/real memory sizes in KB in addition to bytes as in i386 land. ok ... | Peter Valchev |
2001-09-12 | mbutl no more | Artur Grabowski |
2001-09-11 | Fix uvm_km_suballoc() usage flags. ok art@ millert@ | Miod Vallat |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-11 | vm/vm_kern.h is not needed hereand it compiles (; | Michael Shalayeff |
2001-09-11 | remove acd references; millert@ ok. | Federico G. Schwindt |
2001-09-11 | protect from multiple inclusion | Jason Wright |
2001-09-10 | varargs from sparc | Artur Grabowski |
2001-09-10 | Don't use the VIS instructions for bcopy and bzero. | Artur Grabowski |
2001-09-10 | More accurate compare (from netbsd) | Jason Wright |
2001-09-10 | Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc, | Jason Wright |
2001-09-10 | Fix the other half. | Dale Rahn |