summaryrefslogtreecommitdiff
path: root/sys/arch/cesfic
AgeCommit message (Expand)Author
2014-01-31defined(LKM) -> defined(MODULAR)tsutsui
2013-10-19make cpu_need_resched() macros consistent; __USE flagschristos
2013-06-30G/C PFIL_HOOKS from the kernel configs.rmind
2013-04-27the bogus number policechristos
2013-04-27remove confusing numeric locators where they are unused.christos
2012-10-17Add "options COMPAT_60" to all kernel configuration filesapb
2012-08-08build fix for gcc -fno-common, from Radoslaw Kujawadrochner
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-27Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MDmatt
2012-05-07Add dummy bus_dma(9) typedefs (enabled by __HAVE_NO_BUS_DMA) in <sys/bus.h>tsutsui
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2012-02-12Change old-style function defintions to C89 prototypes.matt
2012-02-10proper sizing of kmem_arena on different portspara
2012-02-10Sigh, it's been too long since I've done some of this. Fix the RELOC().mhitch
2012-02-10Oops - have to RELOC(physmem) here.mhitch
2012-02-10The recent kmem changes allocate a large kernel address space beforemhitch
2012-02-02Always include <m68k/cpu.h> (i.e. outside #if defined(_KERNEL))tsutsui
2011-12-22Merge m68881_save() and m68881_restore() (using most common mvme68k ones).tsutsui
2011-12-22No need to include <m68k/softintr.h>.tsutsui
2011-12-12implement bdev_size(9) wrapper around d_psize() routine, so we can takemrg
2011-11-26Make sure to call pflusha before (not after) enabling MMU ontsutsui
2011-11-22The rnd pseudo-device is not really optional, because it is in the sametls
2011-11-15Move spread getsfc() and getdfc() functions into common m68k/support.s.tsutsui
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-30dependant -> dependentwiz
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-06-06CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0matt
2011-05-16- merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.ctsutsui
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2011-03-04Refactor ps_strings access. Based on PK_32, write either the normaljoerg
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2011-01-21Switch remaining platforms to modern CPP for assembler.joerg
2011-01-17Explicitly include <machine/pcb.h> for struct pcb.tsutsui
2011-01-14Retire struct user, remove sys/user.h inclusions. Note sys/user.h headerrmind
2011-01-02Tidy up common comments. (Yes, too many dup code...)tsutsui
2011-01-02Pull code that maps the kernel segment table cache invalidated for 040/060,tsutsui
2011-01-02Misc cosmetics to reduce diff among hp300 derived m68k ports.tsutsui
2011-01-02Add a dummy <machine/bus.h> which nows seems to be mandatory in MI codetsutsui
2010-12-27Fix typo (and pasted lines). From OpenBSD.tsutsui
2010-12-25Fix another fatal typo. sigh.tsutsui
2010-12-25Fix fatal typo and pasted lines slipped in the last Decembertsutsui
2010-12-22Collect cpu_info and friends and move to m68k/include/cpu.hmatt
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-11-06Remove incomplete, never worked dynamic run-time memory registrationuebayasi
2010-10-16Prepare empty module_init_md() for options MODULAR for all other m68k ports.tsutsui
2010-09-19- add m68k/conf/std.m68k, which includes common standard options for m68k,tsutsui
2010-07-07implement ucas_* for m68k.chs
2010-06-06fix PR 6724 - convert m68k options to defflag's. this means thatmrg