Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add windows supportHEADmaster | Joseph Hunkeler | 2023-04-30 | 1 | -0/+19 |
| | |||||
* | bugfix: remove null pointer check because it will always evaluate as true ↵ | Joseph Hunkeler | 2023-04-26 | 1 | -2/+2 |
| | | | | with static character string | ||||
* | Use static storage | Joseph Hunkeler | 2023-04-26 | 1 | -15/+5 |
| | | | | | | * 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 | -0/+117 |
Split linux, darwin, and x86 into separate modules |