summaryrefslogtreecommitdiff
path: root/sys/boot/common/bootstrap.h
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-334/+0
* loader/multiboot: fix multiboot loadingRoger Pau Monné2017-04-131-0/+1
* loader: bcache read ahead block count should take account the large sectorsToomas Soome2017-02-061-1/+1
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-301-3/+3
* Create a new linker set, Xficl_compile_set which contains a list ofWarner Losh2016-10-141-2/+0
* loader is filling fixed length command_errbuf with sprintf() and is trustingToomas Soome2016-08-201-1/+2
* It sure would be nice to use printf with wide strings. Implement %S toWarner Losh2016-05-171-0/+1
* A new implementation of the loader block cacheAllan Jude2016-04-181-22/+8
* Make common boot file_loadraw name parameter constSteven Hartland2016-01-151-1/+1
* Improve non-interactive forth cmd error reportingSteven Hartland2016-01-131-1/+4
* loader: implement multiboot support for Xen Dom0Roger Pau Monné2015-01-151-2/+5
* Rename command_unload() to unload() and re-implement command_unload()Marcel Moolenaar2014-08-061-0/+1
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-271-2/+2
* Change file_loadraw() from static to public. Change the order of itsIan Lepore2014-02-221-0/+1
* Fix the bug I introduced in r247045.Tim Kientzle2013-02-251-2/+0
* Add mem_load_raw() for loading data from another location in memory.Tim Kientzle2013-02-181-0/+2
* boot/console: handle consoles that fail to probeAndriy Gapon2012-10-061-4/+4
* zfsboot/zfsloader: support accessing filesystems within a poolAndriy Gapon2012-05-121-0/+3
* sys/boot: add common CTASSERT definitionAndriy Gapon2012-05-091-0/+6
* Add multiple inclusion protection.Marius Strobl2012-04-291-0/+5
* Add 2 new archsw interfaces:Marcel Moolenaar2011-04-031-0/+18
* Revert rev 165325. The arch_maphint interface hasn't been in use forMarcel Moolenaar2011-04-031-2/+0
* Remove file system support based on the simple file system protocolMarcel Moolenaar2010-01-091-0/+1
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-171-0/+1
* Add __elfN(relocation_offset). It holds the offset between the virtualMarcel Moolenaar2008-02-231-1/+3
* add an interface for passing the entire kernel size up front to theKip Macy2006-12-181-0/+2
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-021-0/+1
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-1/+1
* Add the loader side of support for preloading ELF relocatable objectIan Dowse2004-08-291-0/+2
* Separate out the ELF relocation code from the ELF loader, and addIan Dowse2004-08-281-0/+10
* Add a few helper functions for zeroing kernel space and readingIan Dowse2004-08-281-0/+3
* Enable the i386 loader to load and run an amd64 kernel. If this putsPeter Wemm2003-05-011-2/+4
* Zap some a.out leftoversPeter Wemm2003-04-061-3/+0
* 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