Histórico de Commits

Autor SHA1 Mensagem Data
  Gunnar Beutner 13a14b3112 LibELF: Fix loading libs with a .text segment that's not page-aligned há 4 anos atrás
  Gunnar Beutner ea8ff03475 LibELF: Fix loading objects with a non-zero load base há 4 anos atrás
  Gunnar Beutner 371c852fc0 LibELF: Swap the arguments for negative_offset_from_tls_block_end há 4 anos atrás
  Gunnar Beutner 251eaad8f0 LibELF: Fix relocation support for 'static __thread' variables há 4 anos atrás
  Gunnar Beutner 5f6ee4c539 LibELF: Save the negative TLS offset in m_tls_offset há 4 anos atrás
  Gunnar Beutner a0a38e1e84 LibELF: Implement TLS relocation support for x86_64 há 4 anos atrás
  Gunnar Beutner f9a8c6f053 LibELF: Implement support for RELA relocations há 4 anos atrás
  Gunnar Beutner 1f93ffcd72 LibELF: Simplify ELF load address calculations há 4 anos atrás
  Gunnar Beutner 2dbd3f83c1 LibELF: Fix incorrect error message há 4 anos atrás
  Gunnar Beutner d3127efc01 LibELF: Implement PLT relocations for x86_64 há 4 anos atrás
  Gunnar Beutner 5afec84cc2 LibELF: Add stub for R_X86_64_TPOFF64 há 4 anos atrás
  Gunnar Beutner 811f9d562d LibELF: Make sure the mmap() regions are large enough há 4 anos atrás
  Gunnar Beutner 0cb937416b Meta: Install 64-bit libgcc_s.so for x86_64 targets há 4 anos atrás
  Gunnar Beutner 158355e0d7 Kernel+LibELF: Add support for validating and loading ELF64 executables há 4 anos atrás
  Andrew Kaster 7b4dc590e7 AK+Userland: Use akaster@serenityos.org for my copyright headers há 4 anos atrás
  Nicholas Baron aa4d41fe2c AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue` há 4 anos atrás
  Gunnar Beutner 0ab37dbd03 LibELF: Propagate ELF image validation errors to the caller há 4 anos atrás
  Gunnar Beutner a050b43290 LibELF: Implement x86_64 relocation support há 4 anos atrás
  Itamar 101ac45c1a LibELF: Change TLS offset calculation há 4 anos atrás
  Itamar 6bbd2ebf83 Kernel+LibELF: Support initializing values of TLS data há 4 anos atrás
  Itamar db76702d71 LibELF: Rename tls_size to tls_size_of_current_object há 4 anos atrás
  Itamar 1c24388d74 LibELF: Extract TLS offset calculation logic to separate function há 4 anos atrás
  Gunnar Beutner f40ee1b03f LibC+LibELF: Implement more fully-features dlfcn functionality há 4 anos atrás
  Gunnar Beutner f74b8a2d1f LibELF: Avoid calculating symbol hashes when we don't need them há 4 anos atrás
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Gunnar Beutner 6c729993a8 LibELF: Allow shared objects which don't have a text segment há 4 anos atrás
  Gunnar Beutner c32b58873a LibELF: Fix calculation for TLS relocations há 4 anos atrás
  Gunnar Beutner 1dab5ca5fd LibELF: Fix support for relocating weak symbols há 4 anos atrás
  Gunnar Beutner 97d7450571 LibELF: Remove VERIFY() calls and let control flow return to the caller há 4 anos atrás