aboutsummaryrefslogtreecommitdiff
path: root/stand/common/md.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* loader: md: Use default func for fmtdev and parsedevEmmanuel Vadot2023-01-271-2/+0
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2023-01-241-0/+1
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2023-01-241-0/+1
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2023-01-241-0/+1
* stand: Use c99 structure initialization for md deviceWarner Losh2023-01-241-9/+8
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+157