summaryrefslogtreecommitdiff
path: root/Kernel/Devices/MBRPartitionTable.cpp
AgeCommit message (Expand)Author
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-08-30Kernel: Unbreak building with extra debug macros, part 2Ben Wiederhake
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-08Kernel: Merge unnecessary DiskDevice class into BlockDeviceAndreas Kling
2020-02-02Partition Table: Add support for Extended partitionsLiav A
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-10-07PartitionTable: Initial GPT Support, Adding Block Limitsupercomputer7
2019-07-11Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-08Kernel: Fix booting from "inactive" MBR partitionsConrad Pankoff
2019-06-02Kernel: Implement MBR partition loader (#168)Conrad Pankoff