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