aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/part.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-898/+0
* Fix BSD label partition end sector calculation.Oleg Bulyzhin2017-08-171-1/+1
* loader: part.c cstyle cleanupToomas Soome2017-04-061-22/+22
* Wrap bootcamp DEBUG statement with curly bracesEnji Cooper2017-03-281-1/+2
* loader: Implement disk_ioctl() to support DIOCGSECTORSIZE and DIOCGMEDIASIZE.Toomas Soome2017-02-061-0/+33
* loader: disk/part api needs to use uint64_t offsetsToomas Soome2017-02-011-1/+1
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-081-4/+4
* Fix several instances where the boot loader ignored pager_outputWarner Losh2016-05-181-2/+4
* sys/boot: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-5/+6
* sys/boot: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Enable warnings in EFI boot codeSteven Hartland2016-01-121-6/+6
* Make detection of GPT a bit more reliable.Andrey V. Elsukov2015-12-101-1/+6
* Add a bit more debug messages.Andrey V. Elsukov2014-10-051-0/+5
* Add GUID of FreeBSD slice to GPT scheme.Andrey V. Elsukov2014-10-031-0/+3
* Since the size of GPT entry may differ from the sizeof(struct gpt_ent),Andrey V. Elsukov2014-08-251-4/+4
* The size of the GPT table can not be less than one sector.Andrey V. Elsukov2014-08-241-4/+5
* When loader(8) inspects MBR, it chooses GPT as main partition table,Andrey V. Elsukov2014-03-211-8/+5
* Make the check for number of entries less strict.Andrey V. Elsukov2013-08-081-6/+9
* Add bootcamp support to the loader.Andrey V. Elsukov2013-02-101-3/+7
* The MBR data is not necessarily aligned. This is a problem on ARM.Tim Kientzle2012-09-141-2/+2
* 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
* 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
* Create the interface to work with various partition tables from theAndrey V. Elsukov2012-08-051-0/+839