index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
ELF
Age
Commit message (
Expand
)
Author
2019-09-27
Kernel: Make Region single-owner instead of ref-counted
Andreas Kling
2019-09-27
ELF: Make code a little more buildable on other platforms
Andreas Kling
2019-09-07
Kernel: Support thread-local storage
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-26
Kernel: Display virtual addresses as V%p instead of L%x
Andreas Kling
2019-08-06
ELFLoader: Remove an uninteresting debug log message
Andreas Kling
2019-07-18
ELFImage: Sprinkle some constification love
Robin Burchell
2019-07-09
Kernel: Move VirtualAddress.h into VM/
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-27
Kernel: Use a raw VM region for sorting ELF symbols instead of a Vector.
Andreas Kling
2019-06-07
ELF: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Rename LinearAddress => VirtualAddress.
Andreas Kling
2019-05-30
ELFLoader: Fix typo in segment naming.
Andreas Kling
2019-05-30
Kernel: Make the Process allocate_region* API's understand "int prot".
Andreas Kling
2019-05-23
Kernel/AK: Move ELF loader to AK
Robin Burchell