summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand/boot/boot.c
AgeCommit message (Expand)Author
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
2008-08-26When using the not-documented-but-ought-to 'boot sd(...)file' syntax (e.g.Miod Vallat
2008-08-10Add support for the VAXstation 3[58][24]0 to the bootblocks, currentlyMiod Vallat
2008-03-30Switch bootloader code to loadfile, and enable a.out and ELF loaders within.Miod Vallat
2006-08-30Horrible code to work around stupid VXT2000 rom getchar() behaviour, butMiod Vallat
2006-08-24Enable the appropriate serial transmitters in VXT2000 serial routines, thisMiod Vallat
2006-08-05A potpourri of unrelated changes:Miod Vallat
2005-06-12index() function is deprecated and shouldn't be used in new code,Xavier Santolaria
2003-08-15ansi and proto cleanup. one unused function goes awayTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-11New boot code, mostly from ragge's work in NetBSD.Hugh Graham
2002-02-13use strncpy instead of strcpy (no strcpy in libsa); hugh okTheo de Raadt
2001-10-04UKC on vax.Miod Vallat
2001-09-10Change askname to volatile; this prevents it from being trashed byBrandon Creighton
2001-08-25Playing with string.Hugh Graham
2000-11-25Everyone seems to hit the wrong key first time. Change the abort bannerHugh Graham
2000-10-04eliminate some confusion between rpb and howto -- also make sure thatBrandon Creighton
2000-06-01gcc might use something like autoincremented registers here, which willBrandon Creighton
2000-05-01fix countdown for vs4000{/60,/90,VLC} -- from netbsdBrandon Creighton
2000-04-27sync with netbsd -- this involved rearranging things for sanity reasonsBrandon Creighton