Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-04 | commented out entry for cgthree | Jason Wright | |
2001-12-04 | enable uplcom on macppc GENERIC. tested by myself, and okay'd by drahn@ | lebel | |
2001-12-04 | remove direct entry points for bwtwo, cgfourteen, cgsix, cgthree, and tcx | Jason Wright | |
2001-12-04 | Now that we found the bug, go back to not stop on SPL NOT LOWERED.. | Niklas Hallqvist | |
2001-12-04 | add commented out entries for cgsix at sbus and wsdisplay at cgsix | Jason Wright | |
2001-12-04 | add stuff for wsdisplay | Jason Wright | |
2001-12-04 | more bits defs; from netbsd | Michael Shalayeff | |
2001-12-04 | missing \n | Michael Shalayeff | |
2001-12-04 | part of i386 isr patches; OK niklas@ | Marco S Hyman | |
2001-12-04 | New try at a level based irq system. | Niklas Hallqvist | |
2001-12-03 | be more verbose on panic. patch by form@. | Mike Pechkin | |
art@ ok. | |||
2001-12-02 | this probably all that can be on gecko | Michael Shalayeff | |
2001-12-02 | few lines are too close to see, gimme another file! | Michael Shalayeff | |
2001-12-02 | s/FLAX_MASK/HPPA_FLEX_MASK/ where not yet | Michael Shalayeff | |
2001-12-02 | allow to configure devices on particular bus offsets | Michael Shalayeff | |
to be able to attach units to them. main reason is the secondary gsc busses on add-on cards which stick 'emselves in the front. | |||
2001-12-02 | increase fixed extent storage | Michael Shalayeff | |
2001-12-02 | 1) kill old vm_*_t types (no real effect) | Todd C. Miller | |
2) Change flag in uvm_km_suballoc() from VM_MAP_PAGEABLE to 0 3) Pass pmap_extract the address of Segtabzeropa, not Segtabzeropa itself | |||
2001-12-01 | change to WSEMUL_NO_DUMB | Theo de Raadt | |
2001-12-01 | Add TF_EAX and TF_ESP for trapframe struct. niklas@ ok | Hakan Olsson | |
2001-12-01 | Provide more debugging info for the spl not lowered on syscall exit | Niklas Hallqvist | |
situation. And stop in ddb once again so more debugging still can be carried out. | |||
2001-11-30 | More changes that cvs forgot to commit in the pmap_motorola switch. | Miod Vallat | |
2001-11-30 | cvs hates me. | Miod Vallat | |
How come had this file been missed in the previous amiga commit??? | |||
2001-11-30 | Repair after pmap_kenter_pgs() removal. | Miod Vallat | |
2001-11-30 | Switch to pmap_motorola. | Miod Vallat | |
XXX Kernel compiles, but not tested. | |||
2001-11-30 | Oops, removed one #include line by mistake. | Miod Vallat | |
2001-11-30 | Make it possible for mmutype to contain MMU_68060 if the hardware is | Miod Vallat | |
actually '060-based, instead to look at the machineid. This is simpler, and will be required to switch to pmap_motorola anyways. | |||
2001-11-30 | Not needed anymore. | Miod Vallat | |
2001-11-30 | Duplicates there, too. | Miod Vallat | |
2001-11-30 | Remove duplicates with <m68k/param.h> | Miod Vallat | |
2001-11-30 | Switch to pmap_motorola. | Miod Vallat | |
2001-11-30 | Factorize more definitions to enable the use of pmap_motorola. | Miod Vallat | |
2001-11-30 | Common pmap defines and code for all m68k platforms using Motorola (or | Miod Vallat | |
compatible) MMU. | |||
2001-11-30 | prevent reorder of __asm w/ __volatile. | Michael Shalayeff | |
from netbsd: Declare some asm statement with output as volatile. Without this, gcc with -march=pentiumpro produce bad code. | |||
2001-11-30 | Remove some definitions which do not make sense for non-m68k platforms. | Miod Vallat | |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski | |
2001-11-30 | unbreak | Artur Grabowski | |
2001-11-30 | typo | Artur Grabowski | |
2001-11-30 | rl and vr are reported to work. | Nathan Binkert | |
From Dries Schellekens <gwyllion@ulyssis.org> | |||
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 | |
it was fixed 2x, leaving one instance of the error. | |||
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 | |