aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Add windows supportHEADmasterJoseph Hunkeler2023-04-301-1/+1
|
* bugfix: initialize device_count to zeroJoseph Hunkeler2023-04-261-0/+1
|
* Use static storageJoseph Hunkeler2023-04-261-4/+14
| | | | | | * Almost everything returned by the system is immutable * Fixed block_device array initialization and alphabetical sorting * Free memory where possible
* RefactorJoseph Hunkeler2023-04-231-367/+5
| | | | Split linux, darwin, and x86 into separate modules
* Handle /etc/os-release and /sys/block data more gracefullyJoseph Hunkeler2023-04-211-32/+21
| | | | * Do not fail on the first sign of an error
* Was supposed to check for < 2, not < 0x80000004Joseph Hunkeler2023-04-211-3/+3
|
* Initial commitJoseph Hunkeler2023-04-211-0/+438