| Age | Commit message (Expand) | Author |
| 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 |
| 1999-08-18 | add a makefile for an LFS primary | cgd |
| 1999-08-18 | mention that putstr.c and putulong.c might want to be included when debugging | cgd |
| 1999-08-18 | add a gross putulong() function which can be useful for debugging. | cgd |
| 1999-06-14 | set bb_flags to zero; who knows what they were (on disk) previously, | cgd |
| 1999-06-14 | set bb_flags to 0. Though not strictly necessary (because of an earlier | cgd |
| 1999-05-26 | uh, get the port name consistently correct (NetBSD/alpha, not NetBSD/Alpha) | cgd |
| 1999-05-11 | add some more bits, mostly stubs | cgd |
| 1999-05-07 | include <lib/libkern/libkern.h> for intoa()/inet_ntoa() | drochner |
| 1999-04-11 | start on a glorified system-examination console program. | cgd |
| 1999-04-11 | add support for 'standalone programs', like kernels but not the kernel. | cgd |
| 1999-04-11 | only conditionally set BINDIR to /usr/mdec | cgd |
| 1999-04-09 | constify bootprog_*, move their definitions into common.h, and have | cgd |
| 1999-04-07 | save 4.3 bytes on the date string! 4 == day of week plus space, | cgd |
| 1999-04-06 | build/install this binary as bootxx.old, so that users won't get the | cgd |
| 1999-04-05 | consistency in boot message printouts | cgd |
| 1999-04-05 | always -D NETBSD_VERS | cgd |
| 1999-04-05 | now that boot.c does the bootstrap name with a -D, the newvers scripts | cgd |
| 1999-04-05 | don't get the name from newvers, get it from a bootstrap-specific -D | cgd |
| 1999-04-05 | GC all support except contiguous block mode. the new installboot | cgd |
| 1999-04-05 | trim off unnecessary bits | cgd |
| 1999-04-05 | fix disk write size check | cgd |