summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/stand
AgeCommit message (Expand)Author
2017-04-08centralize vers.c building for standalone programs.christos
2016-06-11PR 51200 gets in libsa considered harmful: use kgetsdholland
2014-11-20use the inline bcdtobin and bintobcd directly instead through a macro.christos
2014-11-17PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macroschristos
2014-08-07Use cmpw.joerg
2014-08-06Give non-standard main in a freestanding environment a prototype.joerg
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2013-09-21Explicitly link srt0.o (Standalone RunTime startup code) first.tsutsui
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2011-01-19Prefix register names with %, apparently now required to build.he
2011-01-02Switch mvmeppc bootloader to using MI libsa and libkern for maintainability.tsutsui
2010-03-16include strncpy.c, like mvme68k libsa/Makefile rev 1.32.mrg
2010-03-02Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.matt
2009-12-24Use <bsd.klinks.mk> to create machine and ${MACHINE_CPU} symlinks.tsutsui
2009-12-13Put srt0.S to SRCS, not in dependencies for target all.tsutsui
2009-12-13Pull a fix from mvme68k:tsutsui
2009-04-03Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET.tsutsui
2009-03-19Remove bcmp() from MD libsa.tsutsui
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2009-01-12- add some make variables to suppress errors on build without DESTDIRtsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2006-01-26Follow up the rename of in_cksum.c to ip_cksum.c.he
2005-12-27Make this build again after the libc/libkern consolidation by referringhe
2005-12-11merge ktrace-lwp.christos
2005-06-28- ANSI & KNF.junyoung
2005-06-23Use FS_OPS() macro.junyoung
2004-06-14Factor out the C preprocessor defines and include flags from CFLAGShe
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-24use -ffreestandingmatt
2003-08-10track changes in libsa Makefile.chs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-05-31Use ${PRINTOBJDIR} rather than rolling our own. This makes parallelbjh21
2002-05-31Insert .WAIT between libsa and boot so that parallel builds have a chancebjh21
2002-04-08Add files.c to SRCS_sa, so at to get stuff to link again.bjh21
2002-03-03Rename the bootstrap from netboot to just boot as eventually it willscw
2002-02-27New port: NetBSD/mvmeppcscw