| Commit message (Expand) | Author | Age | Files | Lines |
* | Cut more than 500 bytes off the size of the alpha boot1 by adding | iedowse | 2002-01-18 | 1 | -0/+10 |
* | Make the alpha boot1 work on filesystems that have a block size | iedowse | 2002-01-11 | 1 | -24/+41 |
* | Catch the netboot version up to the main loader. This is pretty bogus. | jhb | 2002-01-11 | 1 | -0/+5 |
* | - Add 'fwrite' and 'fseek' words for writing to and seeking on files. | jhb | 2001-12-11 | 2 | -0/+2 |
* | Bump the CD boot loader up to 1.1 so that the FICL upgrade a while back | jhb | 2001-11-21 | 1 | -0/+1 |
* | Create backup copies using install(1). | ru | 2001-09-12 | 1 | -3/+1 |
* | Don't clobber the default for CFLAGS. | bde | 2001-08-31 | 1 | -1/+1 |
* | Style cleanup. | obrien | 2001-08-10 | 1 | -2/+2 |
* | Work around what looks like a bad make(1) bug. For some reason, | peter | 2001-06-16 | 1 | -5/+3 |
* | Nuke old gensetdefs based linker sets with extreme prejudice | peter | 2001-06-14 | 1 | -11/+2 |
* | Revert the ugly band-aide[tm] hack of rev 1.12. | obrien | 2001-05-29 | 1 | -6/+2 |
* | One needs to introduce things with a `.file' directive before trying to | obrien | 2001-05-28 | 1 | -1/+2 |
* | grep -v offending lines from loader.4th until the master version of it | obrien | 2001-05-28 | 1 | -2/+6 |
* | Add the generated help files to CLEANDIRS. | obrien | 2001-05-28 | 1 | -0/+1 |
* | no longer needed now that we are able to build cdboot from sources again | gallatin | 2001-04-08 | 1 | -1554/+0 |
* | build cdboot from sources now that the cd9660 fs support works | gallatin | 2001-04-07 | 1 | -5/+4 |
* | Don't call prom_open() multiple times. This confuses some versions of SRM | dfr | 2001-04-05 | 1 | -8/+22 |
* | Fix whitespace. | obrien | 2001-03-04 | 1 | -2/+2 |
* | Preceed/preceeding are not english words. Use precede or preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
* | `cdboot' is broken as it cannot load a kernel. | obrien | 2000-11-27 | 2 | -4/+1559 |
* | init booted_kernel from environment kernelname (if there) | mjacob | 2000-11-14 | 1 | -0/+6 |
* | move init of booted_kernel to bootinfo.c | mjacob | 2000-11-14 | 1 | -4/+2 |
* | Backout revision 1.7 which was a bad idea since it would force people | dfr | 2000-10-27 | 1 | -1/+1 |
* | Install the loader manpages. | obrien | 2000-10-26 | 1 | -1/+0 |
* | Move the call to extend_heap() from main to start so that if our BSS | dfr | 2000-10-25 | 2 | -3/+6 |
* | Don't build start.S as part of libalpha.a - its built specially. | dfr | 2000-10-25 | 1 | -1/+1 |
* | Make a few functions inline to save space. | dfr | 2000-10-25 | 1 | -3/+3 |
* | Steal 512KB more from system memory for heap instead of 256KB. We died | mjacob | 2000-09-18 | 1 | -9/+11 |
* | Run SECONDARY_LOAD_ADDRESS down to 0x2000a000- this still leaves | mjacob | 2000-09-18 | 1 | -1/+1 |
* | Make the stack 12K- we seem to need a bit more. | mjacob | 2000-09-18 | 1 | -3/+3 |
* | Bump up version as a result of the recent changes to kernel path, | dcs | 2000-09-10 | 1 | -0/+1 |
* | This is real released software, let people think that. | obrien | 2000-09-03 | 1 | -0/+1 |
* | Fix the more obvious warnings to deal with my earlier warning cleanups. | jhb | 2000-08-03 | 3 | -11/+12 |
* | Remove an unnecessary .PATH entry. | jhb | 2000-07-21 | 1 | -1/+0 |
* | Declare our DEC Alpha cdboot to be a fully released version 1.0. | obrien | 2000-07-18 | 1 | -0/+1 |
* | Always install loader.4th, defaults/loader.conf, and support.4th instead of | jhb | 2000-07-10 | 1 | -1/+1 |
* | Delay calling the device cleanup routines until the absolute last | ps | 2000-06-14 | 1 | -0/+1 |
* | Bump loader version due to FICL (duh!) and copyin, copyout, setenv&cia. | dcs | 2000-06-07 | 1 | -0/+2 |
* | Record the new PALcode revision in the pcs structure after changing to | dfr | 2000-06-03 | 1 | -0/+2 |
* | Remove INSTALL_FORTH stuff. | dcs | 2000-05-19 | 1 | -1/+0 |
* | Move man page directives to common/Makefile.inc. | dcs | 2000-05-19 | 1 | -6/+0 |
* | Install the bootforth config files for the Alpha too. loader.conf should | peter | 2000-05-12 | 2 | -0/+18 |
* | Reactivate the FICL hooks to make it be compiled in, but also initialize | peter | 2000-05-12 | 1 | -8/+8 |
* | Fix the Alpha loader the rest of the way. If FICL is present in | peter | 2000-05-12 | 1 | -8/+8 |
* | Teach the alpha loader install process to make backup copies of the | msmith | 2000-05-06 | 1 | -2/+5 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 2 | -0/+2 |
* | Update loader logic to distinguish modules vs. files. | bp | 2000-05-01 | 3 | -32/+32 |
* | Teach the loader about the ext2fs filesystem, extended partitions, and | jlemon | 2000-04-29 | 2 | -1/+4 |
* | Pass unit number to bcache_strategy(), so that the cache can be | dcs | 2000-03-15 | 1 | -2/+3 |
* | Connect up the bootforth glue and compile it, but don't initialize it | peter | 1999-12-27 | 1 | -3/+13 |