aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha/libalpha
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-1121-2690/+0
* Fix getsecs(). It was not counting the seconds right. The immediateMarcel Moolenaar2005-06-041-19/+46
* Fix delay(). The processor cycle counter is a 32-bit wrapping counter.Marcel Moolenaar2005-06-041-5/+8
* Add a missing const to alpha_setcurrdev() to quiet a warning.John Baldwin2005-05-312-2/+2
* Change the type the buf arg to the strategy routines from void * to char *John Baldwin2005-05-311-4/+4
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Overhaul makefiles.Ruslan Ermilov2004-02-111-13/+1
* Convert to __FBSDID.David E. O'Brien2004-01-0413-27/+43
* Enable the i386 loader to load and run an amd64 kernel. If this putsPeter Wemm2003-05-011-3/+3
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-042-2/+0
* Remove a couple of __P() stragglers.Peter Wemm2002-06-291-6/+6
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-131-4/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-121-0/+2
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-111-2/+0
* -ffreestanding is the word.David E. O'Brien2002-05-101-5/+6
* Don't clobber the default for CFLAGS.Bruce Evans2001-08-311-1/+1
* One needs to introduce things with a `.file' directive before trying toDavid E. O'Brien2001-05-281-1/+2
* 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
* 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
* Move the call to extend_heap() from main to start so that if our BSSDoug Rabson2000-10-251-0/+4
* Don't build start.S as part of libalpha.a - its built specially.Doug Rabson2000-10-251-1/+1
* Make the stack 12K- we seem to need a bit more.Matt Jacob2000-09-181-3/+3
* Fix the more obvious warnings to deal with my earlier warning cleanups.John Baldwin2000-08-032-11/+11
* Delay calling the device cleanup routines until the absolute lastPaul Saab2000-06-141-0/+1
* Record the new PALcode revision in the pcs structure after changing toDoug Rabson2000-06-031-0/+2
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-012-29/+29
* Pass unit number to bcache_strategy(), so that the cache can beDaniel C. Sobral2000-03-151-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