aboutsummaryrefslogtreecommitdiff
path: root/common.h
Commit message (Collapse)AuthorAgeFilesLines
* Add windows supportHEADmasterJoseph Hunkeler2023-04-301-7/+12
|
* darwin: implement get_block_devicesJoseph Hunkeler2023-04-261-0/+3
|
* 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-0/+3
|
* RefactorJoseph Hunkeler2023-04-231-0/+55
Split linux, darwin, and x86 into separate modules