Skip to content
Snippets Groups Projects
  1. Jul 23, 2018
  2. Mar 14, 2018
  3. Jan 01, 2018
  4. May 30, 2017
  5. May 29, 2017
  6. May 25, 2017
  7. Jan 05, 2017
  8. Jan 04, 2017
  9. Dec 16, 2016
  10. Dec 14, 2016
  11. Dec 10, 2016
  12. Dec 09, 2016
  13. Dec 07, 2016
  14. Dec 04, 2016
  15. Nov 20, 2016
  16. Sep 22, 2016
  17. Sep 21, 2016
  18. Sep 18, 2016
  19. Aug 16, 2015
  20. Jun 27, 2015
  21. Jun 17, 2015
  22. May 15, 2015
    • Subv's avatar
      Core/ResourceLimits: Implemented the basic structure of ResourceLimits. · d3634d4b
      Subv authored
      Implemented svcs GetResourceLimit, GetResourceLimitCurrentValues and GetResourceLimitLimitValues.
      
      Note that the resource limits do not currently keep track of used objects, since we have no way to distinguish between an object created by the application, and an object created by some HLE module once we're inside Kernel::T::Create.
      d3634d4b
  23. May 11, 2015
  24. May 09, 2015
  25. May 07, 2015
  26. May 01, 2015
  27. Apr 09, 2015
  28. Feb 12, 2015
  29. Feb 11, 2015
    • archshift's avatar
      Asserts: break/crash program, fit to style guide; log.h->assert.h · ef24e72b
      archshift authored
      Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
      As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)
      
      Also removed some GEKKO cruft.
      ef24e72b
  30. Feb 10, 2015
    • Kevin Hartman's avatar
      Scheduler refactor Pt. 1 · 5fcbfc06
      Kevin Hartman authored
      * Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid
      for a thread at any given point in the system.
      * Removes dead code from thread.cpp.
      * Moves the implementation of resetting a ThreadContext to the corresponding core's implementation.
      
      Other changes:
      * Fixed comments in arm interfaces.
      * Updated comments in thread.cpp
      * Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp.
      * Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation.
      5fcbfc06
Loading