summaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* MFC r270445:Andrey V. Elsukov2014-09-011-8/+9
* MFC 261504:John Baldwin2014-06-122-0/+2
* MFC r262340, r262345, r262347, find and load an appropriate dtb file.Ian Lepore2014-04-292-10/+10
* MFC r263468:Andrey V. Elsukov2014-03-311-8/+5
* Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-2/+2
* Make the check for number of entries less strict.Andrey V. Elsukov2013-08-081-6/+9
* Since we didn't break the loop, we should set i to -1 to start from theAndrey V. Elsukov2013-04-211-1/+2
* strncmp for boot code: fix an off by one errorAndriy Gapon2013-04-051-2/+2
* Attach the elf section headers to the loaded kernel as metadata, soIan Lepore2013-03-101-0/+2
* Since ubldr doesn't necessarily load a kernel at the physical address in theIan Lepore2013-03-091-5/+6
* Fix a typo that prevented booting a kernel that had virtual addresses inIan Lepore2013-02-271-1/+1
* Adjust the arm kernel entry point address properly regardless of whether theIan Lepore2013-02-261-6/+17
* Fix the bug I introduced in r247045.Tim Kientzle2013-02-252-38/+0
* Add mem_load_raw() for loading data from another location in memory.Tim Kientzle2013-02-182-0/+39
* Add bootcamp support to the loader.Andrey V. Elsukov2013-02-101-3/+7
* Bring in some userboot changes from the bhyve branch to reduce diffs.Peter Grehan2013-01-081-2/+9
* Hook in new files menusets.4th and manual.Devin Teske2012-11-071-0/+1
* Fix loader crash when some unhalted exception happens during `include`Alexander Motin2012-10-261-0/+6
* Remove new-line characters from the include() errors to make it consistentAlexander Motin2012-10-251-2/+2
* When loader tries to open GPT partition, but partition table is not GPT,Andrey V. Elsukov2012-10-221-0/+7
* Add the flags parameter to the disk_open() function and DISK_F_NOCACHEAndrey V. Elsukov2012-10-212-10/+20
* boot/console: handle consoles that fail to probeAndriy Gapon2012-10-062-10/+17
* Fix the style.Andrey V. Elsukov2012-09-301-4/+4
* Remember the file format of the last loaded module and try to use it forAndrey V. Elsukov2012-09-301-2/+9
* Fix disk_cleanup() to work without DISK_DEBUG too.Andrey V. Elsukov2012-09-301-1/+3
* Almost each time when loader opens a file, this leads to callingAndrey V. Elsukov2012-09-292-34/+179
* Make the loader a bit smarter, when it tries to open disk and the sliceAndrey V. Elsukov2012-09-281-9/+11
* Implement elfN(reloc) for powerpc. With this change the kernel is now able toAndreas Tobler2012-09-211-0/+25
* The MBR data is not necessarily aligned. This is a problem on ARM.Tim Kientzle2012-09-141-2/+2
* boot: file_loadraw should strdup name argumentAndriy Gapon2012-09-111-1/+1
* Fix loading of kernel modules at boot time for powerpc64.Andreas Tobler2012-09-081-3/+3
* Add comment why the code has been disabled.Andrey V. Elsukov2012-08-161-2/+2
* Some BIOSes return incorrect number of sectors, make checks lessAndrey V. Elsukov2012-08-151-0/+4
* Rework r239232 to unbreak ZFS detection on MBR slices.Andrey V. Elsukov2012-08-151-10/+18
* As discussed on -current, remove the hardcoded default maxswzone.Dag-Erling Smørgrav2012-08-141-11/+20
* Restore the old behaviour. If requested partition is a BSD slice,Andrey V. Elsukov2012-08-131-3/+11
* Remove colons from the debug message, device name returned by theAndrey V. Elsukov2012-08-131-4/+4
* Unbreak booting from the true dedicated disks.Andrey V. Elsukov2012-08-132-3/+14
* Add more debug messages.Andrey V. Elsukov2012-08-121-1/+6
* As it turned out, there are some installations, where BSD labelAndrey V. Elsukov2012-08-071-1/+1
* Fix start offset calculation for the EBR partitions.Andrey V. Elsukov2012-08-061-1/+1
* Introduce new API to work with disks from the loader's drivers.Andrey V. Elsukov2012-08-053-692/+208
* Create the interface to work with various partition tables from theAndrey V. Elsukov2012-08-052-0/+921
* Don't return an error if a kld does not contain any modules (e.g. aJohn Baldwin2012-06-202-2/+2
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventGleb Kurtsou2012-05-251-7/+9
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-1/+1
* zfs boot: try to set vfs.root.mountfrom from currdev as a fallbackAndriy Gapon2012-05-121-2/+16
* zfsboot/zfsloader: support accessing filesystems within a poolAndriy Gapon2012-05-121-0/+3
* sys/boot: add common CTASSERT definitionAndriy Gapon2012-05-091-0/+6
* Add multiple inclusion protection.Marius Strobl2012-04-291-0/+5