aboutsummaryrefslogtreecommitdiff
path: root/darwin.c
Commit message (Collapse)AuthorAgeFilesLines
* darwin: implement get_block_devicesJoseph Hunkeler2023-04-261-1/+47
|
* Use static storageJoseph Hunkeler2023-04-261-2/+2
| | | | | | * Almost everything returned by the system is immutable * Fixed block_device array initialization and alphabetical sorting * Free memory where possible
* Fix up darwinJoseph Hunkeler2023-04-231-9/+9
|
* RefactorJoseph Hunkeler2023-04-231-0/+38
Split linux, darwin, and x86 into separate modules