Age | Commit message (Expand) | Author |
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 |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat |
2004-07-30 | Move struct evcount inside struct intrhand, and modernize intrhand | Miod Vallat |
2004-07-30 | Switch mvme68k to evcount interrupt counters. | Miod Vallat |
2004-07-02 | Kill ca_master in autoconf structures. Drivers either only attach to one | Miod Vallat |
2004-07-02 | Merge *ramread() and *ramwrite(), as done on mvme88k. | Miod Vallat |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-01-11 | Implement and use splraise() rather than spl() whenever necessary. | Miod Vallat |
2003-10-09 | More m68k common include files factorization. | Miod Vallat |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | license cleanup of my files | Theo de Raadt |
2003-04-16 | Clarify license terms. | Miod Vallat |
2003-02-24 | Do not redefine stuff already in <sys/disklabel.h> | Miod Vallat |
2003-01-27 | Convert m68k pmap from physseg to VM_PAGE_MD. | Miod Vallat |
2003-01-05 | splassert on m68k-based arches. Not totally accurate on hp300 at the moment, | Miod Vallat |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-28 | A few more tweaks to let non-GENERIC kernels (MVMEfoo) build as well with -Wall. | Miod Vallat |
2002-04-27 | Jumbo commit to fix all compilation warnings on mvme68k (add prototypes, | Miod Vallat |
2002-04-25 | <m68k/cpu.h> should be included when this <machine/cpu.h> is included from | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |