aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add windows supportHEADmasterJoseph Hunkeler2023-04-307-10/+202
|
* darwin: implement get_block_devicesJoseph Hunkeler2023-04-262-1/+50
|
* bugfix: remove null pointer check because it will always evaluate as true ↵Joseph Hunkeler2023-04-261-2/+2
| | | | with static character string
* bugfix: initialize device_count to zeroJoseph Hunkeler2023-04-261-0/+1
|
* Use static storageJoseph Hunkeler2023-04-265-42/+36
| | | | | | * 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-233-9/+13
|
* RefactorJoseph Hunkeler2023-04-238-368/+439
| | | | 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-213-0/+447
|
* Initial commitJoseph Hunkeler2023-04-212-0/+29