| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | |
| 2015-01-08 | SVC: Implemented the Timer service calls. | Subv | |
| 2014-12-31 | SOC_U: Preliminary implementation of sockets. | Subv | |
| Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU | |||
| 2014-12-20 | License change | purpasmart96 | |
| 2014-12-13 | SVC: Implemented ReleaseSemaphore. | Subv | |
| This behavior was tested on hardware, however i'm still not sure what use the "initial_count" parameter has | |||
| 2014-12-13 | SVC: Implemented svcCreateSemaphore | Subv | |
| ToDo: Implement svcReleaseSemaphore * Some testing against hardware needed | |||
| 2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | Emmanuel Gil Peyrot | |
| or generated | |||
| 2014-08-18 | SVC: Added support for svc_GetSystemTick. | bunnei | |
| Changed HLE function return methods to be static inline functions. | |||
| 2014-07-07 | function_wrappers: Fixed incorrect wrapper, added another. | bunnei | |
| 2014-06-13 | HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only ↵ | bunnei | |
| module where they are needed). | |||
| 2014-06-13 | SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace. | bunnei | |
| 2014-06-13 | SVC: Cleaned up function wrappers to pass in correct argument types. | bunnei | |
| 2014-06-02 | svc: updated WaitSynchronizationN to properly use first pointer argument | bunnei | |
| 2014-06-01 | svc: cleaned up function_wrappers, updated various SVCs to make use of ↵ | bunnei | |
| pointer arguments | |||
| 2014-06-01 | svc: added missing function wrapper for SleepThread | bunnei | |
| 2014-05-29 | svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and ↵ | bunnei | |
| various fixes - force kernel reschedule after svcWaitSynchronization - fixed some bugs with passing in pointer arguments - cleaned up some comments and log messages | |||
| 2014-05-28 | hle: properly cast 64-bit function wrapper parameters to (u64) | bunnei | |
| 2014-05-28 | hle: removed PARAM64 macro (this was incorrect), made several bug fixes ↵ | bunnei | |
| accordingly for decoding U64 function parameters | |||
| 2014-05-17 | added stubbed function for WaitSynchronizationN | bunnei | |
| 2014-05-15 | - added SVC stubs for QueryMemory and GetThreadId | bunnei | |
| - added SVC structs MemoryInfo and PageInfo | |||
| 2014-05-13 | added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter ↵ | bunnei | |
| decoding for now) | |||
| 2014-05-06 | - added debug logging to syscall.cpp | bunnei | |
| - added stubbed HLE syscall functions for svc_GetResourceLimit and svc_GetResourceLimitCurrentValues | |||
| 2014-05-01 | - added some function wrappers for HLE | bunnei | |
| - added stub for SVC CreateAddressArbiter - added OutputDebugString SVC | |||
| 2014-04-16 | added a new function wrapper | bunnei | |
| 2014-04-16 | - fixed tabs in function_wrappers.h | bunnei | |
| - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1 | |||
| 2014-04-10 | added initial modules for setting up SysCall HLE | bunnei | |
