| Commit message (Expand) | Author | Age | Files | Lines |
* | When built with FDT support, add /boot/dtb to the list of search directories. | ian | 2014-09-03 | 1 | -0/+5 |
* | Since the size of GPT entry may differ from the sizeof(struct gpt_ent), | ae | 2014-08-25 | 1 | -4/+4 |
* | The size of the GPT table can not be less than one sector. | ae | 2014-08-24 | 1 | -4/+5 |
* | Optionally include the install command as found on Juniper products | marcel | 2014-08-06 | 2 | -0/+344 |
* | Rename command_unload() to unload() and re-implement command_unload() | marcel | 2014-08-06 | 2 | -6/+13 |
* | In command_lsmod() prevent overrunning lbuf due to long path | marcel | 2014-08-05 | 1 | -2/+4 |
* | In file_loadraw() print the name of the file as well as its size | marcel | 2014-08-05 | 1 | -1/+6 |
* | Give loaders more control over the Forth initialization process. In | marcel | 2014-07-27 | 3 | -14/+24 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -2/+0 |
* | Apparently some of the i386 boot blocks are so close to full that adding | nwhitehorn | 2014-04-13 | 1 | -2/+0 |
* | Add a simple EFI stub loader. This is a quick and dirty of boot1.chrp from | nwhitehorn | 2014-04-13 | 1 | -0/+2 |
* | When loader(8) inspects MBR, it chooses GPT as main partition table, | ae | 2014-03-21 | 1 | -8/+5 |
* | Build 64-bit ELF support into little-endian 64-bit MIPS boot-loader | rwatson | 2014-02-24 | 1 | -1/+1 |
* | On mips64, built 64-bit ELF support. | rwatson | 2014-02-23 | 1 | -0/+2 |
* | Change file_loadraw() from static to public. Change the order of its | ian | 2014-02-22 | 2 | -10/+10 |
* | Add support for FreeBSD/i386 guests under bhyve. | jhb | 2014-02-05 | 2 | -0/+2 |
* | Sweep man pages replacing ad -> ada. | pluknet | 2013-10-01 | 1 | -2/+2 |
* | Make the check for number of entries less strict. | ae | 2013-08-08 | 1 | -6/+9 |
* | Since we didn't break the loop, we should set i to -1 to start from the | ae | 2013-04-21 | 1 | -1/+2 |
* | strncmp for boot code: fix an off by one error | avg | 2013-04-05 | 1 | -2/+2 |
* | Attach the elf section headers to the loaded kernel as metadata, so | ian | 2013-03-10 | 1 | -0/+2 |
* | Since ubldr doesn't necessarily load a kernel at the physical address in the | ian | 2013-03-09 | 1 | -5/+6 |
* | Fix a typo that prevented booting a kernel that had virtual addresses in | ian | 2013-02-27 | 1 | -1/+1 |
* | Adjust the arm kernel entry point address properly regardless of whether the | ian | 2013-02-26 | 1 | -6/+17 |
* | Fix the bug I introduced in r247045. | kientzle | 2013-02-25 | 2 | -38/+0 |
* | Add mem_load_raw() for loading data from another location in memory. | kientzle | 2013-02-18 | 2 | -0/+39 |
* | Add bootcamp support to the loader. | ae | 2013-02-10 | 1 | -3/+7 |
* | Bring in some userboot changes from the bhyve branch to reduce diffs. | grehan | 2013-01-08 | 1 | -2/+9 |
* | Hook in new files menusets.4th and manual. | dteske | 2012-11-07 | 1 | -0/+1 |
* | Fix loader crash when some unhalted exception happens during `include` | mav | 2012-10-26 | 1 | -0/+6 |
* | Remove new-line characters from the include() errors to make it consistent | mav | 2012-10-25 | 1 | -2/+2 |
* | When loader tries to open GPT partition, but partition table is not GPT, | ae | 2012-10-22 | 1 | -0/+7 |
* | Add the flags parameter to the disk_open() function and DISK_F_NOCACHE | ae | 2012-10-21 | 2 | -10/+20 |
* | boot/console: handle consoles that fail to probe | avg | 2012-10-06 | 2 | -10/+17 |
* | Fix the style. | ae | 2012-09-30 | 1 | -4/+4 |
* | Remember the file format of the last loaded module and try to use it for | ae | 2012-09-30 | 1 | -2/+9 |
* | Fix disk_cleanup() to work without DISK_DEBUG too. | ae | 2012-09-30 | 1 | -1/+3 |
* | Almost each time when loader opens a file, this leads to calling | ae | 2012-09-29 | 2 | -34/+179 |
* | Make the loader a bit smarter, when it tries to open disk and the slice | ae | 2012-09-28 | 1 | -9/+11 |
* | Implement elfN(reloc) for powerpc. With this change the kernel is now able to | andreast | 2012-09-21 | 1 | -0/+25 |
* | The MBR data is not necessarily aligned. This is a problem on ARM. | kientzle | 2012-09-14 | 1 | -2/+2 |
* | boot: file_loadraw should strdup name argument | avg | 2012-09-11 | 1 | -1/+1 |
* | Fix loading of kernel modules at boot time for powerpc64. | andreast | 2012-09-08 | 1 | -3/+3 |
* | Add comment why the code has been disabled. | ae | 2012-08-16 | 1 | -2/+2 |
* | Some BIOSes return incorrect number of sectors, make checks less | ae | 2012-08-15 | 1 | -0/+4 |
* | Rework r239232 to unbreak ZFS detection on MBR slices. | ae | 2012-08-15 | 1 | -10/+18 |
* | As discussed on -current, remove the hardcoded default maxswzone. | des | 2012-08-14 | 1 | -11/+20 |
* | Restore the old behaviour. If requested partition is a BSD slice, | ae | 2012-08-13 | 1 | -3/+11 |
* | Remove colons from the debug message, device name returned by the | ae | 2012-08-13 | 1 | -4/+4 |
* | Unbreak booting from the true dedicated disks. | ae | 2012-08-13 | 2 | -3/+14 |