Histórico de Commits

Autor SHA1 Mensagem Data
  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
  Andreas Kling 1997d5de1a LibELF: Make symbol lookup functions return Optional<Symbol> há 4 anos atrás
  Andreas Kling 46c3ff2acf LibELF: Remove "always bind now" global flag há 4 anos atrás
  Andreas Kling ba1eea9898 LibELF+DynamicLoader: Rename DynamicObject::construct() => create() há 4 anos atrás
  Andreas Kling 01f1e480e5 LibELF: Fix various clang-tidy warnings há 4 anos atrás
  Andreas Kling 0c0127dc3f LibELF: Use StringView instead of "const char*" in dynamic linker code há 4 anos atrás
  Andreas Kling 08476e7fe7 DynamicLoader: Always make .data segment read+write há 4 anos atrás
  Andreas Kling fa4c249425 LibELF+Userland: Enable RELRO for all userland executables :^) há 4 anos atrás
  Andreas Kling 0d3866e84c DynamicLoader: Some ELF data segments were allocated too small há 4 anos atrás
  Andreas Kling 40a5487bab LibELF: Unmap and close the main executable after dynamic load há 4 anos atrás
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) há 4 anos atrás
  AnotherTest 53ce923e10 Everywhere: Fix obvious dbgln() bugs há 4 anos atrás
  Andreas Kling 4df3a34bc2 LibELF: Only set up PLT trampoline for objects with a PLT há 4 anos atrás