Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 713b3b36be DynamicLoader+Userland: Enable RELRO for shared libraries as well :^) hace 4 años
  Andreas Kling 40a5487bab LibELF: Unmap and close the main executable after dynamic load hace 4 años
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) hace 4 años
  Andreas Kling e87eac9273 Userland: Add LibSystem and funnel all syscalls through it hace 4 años
  Andreas Kling c9cd5ff6bb LibELF: Remove dynamic loader syscall exception for libkeyboard.so hace 4 años
  Andreas Kling db1c6cf9cf LibC+LibELF: Run clang-format hace 4 años
  Andreas Kling 603d36c599 LibELF: Make syscall region exceptions for UE and libkeyboard.so hace 4 años
  Andreas Kling df7ddfb803 LibELF: Mark libc.so and libpthread.so as syscall regions hace 4 años
  Andreas Kling e313323317 LibELF: Split the DynamicLoader's loading mechanism into two steps hace 4 años
  Andreas Kling 68576bcf1b LibELF: Call mmap() before constructing the DynamicLoader object hace 4 años
  Andreas Kling 41d8734288 LibELF: Use Optional<SymbolLookupResult> as a return type hace 4 años
  Andreas Kling a5de46684b LibELF: Convert String::format() to String::formatted() hace 4 años
  Andreas Kling 98e4e2aae3 LibELF: Convert dbgprintf() in DynamicLinker class to dbgln() hace 4 años
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. hace 4 años
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ hace 4 años