summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand
AgeCommit message (Expand)Author
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-08Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-08-29Use memset (instead of bzero) to clear bss.dsl
2003-08-29Create linker map file so it is possible to see which library membersdsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-03-19"bootparam" specific variables are defined in libsa/bootparam.c now.drochner
2003-03-13kill the last use of NENTSdrochner
2003-03-13cope with removal of this sick NENTS macro from libsa/netif.hdrochner
2003-02-23Update for LFSv2 support. Ports that have "bootxx_lfs"-stylesimonb
2003-02-01Use a 32-bit daddr_t so that lib/libsa/{ufs,lfs}.c don't pull in 64simonb
2003-01-03Install release files under "${RELEASEDIR}/${MACHINE}/..." instead oflukem
2002-11-09Make the bootblocks build with warnings.thorpej
2002-09-22Remove redundant declaration of ether_ntoa() so this builds again.mycroft
2002-08-27arch/*/stand stuff should be LDSTATIC=-static and not LDSTATIC?=-static.lukem
2002-07-30Experimentation reveals that the implementation of GET_ENV on at leastnathanw
2002-06-08make auto const variables static.yamt
2002-05-14Migrate alpha/pmax/vax bootblock stuff from <dev/dec/dec_boot.h> tolukem
2002-05-08nuke MD installboot (ok-ed by thorpej)lukem
2002-05-03nuke installboot.old / bootxx combo (the old "primary bootstrap withlukem
2002-04-03remove boot_block stuff from include/disklabel.h, and migrate tolukem
2002-01-05Add -ffreestanding to CFLAGS. Remove the GCC 2.8 check aroundthorpej
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