summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand/boot
AgeCommit message (Expand)Author
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
2001-10-31Add boardtype 1301.Hugh Graham
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
2001-08-25Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas,Hugh Graham
2001-04-10Decrement open_count in netclose(); this fixes the bug which causedBrandon Creighton
2001-04-01Pick up a change from NetBSD:Hugh Graham
2001-01-28BTYP_1303 is supported now.Hugh Graham
2000-11-25Everyone seems to hit the wrong key first time. Change the abort bannerHugh Graham
2000-10-04nothing uses this variableBrandon Creighton
2000-10-04do not mess with rpb once it's initializedBrandon Creighton
2000-10-04- don't reassign rpb here, it is done elsewhereBrandon Creighton
2000-10-04add 53c94 to devsw/cnvtabBrandon Creighton
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