summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Move the 64-bit _setjmp to lib/libstand.rpaulo2012-12-212-94/+1
* Build a 64 bit version of the FICL library. This is need for a 64 bitrpaulo2012-12-212-6/+23
* amd64 only has rela sections.rpaulo2012-12-171-12/+12
* Restore pre-r234898 printing of boot loader and path.marius2012-12-161-3/+3
* Ignore a warning in ubldr where clang doesn't understand the %D printfandrew2012-12-151-0/+3
* Add support for QEMU's version of Versatile Platform Boardgonzo2012-12-131-0/+118
* Fix a regression caused by SVN r222417.dteske2012-12-126-40/+87
* Add support for comma-separated values (whitespace-separated still supported).dteske2012-12-101-6/+6
* Use ASCII characters for box/line characters in frames.4thdteske2012-12-092-0/+56
* Typo in a comment.rpaulo2012-12-071-1/+1
* Make this work for 64 bit binaries.rpaulo2012-12-071-9/+22
* Remove dead code that clang refuses to compile.rpaulo2012-12-051-10/+0
* Teach userboot to boot from ISO image files.neel2012-11-302-4/+7
* Add vchiq nodegonzo2012-11-301-0/+7
* - Implement "fdt mres" sub-command that prints reserved memory regionsgonzo2012-11-302-60/+221
* Discussed at-length on -arch.dteske2012-11-282-42/+142
* Print kernel args when booting the kernel.kientzle2012-11-251-0/+1
* Make FDT blob compatible with Raspberry Pi firmware.gonzo2012-11-231-11/+22
* Fix build after r243245.marius2012-11-191-6/+6
* Fix build on powerpc.trasz2012-11-191-8/+8
* + This patch does not change user experience or functionalitydteske2012-11-162-309/+274
* boot: use packed attribute for edd_params* structures and their substructuresavg2012-11-141-5/+5
* Add a callback function to userboot.so to fetch a list of environmentneel2012-11-123-2/+42
* Fix a stack leak in [unused] cycle_menuitem function while we're heredteske2012-11-121-0/+1
* cosmetic changes to reduce diffs against i386.nyan2012-11-101-2/+2
* MFi386: r241300nyan2012-11-101-14/+22
* MFi386: r241301nyan2012-11-102-8/+15
* MFi386: r241785nyan2012-11-101-1/+1
* Shrink boot2 by 8 bytes, by eliminating some unneeded instructions indim2012-11-081-4/+2
* 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
OpenPOWER on IntegriCloud