Historique des commits

Auteur SHA1 Message Date
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Tim Schumacher d0d494a151 LibELF: Drop the separate file name member from DynamicLoader il y a 2 ans
  Tim Schumacher e2c55ee0a8 LibC: Move `dlfcn_integration.h` to the `bits` directory il y a 2 ans
  Tim Schumacher 27bfb81702 Everywhere: Refer to `dlfcn*.h` by its non-prefixed name il y a 2 ans
  Tim Schumacher 3f59cb5e70 LibELF: Copy the entire TLS segment instead of each symbol one-by-one il y a 3 ans
  Idan Horowitz 753844ec96 LibELF: Take TLS segment alignment into account in DynamicLoader il y a 3 ans
  Tim Schumacher 6732fec8b8 LibELF: Warn on self-dlopening libraries while initializing il y a 3 ans
  Tim Schumacher 082a7baa3b LibELF: Check if initializers ran instead of trusting s_global_objects il y a 3 ans
  Tim Schumacher c1d8612eb5 LibELF: Store DynamicLoader ELF images using an OwnPtr il y a 3 ans
  Tim Schumacher 89da0f2da5 LibELF: Name library maps with the full file path il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Brian Gianforcaro 7d667b9f69 LibELF: Remove unused m_program_interpreter member from DynamicLoader il y a 3 ans
  Tim Schumacher 7bd0a3e9ba DynamicLoader: Make the cached DynamicObject publicly accessible il y a 3 ans
  Daniel Bertalan 3974cac148 LibELF: Implement support for DT_RELR relative relocations il y a 3 ans
  Gunnar Beutner 371c852fc0 LibELF: Swap the arguments for negative_offset_from_tls_block_end il y a 4 ans
  Gunnar Beutner 5f6ee4c539 LibELF: Save the negative TLS offset in m_tls_offset il y a 4 ans
  Gunnar Beutner 158355e0d7 Kernel+LibELF: Add support for validating and loading ELF64 executables il y a 4 ans
  Andrew Kaster 7b4dc590e7 AK+Userland: Use akaster@serenityos.org for my copyright headers il y a 4 ans
  Itamar 101ac45c1a LibELF: Change TLS offset calculation il y a 4 ans
  Itamar 6bbd2ebf83 Kernel+LibELF: Support initializing values of TLS data il y a 4 ans
  Itamar db76702d71 LibELF: Rename tls_size to tls_size_of_current_object il y a 4 ans
  Itamar 1c24388d74 LibELF: Extract TLS offset calculation logic to separate function il y a 4 ans
  Gunnar Beutner f40ee1b03f LibC+LibELF: Implement more fully-features dlfcn functionality il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Gunnar Beutner 1dab5ca5fd LibELF: Fix support for relocating weak symbols il y a 4 ans
  Gunnar Beutner 6cb28ecee8 LibC+LibELF: Implement support for the dl_iterate_phdr helper il y a 4 ans
  Gunnar Beutner cd7512a2ad LibELF: Add support for loading objects with multiple data and text segments il y a 4 ans
  Andreas Kling 79889ef052 LibELF: Consolidate main executable loading a bit il y a 4 ans
  Andreas Kling f23b29f605 LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader il y a 4 ans
  Andreas Kling 01f1e480e5 LibELF: Fix various clang-tidy warnings il y a 4 ans