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-10-10
LibELF: Use member initialization for AuxiliaryVector::optional_string
Brian Gianforcaro
2021-10-06
LibELF: Fix dynamic linking of dlopen()-ed libs
Rodrigo Tobar
2021-09-26
LibELF: Indicate value of unimplemented dtag
Rodrigo Tobar
2021-09-26
LibC+LibELF: Add definitions for extra dtags
Rodrigo Tobar
2021-09-26
LibELF+readelf: Remove duplicated dtag->string map
Rodrigo Tobar
2021-09-16
LibELF: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-07
LibELF: Use StringView to carry temporary strings in auxiliary vector
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-04
LibELF: Name non-executable map regions ".rodata" instead of ".text"
Andreas Kling
2021-09-01
LibELF: Don't copy read-only data sections
Andreas Kling
2021-08-31
LibELF: Allow (but ignore) PT_LOAD headers with zero size
Andreas Kling
2021-08-28
LibELF: Apply some minor optimizations to symbol lookup
Brian Gianforcaro
2021-08-28
CMake: Let `Meta/serenity.sh run aarch64` make it past cmake
Nico Weber
2021-08-28
LibELF: Reindent .S files to be consistent with other .S files
Nico Weber
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling
2021-08-12
LibELF+LibTest: Fix incorrect #ifdef
Gunnar Beutner
2021-08-09
LibELF: Remove `(FlatPtr)something.as_ptr()` idiom
Daniel Bertalan
2021-08-09
LibELF: Fix 'applying offset produced null pointer' UBSAN failure
Daniel Bertalan
2021-07-27
LibELF: Fix unaligned writes in the relocation code
Gunnar Beutner
2021-07-27
DynamicLoader+LibELF: Move self-relocation code into a separate file
Gunnar Beutner
2021-07-22
LibELF+Utilities: Avoid truncating 64-bit values
Gunnar Beutner
2021-07-16
LibELF/DynamicLinker: Evaluate symbols in library insertion order (#8802)
Peter Bindels
2021-07-13
Userland: Prefer using ARCH() over __LP64__
Gunnar Beutner
2021-07-10
LibELF: Make sure calls to _fixup_plt_entry use a properly aligned stack
Gunnar Beutner
2021-07-10
Kernel+Userland: Make the stack alignment comply with the System V ABI
Gunnar Beutner
2021-07-07
LibELF: Fix syscall regions for .text segments with a non-zero offset
Daniel Bertalan
2021-07-07
LibELF: Fix loading libs with a .text segment that's not page-aligned
Gunnar Beutner
2021-07-06
Kernel+LibELF: Don't demangle symbols in the kernel
Gunnar Beutner
2021-07-04
LibELF: Fix loading objects with a non-zero load base
Gunnar Beutner
2021-07-04
LibELF: Swap the arguments for negative_offset_from_tls_block_end
Gunnar Beutner
2021-07-04
LibELF: Fix relocation support for 'static __thread' variables
Gunnar Beutner
2021-07-04
LibELF: Save the negative TLS offset in m_tls_offset
Gunnar Beutner
2021-07-04
LibELF: Implement TLS relocation support for x86_64
Gunnar Beutner
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
LibELF: Use StringView literal to avoid string allocations
Brian Gianforcaro
2021-07-01
LibELF: Check for missing PT_LOAD alignment header value
Idan Horowitz
2021-07-01
LibELF: Implement support for RELA relocations
Gunnar Beutner
2021-07-01
LibELF: Simplify ELF load address calculations
Gunnar Beutner
2021-07-01
LibELF: Fix incorrect error message
Gunnar Beutner
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-29
LibELF: Implement PLT relocations for x86_64
Gunnar Beutner
2021-06-29
LibELF: Add stub for R_X86_64_TPOFF64
Gunnar Beutner
2021-06-29
LibELF: Make sure the mmap() regions are large enough
Gunnar Beutner
2021-06-29
LibELF: Use correct accessor macros on x86_64 for some ELF fields
Gunnar Beutner
2021-06-29
LibELF: Implement GNU hash section lookups for x86_64
Gunnar Beutner
2021-06-29
LibELF: Don't validate PT_LOAD alignment in ET_CORE files
Andreas Kling
2021-06-28
Meta: Install 64-bit libgcc_s.so for x86_64 targets
Gunnar Beutner
2021-06-28
Kernel: Properly set up the userland context for new processes on x86_64
Gunnar Beutner
2021-06-28
Kernel+LibELF: Add support for validating and loading ELF64 executables
Gunnar Beutner
2021-06-24
LibELF: Fix missing include
Hendiadyoin1
[next]