aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/disk.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-432/+0
* loader ptblread() is broken with >512B sectorsToomas Soome2017-10-311-0/+6
* loader: want mechanism to avoid RA with bcacheToomas Soome2017-04-061-1/+6
* loader: remove open_disk cacheToomas Soome2017-03-161-175/+33
* loader: Implement disk_ioctl() to support DIOCGSECTORSIZE and DIOCGMEDIASIZE.Toomas Soome2017-02-061-6/+35
* loader: disk/part api needs to use uint64_t offsetsToomas Soome2017-02-011-6/+6
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-301-3/+3
* Fix several instances where the boot loader ignored pager_outputWarner Losh2016-05-181-6/+11
* A new implementation of the loader block cacheAllan Jude2016-04-181-3/+3
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootAllan Jude2016-03-161-1/+1
* Implement simple ops for umass_diskZbigniew Bodek2015-11-271-0/+36
* Rework bootparttest to use more code from sys/boot.Andrey V. Elsukov2014-10-051-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-211-9/+18
* 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-291-34/+178
* Make the loader a bit smarter, when it tries to open disk and the sliceAndrey V. Elsukov2012-09-281-9/+11
* Rework r239232 to unbreak ZFS detection on MBR slices.Andrey V. Elsukov2012-08-151-10/+18
* 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-131-3/+9
* Add more debug messages.Andrey V. Elsukov2012-08-121-1/+6
* Introduce new API to work with disks from the loader's drivers.Andrey V. Elsukov2012-08-051-686/+188
* With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we wouldPawel Jakub Dawidek2011-10-201-2/+3
* Fix missing return when LOADER_GPT_SUPPORT is defined, but LOADER_MBR_SUPPORTPawel Jakub Dawidek2011-10-191-1/+1
* Fix r223695 to compile on architectures which don't use the MBR scheme; wrapMarius Strobl2011-07-011-5/+16
* Add a version of the FreeBSD bootloader which can run in userland, packagedDoug Rabson2011-06-301-0/+788