summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
2014-01-30Add missing cast (to make it compilable)martin
2014-01-26kill VM_DEFAULT_ADDRESS usechristos
2013-10-25Simplifymartin
2013-10-25Remove not yet used stuffmartin
2013-10-25Mark potentially unused variablemartin
2013-10-25Mark a potentially unused variablemartin
2013-10-25Remove unused variablesmartin
2013-10-19Remove an unused variablemartin
2013-10-19make cpu_need_resched() macros consistent; __USE flagschristos
2013-10-19Avoid unused variablesmartin
2013-10-19Mark a potentially unused variablemartin
2013-10-19comment out unused code (for documentation purposes)martin
2013-10-19Make sure we don't accidently pass an unsolicited packet as "ack only"martin
2013-10-18Remove set but unused variables.martin
2013-09-07switch to ELF naming for local labels.chs
2013-07-16Added DJMEMCMAX option for recognizing 128 meg SIMMs in Centris and Quadrajklos
2013-06-30G/C PFIL_HOOKS from the kernel configs.rmind
2013-06-05remove obsolete networking optionschristos
2013-04-27the bogus number policechristos
2013-04-27remove confusing numeric locators where they are unused.christos
2013-03-02Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.christos
2013-03-01Retire OSI network stack. OK core@joerg
2012-12-07Remove the R1 syntactic sugar, since it collides with a #define inhauke
2012-12-06Remove the R1 syntactic sugar, since it collides with a #define inhauke
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-17Add "no options COMPAT_60" to all kernel configuration filesapb
2012-10-17Add "options COMPAT_60" to all kernel configuration filesapb
2012-08-17Update all kernel configs mentioning WSEMUL_* but not already includingabs
2012-08-04No need to statically initialize physmem here, it is set to the correctmartin
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
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-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-03-28- Normalize inclusion protection (remove)christos
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-18Replace few simple_lock(9) cases.rmind
2012-02-12Change old-style function defintions to C89 prototypes.matt
2012-02-10proper sizing of kmem_arena on different portspara
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
2012-01-31Employ the two free 16 bit timers of the Hurdler Centronics Parallelhauke
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-12-22Merge m68881_save() and m68881_restore() (using most common mvme68k ones).tsutsui
2011-12-18WABPL is no longer considered experimental (has not been for some time)dholland
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-15Merge copy-and-pasted fpu_probe() function (to share it among more m68k ports).tsutsui