Age | Commit message (Expand) | Author |
2012-12-31 | Switch mvme68k boot blocks to use the MI libsa loadfile routines to load | Miod Vallat |
2012-12-03 | avoid depending on gcc cast as lvalue extension which | Jonathan Gray |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-11-04 | Switch mvme68k to timecounters. | Miod Vallat |
2012-07-05 | Concatenating strings doesn't require __CONCAT() (and must not in standard C) | Philip Guenthe |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2011-11-01 | Drop support for the HP MMU. It was only found on two hp300 systems (models | Miod Vallat |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-09-27 | Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or | Miod Vallat |
2011-04-28 | - enable fenv | Martynas Venckus |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-15 | unbreak tree for nested endian.h includes | Theo de Raadt |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2010-07-24 | One the -> On the | Miod Vallat |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |
2010-04-23 | Make sure IPL_SCHED is always defined by MD headers, instead of having a MI | Miod Vallat |
2009-09-18 | Fix conversion of symbolic IPL level to hardware PSL value in the mutex code. | Miod Vallat |
2009-07-30 | Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-15 | Generic softinterrupt code for m68k platforms, now copied from m88k. | Miod Vallat |
2009-03-01 | Support for MVME141 boards. Tested with both VME and VSB memory boards | Miod Vallat |
2009-03-01 | Support for MVME165 board - code written in april 2006, eventually debugged | Miod Vallat |
2009-02-21 | dma_cachectl() bye-bye. | Miod Vallat |
2009-02-17 | Add real bus_space and bus_dma to mvme68k, so that it can benefit from | Miod Vallat |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-12-02 | One last missing IPL_VM. | Miod Vallat |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | move comment to right place | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-03 | Dummy <machine/bus.h> for softraid to compile. | Miod Vallat |
2007-05-30 | More cpuinfo vs _KERNEL fallback. | Miod Vallat |
2007-05-15 | switch m68k to __HAVE_CPUINFO | Martin Reindl |
2007-05-15 | kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a | Theo de Raadt |
2007-05-08 | remove more junk in the setroot() code path | Theo de Raadt |
2007-05-01 | Provide <machine/lock.h> on all platforms, so that MI code may #include it | Miod Vallat |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
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-02-03 | Simple single-processor mutex implementation, simpler than the MI code by | Miod Vallat |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-06-24 | Replace physaccess() usage with pmap_kenter_cache(). | Miod Vallat |
2006-06-11 | Move common prototypes to <m68k/{cpu,param}.h> instead of incomplete | Miod Vallat |
2006-06-11 | Factorize spl handling functions and software interrupt routines between | Miod Vallat |
2006-06-04 | When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, this | Miod Vallat |
2006-04-21 | Since bugtty (and BUG routines in general) can only work if we keep the BUG | Miod Vallat |
2006-03-12 | remove splimp(). | Brad Smith |