Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add windows supportHEADmaster | Joseph Hunkeler | 2023-04-30 | 1 | -1/+1 |
| | |||||
* | bugfix: initialize device_count to zero | Joseph Hunkeler | 2023-04-26 | 1 | -0/+1 |
| | |||||
* | Use static storage | Joseph Hunkeler | 2023-04-26 | 1 | -4/+14 |
| | | | | | | * Almost everything returned by the system is immutable * Fixed block_device array initialization and alphabetical sorting * Free memory where possible | ||||
* | Refactor | Joseph Hunkeler | 2023-04-23 | 1 | -367/+5 |
| | | | | 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 | 1 | -0/+438 |