| Age | Commit message (Expand) | Author |
| 2023-06-24 | Fix typo in comment. | msaitoh |
| 2022-09-02 | Remove unnecessary inclusion of <net/netisr.h>. | thorpej |
| 2022-07-26 | s/functin/function/ in copy pasted comment. | andvar |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-12 | use libsa/saerrno.h instead of our own errno definitions. | mrg |
| 2021-01-11 | Fix spelling of preferred in comments. While here improve grammar in | skrll |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2020-06-20 | Nix trailing whitespace. | riastradh |
| 2020-06-18 | Make local functions static. | tsutsui |
| 2020-04-22 | Restrict usage of m68k assembler versions of {,u}divsi3 and {,u}divsi3 to | rin |
| 2019-11-24 | Correction to previous. | ad |
| 2019-11-23 | cpu_need_resched(): | ad |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 2018-08-23 | Remove inclusion of old m68k/sysctl.h | msaitoh |
| 2018-02-02 | convert HAVE_GCC handling to modern GCC release numbering: | mrg |
| 2017-04-09 | no need fo clean vers.c | christos |
| 2017-04-08 | centralize vers.c building for standalone programs. | christos |
| 2017-02-01 | PR/51935: David Binderman: bad call to printf | christos |
| 2016-09-03 | NOSSP/NOPIE | christos |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-06-11 | PR 51200 gets in libsa considered harmful: change own gets() to kgets() | dholland |
| 2016-03-13 | remove some more GCC 4.5 code. make GCC 5.3 be HAVE_GCC=53, so that, | mrg |
| 2015-07-29 | Revert incorrect and broken kludge. PR/50101 | tsutsui |
| 2015-07-29 | XXX: add missing symbols. | christos |
| 2014-09-21 | fix leak | christos |
| 2014-08-06 | Consistently define WARN in a way that passes format string checks, i.e. | joerg |
| 2014-07-26 | Move sun3 bootloader address to allow loading growing GENERIC kernels. | tsutsui |
| 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 |