summaryrefslogtreecommitdiff
path: root/stand/common/disk.c
AgeCommit message (Expand)Author
2025-11-10stand: Try to parse vdisk correctlyWarner Losh
2025-09-02Revert "stand: Use calloc instead of malloc for initialization of filesystem ...Warner Losh
2025-09-01stand: Use calloc instead of malloc for initialization of filesystem devswnull
2024-02-22libsa: Remove redundant sys/cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-11-30stand: parsedev API change: devspec now points to start of full device nameWarner Losh
2022-11-30stand: Change disk_parsedev() APIWarner Losh
2022-08-11stand: Change disk_fmtdev to take a struct devdesc *Warner Losh
2022-07-25stand/disk: Trivial formatting nitWarner Losh
2019-06-06loader: disk_open() should honor D_PARTNONEToomas Soome
2019-05-09loader: use DPRINTF in biosdisk.c and define safe DPRINTFToomas Soome
2019-05-09loader: ptable_print() needs two tabs sometimesToomas Soome
2019-05-05loader: validate sectorsize argument in disk_open()Toomas Soome
2019-05-01Use D_PARTISGPT rather than bare 255Warner Losh
2019-04-25Restore the ability to open a raw disk or partition in loader(8).Ian Lepore
2019-03-24Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore
2019-03-12stand: Improve some debugging experienceKyle Evans
2019-02-17Garbage collection no-longer-used constant.Ian Lepore
2019-02-17Make lsdev -v output line up in neat columns by using a fixed width forIan Lepore
2019-02-17Use a couple local variables to avoid repetitive long expressions thatIan Lepore
2019-02-17Restore loader(8)'s ability for lsdev to show partitions within a bsd slice.Ian Lepore
2018-11-07loader: always set media size from partition.Toomas Soome
2018-07-03stand/common/disk.c: dev->d_offset still needs to be set to 0Allan Jude
2018-07-02stand/common/disk.c: Read partition table relative to the start of the diskAllan Jude
2018-06-17stand/common/disk.c: Update debug printfAllan Jude
2018-04-05Add an ISO9660 "partition table" type to loader.Benno Rice
2018-03-12Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh