summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/disk.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-9/+18
* 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-291-34/+178
* Make the loader a bit smarter, when it tries to open disk and the sliceae2012-09-281-9/+11
* Rework r239232 to unbreak ZFS detection on MBR slices.ae2012-08-151-10/+18
* 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-131-3/+9
* Add more debug messages.ae2012-08-121-1/+6
* Introduce new API to work with disks from the loader's drivers.ae2012-08-051-686/+188
* With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we wouldpjd2011-10-201-2/+3
* Fix missing return when LOADER_GPT_SUPPORT is defined, but LOADER_MBR_SUPPORTpjd2011-10-191-1/+1
* Fix r223695 to compile on architectures which don't use the MBR scheme; wrapmarius2011-07-011-5/+16
* Add a version of the FreeBSD bootloader which can run in userland, packageddfr2011-06-301-0/+788
OpenPOWER on IntegriCloud