summaryrefslogtreecommitdiff
path: root/sys/arch/sun68k
AgeCommit message (Expand)Author
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2014-01-04undo the ld script hack now that the default scripts have been modified tochristos
2014-01-03Add a load script that puts text.unlikely after text so that the startchristos
2013-11-07Revert previous change:christos
2013-11-07avoid confusion with 68010 and 68020. The sun3 always was a 68020, andchristos
2013-11-07fix unused variableschristos
2013-10-19make cpu_need_resched() macros consistent; __USE flagschristos
2013-08-12Build boot loaders without unwind tables.joerg
2012-10-13use device_xname() (from chs@)tsutsui
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-12mark bus functions as static inline, not just plain inline.mrg
2011-05-29Use WARNS?=2 to pull warnings flags.tsutsui
2011-05-29Disable LOAD_BACKWARDS on tapeboot which can't seek backwards.tsutsui
2011-05-29Add ugly definitions to make standalone programs build withouttsutsui
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
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-05-27Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.dholland
2009-12-11NBSG is not used in this file so remove unnecessary comment and include.tsutsui
2009-12-11Include pmap.h or pmap3.h instead of param.h for NBSG to handle MMU.tsutsui
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-10-21Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).snj
2009-10-21Remove uarea swap-out functionality:rmind
2009-09-25Use .PATH.S instead of giving a source file with fully qualified path.he
2009-03-20Switch sun68k standalone programs to using MI libsa and libkern.tsutsui
2009-03-19Remove bcmp() from MD libsa.tsutsui
2009-03-15Use <bsd.klinks.mk> to create MD include dir symlinks.tsutsui
2009-01-17Correct typo in previous: seseconds_t -> saseconds_t.he
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2009-01-12WARNSfy.tsutsui
2008-07-01Split device_t/softc with misc cosmetic changes.tsutsui
2008-07-01- avoid extra offset calculation in region/multi opstsutsui
2008-06-22Make cpu_intr_p() inline.tsutsui
2008-06-15Unify splraiseipl(9) implementation among m68k ports as pertsutsui
2008-06-04vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.ad
2008-05-04Move to 2 clause TNF licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-27Fix a botch in rev 1.21.tsutsui
2008-04-05Use generic atomic_cas_uint() for mutex(9) and rwlock(9), andtsutsui
2008-02-18Return NULL if no scsibus was found to fix compilation.joerg
2008-02-12Convert to device_find_by_driver_unit.joerg
2008-01-26Also account idepth in clock interrupt handlerstsutsui
2008-01-11Always account idepth for cpu_intr_p(), which is nowtsutsui
2007-12-05Use TAILQ_FIRST(3) and TAILQ_NEXT(3) macro.tsutsui
2007-12-04Adapt sun68k ports to recent interrupt handling changes.tsutsui
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-12-01- update a commenttsutsui
2007-11-07Merge tty changes from the vmlocking branch.ad