aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha
Commit message (Expand)AuthorAgeFilesLines
...
* Don't call prom_open() multiple times. This confuses some versions of SRMDoug Rabson2001-04-051-8/+22
* Fix whitespace.David E. O'Brien2001-03-041-2/+2
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* `cdboot' is broken as it cannot load a kernel.David E. O'Brien2000-11-272-4/+1559
* init booted_kernel from environment kernelname (if there)Matt Jacob2000-11-141-0/+6
* move init of booted_kernel to bootinfo.cMatt Jacob2000-11-141-4/+2
* Backout revision 1.7 which was a bad idea since it would force peopleDoug Rabson2000-10-271-1/+1
* Install the loader manpages.David E. O'Brien2000-10-261-1/+0
* Move the call to extend_heap() from main to start so that if our BSSDoug Rabson2000-10-252-3/+6
* Don't build start.S as part of libalpha.a - its built specially.Doug Rabson2000-10-251-1/+1
* Make a few functions inline to save space.Doug Rabson2000-10-251-3/+3
* Steal 512KB more from system memory for heap instead of 256KB. We diedMatt Jacob2000-09-181-9/+11
* Run SECONDARY_LOAD_ADDRESS down to 0x2000a000- this still leavesMatt Jacob2000-09-181-1/+1
* Make the stack 12K- we seem to need a bit more.Matt Jacob2000-09-181-3/+3
* Bump up version as a result of the recent changes to kernel path,Daniel C. Sobral2000-09-101-0/+1
* This is real released software, let people think that.David E. O'Brien2000-09-031-0/+1
* Fix the more obvious warnings to deal with my earlier warning cleanups.John Baldwin2000-08-033-11/+12
* Remove an unnecessary .PATH entry.John Baldwin2000-07-211-1/+0
* Declare our DEC Alpha cdboot to be a fully released version 1.0.David E. O'Brien2000-07-181-0/+1
* Always install loader.4th, defaults/loader.conf, and support.4th instead ofJohn Baldwin2000-07-101-1/+1
* Delay calling the device cleanup routines until the absolute lastPaul Saab2000-06-141-0/+1
* Bump loader version due to FICL (duh!) and copyin, copyout, setenv&cia.Daniel C. Sobral2000-06-071-0/+2
* Record the new PALcode revision in the pcs structure after changing toDoug Rabson2000-06-031-0/+2
* Remove INSTALL_FORTH stuff.Daniel C. Sobral2000-05-191-1/+0
* Move man page directives to common/Makefile.inc.Daniel C. Sobral2000-05-191-6/+0
* Install the bootforth config files for the Alpha too. loader.conf shouldPeter Wemm2000-05-122-0/+18
* Reactivate the FICL hooks to make it be compiled in, but also initializePeter Wemm2000-05-121-8/+8
* Fix the Alpha loader the rest of the way. If FICL is present inPeter Wemm2000-05-121-8/+8
* Teach the alpha loader install process to make backup copies of theMike Smith2000-05-061-2/+5
* Add $FreeBSD$Peter Wemm2000-05-012-0/+2
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-013-32/+32
* Teach the loader about the ext2fs filesystem, extended partitions, andJonathan Lemon2000-04-292-1/+4
* Pass unit number to bcache_strategy(), so that the cache can beDaniel C. Sobral2000-03-151-2/+3
* Connect up the bootforth glue and compile it, but don't initialize itPeter Wemm1999-12-271-3/+13
* Don't build gensetdefs when we can use /usr/bin/gensetdefs. The latterMarcel Moolenaar1999-12-163-102/+8
* Add -L${DESTDIR}${LIBDIR} to ld's command line so that the rightMarcel Moolenaar1999-12-151-1/+3
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-1/+0
* Add back netboot since it compiles just fine. Note that you need a fullDoug Rabson1999-11-031-1/+1
* * Don't wait forever for the boot2 filename if the PCC wraps.Doug Rabson1999-11-031-3/+6
* Allow this driver to open disks with no labels (CDROMS don't).Doug Rabson1999-10-121-1/+2
* Fix build break.Doug Rabson1999-10-091-1/+0
* Add net device to netboot.Doug Rabson1999-10-091-0/+3
* netboot removed until somebody fixes it so it compilesMatt Jacob1999-09-091-1/+1
* Add more missing files from the reorganisation.Mike Smith1999-09-072-0/+99
* Change NetBSD/Alpha to FreeBSD/alpha.Doug Rabson1999-09-061-1/+1
* Common Alpha loader Makefile, omitted accidentally from the previous setMike Smith1999-09-061-0/+83
* $Id$ -> $FreeBSD$Peter Wemm1999-09-052-2/+2
* Slight reorganisation of the Alpha/SRM loader build:Mike Smith1999-09-0313-476/+26
* Change $Id$ to $FreeBSD$Doug Rabson1999-09-013-2/+3
* * Fix a stack of warnings.Doug Rabson1999-09-0110-30/+218