aboutsummaryrefslogtreecommitdiff
path: root/stand/common/part.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-08-061-100/+0
* loader: variable i is unused without MBR/GPT support built inToomas Soome2020-06-161-3/+2
* loader: remove libsa/crc32.c and use version from zlibToomas Soome2020-03-191-4/+4
* loader: misaligned access of dos_partition structureToomas Soome2020-03-191-1/+7
* loader: add support for hybrid PMBR for GPT partition tableToomas Soome2019-11-151-14/+9
* loader: show APFS partition type nameToomas Soome2019-11-041-0/+4
* Remove NAND and NANDFS supportWarner Losh2019-06-251-8/+0
* loader: use DPRINTF in biosdisk.c and define safe DPRINTFToomas Soome2019-05-091-1/+1
* stand: Improve some debugging experienceKyle Evans2019-03-121-35/+35
* loader: ptable_close() should check its argumentToomas Soome2019-02-181-0/+3
* loader: ptable_open() check for ptable_cd9660read result is wrongToomas Soome2018-11-071-4/+6
* loader: always set media size from partition.Toomas Soome2018-11-071-2/+1
* Add an ISO9660 "partition table" type to loader.Benno Rice2018-04-051-0/+47
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+898