Skip to content
Snippets Groups Projects
  1. May 13, 2016
  2. Apr 20, 2016
  3. Apr 04, 2016
  4. Mar 13, 2016
  5. Mar 12, 2016
  6. Feb 02, 2016
  7. Aug 27, 2015
  8. Aug 16, 2015
  9. Jul 24, 2015
  10. Jul 17, 2015
    • Yuri Kunde Schlesner's avatar
      Ensure all kernel objects are released during shutdown · dc39d069
      Yuri Kunde Schlesner authored
      This commit fixes several kernel object leaks. The most severe of them
      was threads not being removed from the private handle table used for
      CoreTiming events. This resulted in Threads never being released, which
      in turn held references to Process, causing CodeSets to never be freed
      when loading other applications.
      dc39d069
  11. Jul 12, 2015
  12. Jun 22, 2015
  13. May 29, 2015
  14. May 16, 2015
  15. May 10, 2015
  16. May 07, 2015
  17. May 01, 2015
  18. Apr 09, 2015
  19. Apr 03, 2015
  20. Mar 04, 2015
    • Subv's avatar
      Services: Moved the PTM and APT services to their own folder · 83a8975c
      Subv authored
      This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs.
      
      Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
      83a8975c
Loading