summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand
AgeCommit message (Expand)Author
2001-12-30add -Os to COPTS after <bsd.prog.mk> is pulled in rather than addinglukem
2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem
2001-12-12MKfoo=no -> NOfootv
2001-11-09Bump the version numbers of all bootloaders which use loadfile_elfXX() nowscw
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-09-22objcopy -> ${OBJCOPY}; remove redundant definitions of OBJCOPY?= (it istv
2001-08-02Bump version numbers of all bootloaders that use loadfile/ELF, to account forbjh21
2001-07-22bcopy -> memcpy, bzero -> memsetwiz
2001-07-22seperate -> separatewiz
2001-05-28Add Makefile snippets to install netboot in installation/netboothe
2001-02-19convert to use getprogname()cgd
2000-09-26Add support for booting off RAIDframe RAID1 mirrors.simonb
2000-07-21switch to sys/conf/newvers_stand.sh for generation of version filesjdolecek
2000-06-12Add netbsd.alpha & netbsd.alpha.gz for installation cds.matt
2000-02-01Revert STRIPPROG -> STRIPtsutsui
2000-01-23Clean up the machine symlink stuff ever so slightly. Needs to bemycroft
2000-01-19STRIP -> STRIPPROGtsutsui
1999-11-30don't need private `imb' inline anymore.thorpej
1999-11-13Backout my libsa changes.thorpej
1999-11-12Don't include <lib/libkern/libkern.h> for prototypes that are also insimonb
1999-10-05Sync usage with the manpage (add -s)hubertf
1999-10-04Add transition-flag -S, to regenerate alpha/sparc harmonized checksums.ross
1999-10-04Merge from my i386 source tree: make this build on i386 (and others)ross
1999-10-04Completely replace the logic used for sparc/alpha checksum harmonization.ross
1999-09-19New -s option. Arranges for the 64-bit alpha checksum to contain within itross
1999-09-19New option: -sross
1999-09-10Nuke the alpha ecoff/elf bootloader and use the libsa/ one instead.ross
1999-08-18add bootxx_lfscgd
1999-08-18add lfs supportcgd
1999-08-18add a makefile for an LFS primarycgd
1999-08-18mention that putstr.c and putulong.c might want to be included when debuggingcgd
1999-08-18add a gross putulong() function which can be useful for debugging.cgd
1999-06-14set bb_flags to zero; who knows what they were (on disk) previously,cgd
1999-06-14set bb_flags to 0. Though not strictly necessary (because of an earliercgd
1999-05-26uh, get the port name consistently correct (NetBSD/alpha, not NetBSD/Alpha)cgd
1999-05-11add some more bits, mostly stubscgd
1999-05-07include <lib/libkern/libkern.h> for intoa()/inet_ntoa()drochner
1999-04-11start on a glorified system-examination console program.cgd
1999-04-11add support for 'standalone programs', like kernels but not the kernel.cgd
1999-04-11only conditionally set BINDIR to /usr/mdeccgd
1999-04-09constify bootprog_*, move their definitions into common.h, and havecgd
1999-04-07save 4.3 bytes on the date string! 4 == day of week plus space,cgd
1999-04-06build/install this binary as bootxx.old, so that users won't get thecgd
1999-04-05consistency in boot message printoutscgd
1999-04-05always -D NETBSD_VERScgd
1999-04-05now that boot.c does the bootstrap name with a -D, the newvers scriptscgd
1999-04-05don't get the name from newvers, get it from a bootstrap-specific -Dcgd
1999-04-05GC all support except contiguous block mode. the new installbootcgd
1999-04-05trim off unnecessary bitscgd
1999-04-05fix disk write size checkcgd