summaryrefslogtreecommitdiff
path: root/stand/common/part.c
AgeCommit message (Expand)Author
2024-02-22libsa: Remove redundant sys/cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-26base: Remove support for the VTOC8 partitioning schemeMarius Strobl
2020-06-16loader: variable i is unused without MBR/GPT support built inToomas Soome
2020-03-19loader: remove libsa/crc32.c and use version from zlibToomas Soome
2020-03-19loader: misaligned access of dos_partition structureToomas Soome
2019-11-15loader: add support for hybrid PMBR for GPT partition tableToomas Soome
2019-11-04loader: show APFS partition type nameToomas Soome
2019-06-25Remove NAND and NANDFS supportWarner Losh
2019-05-09loader: use DPRINTF in biosdisk.c and define safe DPRINTFToomas Soome
2019-03-12stand: Improve some debugging experienceKyle Evans
2019-02-18loader: ptable_close() should check its argumentToomas Soome
2018-11-07loader: ptable_open() check for ptable_cd9660read result is wrongToomas Soome
2018-11-07loader: always set media size from partition.Toomas Soome
2018-04-05Add an ISO9660 "partition table" type to loader.Benno Rice
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh