aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-2635-35/+35
* MFC: rev 1.3 (now at version 1.0)David E. O'Brien2000-07-181-0/+1
* MFC: Always install boot loader forth files and default loader.conf duringJohn Baldwin2000-07-121-1/+1
* MFC: rev 1.3 (record the new PALcode revision in the pcs structure afterDavid E. O'Brien2000-07-071-0/+2
* MFC: Add setenv, getenv, setenv?, unsetenv, copyin and copyout,David E. O'Brien2000-07-061-0/+2
* MFC: add FreeBSD Ids.David E. O'Brien2000-07-062-0/+2
* MFC: Commonly install manpages and backup previous loader.David E. O'Brien2000-07-062-9/+5
* MFC: Delay calling the device cleanup routines until the absolutePaul Saab2000-07-061-0/+1
* MFC: Reactivate forth on the alpha. You *MUST* build and installPaul Saab2000-05-182-1/+19
* MFC: Latest PXE and ext2fs support.Paul Saab2000-05-042-1/+4
* MFC the loader bcache fixes.John Baldwin2000-03-161-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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2831-31/+31
* 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
* Fix typo (wrong path)Peter Wemm1999-06-291-1/+1
* Reconcile all the loader newvers.sh's into one common one.Peter Wemm1999-06-294-97/+6
* Don't use head/tail - they don't exist in a 'make world' environment.Peter Wemm1999-06-292-2/+4
* Minor nit. It is probably still incorrect, but at least don'tDaniel C. Sobral1999-04-241-1/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-164-8/+58
* 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
* Transition from using Perl to using awk for our text-manipulationMike Smith1999-01-181-1/+1
* Alpha-specific help topics (currently empty)Mike Smith1999-01-051-0/+0
* Add dependancy to build loader.help hereMike Smith1999-01-041-1/+1
* First cut at generating loader.help for the alphaMike Smith1999-01-031-0/+12
* Update for new boot block location.Jordan K. Hubbard1999-01-021-5/+1
* unlocalise build date (merge from i386)Mike Smith1998-12-151-0/+1
* 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-022-7/+19
* * Extend the memory available for the heap from 256k to 512k.Doug Rabson1998-10-317-18/+84
* Reserve some space for the stack in the region we recover from the initialMike Smith1998-10-241-2/+3
* Hex constants should only have one '0x' prefix.Mike Smith1998-10-201-1/+1