| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Align the error case with it's index in the Errno enum
|
|
Add the CONNREFUSED error to the Service::Sockets::Errno enum
|
|
Add support for the CONNREFUSED Errno.
Without this Connect() will return SUCCESS when a connection is refused, instead of an error code. This causes code, that relies on the result of Connect() being SUCCESS, to execute when it shouldn't.
|
|
|
|
|
|
service: am: Focus state changed goes last
|
|
Move time services to new IPC and add debug printing
|
|
|
|
|
|
|
|
atomic_ops: Reduce code duplication with templates
|
|
Use the input process handle to get the correct application's memory
|
|
|
|
kernel: clear pinned waiter list on unpin
|
|
service: set: Implement more Qlaunch Settings
|
|
service: mii: Migrate service to new interface
|
|
|
|
|
|
|
|
|
|
Add some fixes/improvements to usage with the new IPC
|
|
|
|
|
|
service: set: Implement more settings functions for Qlaunch
|
|
fs: Various cleanups & add path class for later use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fs: Move additional files to the fsp directory
|
|
core: miscellaneous fixes
|
|
service: add template serializer for method calls
|
|
|
|
Rework time services
|