Skip to content
Snippets Groups Projects
  1. Apr 20, 2019
  2. Apr 19, 2019
  3. Apr 18, 2019
  4. Apr 17, 2019
  5. Apr 16, 2019
  6. Apr 15, 2019
  7. Apr 14, 2019
  8. Apr 13, 2019
    • Lioncash's avatar
      kernel/svc: Implement svcUnmapProcessCodeMemory · 4d293bb5
      Lioncash authored
      Essentially performs the inverse of svcMapProcessCodeMemory. This unmaps
      the aliasing region first, then restores the general traits of the
      aliased memory.
      
      What this entails, is:
      
      - Restoring Read/Write permissions to the VMA.
      - Restoring its memory state to reflect it as a general heap memory region.
      - Clearing the memory attributes on the region.
      4d293bb5
    • Lioncash's avatar
      kernel/svc: Implement svcMapProcessCodeMemory · 76a24656
      Lioncash authored
      This is utilized for mapping code modules into memory. Notably, the
      ldr service would call this in order to map objects into memory.
      76a24656
    • bunnei's avatar
      Merge pull request #2391 from lioncash/scope · b42595fa
      bunnei authored
      common/scope_exit: Replace std::move with std::forward in ScopeExit()
      b42595fa
Loading