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