Lioncash
|
ec2a6e5ba8
kernel: Remove all dependencies on the global system instance
|
5 лет назад |
bunnei
|
4caff51710
core: memory: Move to Core::Memory namespace.
|
6 лет назад |
Fernando Sahmkow
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
Fernando Sahmkow
|
c5aefe42aa
Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.
|
6 лет назад |
bunnei
|
c3d3b173d3
kernel: Implement a more accurate IPC dispatch.
|
6 лет назад |
Lioncash
|
536fc7f0ea
core: Prepare various classes for memory read/write migration
|
6 лет назад |
bunnei
|
f6b9b7910e
kernel: Fix reference management for client/server session.
|
6 лет назад |
bunnei
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 лет назад |
Lioncash
|
221613d4ea
kernel/server_session: Make data members private
|
7 лет назад |
Lioncash
|
1f0c8bfeda
core/kernel: Remove unnecessary inclusions
|
7 лет назад |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 лет назад |
Lioncash
|
a2304fad16
kernel: Remove unnecessary includes
|
8 лет назад |
James Rowe
|
096be16636
Format: Run the new clang format on everything
|
8 лет назад |
Subv
|
b53fa9514f
Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest.
|
9 лет назад |
Subv
|
c3c9175a1c
Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed.
|
9 лет назад |
Subv
|
8feeb81af2
Kernel/ServerSession: Keep track of which threads have issued sync requests.
|
9 лет назад |
Yuri Kunde Schlesner
|
838faf147e
Session: Remove/add some forward declarations
|
9 лет назад |
Yuri Kunde Schlesner
|
d666e01cdf
Kernel: Ensure objects are kept alive during ClientSession disconnection
|
9 лет назад |
Yuri Kunde Schlesner
|
e626a520ca
HLE: Move SessionRequestHandler from Service:: to Kernel::
|
9 лет назад |
Yuri Kunde Schlesner
|
2cdb40d709
Kernel: Centralize error definitions in errors.h
|
9 лет назад |
Subv
|
37347bfa38
Kernel/Sessions: Remove the ClientSession::Create function.
|
9 лет назад |
Subv
|
ce5bc477ca
Kernel: Remove a now unused enum and variable regarding a session's status.
|
9 лет назад |
Subv
|
ddfabf3133
Kernel: Use a Session object to keep track of the status of a Client/Server session pair.
|
9 лет назад |
Subv
|
016307ae65
Fixed the codestyle to match our clang-format rules.
|
9 лет назад |
Subv
|
386112da32
Added a framework for partially handling Session disconnections.
|
9 лет назад |
Subv
|
f9bcf89510
Use std::move where appropriate.
|
9 лет назад |
Subv
|
dd8887c8cf
KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.
|
9 лет назад |
Subv
|
2ce61344d6
Declare empty ServerSession and ClientSession constructors as default.
|
9 лет назад |
Subv
|
2eceee3a4c
Fixed the rebase mistakes.
|
9 лет назад |
Subv
|
009b15b3aa
A bit of a redesign.
|
9 лет назад |