summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand
AgeCommit message (Expand)Author
2014-07-13fix even more trailing tabsJasper Lievisse Adriaanse
2014-02-19/etc/random.seed support (only loaded from disk devices).Miod Vallat
2014-01-04Add rnddata[] placeholders to make these boot blocks build again.Miod Vallat
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-09-30Unbreak after am7990/lance split.Miod Vallat
2013-08-15fix getsecs() prototypes, vax still boots with 64-bit time_t; ok miod@Otto Moerbeek
2013-07-13Rework multiline string literal to appease gcc3.Miod Vallat
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-09-19Try and clean system type constants a bit:Miod Vallat
2011-07-06Remove support for non-microVAX, non-VAXstation, non-VXT hardware in theMiod Vallat
2011-06-06Remove strcat and strncmp which are both unused, thereby slightly shrinking t...Jasper Lievisse Adriaanse
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2008-08-26When using the not-documented-but-ought-to 'boot sd(...)file' syntax (e.g.Miod Vallat
2008-08-18Now that KA60 support is in, include the proper header files instead ofMiod Vallat
2008-08-12Figured out where the prom console routines are on KA60 and how to invokeMiod Vallat
2008-08-10Add support for the VAXstation 3[58][24]0 to the bootblocks, currentlyMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-21ddb expects the kernel longjmp() to only take a single parameter and alwaysMiod Vallat
2008-03-30Switch bootloader code to loadfile, and enable a.out and ELF loaders within.Miod Vallat
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2006-08-30Horrible code to work around stupid VXT2000 rom getchar() behaviour, butMiod Vallat
2006-08-24Add a few printfs to slow down SGEC initialization - somehow this appearsMiod Vallat
2006-08-24Enable the appropriate serial transmitters in VXT2000 serial routines, thisMiod Vallat
2006-08-05A potpourri of unrelated changes:Miod Vallat
2006-07-04use empty INSTALL_STRIP instead of STRIPFLAG to indicate we don't want toMartin Reindl
2005-12-10{en,re}trys -> {en,re}tries; eyeballed by jmc@Miod Vallat
2005-07-30Pull in moddi3.c and negdi2.c from libkern since libz needs them.Todd C. Miller
2005-06-12index() function is deprecated and shouldn't be used in new code,Xavier Santolaria
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-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-08-11Restore support for loading elf boot:Hugh Graham
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
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-31Copy mac address from proper place on 4000 200. Spotted thanks to aHugh 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
2002-03-09Add case for BTYP_1305.Hugh Graham
2002-02-14put "boot" in /usr/mdec instead of /Theo de Raadt
2002-02-13use strncpy instead of strcpy (no strcpy in libsa); hugh okTheo de Raadt