summaryrefslogtreecommitdiff
path: root/sys/arch/sun68k/stand/libsa
AgeCommit message (Expand)Author
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-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
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-06-11PR 51200 gets in libsa considered harmful: change own gets() to kgets()dholland
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-08-12Build boot loaders without unwind tables.joerg
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
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-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-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-05-04Move to 2 clause TNF licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-17Make sun68k/stand build without installed ${DESTDIR} files.tsutsui
2006-09-17Always set CFLAGS, CPUFLAGS, and COPTS explicitly like i386/standtsutsui
2006-01-26Follow up the renaming of in_cksum.c to ip_cksum.c.he
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-24Adapt to transition from libkern to src/common/lib/libc. Tested on 3/80.tsutsui
2005-12-11merge ktrace-lwp.christos
2005-01-26The ANSIfication apparently revealed a use of netif_attach() with ahe
2005-01-26Make forward declaration and actual function definitions consistent.he
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2003-11-30Specify 32bit daddr_t not only for ufsboot but also libsa and all SA_PROGs.tsutsui
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-08-22Fix same breakage as previous (need memmove for symlink handling in ufs.c)dsl
2003-08-21Now that ufsboot / ufs.c uses memmove(), we need to include it here.he
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-05Bumped the version number to account for fixes in tapeboot.fredette
2003-07-27need -ffreestandingmrg
2003-03-30Revert last change (dependance on divdi3.c, moddi3.c, and qdivrem.c) andkristerw
2003-03-16Add snprintf, divdi3, moddi3, and qdivrem so that ufsboot builds.kristerw
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-06-03exit() is now declared in libsa's stand.h, and takes an int.fredette
2002-05-30Always build the m68000 math routines, since we compile libsa in m68000 mode.nathanw
2002-05-30#include <arch/sun3/include/param.h>, not param3x.h, so that we getnathanw