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