aboutsummaryrefslogtreecommitdiff
path: root/stand/common/disk.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* stand: parsedev API change: devspec now points to start of full device nameWarner Losh2023-01-241-1/+1
* stand: Change disk_parsedev() APIWarner Losh2023-01-241-1/+6
* stand: Change disk_fmtdev to take a struct devdesc *Warner Losh2023-01-241-1/+4
* stand/disk: Trivial formatting nitWarner Losh2023-01-241-1/+1
* loader: disk_open() should honor D_PARTNONEToomas Soome2019-06-061-8/+16
* loader: use DPRINTF in biosdisk.c and define safe DPRINTFToomas Soome2019-05-091-1/+1
* loader: ptable_print() needs two tabs sometimesToomas Soome2019-05-091-6/+20
* loader: validate sectorsize argument in disk_open()Toomas Soome2019-05-051-0/+4
* Use D_PARTISGPT rather than bare 255Warner Losh2019-05-011-3/+3
* Restore the ability to open a raw disk or partition in loader(8).Ian Lepore2019-04-251-2/+14
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-241-14/+9
* stand: Improve some debugging experienceKyle Evans2019-03-121-9/+9
* Garbage collection no-longer-used constant.Ian Lepore2019-02-171-2/+0
* Make lsdev -v output line up in neat columns by using a fixed width forIan Lepore2019-02-171-7/+4
* Use a couple local variables to avoid repetitive long expressions thatIan Lepore2019-02-171-6/+7
* Restore loader(8)'s ability for lsdev to show partitions within a bsd slice.Ian Lepore2019-02-171-0/+7
* loader: always set media size from partition.Toomas Soome2018-11-071-3/+1
* stand/common/disk.c: dev->d_offset still needs to be set to 0Allan Jude2018-07-031-0/+1
* stand/common/disk.c: Read partition table relative to the start of the diskAllan Jude2018-07-021-9/+15
* stand/common/disk.c: Update debug printfAllan Jude2018-06-171-1/+1
* Add an ISO9660 "partition table" type to loader.Benno Rice2018-04-051-0/+3
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-121-15/+15
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+432