summaryrefslogtreecommitdiff
path: root/sys/boot/common/bootstrap.h
Commit message (Expand)AuthorAgeFilesLines
* CG superfluous prototype.Maxim Sobolev2002-03-101-1/+0
* Declare time(not3) instead of depending on namespace pollution 3 layersBruce Evans2002-02-251-0/+2
* Add a DEVT_CD type for CD drivers.John Baldwin2001-11-051-0/+1
* Implement the long-awaited module->file cache database. A userlandPeter Wemm2001-09-111-2/+5
* Nuke old gensetdefs based linker sets with extreme prejudicePeter Wemm2001-06-141-45/+2
* Make the pnp structure a global variable, so it can be used elsewhere.Daniel C. Sobral2000-09-081-0/+4
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asJohn Baldwin2000-08-031-44/+48
* Delay calling the device cleanup routines until the absolute lastPaul Saab2000-06-141-0/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-011-27/+44
* bcache_strategy() now receives an unit number, and keep track of whatDaniel C. Sobral2000-03-151-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Walk around the end of all the silly guessing of device types and unitMike Smith1999-07-211-1/+2
* ABS_SET() and BSS_SET() are no longer used. The sole remaining user ofPeter Wemm1999-06-261-4/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-3/+3
* Make use of prototypes to silence warnings.Daniel C. Sobral1999-02-041-1/+8
* bootstrap.hMike Smith1999-01-221-2/+2
* Replace duplicated "old" linker set definitions with an include ofJohn Polstra1999-01-161-52/+2
* Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This isAndrzej Bialecki1999-01-151-2/+2
* Implement a simple LRU block cache. By default this is initialised to 16k,Mike Smith1998-11-021-1/+10
* Export an interface for presetting the ISA PnP read port address.Mike Smith1998-10-221-1/+9
* Make ISA PnP work. This successfully enumerates as many ISA devices as IMike Smith1998-10-211-16/+65
* loader <-> kernel preload module interface constants moved to common file.Peter Wemm1998-10-091-53/+1
* Sync the MODINFO constants with <sys/linker.h>Mike Smith1998-10-091-5/+6
* - VERBOSE_LS is obsolete, as the heap is much better behaved now.Mike Smith1998-10-071-1/+2
* First shot at loading elf symbols. Things are a bit strange becausePeter Wemm1998-10-021-1/+3
* Uncomment prototype for elf_loadmodulePeter Wemm1998-09-301-2/+2
* * Add old UFS compatibility code to alpha/boot1.Doug Rabson1998-09-261-2/+3
* Make the alpha bootstrap build again, fix some warning and change sdboot to d...Doug Rabson1998-09-201-1/+2
* Add a generic hexdump tool for debugging purposes.Mike Smith1998-09-191-1/+2
* Resynch with working sources before BTX integration.Mike Smith1998-09-141-15/+38
* Generic plug-and-play enumerator infrastructure. Query suppliedMike Smith1998-09-041-1/+24
* Bootstrap updates.Mike Smith1998-09-031-3/+41
* Bootloader update.Mike Smith1998-08-311-15/+27
* This is the new unified bootstrap, sometimes known previously as theMike Smith1998-08-211-0/+226