Age | Commit message (Expand) | Author |
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 |
2006-01-11 | 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-11-27 | Get rid of the `len' locator for VME devices, since mappings have a page | Miod Vallat |
2005-11-27 | Nuke autoconf.h commons. | Miod Vallat |
2005-11-24 | Prefer vaddr_t and paddr_t types in device softc, instead of void * and | Miod Vallat |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-08-14 | DCIAS() no more. | Miod Vallat |
2005-08-01 | Kill unused PARTITIONMASK define; ok deraadt@ | Miod Vallat |
2005-08-01 | Factorize cachectl() accross m68k platforms, and make the CC_ constants | Miod Vallat |
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat |