summaryrefslogtreecommitdiff
path: root/Userland/Utilities/blockdev.cpp
AgeCommit message (Collapse)Author
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23blockdev: Port to LibMainfaxe1008
2021-10-09Utilities: Add way to get a storage devices block size in blockdevDavid Isaksson
2021-10-09Utilities: Add blockdev utilityDavid Isaksson
This new utility queries a block device for its size via the newly introduced ioctl STORAGE_DEVICE_GET_SIZE request.