Age | Commit message (Expand) | Author |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-03-15 | Generic softinterrupt support for m88k based platforms, adapted from arm | Miod Vallat |
2009-02-16 | Since NMI are now handled separately, remove the ``interrupt type'' argument | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-12-08 | Better siginfo fault codes for floating point exceptions on 88110, with | Miod Vallat |
2007-12-02 | Rework the __mp_lock code to not spin at spllock(), kinda similar to the | Miod Vallat |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-09-03 | Typos from miod. 'sfotware' -> 'software' in some comments. | Kenneth R Westerback |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-19 | Empty another cpu_disklabel. In this case read in the boot | Kenneth R Westerback |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-05-15 | kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a | Theo de Raadt |
2007-05-12 | Remove unused code and definitions pasted over from mvme188 support, which do | Miod Vallat |
2007-05-08 | remove more junk in the setroot() code path | Theo de Raadt |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-01-29 | LCD device driver support for luna88k, first step. | Kenji Aoyama |
2007-01-13 | Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h> | Miod Vallat |
2006-11-16 | Ratibibugle struct frame and <machine/frame.h> | Miod Vallat |
2006-10-04 | More tidying up after bad144. Remove references in comments and | Kenneth R Westerback |
2006-05-08 | Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls. | Miod Vallat |
2006-05-08 | Clean the internal m88k trap type codes; while there, simplify and | Miod Vallat |
2006-05-04 | eneble -> enable | Miod Vallat |
2006-03-13 | remove IPL_IMP. | Brad Smith |
2006-01-26 | Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from. | Miod Vallat |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2005-12-03 | Implement __cpu_simple_lock_t for m88k. | Miod Vallat |
2005-12-03 | Fast __HAVE_MUTEX implementation for m88k platforms. | Miod Vallat |
2005-12-03 | Turn read_processor_identification_register() into a simple macro with a | Miod Vallat |
2005-12-03 | Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0 | Miod Vallat |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-10-13 | Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusive | Miod Vallat |
2005-10-12 | Define IPL_SCHED and spslsched(), matching the statclock level. | Miod Vallat |
2005-04-27 | Allow userland to cause the data cache to be flushed for any arbitrary address | Miod Vallat |
2005-04-04 | - Delete implicit * 4 operation in bus_space offset calculation | Kenji Aoyama |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-11-08 | Remove mvme88k leftovers. | Miod Vallat |
2004-11-08 | Kill struct md_p, which was really only necessary for mvme88k; on | Miod Vallat |
2004-10-03 | Merge locore_c_routines.c into machdep.c, and clear <machine/locore.h> as | Miod Vallat |
2004-08-11 | Fix off-by-ones in bus_space_*_multi_*() | Miod Vallat |
2004-08-10 | The second spc is missing on original LUNA-88K, so add and check the | Kenji Aoyama |
2004-08-02 | Move MAX_CPUS constant to cpu.h | Miod Vallat |
2004-08-01 | Move 88100 DAE code to its own file, shared between luna88k and mvme88k. | Miod Vallat |
2004-07-28 | Remove EH_DEBUG code. | Miod Vallat |
2004-07-25 | Merge luna88k and mvme88k pmap. The pmap will now assume that the memory | Miod Vallat |
2004-07-23 | Nuke getdevunit(). | Miod Vallat |
2004-06-14 | Added some codes that check if the machine is LUNA-88K or LUNA-88K2 | Kenji Aoyama |
2004-06-02 | More realistic kernel pdt sizing for the Luna88k (sync with recent mvme88k | Miod Vallat |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |