summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more debug messages.ae2012-08-121-1/+6
* As it turned out, there are some installations, where BSD labelae2012-08-071-1/+1
* Fix start offset calculation for the EBR partitions.ae2012-08-061-1/+1
* Introduce new API to work with disks from the loader's drivers.ae2012-08-053-695/+211
* Create the interface to work with various partition tables from theae2012-08-052-0/+921
* Don't return an error if a kld does not contain any modules (e.g. ajhb2012-06-202-2/+2
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventgleb2012-05-251-7/+9
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-241-1/+1
* zfs boot: try to set vfs.root.mountfrom from currdev as a fallbackavg2012-05-121-2/+16
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-121-0/+3
* sys/boot: add common CTASSERT definitionavg2012-05-091-0/+6
* Add multiple inclusion protection.marius2012-04-291-0/+5
* Read backup GPT header from the last LBA only when primary GPT header andae2012-04-121-7/+7
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Remove second consts in r233288 in order to appease C++ compilers.marius2012-03-261-1/+1
* Declare the CRC lookup-tables const as they hardly should change atmarius2012-03-211-1/+1
* Declare some variables static in order to reduce the object size andmarius2012-03-181-31/+18
OpenPOWER on IntegriCloud