1. 20 Apr, 2019 1 commit
  2. 19 Apr, 2019 5 commits
  3. 18 Apr, 2019 3 commits
  4. 17 Apr, 2019 10 commits
  5. 16 Apr, 2019 4 commits
  6. 15 Apr, 2019 5 commits
  7. 14 Apr, 2019 9 commits
  8. 13 Apr, 2019 3 commits
    • 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