| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Don't call prom_open() multiple times. This confuses some versions of SRM | Doug Rabson | 2001-04-05 | 1 | -8/+22 |
| * | Fix whitespace. | David E. O'Brien | 2001-03-04 | 1 | -2/+2 |
| * | Preceed/preceeding are not english words. Use precede or preceding. | Jeroen Ruigrok van der Werven | 2001-02-18 | 1 | -1/+1 |
| * | `cdboot' is broken as it cannot load a kernel. | David E. O'Brien | 2000-11-27 | 2 | -4/+1559 |
| * | init booted_kernel from environment kernelname (if there) | Matt Jacob | 2000-11-14 | 1 | -0/+6 |
| * | move init of booted_kernel to bootinfo.c | Matt Jacob | 2000-11-14 | 1 | -4/+2 |
| * | Backout revision 1.7 which was a bad idea since it would force people | Doug Rabson | 2000-10-27 | 1 | -1/+1 |
| * | Install the loader manpages. | David E. O'Brien | 2000-10-26 | 1 | -1/+0 |
| * | Move the call to extend_heap() from main to start so that if our BSS | Doug Rabson | 2000-10-25 | 2 | -3/+6 |
| * | Don't build start.S as part of libalpha.a - its built specially. | Doug Rabson | 2000-10-25 | 1 | -1/+1 |
| * | Make a few functions inline to save space. | Doug Rabson | 2000-10-25 | 1 | -3/+3 |
| * | Steal 512KB more from system memory for heap instead of 256KB. We died | Matt Jacob | 2000-09-18 | 1 | -9/+11 |
| * | Run SECONDARY_LOAD_ADDRESS down to 0x2000a000- this still leaves | Matt Jacob | 2000-09-18 | 1 | -1/+1 |
| * | Make the stack 12K- we seem to need a bit more. | Matt Jacob | 2000-09-18 | 1 | -3/+3 |
| * | Bump up version as a result of the recent changes to kernel path, | Daniel C. Sobral | 2000-09-10 | 1 | -0/+1 |
| * | This is real released software, let people think that. | David E. O'Brien | 2000-09-03 | 1 | -0/+1 |
| * | Fix the more obvious warnings to deal with my earlier warning cleanups. | John Baldwin | 2000-08-03 | 3 | -11/+12 |
| * | Remove an unnecessary .PATH entry. | John Baldwin | 2000-07-21 | 1 | -1/+0 |
| * | Declare our DEC Alpha cdboot to be a fully released version 1.0. | David E. O'Brien | 2000-07-18 | 1 | -0/+1 |
| * | Always install loader.4th, defaults/loader.conf, and support.4th instead of | John Baldwin | 2000-07-10 | 1 | -1/+1 |
| * | Delay calling the device cleanup routines until the absolute last | Paul Saab | 2000-06-14 | 1 | -0/+1 |
| * | Bump loader version due to FICL (duh!) and copyin, copyout, setenv&cia. | Daniel C. Sobral | 2000-06-07 | 1 | -0/+2 |
| * | Record the new PALcode revision in the pcs structure after changing to | Doug Rabson | 2000-06-03 | 1 | -0/+2 |
| * | Remove INSTALL_FORTH stuff. | Daniel C. Sobral | 2000-05-19 | 1 | -1/+0 |
| * | Move man page directives to common/Makefile.inc. | Daniel C. Sobral | 2000-05-19 | 1 | -6/+0 |
| * | Install the bootforth config files for the Alpha too. loader.conf should | Peter Wemm | 2000-05-12 | 2 | -0/+18 |
| * | Reactivate the FICL hooks to make it be compiled in, but also initialize | Peter Wemm | 2000-05-12 | 1 | -8/+8 |
| * | Fix the Alpha loader the rest of the way. If FICL is present in | Peter Wemm | 2000-05-12 | 1 | -8/+8 |
| * | Teach the alpha loader install process to make backup copies of the | Mike Smith | 2000-05-06 | 1 | -2/+5 |
| * | Add $FreeBSD$ | Peter Wemm | 2000-05-01 | 2 | -0/+2 |
| * | Update loader logic to distinguish modules vs. files. | Boris Popov | 2000-05-01 | 3 | -32/+32 |
| * | Teach the loader about the ext2fs filesystem, extended partitions, and | Jonathan Lemon | 2000-04-29 | 2 | -1/+4 |
| * | Pass unit number to bcache_strategy(), so that the cache can be | Daniel C. Sobral | 2000-03-15 | 1 | -2/+3 |
| * | Connect up the bootforth glue and compile it, but don't initialize it | Peter Wemm | 1999-12-27 | 1 | -3/+13 |
| * | Don't build gensetdefs when we can use /usr/bin/gensetdefs. The latter | Marcel Moolenaar | 1999-12-16 | 3 | -102/+8 |
| * | Add -L${DESTDIR}${LIBDIR} to ld's command line so that the right | Marcel Moolenaar | 1999-12-15 | 1 | -1/+3 |
| * | Remove BAD144 support, it has already been disabled for some time. | Poul-Henning Kamp | 1999-12-08 | 1 | -1/+0 |
| * | Add back netboot since it compiles just fine. Note that you need a full | Doug Rabson | 1999-11-03 | 1 | -1/+1 |
| * | * Don't wait forever for the boot2 filename if the PCC wraps. | Doug Rabson | 1999-11-03 | 1 | -3/+6 |
| * | Allow this driver to open disks with no labels (CDROMS don't). | Doug Rabson | 1999-10-12 | 1 | -1/+2 |
| * | Fix build break. | Doug Rabson | 1999-10-09 | 1 | -1/+0 |
| * | Add net device to netboot. | Doug Rabson | 1999-10-09 | 1 | -0/+3 |
| * | netboot removed until somebody fixes it so it compiles | Matt Jacob | 1999-09-09 | 1 | -1/+1 |
| * | Add more missing files from the reorganisation. | Mike Smith | 1999-09-07 | 2 | -0/+99 |
| * | Change NetBSD/Alpha to FreeBSD/alpha. | Doug Rabson | 1999-09-06 | 1 | -1/+1 |
| * | Common Alpha loader Makefile, omitted accidentally from the previous set | Mike Smith | 1999-09-06 | 1 | -0/+83 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-09-05 | 2 | -2/+2 |
| * | Slight reorganisation of the Alpha/SRM loader build: | Mike Smith | 1999-09-03 | 13 | -476/+26 |
| * | Change $Id$ to $FreeBSD$ | Doug Rabson | 1999-09-01 | 3 | -2/+3 |
| * | * Fix a stack of warnings. | Doug Rabson | 1999-09-01 | 10 | -30/+218 |