Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add windows supportHEADmaster | Joseph Hunkeler | 2023-04-30 | 7 | -10/+202 |
| | |||||
* | darwin: implement get_block_devices | Joseph Hunkeler | 2023-04-26 | 2 | -1/+50 |
| | |||||
* | bugfix: remove null pointer check because it will always evaluate as true ↵ | Joseph Hunkeler | 2023-04-26 | 1 | -2/+2 |
| | | | | with static character string | ||||
* | bugfix: initialize device_count to zero | Joseph Hunkeler | 2023-04-26 | 1 | -0/+1 |
| | |||||
* | Use static storage | Joseph Hunkeler | 2023-04-26 | 5 | -42/+36 |
| | | | | | | * Almost everything returned by the system is immutable * Fixed block_device array initialization and alphabetical sorting * Free memory where possible | ||||
* | Fix up darwin | Joseph Hunkeler | 2023-04-23 | 3 | -9/+13 |
| | |||||
* | Refactor | Joseph Hunkeler | 2023-04-23 | 8 | -368/+439 |
| | | | | Split linux, darwin, and x86 into separate modules | ||||
* | Handle /etc/os-release and /sys/block data more gracefully | Joseph Hunkeler | 2023-04-21 | 1 | -32/+21 |
| | | | | * Do not fail on the first sign of an error | ||||
* | Was supposed to check for < 2, not < 0x80000004 | Joseph Hunkeler | 2023-04-21 | 1 | -3/+3 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2023-04-21 | 3 | -0/+447 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2023-04-21 | 2 | -0/+29 |