summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Put in a band-aid to get the pc98 bootstraps building, now clang is thedim2012-11-072-1/+5
* Hook in new files menusets.4th and manual.dteske2012-11-077-6/+7
* Fix funny comment.dteske2012-11-061-1/+1
* Fix c/p error in comment.dteske2012-11-061-1/+1
* Add ontop of my existing boot loader Forth code, including support fordteske2012-11-065-2/+1016
* Fix loader crash when some unhalted exception happens during `include`mav2012-10-261-0/+6
* Remove new-line characters from the include() errors to make it consistentmav2012-10-251-2/+2
* When loader tries to open GPT partition, but partition table is not GPT,ae2012-10-221-0/+7
* Add the flags parameter to the disk_open() function and DISK_F_NOCACHEae2012-10-215-16/+30
* boot: use -march=i386 for both i386 and amd64 buildsavg2012-10-205-6/+13
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-171-2/+0
* Disconnect non-MPSAFE CODAFS from the build in preparation for droppingattilio2012-10-161-1/+0
* Disconnect non-MPSAFE XFS from the build in preparation for droppingattilio2012-10-161-1/+0
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-161-1/+0
* Since the introduction of the new advanced boot menu (r222417), options likedteske2012-10-143-0/+113
* Fix a typo (s/prefix/suffix/) and comment.dteske2012-10-091-2/+2
* Fix an oversight that cyclic menu items actually are zero-based and candteske2012-10-091-4/+4
* Make the "Options:" separator-text configurable by setting $menu_optionstext.dteske2012-10-091-1/+6
* Add an echo to say we're "Booting..." when the overloaded "boot" Ficl word isdteske2012-10-083-3/+8
* Comment and Copyright fixes/updates.dteske2012-10-072-14/+6
* add detection of serial console presence to btx and boot2-like blocksavg2012-10-066-20/+35
* i386 comconsole: don't loop forever if hardware doesn't respondavg2012-10-061-14/+22
* boot/console: handle consoles that fail to probeavg2012-10-062-10/+17
* zfsboot: simplify probe_drive() a little bitavg2012-10-061-27/+13
* zfs boot: export boot/primary pool and vdev guid all the way to kenvavg2012-10-064-2/+50
* zfs loader: treat plain pool name as a name of its root datasetavg2012-10-061-14/+10
* zfs boot spa_status: print bootfs for each reported poolavg2012-10-061-0/+11
* boot/zfs: a small whitespace cleanupavg2012-10-061-2/+2
* boot/zfs: call zfs_spa_init for all found poolsavg2012-10-062-16/+22
* zfsboot: use the same zfs dataset naming format as loaderavg2012-10-061-32/+53
* zfs boot: add lszfs command to i386 loaderavg2012-10-061-0/+23
* zfs boot: add code for listing child datasets of a given datasetavg2012-10-063-4/+68
* zfs boot: chose a "first" pool if none is explicitly requestedavg2012-10-061-2/+8
* Replace all references to loader_callbacks_v1 with loader_callbacks.ae2012-10-034-6/+6
* Fix the style.ae2012-09-301-4/+4
* Remember the file format of the last loaded module and try to use it forae2012-09-301-2/+9
* Reduce the number of attempts to detect proper kld format for the amd64ae2012-09-302-0/+7
* Fix disk_cleanup() to work without DISK_DEBUG too.ae2012-09-301-1/+3
* Almost each time when loader opens a file, this leads to callingae2012-09-295-35/+190
* Disable splitfs support, since we aren't support floppies for a longae2012-09-291-0/+2
* Make the loader a bit smarter, when it tries to open disk and the sliceae2012-09-281-9/+11
* MFi386: revision 240637nyan2012-09-231-20/+6
* Cosmetic changes.nyan2012-09-231-6/+6
* Implement elfN(reloc) for powerpc. With this change the kernel is now able toandreast2012-09-211-0/+25
* Fix panics on attempt to dereference uninitizlized pointer, returned viamav2012-09-181-1/+1
* loader/i386: replace ugly inb/outb re-implementations with cpufunc.havg2012-09-181-18/+4
* Add the Tegra2 DTS files. Now our dtc supports including other files useandrew2012-09-172-0/+132
* Add support for MSI in interrupt controlller.gber2012-09-141-1/+1
* Add support for Armada XP A0.gber2012-09-141-15/+15
* The MBR data is not necessarily aligned. This is a problem on ARM.kientzle2012-09-141-2/+2
OpenPOWER on IntegriCloud