summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/bootstrap.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r316754: loader/multiboot: fix multiboot loadingroyger2017-05-091-0/+1
* MFC r309369,310850,310853:tsoome2017-02-061-3/+3
* It sure would be nice to use printf with wide strings. Implement %S toimp2016-05-171-0/+1
* A new implementation of the loader block cacheallanjude2016-04-181-22/+8
* Make common boot file_loadraw name parameter constsmh2016-01-151-1/+1
* Improve non-interactive forth cmd error reportingsmh2016-01-131-1/+4
* loader: implement multiboot support for Xen Dom0royger2015-01-151-2/+5
* Rename command_unload() to unload() and re-implement command_unload()marcel2014-08-061-0/+1
* Give loaders more control over the Forth initialization process. Inmarcel2014-07-271-2/+2
* Change file_loadraw() from static to public. Change the order of itsian2014-02-221-0/+1
* Fix the bug I introduced in r247045.kientzle2013-02-251-2/+0
* Add mem_load_raw() for loading data from another location in memory.kientzle2013-02-181-0/+2
* boot/console: handle consoles that fail to probeavg2012-10-061-4/+4
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-121-0/+3
* sys/boot: add common CTASSERT definitionavg2012-05-091-0/+6
* Add multiple inclusion protection.marius2012-04-291-0/+5
* Add 2 new archsw interfaces:marcel2011-04-031-0/+18
* Revert rev 165325. The arch_maphint interface hasn't been in use formarcel2011-04-031-2/+0
* Remove file system support based on the simple file system protocolmarcel2010-01-091-0/+1
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-0/+1
* Add __elfN(relocation_offset). It holds the offset between the virtualmarcel2008-02-231-1/+3
* add an interface for passing the entire kernel size up front to thekmacy2006-12-181-0/+2
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-021-0/+1
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-1/+1
* Add the loader side of support for preloading ELF relocatable objectiedowse2004-08-291-0/+2
* Separate out the ELF relocation code from the ELF loader, and addiedowse2004-08-281-0/+10
* Add a few helper functions for zeroing kernel space and readingiedowse2004-08-281-0/+3
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-011-2/+4
* Zap some a.out leftoverspeter2003-04-061-3/+0
* CG superfluous prototype.sobomax2002-03-101-1/+0
* Declare time(not3) instead of depending on namespace pollution 3 layersbde2002-02-251-0/+2
* Add a DEVT_CD type for CD drivers.jhb2001-11-051-0/+1
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-111-2/+5
* Nuke old gensetdefs based linker sets with extreme prejudicepeter2001-06-141-45/+2
* Make the pnp structure a global variable, so it can be used elsewhere.dcs2000-09-081-0/+4
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-44/+48
* Delay calling the device cleanup routines until the absolute lastps2000-06-141-0/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* Update loader logic to distinguish modules vs. files.bp2000-05-011-27/+44
* bcache_strategy() now receives an unit number, and keep track of whatdcs2000-03-151-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Walk around the end of all the silly guessing of device types and unitmsmith1999-07-211-1/+2
* ABS_SET() and BSS_SET() are no longer used. The sole remaining user ofpeter1999-06-261-4/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-3/+3
* Make use of prototypes to silence warnings.dcs1999-02-041-1/+8
* bootstrap.hmsmith1999-01-221-2/+2
* Replace duplicated "old" linker set definitions with an include ofjdp1999-01-161-52/+2
* Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This isabial1999-01-151-2/+2
* Implement a simple LRU block cache. By default this is initialised to 16k,msmith1998-11-021-1/+10
OpenPOWER on IntegriCloud