| Age | Commit message (Expand) | Author |
| 2014-12-31 | SOC_U: Preliminary implementation of sockets. | Subv |
| 2014-12-28 | Kernel: New handle manager | Yuri Kunde Schlesner |
| 2014-12-28 | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner |
| 2014-12-21 | Merge pull request #291 from purpasmart96/license | bunnei |
| 2014-12-20 | License change | purpasmart96 |
| 2014-12-20 | Thread: Wait current thread on svc_SleepThread | bunnei |
| 2014-12-17 | Merge pull request #185 from purpasmart96/mem_perm | bunnei |
| 2014-12-15 | Remove SyncRequest from K::Object and create a new K::Session type | Yuri Kunde Schlesner |
| 2014-12-13 | Kernel/Semaphores: Fixed build | Subv |
| 2014-12-13 | SVC: Implemented ReleaseSemaphore. | Subv |
| 2014-12-13 | SVC: Implemented svcCreateSemaphore | Subv |
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner |
| 2014-12-12 | MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. | bunnei |
| 2014-12-04 | SVC: Implemented GetThreadId. | Subv |
| 2014-11-26 | SVC: Add debug log to ArbitrateAddress. | bunnei |
| 2014-11-26 | SVC: SleepThread should yield to the next ready thread. | bunnei |
| 2014-11-24 | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner |
| 2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ... | Emmanuel Gil Peyrot |
| 2014-11-18 | Kernel:Add missing permissions in shared memory & svc | purpasmart96 |
| 2014-11-17 | core: Mark some hle functions as static | Lioncash |
| 2014-10-29 | Fix some warnings | Sean |
| 2014-09-11 | Merge pull request #99 from archshift/ext-check | bunnei |
| 2014-09-08 | core: Prune redundant includes | archshift |
| 2014-09-08 | Added string_util to common, small changes in loader.cpp | archshift |
| 2014-08-18 | Merge pull request #55 from lioncash/string | bunnei |
| 2014-08-18 | SVC: Added support for svc_GetSystemTick. | bunnei |
| 2014-08-17 | Core: Alter the kernel string functions to use std::string instead of const c... | Lioncash |
| 2014-08-17 | Core: Fix a formatting error in svc.cpp | Lioncash |
| 2014-08-07 | SVC: Fixed typo with MapMemoryBlock DEBUG_LOG call. | bunnei |
| 2014-08-05 | SVC: Removed ArbitrateAddress log message that spams to much. | bunnei |
| 2014-07-08 | Kernel: Added preliminary support for address arbiters. | bunnei |
| 2014-07-05 | SharedMemory: Updated MapSharedMemory to use an enum for permissions. | bunnei |
| 2014-07-05 | GSP: Fixed to use real shared memory object, various cleanups. | bunnei |
| 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-13 | SVC: Moved declaration of "wait" variable in SendSyncRequest for improved rea... | bunnei |
| 2014-06-13 | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei |
| 2014-06-13 | HLE: Updated various handle debug assertions to be more clear. | bunnei |
| 2014-06-13 | Kernel: Added real support for thread and event blocking | bunnei |
| 2014-06-02 | svc: updated WaitSynchronizationN to properly use first pointer argument | bunnei |
| 2014-06-01 | svc: changed DuplicateHandle log message from "error" to "debug" | bunnei |
| 2014-06-01 | svc: added GetThreadPriority and SetThreadPriority, added (incomplete) Duplic... | bunnei |
| 2014-06-01 | kernel: changed main thread priority to default, updated Kernel::Reschedule t... | bunnei |
| 2014-06-01 | svc: cleaned up function_wrappers, updated various SVCs to make use of pointe... | bunnei |
| 2014-06-01 | svc: updated waitSychronization to not overwrite handle on return, added stub... | bunnei |
| 2014-05-29 | hle: cleaned up log messages | bunnei |
| 2014-05-29 | svc: updated OutputDebugString to use OS_LOG | bunnei |
| 2014-05-29 | svc: changed unimplemented SVC log messages from "debug" messages to "error" ... | bunnei |
| 2014-05-29 | svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and vario... | bunnei |
| 2014-05-27 | svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEvent | bunnei |