summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPartition/MBRPartitionTable.cpp
AgeCommit message (Expand)Author
2023-02-21LibPartition: Make Kernel parts const-correct re: StorageDevice&Andreas Kling
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2022-07-21LibPartition: Fix end block off by one errorSamuel Bowman
2022-07-21LibPartition: Make MBRPartitionTable kernel/userland agnosticSamuel Bowman
2022-07-21Kernel+LibPartition: Move MBRPartitionTable into LibPartitionSamuel Bowman