summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand/xxboot
AgeCommit message (Expand)Author
2013-11-15Make vax stand build cross-build friendly.Masao Uebayashi
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
2013-07-05VAX ELF boot block bits, and version crank.Miod Vallat
2013-06-29Pass -D_LOCORE when building .S files.Miod Vallat
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2011-09-29Get size of struct disklabel for the sake of the assembly code with aMiod Vallat
2011-07-06Remove support for non-microVAX, non-VAXstation, non-VXT hardware in theMiod Vallat
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2006-07-04use empty INSTALL_STRIP instead of STRIPFLAG to indicate we don't want toMartin Reindl
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-08-15ansi and proto cleanup. one unused function goes awayTheo de Raadt
2003-08-10clean leftoversTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-08-11Restore support for loading elf boot:Hugh Graham
2002-07-31Temporarily comment ELF support in the bootblocks, until this port isMiod Vallat
2002-06-11Prune some more dead code.Hugh Graham
2002-06-11New boot code, mostly from ragge's work in NetBSD.Hugh Graham
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-10rdboot -> hdbootHugh Graham
2000-11-25make room for a 16 slice disklabelHugh Graham
2000-10-04push the right # of registers with pushr.Brandon Creighton
2000-10-04better (relative) definition of ${S}Brandon Creighton
2000-10-04- add a romopen() here (just initializes rom_softc and devdata)Brandon Creighton
2000-04-27sync with netbsd -- this involved rearranging things for sanity reasonsBrandon Creighton