summaryrefslogtreecommitdiff
path: root/AK/ELF
AgeCommit message (Expand)Author
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-27Kernel: Use a raw VM region for sorting ELF symbols instead of a Vector.Andreas Kling
2019-06-07ELF: Run clang-format on everything.Andreas Kling
2019-06-07Kernel: Rename LinearAddress => VirtualAddress.Andreas Kling
2019-05-30ELFLoader: Fix typo in segment naming.Andreas Kling
2019-05-30Kernel: Make the Process allocate_region* API's understand "int prot".Andreas Kling
2019-05-23Kernel/AK: Move ELF loader to AKRobin Burchell