Cronologia Commit

Autore SHA1 Messaggio Data
  Gunnar Beutner 371c852fc0 LibELF: Swap the arguments for negative_offset_from_tls_block_end 4 anni fa
  Gunnar Beutner 5f6ee4c539 LibELF: Save the negative TLS offset in m_tls_offset 4 anni fa
  Gunnar Beutner 158355e0d7 Kernel+LibELF: Add support for validating and loading ELF64 executables 4 anni fa
  Andrew Kaster 7b4dc590e7 AK+Userland: Use akaster@serenityos.org for my copyright headers 4 anni fa
  Itamar 101ac45c1a LibELF: Change TLS offset calculation 4 anni fa
  Itamar 6bbd2ebf83 Kernel+LibELF: Support initializing values of TLS data 4 anni fa
  Itamar db76702d71 LibELF: Rename tls_size to tls_size_of_current_object 4 anni fa
  Itamar 1c24388d74 LibELF: Extract TLS offset calculation logic to separate function 4 anni fa
  Gunnar Beutner f40ee1b03f LibC+LibELF: Implement more fully-features dlfcn functionality 4 anni fa
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
  Gunnar Beutner 1dab5ca5fd LibELF: Fix support for relocating weak symbols 4 anni fa
  Gunnar Beutner 6cb28ecee8 LibC+LibELF: Implement support for the dl_iterate_phdr helper 4 anni fa
  Gunnar Beutner cd7512a2ad LibELF: Add support for loading objects with multiple data and text segments 4 anni fa
  Andreas Kling 79889ef052 LibELF: Consolidate main executable loading a bit 4 anni fa
  Andreas Kling f23b29f605 LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader 4 anni fa
  Andreas Kling 01f1e480e5 LibELF: Fix various clang-tidy warnings 4 anni fa
  Andreas Kling 0c0127dc3f LibELF: Use StringView instead of "const char*" in dynamic linker code 4 anni fa
  Andreas Kling 08476e7fe7 DynamicLoader: Always make .data segment read+write 4 anni fa
  Andreas Kling fa4c249425 LibELF+Userland: Enable RELRO for all userland executables :^) 4 anni fa
  Andreas Kling 0d3866e84c DynamicLoader: Some ELF data segments were allocated too small 4 anni fa
  Andreas Kling e313323317 LibELF: Split the DynamicLoader's loading mechanism into two steps 4 anni fa
  Andreas Kling 68576bcf1b LibELF: Call mmap() before constructing the DynamicLoader object 4 anni fa
  Andreas Kling adcc1c1eff LibELF: Cache the DynamicObject in DynamicLoader 4 anni fa
  Andreas Kling 41d8734288 LibELF: Use Optional<SymbolLookupResult> as a return type 4 anni fa
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 anni fa