summaryrefslogtreecommitdiff
path: root/sys/arch/mipsco/stand
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-05-17also strip .eh_frame. libkern dkcksum pushed bootxx_ffs 7 bytes over a limit.mrg
2020-09-07apply some GCC_NO_ADDR_OF_PACKED_MEMBER.mrg
2017-04-08centralize vers.c building for standalone programs.christos
2016-09-18Strip more useless for booters sections so that we fit.christos
2016-09-08Avoid the PIEchristos
2016-01-21PR/50683: David Binderman: Fix memory leak.christos
2014-02-14make sure kernel is initialized properly.christos
2014-02-06fix the second copy of this file. XXX: merge them.christos
2014-01-31Make sure to define NOMAN before including <bsd.own.mk>.tsutsui
2014-01-16eliminate use of bsd.sys.mk from Makefileschristos
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2013-08-21Use <bsd.klinks.mk>matt
2013-06-27free boot_codechristos
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-04-03Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET.tsutsui
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-17Introduce LIBSA_NO_DEV_IOCTL. Don't declare the ioctl routinehe
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-01-12- add prototype warning optionstsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-31Account bi_size properly.tsutsui
2006-09-20Get rid of lvalue cast by using a temporary variable of the right type.he
2006-01-25free -> deallocchristos
2005-12-11merge ktrace-lwp.christos
2005-06-23Use FS_OPS() macro.junyoung
2005-01-01Don't specify the object format to pick the right endianness - thesimonb
2004-07-19include bsd.own.mk so this builds again.chs
2004-06-21Ignore errors on some rm -rf's for platforms that aren't quitejmc
2004-03-08Strip out a few more sections when making the ecoff file to reduce thesimonb
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-08Remove some unneeded include files.simonb
2003-10-08Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-23Update for LFSv2 support. Ports that have "bootxx_lfs"-stylesimonb
2003-02-02Use a 32-bit daddr_t so that lib/libsa/{ufs,lfs}.c don't pull in 64simonb
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-11-16Target address for jump was out of range for the assembler instruction.wdk
2002-11-16#include <lib/libkern/libkern.h>wdk
2002-11-16Catch up with the recent toolchain changes:wdk
2002-08-27arch/*/stand stuff should be LDSTATIC=-static and not LDSTATIC?=-static.lukem
2002-05-07track rev. 1.7 of pmax/stand/boot/Makefile:jdolecek
2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem
2001-12-12MKfoo=no -> NOfootv
2001-11-09Bump the version numbers of all bootloaders which use loadfile_elfXX() nowscw