Age | Commit message (Expand) | Author |
2001-11-30 | unbreak | Artur Grabowski |
2001-11-30 | typo | Artur Grabowski |
2001-11-30 | rl and vr are reported to work. | Nathan Binkert |
2001-11-30 | add stge(4) | Nathan Binkert |
2001-11-30 | This file was just a placeholder required for kern_exit_43.c to compile. | Miod Vallat |
2001-11-30 | add stge(4) | Nathan Binkert |
2001-11-29 | fix pasto so this compiles | Todd C. Miller |
2001-11-29 | better gecko | Michael Shalayeff |
2001-11-29 | ld -r generates some funky .text.N names | Michael Shalayeff |
2001-11-29 | Kernel mappings (pmap_kenter_pa) should not be entered into the pv list. | Dale Rahn |
2001-11-29 | oops | Artur Grabowski |
2001-11-29 | Fix for thinko that was caught in code review, error was found 3x, however | Dale Rahn |
2001-11-28 | somebody forgot something | Michael Shalayeff |
2001-11-28 | revert hardware breakage | Todd T. Fries |
2001-11-28 | more typedef zapping vm_page_t -> struct vm_page * | 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 | Don't use pmap_update when we mean tlbflush. make pmap_update into a noop. | Artur Grabowski |
2001-11-28 | make pmap_virtual_space madatory in all pmaps. | Artur Grabowski |
2001-11-28 | pmap_kenter_pgs is not used and not really useful. remove. | Artur Grabowski |
2001-11-28 | pmap_kenter_pgs(.., 1) is pointless. pmap_kenter_pa instead. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-28 | rewrite large chunks of intr_establish to make it more clear what's going on. | Jason Wright |
2001-11-27 | Various pmap_k* optimizations, as well as uvm interface updates, | Miod Vallat |
2001-11-27 | Use pools for pmap and pv_entry structures. | Miod Vallat |
2001-11-27 | Adapt to include files changes. | Miod Vallat |
2001-11-27 | A few cleanups to have less include files include each other. | Miod Vallat |
2001-11-27 | Use symbolic constants to identify ddb traps. | Miod Vallat |
2001-11-27 | Declare symbolic names for the various interrupts used by ddb. | Miod Vallat |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-27 | Move the declaration of EH_DEBUG and ERRATA__XXX_USR to the kernel | Miod Vallat |
2001-11-27 | garbage collect sc_nticks | Jason Wright |
2001-11-26 | Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA Yoshihiko... | Michael Shalayeff |
2001-11-25 | Extend the magic formulae to choose option FPSP only if 68040 processor | Miod Vallat |
2001-11-25 | Typos. | Miod Vallat |
2001-11-25 | Need <machine/cpu.h> to be sure to bring userret() prototype for all ports. | Miod Vallat |
2001-11-25 | Be cross-compilation friendly. | Miod Vallat |
2001-11-25 | Remove comments which only apply to the HP MMU found on HP300 models | Miod Vallat |
2001-11-25 | Oops, commited this file from the wrong tree. | Miod Vallat |
2001-11-25 | Harmonize userret() prototypes across m68k arches. | Miod Vallat |
2001-11-24 | Harmonize boot() logic across arches: | Miod Vallat |
2001-11-23 | Remove splsched() declaration and related stuff. | Miod Vallat |
2001-11-23 | dev{cons,cninit.c} are mandatory. | 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 |