| Age | Commit message (Expand) | Author |
| 2003-08-29 | Use memset (instead of bzero) to clear bss. | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-07-30 | Experimentation reveals that the implementation of GET_ENV on at least | nathanw |
| 2001-07-22 | bcopy -> memcpy, bzero -> memset | wiz |
| 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 |
| 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-09-10 | Nuke the alpha ecoff/elf bootloader and use the libsa/ one instead. | ross |
| 1999-08-18 | add a gross putulong() function which can be useful for debugging. | cgd |
| 1999-05-26 | uh, get the port name consistently correct (NetBSD/alpha, not NetBSD/Alpha) | cgd |
| 1999-04-11 | add support for 'standalone programs', like kernels but not the kernel. | 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-05 | consistency in boot message printouts | 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 | come a little closer to compiling with warnings turned on | cgd |
| 1999-04-02 | add a template for a filesystem-using primary boot block, just like | cgd |
| 1999-04-02 | add a common putstr() function which just puts()'s the chars in | cgd |
| 1999-04-02 | abstract the prom device open/close into a separate module, which | cgd |
| 1999-04-02 | move the boot/disk.* code to common/blkdev.*, and gut it. The previous | cgd |
| 1999-04-02 | unrevert the changes made last night, now that 'installboot' has | cgd |
| 1999-04-01 | Revert recent changes, which either don't work, or can't be built | ross |
| 1999-03-31 | as pointed out by simonb, since we've moved to ELF __main() calls | cgd |
| 1999-03-31 | separate defns for primary and unified boot blocks | cgd |
| 1999-03-31 | implement NO_GETCHAR, to remove getchar(), and NO_PUTCHAR_HALT to remove | cgd |
| 1999-03-31 | no point in passing &ret to test_getchar(); nobody cares! also, no | cgd |
| 1999-03-31 | In putchar(), don't open-code two calls to the prom puts routine. Instead, | cgd |
| 1999-03-31 | GC cpu_number() and turn alpha_pal_imb() into inline assembler. | cgd |
| 1999-03-31 | rename the C main() function to main_(). this avoids gcc's implicit | cgd |
| 1999-03-31 | Compile with -Os (optimize for size). | cgd |
| 1999-03-27 | Bug fix for the bug fix. Be sure to prom_close() in bootxx and boot, but not | ross |
| 1998-10-15 | Save a0 during bss clear. | ross |
| 1998-10-15 | Delete prom_open() wrapper routine. Other clients of prom_open | ross |
| 1998-10-15 | Delete bogus prom_open() prototype. | ross |
| 1998-10-15 | Grab booted_dev_fd parameter from bootxx. It won't be there for netboot | ross |
| 1998-09-28 | Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching | thorpej |
| 1998-09-22 | While we are here in alpha/stand, bail out on ^C during boot. | ross |
| 1998-08-14 | vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_t | thorpej |
| 1998-08-07 | Implement the 'i' flag which makes the bootloader ask for the file to | drochner |
| 1998-06-25 | Don't bother reading the ELF string table out of a stripped /netbsd[.gz]. | ross |
| 1998-06-24 | Use the new LOCATE_PCS() macro. | ross |
| 1998-03-28 | GC alpha's ECOFF_TOOLCHAIN make variable, and related bits. Nobody | cgd |
| 1998-02-28 | Force elf symbol sections to an addressable boundary. | ross |
| 1998-02-12 | clean up the way bootinfo information is passed and used: move the version | cgd |
| 1998-01-29 | While here in alpha/stand, add a technically required imb coherency op | ross |
| 1998-01-29 | Avoid VMS palcode ops by using a different technique for cpu_number(), | ross |