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