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