| Commit message (Expand) | Author | Age | Files | Lines |
* | RIP mac68k. No one loves you anymore. |  matthew | 2012-06-20 | 44 | -2194/+0 |
* | Drop support for the HP MMU. It was only found on two hp300 systems (models |  miod | 2011-11-01 | 1 | -2/+1 |
* | Specify the TLS variant for each platform. |  guenther | 2011-10-27 | 1 | -0/+3 |
* | Removing unused header |  shadchin | 2011-06-06 | 1 | -217/+0 |
* | - enable fenv |  martynas | 2011-04-28 | 1 | -0/+3 |
* | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. |  pirofti | 2011-03-23 | 27 | -105/+95 |
* | unbreak tree for nested endian.h includes |  deraadt | 2011-03-15 | 1 | -6/+1 |
* | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. |  pirofti | 2011-03-11 | 1 | -4/+4 |
* | One the -> On the |  miod | 2010-07-24 | 1 | -2/+2 |
* | seteconf() died years ago |  deraadt | 2010-05-23 | 1 | -4/+1 |
* | Make sure IPL_SCHED is always defined by MD headers, instead of having a MI |  miod | 2010-04-23 | 1 | -1/+2 |
* | Fix conversion of symbolic IPL level to hardware PSL value in the mutex code. |  miod | 2009-09-18 | 1 | -2/+3 |
* | Make sure all platforms understand the flags argument of bus_space_map() and |  miod | 2009-07-26 | 1 | -2/+3 |
* | Remove cpu_wait(). It's original use was to be called from the reaper so |  oga | 2009-03-26 | 1 | -7/+1 |
* | Generic softinterrupt code for m68k platforms, now copied from m88k. |  miod | 2009-03-15 | 2 | -23/+5 |
* | Add a macro that clears the want_resched flag that need_resched sets. |  art | 2008-07-18 | 1 | -1/+2 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Define IPL_VM on platforms which lack it. |  miod | 2007-11-30 | 1 | -1/+3 |
* | replace ctob/btoc with ptoa/atop (plus the usual round_page() where needed) |  martin | 2007-11-02 | 1 | -2/+2 |
* | Pass a real ipl level to add_nubus_intr(), and make sure the interrupt |  miod | 2007-09-10 | 1 | -2/+2 |
* | It turns out that VIA2 always interrupts at level 2, and IPL_BIO is always 2 |  miod | 2007-07-29 | 2 | -6/+4 |
* | b_cylinder does not need to be set on the callpath down into drivers. |  deraadt | 2007-06-20 | 1 | -4/+1 |
* | significantly simplified disklabel infrastructure. MBR handling becomes MI |  deraadt | 2007-06-17 | 1 | -13/+2 |
* | More cpuinfo vs _KERNEL fallback. |  miod | 2007-05-30 | 1 | -5/+7 |
* | switch m68k to __HAVE_CPUINFO |  martin | 2007-05-15 | 1 | -1/+2 |
* | Provide <machine/lock.h> on all platforms, so that MI code may #include it |  miod | 2007-05-01 | 1 | -0/+3 |
* | Since p_flag is often manipulated in interrupts and without biglock |  art | 2007-03-15 | 1 | -2/+2 |
* | only make this interface available to the kernel for now, discussed witha |  deraadt | 2007-02-19 | 1 | -2/+3 |
* | Add machine/atomic.h to all architectures and define two operations |  art | 2007-02-06 | 1 | -0/+9 |
* | Simple single-processor mutex implementation, simpler than the MI code by |  miod | 2007-02-03 | 1 | -0/+3 |
* | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except |  miod | 2006-11-29 | 1 | -3/+1 |
* | Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values. |  miod | 2006-09-22 | 1 | -19/+13 |
* | Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in the |  miod | 2006-09-17 | 1 | -2/+2 |
* | Remove duplicate prototypes already in <sys/systm.h> |  miod | 2006-07-11 | 1 | -5/+1 |
* | Shrink internal iomap to 256KB, it's enough for all the mappings we'll need |  miod | 2006-06-30 | 1 | -2/+2 |
* | Use pmap_enter_cache() instead of physacc() in bus_mem_add_mapping(), and let |  miod | 2006-06-24 | 1 | -5/+1 |
* | Move common prototypes to <m68k/{cpu,param}.h> instead of incomplete |  miod | 2006-06-11 | 2 | -45/+7 |
* | Factorize spl handling functions and software interrupt routines between |  miod | 2006-06-11 | 1 | -36/+5 |
* | Remove bus_space_{read,write}_stream and bus_space_copy_region methods, which |  miod | 2006-04-16 | 1 | -59/+1 |
* | remove splimp. |  brad | 2006-03-13 | 1 | -5/+4 |
* | Remove unused fields from struct mac68k_machine. |  miod | 2006-01-24 | 1 | -4/+1 |
* | Add bus_space_vaddr() and use it instead of accessing private bus_space |  miod | 2006-01-22 | 1 | -1/+3 |
* | Minimal iop code to set the serial ports to compatible mode automagically, |  miod | 2006-01-22 | 1 | -0/+76 |
* | Factorize akbd and ams drivers between mac68k and macppc; while there, start |  miod | 2006-01-18 | 1 | -116/+0 |
* | Remove unused ``stride'' bus_space internal functionality; nothing needs it. |  miod | 2006-01-17 | 1 | -112/+1 |
* | Sync OSS code with NetBSD; supports poweroff now. |  miod | 2006-01-13 | 1 | -3/+4 |
* | Remove unused bad{,b,w,l}addr. |  miod | 2006-01-13 | 1 | -4/+1 |
* | Remove the Mac Rom Glue code completely. With the ADB ``direct'' code being |  miod | 2006-01-13 | 3 | -19/+7 |
* | Merge machine/ansi.h and machine/types.h into machine/_types.h and |  millert | 2006-01-06 | 3 | -18/+10 |
* | Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse |  miod | 2006-01-04 | 4 | -334/+164 |