summaryrefslogtreecommitdiff
path: root/Kernel/Devices/MBRPartitionTable.h
AgeCommit message (Expand)Author
2019-07-11Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.Andreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-21AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-02Kernel: Implement MBR partition loader (#168)Conrad Pankoff