aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha/libalpha
Commit message (Expand)AuthorAgeFilesLines
* MFC: rev 1.7 (make the stack 12K, rename 'stack' to 'stackbase')David E. O'Brien2001-03-041-4/+4
* MFC: rev 1.11 (move init of booted_kernel to bootinfo.c)David E. O'Brien2001-03-041-4/+2
* MFC: rev 1.11 (init booted_kernel from environment kernelname)David E. O'Brien2001-03-041-1/+7
* MFC: Cleanup warnings.Paul Saab2000-12-282-11/+11
* MFC: Move the call to extend_heap() from main to startAndrew Gallatin2000-10-281-0/+4
* MFC 1.8: Don't build start.S hereAndrew Gallatin2000-10-281-1/+1
* MFC: rev 1.3 (record the new PALcode revision in the pcs structure afterDavid E. O'Brien2000-07-071-0/+2
* MFC: Delay calling the device cleanup routines until the absolutePaul Saab2000-07-061-0/+1
* MFC the loader bcache fixes.John Baldwin2000-03-161-2/+3
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-1/+0
* Allow this driver to open disks with no labels (CDROMS don't).Doug Rabson1999-10-121-1/+2
* Change NetBSD/Alpha to FreeBSD/alpha.Doug Rabson1999-09-061-1/+1
* Slight reorganisation of the Alpha/SRM loader build:Mike Smith1999-09-032-2/+4
* * Fix a stack of warnings.Doug Rabson1999-09-013-5/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2821-21/+21
* Append the flags from the "boot" command to those which came fromJohn Polstra1999-08-141-2/+23
* Walk around the end of all the silly guessing of device types and unitMike Smith1999-07-211-1/+19
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-162-5/+6
* Revert bootinfo to 1.4 and use a different solution to NULL m_argsDaniel C. Sobral1999-03-201-5/+5
* Don't choke in MOD_ARGS() if mp->m_args is NULL.Doug Rabson1999-03-181-4/+5
* Add MODINFO_ARGS, parameters passed to a module at load time.Daniel C. Sobral1999-03-081-1/+4
* Include "bootstrap.h" to get a definition for bcache_devdata.Mike Smith1998-11-031-1/+2
* Implement a simple LRU block cache. By default this is initialised to 16k,Mike Smith1998-11-021-6/+13
* * Extend the memory available for the heap from 256k to 512k.Doug Rabson1998-10-312-8/+30
* Turn of disk debugging by default (suppress annoying "partition marked asMike Smith1998-10-161-2/+2
* Fix the bootinfo so that the right values actual make it into the kernel.Doug Rabson1998-10-152-10/+11
* Get the last used address via a more conservative method, don't dependPeter Wemm1998-10-151-4/+6
* Initial attempt to update the Alpha loader and kernel to use the machinePeter Wemm1998-10-143-186/+217
* add <sys/linker.h>Dima Ruban1998-10-111-1/+2
* * Add old UFS compatibility code to alpha/boot1.Doug Rabson1998-09-263-10/+12
* Make the alpha bootstrap build again, fix some warning and change sdboot to d...Doug Rabson1998-09-202-4/+5
* Resynch with working sources before BTX integration.Mike Smith1998-09-141-4/+3
* Bootstrap updates.Mike Smith1998-09-031-1/+8
* Bootloader update.Mike Smith1998-08-315-75/+83
* Minor tweaks to track a couple of i386 changes and to make it compile.Doug Rabson1998-08-222-3/+8
* This is the new unified bootstrap, sometimes known previously as theMike Smith1998-08-2119-0/+2498