1602 Commits (7b29a8ce4e1f94bec7e7828fb1674e1b43b937c5)

Author SHA1 Message Date
David Marcec 7149332712 Print backtrace on svcBreak 7 years ago
Lioncash 7fe27de26e svc: Use the current process' handle table for retrieving the process instance to act upon 7 years ago
Lioncash 6712e7402c svc: Reorganize svcGetInfo, handle more error cases for existing implemented info categories 7 years ago
Zach Hilman 3476830b26 svc: Avoid performance-degrading unnecessary reschedule 7 years ago
Lioncash e88cdcc912 Fix debug build 7 years ago
Zach Hilman 170d707850 hle_ipc: Refactor SleepClientThread to avoid ReadableEvent 7 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 years ago
Zach Hilman a56fc84e7a hle_ipc: Use event pair for SleepClientThread 7 years ago
Zach Hilman c61d2a2841 kernel: Add named event table 7 years ago
Zach Hilman c713383816 kernel: Divide Event into ReadableEvent and WritableEvent 7 years ago
Zach Hilman d92989e787 kernel/object: Add descriptions to ResetTypes 7 years ago
Lioncash 5905162e36 svc: Implement svcSetResourceLimitLimitValue() 7 years ago
Lioncash eb5596044d svc: Implement svcGetResourceLimitCurrentValue() 7 years ago
Lioncash 1d6399c222 svc: Implement svcGetResourceLimitLimitValue() 7 years ago
Lioncash 4ef2af8c98 svc: Implement svcCreateResourceLimit() 7 years ago
David Marcec cc4521fc70 Added comment on Main memory size for more clarity 7 years ago
David Marcec f058de337e Made svcSetHeapSize and svcCreateSharedMemory more readable 7 years ago
David Marcec f271316822 Reworked svcs slightly, improved error messages in AM and fsp_srv 7 years ago
David Marcec 9662ca918d Improved error messages for SVCs 7 years ago
David Marcec a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
Luke Street 94e8dfc0c7 svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo 7 years ago
Zach Hilman 820d81b9a5 scheduler: Add explanations for YieldWith and WithoutLoadBalancing 7 years ago
Lioncash 0e35f1bb18 kernel/handle_table: Move private static functions into the cpp file 7 years ago
Lioncash 568bcbc29d kernel/handle_table: Restrict handle table size to 1024 entries 7 years ago
Lioncash f5ce71793e kernel/handle_table: Default destructor in the cpp file 7 years ago
Lioncash 31d1e06eb1 kernel/process: Move <random> include to the cpp file 7 years ago
Lioncash 5d46038c5c kernel/resource_limit: Clean up interface 7 years ago
Lioncash 233e495c14 kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer 7 years ago
Lioncash fb5d4b17de kernel/shared_memory: Add a const qualified member function overload for GetPointer() 7 years ago
Lioncash 2d37ca3726 kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet 7 years ago
Lioncash 76ac234bf6 kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32 7 years ago
Lioncash f472232705 kernel/shared_memory: Make data members private 7 years ago
Zach Hilman 409dcf0e0a svc: Implement yield types 0 and -1 7 years ago
Tobias 13f79cc5bd
svc: ResetSignal is not stubbed 7 years ago
Zach Hilman e696ed1f4d am: Deglobalize software keyboard applet 7 years ago
Zach Hilman 7901de2b75 svc: Implement svcCreateTransferMemory 7 years ago
Zach Hilman 51af996854 ldr_ro: Add error check for memory allocation failure 7 years ago
Lioncash d21b2164e9 kernel/errors: Clean up error codes 7 years ago
Zach Hilman 0276761a1e process: Make MirrorMemory take state to map new memory as 7 years ago
Lioncash f9db75fe40 kernel/thread: Deduplicate scheduler switching code 7 years ago
Lioncash 004277477a vm_manager: Unstub GetTotalHeapUsage() 7 years ago
Lioncash b8e885c6e5 kernel/process: Migrate heap-related memory management out of the process class and into the vm manager 7 years ago
Zach Hilman ab552e4a25 svc: Use proper random entropy generation algorithm 7 years ago
Zach Hilman cb1e63ef09 svc: Return random seed for svcGetInfo RandomEntropy 7 years ago
David 581406af18 svcBreak now dumps information from the debug buffer passed (#1646) 7 years ago
Frederic Laing ba2cdcdc5a Implement SetMemoryPermission 7 years ago
Frederic Laing ab7472345b Stubbed SetMemoryPermission 7 years ago
Lioncash 352b56367c general: Remove unused boost inclusions where applicable 7 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 years ago