Skip to content
Snippets Groups Projects
  1. Apr 04, 2019
  2. Apr 03, 2019
  3. Apr 02, 2019
    • Lioncash's avatar
      kernel/svc: Implement svcGetThreadList · 28719ee3
      Lioncash authored
      Similarly like svcGetProcessList, this retrieves the list of threads
      from the current process. In the kernel itself, a process instance
      maintains a list of threads, which are used within this function.
      
      Threads are registered to a process' thread list at thread
      initialization, and unregistered from the list upon thread destruction
      (if said thread has a non-null owning process).
      
      We assert on the debug event case, as we currently don't implement
      kernel debug objects.
      28719ee3
    • Lioncash's avatar
      kernel/svc: Implement svcGetProcessList · cb2bce80
      Lioncash authored
      This service function simply copies out a specified number of kernel
      process IDs, while simultaneously reporting the total number of
      processes.
      cb2bce80
    • ReinUsesLisp's avatar
      process: Fix up compilation · 592a24ae
      ReinUsesLisp authored
      592a24ae
  4. Apr 01, 2019
  5. Mar 30, 2019
  6. Mar 29, 2019
  7. Mar 28, 2019
  8. Mar 27, 2019
Loading