コミット履歴

作者 SHA1 メッセージ 日付
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
  Gunnar Beutner 1dab5ca5fd LibELF: Fix support for relocating weak symbols 4 年 前
  Gunnar Beutner 6cb28ecee8 LibC+LibELF: Implement support for the dl_iterate_phdr helper 4 年 前
  Gunnar Beutner cd7512a2ad LibELF: Add support for loading objects with multiple data and text segments 4 年 前
  Andreas Kling 79889ef052 LibELF: Consolidate main executable loading a bit 4 年 前
  Andreas Kling f23b29f605 LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader 4 年 前
  Andreas Kling 01f1e480e5 LibELF: Fix various clang-tidy warnings 4 年 前
  Andreas Kling 0c0127dc3f LibELF: Use StringView instead of "const char*" in dynamic linker code 4 年 前
  Andreas Kling 08476e7fe7 DynamicLoader: Always make .data segment read+write 4 年 前
  Andreas Kling fa4c249425 LibELF+Userland: Enable RELRO for all userland executables :^) 4 年 前
  Andreas Kling 0d3866e84c DynamicLoader: Some ELF data segments were allocated too small 4 年 前
  Andreas Kling e313323317 LibELF: Split the DynamicLoader's loading mechanism into two steps 4 年 前
  Andreas Kling 68576bcf1b LibELF: Call mmap() before constructing the DynamicLoader object 4 年 前
  Andreas Kling adcc1c1eff LibELF: Cache the DynamicObject in DynamicLoader 4 年 前
  Andreas Kling 41d8734288 LibELF: Use Optional<SymbolLookupResult> as a return type 4 年 前
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年 前