summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-02-04set: GetAvailableLanguageCodes should not return lang_codes size.bunnei
2018-02-04nvflinger: Signal BufferQueue native handle event.bunnei
2018-02-04logger: Add Time service logging category.bunnei
2018-02-04logger: Add SET service logging category.bunnei
2018-02-04logger: Add PCTL service logging category.bunnei
2018-02-04logger: Add LM service logging category.bunnei
2018-02-04logger: Add APM service logging category.bunnei
2018-02-04lm: Ensure log string is non-empty before checking back().bunnei
2018-02-04logger: Add NIFM service logging category.bunnei
2018-02-04logger: Add VI service logging category.bunnei
2018-02-04hid: Stub out several functions.bunnei
2018-02-04hid: Implement CreateActiveVibrationDeviceList.bunnei
2018-02-04logger: Use Service_HID category where applicable.bunnei
2018-02-04logger: Use Service_NVDRV category where applicable.bunnei
2018-02-04logger: Add AM service logging category.bunnei
2018-02-04logger: Add "account" service logging category.bunnei
2018-02-04acc_u0: Stub out GetLastOpenedUser.bunnei
2018-02-04Merge pull request #160 from bunnei/svc-improvementsbunnei
2018-02-04GetInfo: Implement IsCurrentProcessBeingDebugged.bunnei
2018-02-04WaitProcessWideKeyAtomic: Handle case where condition variable was already cr...bunnei
2018-02-04acc:u0 : stub GetAccountIdmailwl
2018-02-03svc: SharedMemory size should be 64-bits and cleanup.bunnei
2018-02-03ArbitrateLock: Assert that requesting_thread is current_thread.bunnei
2018-02-03Merge pull request #157 from bunnei/fix-duplicate-sessionbunnei
2018-02-03controller: DuplicateSession should return a ClientSession.bunnei
2018-02-03Service:nifm: add nifm:a, nifm:s and nifm:u servicesmailwl
2018-02-02Service/am: Add AppletAE service (#153)mailwl
2018-02-02Merge pull request #154 from mailwl/vi_create_stray_arraybunnei
2018-02-02Merge pull request #155 from mailwl/vi-servicesbunnei
2018-02-02Merge pull request #152 from shinyquagsire23/sharedmem-valid-boundsbunnei
2018-02-02Services/vi: add vi:s and vi:u servicesmailwl
2018-02-02vi::CreateStrayLayer : add padding to requestmailwl
2018-01-29shared_memory: Only mark addresses as invalid if they are within the heapshinyquagsire23
2018-01-29[WIP] sfdnsres: stub (#146)mailwl
2018-01-27Merge pull request #148 from MerryMage/feature/special-memorybunnei
2018-01-27memory: Replace all memory hooking with Special regionsMerryMage
2018-01-25time: Implement ISteadyClock::GetCurrentTimePoint.bunnei
2018-01-24audout_u: Various cleanups.bunnei
2018-01-24ResponseBuilder: Use a bit field for customizing instead of always_move_handles.bunnei
2018-01-24time: Stub GetSystemClockContext function.bunnei
2018-01-24server_session: Fix scenario where all domain handlers are closed.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-24ipc_helpers: Make interface domain agnostic and add header validation.bunnei
2018-01-24hle: Integrate Domain handling into ServerSession.bunnei
2018-01-24hle: Remove Domain and SyncObject kernel objects.bunnei
2018-01-24handle_table: Remove ConvertSessionToDomain.bunnei
2018-01-24audout:u OpenAudioOut and IAudioOut (#138)st4rk
2018-01-24Fix time returning epoch time in milliseconds rather than in secondsgdkchan
2018-01-23Correct SpellingN00byKing