| Age | Commit message (Expand) | Author |
| 2014-01-04 | Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size | dsl |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-07-18 | pte and pmap files for the soft tlb on coldfire cpus. | matt |
| 2013-07-18 | Adjust LEA_LCL, GOT_SETUP, INTERRUPT_{SAVE,RESTORE}REG for Coldfire | matt |
| 2013-07-18 | Teach to use coldfire isac byterev if available, otherwise let the compiler | matt |
| 2013-07-18 | Fix some definitions | matt |
| 2013-07-18 | Coldfire FPU looks like the 68010 FPU (no long double) | matt |
| 2013-07-17 | Export fpreg.h for libc | matt |
| 2013-07-16 | Make INTERRUPT_{SAVE,RESTORE}REG visible to userland | matt |
| 2013-07-16 | Remove non __ELF__ clauses. | matt |
| 2013-07-16 | Add an END macro. reorder EXTBL macro | matt |
| 2013-04-11 | add missing SSIZE_MIN | christos |
| 2012-07-27 | Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MD | matt |
| 2012-03-28 | - Normalize inclusion protection (remove) | christos |
| 2012-03-21 | Use c89 function declarations in MCOUNT definition. | he |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2012-01-31 | Enable build of crash(8) for m86k platforms. | mlelstv |
| 2012-01-24 | Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently, | christos |
| 2012-01-20 | Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions | joerg |
| 2011-12-22 | Adjust for function merge and move. | tsutsui |
| 2011-12-22 | Remove obsolete header. | tsutsui |
| 2011-11-22 | Add TLS support for m68k. | joerg |
| 2011-11-15 | Merge copy-and-pasted fpu_probe() function (to share it among more m68k ports). | tsutsui |
| 2011-10-29 | Use pool(9) for struct pv_entry allocations rather than | tsutsui |
| 2011-09-19 | Move CACHELINE_* from bus_dma.c to cpu.h (needed for PCI configuration on ami... | rkujawa |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-03 | - remove simple_lock(9) and use atomic_ops(3) to account pmap reference count, | tsutsui |
| 2011-05-26 | Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. | joerg |
| 2011-05-16 | - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c | tsutsui |
| 2011-04-11 | obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the code | mrg |
| 2011-03-05 | If _KERNEL is not defined, force MACHINE to be "m68k". Userland should be | matt |
| 2011-02-24 | Allow storing and receiving the LWP private pointer via ucontext_t | joerg |
| 2011-02-23 | Fix ucontext32_t on AMD64. Add optional compile time assertions for | joerg |
| 2011-02-12 | Put RCSIDs in section .ident. (use .pushsection/.popsection) | matt |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2011-01-14 | Retire struct user, remove sys/user.h inclusions. Note sys/user.h header | rmind |
| 2011-01-06 | Use #ifdef CACHE_HAVE_VAC rather than #ifdef M68K_MMU_HP where | tsutsui |
| 2011-01-02 | Make pmap_aliasmask unsigned and declare it in <m68k/pmap_motorola.h>. | tsutsui |
| 2011-01-01 | Protect the include of <sys/cpu_data.h> with a test for either _KERNEL | he |
| 2010-12-22 | Collect cpu_info and friends and move to m68k/include/cpu.h | matt |
| 2010-12-20 | Consistently use .gnu.warning with .pushsectio and .popsection on all | joerg |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-09-20 | cargo cult the x86 changes. | christos |
| 2010-07-07 | implement ucas_* for m68k. | chs |
| 2010-06-07 | 1. MB_LEN_MAX switch MD to MI. | tnozaki |
| 2010-06-06 | Only include opt_m68k_arch.h if _KERNEL_OPT is defined, so that librump | he |
| 2010-06-06 | fix PR 6724 - convert m68k options to defflag's. this means that | mrg |
| 2010-05-29 | fix wrong integer promotion rule(removed U suffix from UINT{8,16}_C). | tnozaki |
| 2010-03-27 | 1. {wctype,wctrans,mbstate}_t: switch MD to MI like other | tnozaki |