index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibELF
Age
Commit message (
Expand
)
Author
2021-02-24
LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC
Andreas Kling
2021-02-24
LibELF: Convert more string literals to StringView literals.
Brian Gianforcaro
2021-02-24
LibELF: Use StringView literal syntax to build section names.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
LibELF: Inline DynamicObject::hash_section()
Andreas Kling
2021-02-23
LibELF: Don't build barely-used section lookup table in ELF::Image
Andreas Kling
2021-02-23
LibELF: Avoid doing strlen() on everything while iterating GNU hash
Andreas Kling
2021-02-23
LibELF: Rename lookup_elf_symbol() => lookup_sysv_symbol()
Andreas Kling
2021-02-23
LibELF: Avoid calling strlen() in DynamicObject::hash_section()
Andreas Kling
2021-02-23
LibELF: Don't recompute the same ELF hashes over and over
Andreas Kling
2021-02-23
LibELF: Remove an ungodly amount of DYNAMIC_LOAD_DEBUG logging
Andreas Kling
2021-02-23
LibELF: Move ELF hash functions to their own file (and make constexpr)
Andreas Kling
2021-02-21
LibELF: Fix build with ELF_IMAGE_DEBUG
Andreas Kling
2021-02-21
LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader
Andreas Kling
2021-02-21
LibELF: Make SymbolLookupResult::address a VirtualAddress
Andreas Kling
2021-02-21
LibELF: Simplify DynamicObject::Symbol class a bit
Andreas Kling
2021-02-21
LibELF: Make symbol lookup functions return Optional<Symbol>
Andreas Kling
2021-02-21
LibELF: Remove "always bind now" global flag
Andreas Kling
2021-02-21
LibELF+DynamicLoader: Rename DynamicObject::construct() => create()
Andreas Kling
2021-02-21
LibELF: Fix various clang-tidy warnings
Andreas Kling
2021-02-20
LibELF: Use StringView instead of "const char*" in dynamic linker code
Andreas Kling
2021-02-20
DynamicLoader: Always make .data segment read+write
Andreas Kling
2021-02-19
LibC: Remove text relocation
Andreas Kling
2021-02-19
DynamicLoader+Userland: Enable RELRO for shared libraries as well :^)
Andreas Kling
2021-02-18
LibELF+Userland: Enable RELRO for all userland executables :^)
Andreas Kling
2021-02-18
DynamicLoader: Some ELF data segments were allocated too small
Andreas Kling
2021-02-13
LibELF: Unmap and close the main executable after dynamic load
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
Everywhere: Fix obvious dbgln() bugs
AnotherTest
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-05
LibELF: Only set up PLT trampoline for objects with a PLT
Andreas Kling
2021-02-04
LibELF: Randomize the VM reservation (so we don't break ASLR)
Andreas Kling
2021-02-03
LibELF: Make a dummy VM reservation before mapping dynamic objects
Andreas Kling
2021-02-03
LibELF: Remove dynamic loader syscall exception for libkeyboard.so
Andreas Kling
2021-02-03
LibC+LibELF: Run clang-format
Andreas Kling
2021-02-02
LibELF: Make syscall region exceptions for UE and libkeyboard.so
Andreas Kling
2021-02-02
LibELF: Mark libc.so and libpthread.so as syscall regions
Andreas Kling
2021-02-01
LibELF: Close dynamic objects after mapping and linking them
Andreas Kling
2021-01-31
LibELF: Split the DynamicLoader's loading mechanism into two steps
Andreas Kling
2021-01-31
LibELF: Assert on multiple calls to DynamicLoader::load_from_image()
Andreas Kling
2021-01-31
LibELF: Don't validate ELF twice in DynamicLoader
Andreas Kling
2021-01-31
LibELF: Call mmap() before constructing the DynamicLoader object
Andreas Kling
2021-01-30
LibELF: Add a bunch of overflow checks in ELF validation
Andreas Kling
2021-01-30
LibELF: Avoid quadratic memory usage weakness
Ben Wiederhake
2021-01-30
DynamicLoader: load_program_headers use variables to store regions (#5173)
Jorropo
2021-01-29
LibELF: Map text segments read-only at first
Andreas Kling
2021-01-29
LibELF: Tidy up DynamicLoader::load_program_headers() a bit
Andreas Kling
2021-01-29
LibELF: perror on failed mmap in load_program_headers (#5159)
Jorropo
2021-01-28
LibELF: Implement ASLR for shared libraries :^)
Andreas Kling
2021-01-27
DynamicLoader: Pass MAP_FIXED to mmap() where applicable
Andreas Kling
[prev]
[next]