1. 12 Oct, 2018 1 commit
    • Lioncash's avatar
      kernel/process: Make CodeSet a regular non-inherited object · 1abed2f4
      Lioncash authored
      These only exist to ferry data into a Process instance and end up going
      out of scope quite early. Because of this, we can just make it a plain
      struct for holding things and just std::move it into the relevant
      function. There's no need to make this inherit from the kernel's Object
      type.
      1abed2f4
  2. 11 Oct, 2018 9 commits
  3. 10 Oct, 2018 8 commits
  4. 09 Oct, 2018 22 commits