| Commit message (Expand) | Author | Age | Files | Lines |
* | An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that. | ian | 2015-05-17 | 1 | -16/+19 |
* | The self-relocation code is not efi-specific, move it to boot/common. | ian | 2015-05-10 | 1 | -0/+123 |
* | Small change in header order to allow this to compile. | scottl | 2015-04-27 | 1 | -1/+1 |
* | Add support for arm64 to loader.efi and boot1.efi | andrew | 2015-04-14 | 1 | -0/+2 |
* | Make sure forth manpages are only installed once. | bapt | 2015-04-04 | 1 | -10/+0 |
* | Add code to support loading relocatable kernels at offsets that are not | nwhitehorn | 2015-01-31 | 1 | -5/+8 |
* | Add support for booting relocatable kernels on PowerPC. | nwhitehorn | 2015-01-31 | 1 | -19/+27 |
* | loader: use correct types for parse_modmetadata | royger | 2015-01-17 | 1 | -4/+4 |
* | loader: implement multiboot support for Xen Dom0 | royger | 2015-01-15 | 4 | -66/+226 |
* | Reserve and ignore the a new module metadata type MDT_PNP_INFO for | imp | 2015-01-15 | 1 | -0/+1 |
* | mdoc: remove EOL whitespace. | joel | 2014-12-29 | 1 | -1/+1 |
* | Use the proper markup for single quotes. | ian | 2014-12-27 | 1 | -2/+3 |
* | Add a new loader(8) variable, twiddle_divisor, allowing control over the | ian | 2014-12-22 | 2 | -1/+36 |
* | The current limit of 100k for the linker hints file is getting a bit | imp | 2014-11-29 | 1 | -1/+1 |
* | Misc mdoc fixes: | joel | 2014-11-23 | 1 | -3/+0 |
* | Fix incorrect reading of 32-bit modinfo by 64-bit loaders. | grehan | 2014-11-11 | 1 | -0/+22 |
* | In alloc_pread() and kern_pread(), print errors only when DEBUG is | marcel | 2014-11-05 | 1 | -0/+10 |
* | Change the order of the arguments to file_loadraw(). They were swapped | marcel | 2014-11-01 | 1 | -1/+1 |
* | Fully support constructors for the purpose of code coverage analysis. | marcel | 2014-10-20 | 1 | -4/+34 |
* | Fix comment. | ae | 2014-10-08 | 1 | -3/+3 |
* | Rework bootparttest to use more code from sys/boot. | ae | 2014-10-05 | 1 | -2/+2 |
* | Add a bit more debug messages. | ae | 2014-10-05 | 1 | -0/+5 |
* | Add GUID of FreeBSD slice to GPT scheme. | ae | 2014-10-03 | 1 | -0/+3 |
* | add gptzfsboot.8, zfsboot.8 and zfsloader.8 manual pages | avg | 2014-09-15 | 2 | -0/+112 |
* | 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 |