summaryrefslogtreecommitdiff
path: root/sys/arch/emips/stand/common
AgeCommit message (Expand)Author
2023-01-22fix typos in comments (s/adn/and/ and s/wan tDHCP/want DHCP/).andvar
2021-12-03s/rigth/right/ in comment.andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2019-12-14Remove clause 3 and 4 from TNF licenses.tsutsui
2018-03-07cleanup debugging code so that it compiles again.christos
2018-03-06fix build, KNF, simplify.christos
2016-03-12Refine previous so the output is all hex again. followup to PR 50942dholland
2016-03-11PR/50942: David Binderman: fix printf formatchristos
2016-02-14Fix wrong indent.dholland
2016-02-14Add missing va_end(). PR 50794 from David Binderman.dholland
2015-12-13PR/50537: David Binderman: fix bad sizeofchristos
2014-03-26fix sprintfchristos
2014-02-24make more things static, remove dup declschristos
2014-02-24make this compilechristos
2014-02-24Add missing prototypes/includes and remove unused variablesmartin
2014-02-24Add missing prototypesmartin
2014-02-24Remove unused variablesmartin
2014-02-24Fix missing prototypes/includes.martin
2014-02-23Provide a prototype for xputcharmartin
2014-02-06If we just want _end, load it directly and skip the gpmatt
2014-02-06add missing prototype; remove names from argschristos
2014-02-05make this compile.christos
2011-07-21Try fixing stand.h include. Add RCS ID.joerg
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-03-10Use NESTED_NOPROFILE instead of VECTOR, since VECTOR grew apooka
2011-01-26Add support for the Extensible MIPS ("eMIPS") platform. Thepooka