Skip to content
Snippets Groups Projects
  1. Jan 05, 2017
  2. Dec 22, 2016
  3. Dec 17, 2016
  4. Dec 16, 2016
  5. Dec 14, 2016
  6. Dec 10, 2016
  7. Dec 09, 2016
  8. Dec 08, 2016
  9. Dec 07, 2016
  10. Dec 05, 2016
  11. Dec 04, 2016
  12. Dec 03, 2016
  13. Dec 01, 2016
    • Subv's avatar
      Fixed the rebase mistakes. · 2eceee3a
      Subv authored
      2eceee3a
    • Subv's avatar
      A bit of a redesign. · 009b15b3
      Subv authored
      Sessions and Ports are now detached from each other.
      HLE services are handled by means of a SessionRequestHandler class, Interface now inherits from this class.
      The File and Directory classes are no longer kernel objects, but SessionRequestHandlers instead, bound to a ServerSession when requested.
      File::OpenLinkFile now creates a new session pair and binds the File instance to it.
      009b15b3
    • Subv's avatar
      IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists. · c5e7e0fa
      Subv authored
      Pass the triggering ServerSession to the HLE command handler to differentiate which session caused the request.
      c5e7e0fa
    • Subv's avatar
      Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and... · c19afd21
      Subv authored
      Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class.
      
      Interface is now used by aggregation in ClientPort, to forward service commands to their HLE implementation if needed.
      c19afd21
    • Subv's avatar
      fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block... · 0a33d915
      Subv authored
      fixup!  Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
      0a33d915
    • Subv's avatar
      Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter... · 073653e8
      Subv authored
       Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
      
      All handles obtained via srv::GetServiceHandle or svcConnectToPort are references to ClientSessions.
      Service modules will wait on the counterpart of those ClientSessions (Called ServerSessions) using svcReplyAndReceive or svcWaitSynchronization[1|N], and will be awoken when a SyncRequest is performed.
      
      HLE Interfaces are now ClientPorts which override the HandleSyncRequest virtual member function to perform command handling immediately.
      073653e8
  14. Nov 20, 2016
  15. Nov 19, 2016
  16. Oct 20, 2016
  17. Sep 22, 2016
  18. Sep 21, 2016
  19. Sep 19, 2016
  20. Sep 18, 2016
  21. Sep 15, 2016
  22. Aug 02, 2016
Loading