summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that.ian2015-05-171-16/+19
* The self-relocation code is not efi-specific, move it to boot/common.ian2015-05-101-0/+123
* Small change in header order to allow this to compile.scottl2015-04-271-1/+1
* Add support for arm64 to loader.efi and boot1.efiandrew2015-04-141-0/+2
* Make sure forth manpages are only installed once.bapt2015-04-041-10/+0
* Add code to support loading relocatable kernels at offsets that are notnwhitehorn2015-01-311-5/+8
* Add support for booting relocatable kernels on PowerPC.nwhitehorn2015-01-311-19/+27
* loader: use correct types for parse_modmetadataroyger2015-01-171-4/+4
* loader: implement multiboot support for Xen Dom0royger2015-01-154-66/+226
* Reserve and ignore the a new module metadata type MDT_PNP_INFO forimp2015-01-151-0/+1
* mdoc: remove EOL whitespace.joel2014-12-291-1/+1
* Use the proper markup for single quotes.ian2014-12-271-2/+3
* Add a new loader(8) variable, twiddle_divisor, allowing control over theian2014-12-222-1/+36
* The current limit of 100k for the linker hints file is getting a bitimp2014-11-291-1/+1
* Misc mdoc fixes:joel2014-11-231-3/+0
* Fix incorrect reading of 32-bit modinfo by 64-bit loaders.grehan2014-11-111-0/+22
* In alloc_pread() and kern_pread(), print errors only when DEBUG ismarcel2014-11-051-0/+10
* Change the order of the arguments to file_loadraw(). They were swappedmarcel2014-11-011-1/+1
* Fully support constructors for the purpose of code coverage analysis.marcel2014-10-201-4/+34
* Fix comment.ae2014-10-081-3/+3
* Rework bootparttest to use more code from sys/boot.ae2014-10-051-2/+2
* Add a bit more debug messages.ae2014-10-051-0/+5
* Add GUID of FreeBSD slice to GPT scheme.ae2014-10-031-0/+3
* add gptzfsboot.8, zfsboot.8 and zfsloader.8 manual pagesavg2014-09-152-0/+112
* When built with FDT support, add /boot/dtb to the list of search directories.ian2014-09-031-0/+5
* Since the size of GPT entry may differ from the sizeof(struct gpt_ent),ae2014-08-251-4/+4
* The size of the GPT table can not be less than one sector.ae2014-08-241-4/+5
* Optionally include the install command as found on Juniper productsmarcel2014-08-062-0/+344
* Rename command_unload() to unload() and re-implement command_unload()marcel2014-08-062-6/+13
* In command_lsmod() prevent overrunning lbuf due to long pathmarcel2014-08-051-2/+4
* In file_loadraw() print the name of the file as well as its sizemarcel2014-08-051-1/+6
* Give loaders more control over the Forth initialization process. Inmarcel2014-07-273-14/+24
* Remove ia64.marcel2014-07-071-2/+0
* Apparently some of the i386 boot blocks are so close to full that addingnwhitehorn2014-04-131-2/+0
* Add a simple EFI stub loader. This is a quick and dirty of boot1.chrp fromnwhitehorn2014-04-131-0/+2
* When loader(8) inspects MBR, it chooses GPT as main partition table,ae2014-03-211-8/+5
* Build 64-bit ELF support into little-endian 64-bit MIPS boot-loaderrwatson2014-02-241-1/+1
* On mips64, built 64-bit ELF support.rwatson2014-02-231-0/+2
* Change file_loadraw() from static to public. Change the order of itsian2014-02-222-10/+10
* Add support for FreeBSD/i386 guests under bhyve.jhb2014-02-052-0/+2
* Sweep man pages replacing ad -> ada.pluknet2013-10-011-2/+2
* Make the check for number of entries less strict.ae2013-08-081-6/+9
* Since we didn't break the loop, we should set i to -1 to start from theae2013-04-211-1/+2
* strncmp for boot code: fix an off by one erroravg2013-04-051-2/+2
* Attach the elf section headers to the loaded kernel as metadata, soian2013-03-101-0/+2
* Since ubldr doesn't necessarily load a kernel at the physical address in theian2013-03-091-5/+6
* Fix a typo that prevented booting a kernel that had virtual addresses inian2013-02-271-1/+1
* Adjust the arm kernel entry point address properly regardless of whether theian2013-02-261-6/+17
* Fix the bug I introduced in r247045.kientzle2013-02-252-38/+0
* Add mem_load_raw() for loading data from another location in memory.kientzle2013-02-182-0/+39
OpenPOWER on IntegriCloud