Histórico de Commits

Autor SHA1 Mensagem Data
  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
  Gunnar Beutner 6cb28ecee8 LibC+LibELF: Implement support for the dl_iterate_phdr helper há 4 anos atrás
  Gunnar Beutner cd7512a2ad LibELF: Add support for loading objects with multiple data and text segments há 4 anos atrás
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) há 4 anos atrás
  Andreas Kling 79889ef052 LibELF: Consolidate main executable loading a bit há 4 anos atrás
  Andreas Kling 7db8ccc0e4 LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC há 4 anos atrás
  Brian Gianforcaro 069fd58381 LibELF: Convert more string literals to StringView literals. há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás
  Andreas Kling d6af3302e8 LibELF: Don't recompute the same ELF hashes over and over há 4 anos atrás
  Andreas Kling af6a633468 LibELF: Remove an ungodly amount of DYNAMIC_LOAD_DEBUG logging há 4 anos atrás
  Andreas Kling f23b29f605 LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader há 4 anos atrás
  Andreas Kling a43910acc3 LibELF: Make SymbolLookupResult::address a VirtualAddress há 4 anos atrás