| Age | Commit message (Expand) | Author |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-08 | Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link | simonb |
| 2003-08-29 | Use memset (instead of bzero) to clear bss. | dsl |
| 2003-08-29 | Create linker map file so it is possible to see which library members | dsl |
| 2003-08-07 | Move 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-13 | kill the last use of NENTS | drochner |
| 2003-03-13 | cope with removal of this sick NENTS macro from libsa/netif.h | drochner |
| 2003-02-23 | Update for LFSv2 support. Ports that have "bootxx_lfs"-style | simonb |
| 2003-02-01 | Use a 32-bit daddr_t so that lib/libsa/{ufs,lfs}.c don't pull in 64 | simonb |
| 2003-01-03 | Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of | lukem |
| 2002-11-09 | Make the bootblocks build with warnings. | thorpej |
| 2002-09-22 | Remove redundant declaration of ether_ntoa() so this builds again. | mycroft |
| 2002-08-27 | arch/*/stand stuff should be LDSTATIC=-static and not LDSTATIC?=-static. | lukem |
| 2002-07-30 | Experimentation reveals that the implementation of GET_ENV on at least | nathanw |
| 2002-06-08 | make auto const variables static. | yamt |
| 2002-05-14 | Migrate alpha/pmax/vax bootblock stuff from <dev/dec/dec_boot.h> to | lukem |
| 2002-05-08 | nuke MD installboot (ok-ed by thorpej) | lukem |
| 2002-05-03 | nuke installboot.old / bootxx combo (the old "primary bootstrap with | lukem |
| 2002-04-03 | remove boot_block stuff from include/disklabel.h, and migrate to | lukem |
| 2002-01-05 | Add -ffreestanding to CFLAGS. Remove the GCC 2.8 check around | thorpej |
| 2001-12-30 | add -Os to COPTS after <bsd.prog.mk> is pulled in rather than adding | lukem |
| 2001-12-12 | Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly). | lukem |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-11-09 | Bump the version numbers of all bootloaders which use loadfile_elfXX() now | scw |
| 2001-10-31 | Split elf32 vs. elf64 handling in loadfile(), including support for | thorpej |
| 2001-09-22 | objcopy -> ${OBJCOPY}; remove redundant definitions of OBJCOPY?= (it is | tv |
| 2001-08-02 | Bump version numbers of all bootloaders that use loadfile/ELF, to account for | bjh21 |
| 2001-07-22 | bcopy -> memcpy, bzero -> memset | wiz |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-05-28 | Add Makefile snippets to install netboot in installation/netboot | he |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2000-09-26 | Add support for booting off RAIDframe RAID1 mirrors. | simonb |
| 2000-07-21 | switch to sys/conf/newvers_stand.sh for generation of version files | jdolecek |
| 2000-06-12 | Add netbsd.alpha & netbsd.alpha.gz for installation cds. | matt |
| 2000-02-01 | Revert STRIPPROG -> STRIP | tsutsui |
| 2000-01-23 | Clean up the machine symlink stuff ever so slightly. Needs to be | mycroft |
| 2000-01-19 | STRIP -> STRIPPROG | tsutsui |
| 1999-11-30 | don't need private `imb' inline anymore. | thorpej |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-12 | Don't include <lib/libkern/libkern.h> for prototypes that are also in | simonb |
| 1999-10-05 | Sync usage with the manpage (add -s) | hubertf |
| 1999-10-04 | Add transition-flag -S, to regenerate alpha/sparc harmonized checksums. | ross |
| 1999-10-04 | Merge from my i386 source tree: make this build on i386 (and others) | ross |
| 1999-10-04 | Completely replace the logic used for sparc/alpha checksum harmonization. | ross |
| 1999-09-19 | New -s option. Arranges for the 64-bit alpha checksum to contain within it | ross |
| 1999-09-19 | New option: -s | ross |
| 1999-09-10 | Nuke the alpha ecoff/elf bootloader and use the libsa/ one instead. | ross |
| 1999-08-18 | add bootxx_lfs | cgd |
| 1999-08-18 | add lfs support | cgd |