summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add bootcamp support to the loader.ae2013-02-101-3/+7
* Bring in some userboot changes from the bhyve branch to reduce diffs.grehan2013-01-081-2/+9
* Hook in new files menusets.4th and manual.dteske2012-11-071-0/+1
* 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-212-10/+20
* boot/console: handle consoles that fail to probeavg2012-10-062-10/+17
* 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
* 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-292-34/+179
* Make the loader a bit smarter, when it tries to open disk and the sliceae2012-09-281-9/+11
* Implement elfN(reloc) for powerpc. With this change the kernel is now able toandreast2012-09-211-0/+25
* The MBR data is not necessarily aligned. This is a problem on ARM.kientzle2012-09-141-2/+2
* boot: file_loadraw should strdup name argumentavg2012-09-111-1/+1
* Fix loading of kernel modules at boot time for powerpc64.andreast2012-09-081-3/+3
* Add comment why the code has been disabled.ae2012-08-161-2/+2
* Some BIOSes return incorrect number of sectors, make checks lessae2012-08-151-0/+4
* Rework r239232 to unbreak ZFS detection on MBR slices.ae2012-08-151-10/+18
* As discussed on -current, remove the hardcoded default maxswzone.des2012-08-141-11/+20
* Restore the old behaviour. If requested partition is a BSD slice,ae2012-08-131-3/+11
* Remove colons from the debug message, device name returned by theae2012-08-131-4/+4
* Unbreak booting from the true dedicated disks.ae2012-08-132-3/+14
OpenPOWER on IntegriCloud