summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/stand/bootxx
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-04-23Uses LFS boot codejoerg
2015-10-08Don't check if an array is (not) NULL, check if the string is empty.joerg
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2009-10-26kill extra whitespacescegger
2009-08-23We need an explicit include of <sys/exec_aout.h> here as well.he
2009-03-23- use -Os to shrink bianriestsutsui
2009-03-19Now that the stand/ code was converted to use memcpy(), the privatehe
2009-03-18bcopy -> memcpycegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-08Make the loadboot() declaration consistent, use char* because ithe
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-07-13De-__P. ANSIify.uwe
2006-06-14Nothing in this file needs <sys/time.h>uwe
2006-06-14Get strcpy prototype from libkern.h, not string.huwe
2006-03-04s/u_intN_t/uintN_t/uwe
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-06-03constifymartin
2005-04-28Ooops, missed this file when changing the bootdevice signature.martin
2004-07-28Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-02-26Move all `ID prom' stuff into the prom library.pk
2002-05-15bootblock.h:lukem
2002-05-07convert to <sys/bootblock.h>lukem
2002-05-07Convert `bootxx' to raw binary format which is what the MI installboot(8)pk
2001-10-30Rather than using nlist(3), use a magic structure with a magicthorpej
2000-03-13Fix doubled 'the's in comments.soren
2000-02-21bootxx links at 0x340000pk
2000-02-21RELOC -> RELOC_DEFAULTpk
1999-11-08Include <sys/exec.h> instead of <a.out.h>/pk
1999-08-21Use ${SIZE}, ${OBJCOPY} rather than size and objcopy.sommerfeld
1999-06-12Initialize the heap (for alloc()) explicitly, since the `end' symbolpk
1999-05-03Casts for PROM_LOADADDR which is not casted anymore.christos
1999-04-28Add -DLIBSA_NO_CLOSEchristos
1999-03-05Use `-Ttext' switch & collect ld options in LINKFLAGS.pk
1999-02-15Use PROMLIB to streamline this code. This also provides the bulk ofpk
1998-09-05Assign my copyrights to TNF.pk
1997-09-14Call the device close routine when we're done reading.pk
1997-06-01Completely rearrange SPARC boot code, modeling it after alpha and hp300mrg
1997-04-17STRIP -> STRIPFLAGthorpej
1996-11-29remove header munging hack.pk
1995-10-10We don't need `rem.o'.pk
1995-10-09Brr.. libkern.o is way too big for our bootxx..pk
1995-09-30Make this work with OBJ dirs.pk
1995-09-18Don't strip bootxx on installation.pk
1995-09-16Network booting; "oldmon" support; combine all functionality in single images.pk