aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-09-26Merge pull request #1400 from lioncash/headerbunnei
2018-09-25patch_manager: Invert conditionals within ApplyLayeredFS()Lioncash
2018-09-25vfs_vector: Amend initializer list order in VectorVfsFile's constructor initi...Lioncash
2018-09-25fsmitm_romfsbuild: Avoid type truncation warningsLioncash
2018-09-25fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFS...Lioncash
2018-09-25fsmitm_romfsbuild: Remove unnecessary loops in Build()Lioncash
2018-09-25fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build()Lioncash
2018-09-25vfs/etc: Append std:: to size_t usagesLioncash
2018-09-25vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash
2018-09-25vfs_static: Remove template byte parameter from StaticVfsFileLioncash
2018-09-25service: Add missing headers inclusions where applicableLioncash
2018-09-25Merge pull request #1365 from DarkLordZach/lfsbunnei
2018-09-25core_cpu: Make arm_interface instances a std::unique_ptrLioncash
2018-09-25kernel/scheduler: Take ARM_Interface instance by reference in the constructorLioncash
2018-09-25Merge pull request #1393 from tech4me/svcbunnei
2018-09-24memory: Dehardcode the use of fixed memory range constantsLioncash
2018-09-24svc: Report correct memory-related values within some of the cases in svcGetI...Lioncash
2018-09-24memory: Dehardcode the use of a 36-bit address spaceLioncash
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash
2018-09-23Implemented fatal:u properly (#1347)David
2018-09-23Stubbed IRS (#1349)David
2018-09-23Merge pull request #1354 from ogniK5377/ssl-versionbunnei
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-23stream: Preserve enum class type in GetState()Lioncash
2018-09-23svc: Updated svc namestech4me
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec
2018-09-22FPCR register was uninitialized at start upPhilippe Babin
2018-09-21qt: Add UI elements for LayeredFS and related toolsZach Hilman
2018-09-21romfs: Implement CreateRomFSZach Hilman
2018-09-21file_sys: Port Atmosphere-NX fs_mitm implementationZach Hilman
2018-09-21filesystem: Add LayeredFS VFS directory getterZach Hilman
2018-09-21bis_factory: Add mod directory VFS getterZach Hilman
2018-09-21patch_manager: Add LayeredFS mods supportZach Hilman
2018-09-21vfs_concat: Rewrite and fix ConcatenatedVfsFileZach Hilman
2018-09-21vfs_layered: Add LayeredVfsDirectoryZach Hilman
2018-09-21vfs_vector: Add VectorVfsFileZach Hilman
2018-09-21vfs_static: Add StaticVfsFileZach Hilman
2018-09-21vfs: Add and rewite VfsRawCopy functionsZach Hilman
2018-09-21vfs: Add GetEntries methodZach Hilman
2018-09-21svc: Move most process termination code to its own function within ProcessLioncash
2018-09-21thread/process: Move TLS slot marking/freeing to the process classLioncash
2018-09-21Added support for uncompressed NSOs (#1374)David
2018-09-20Merge pull request #1372 from lioncash/threadbunnei
2018-09-20Merge pull request #1371 from lioncash/fwd-armbunnei
2018-09-20Merge pull request #1364 from lioncash/contentbunnei
2018-09-20Merge pull request #1368 from ogniK5377/nifm-fixbunnei
2018-09-21Revert GetRequestStateDavid Marcec
2018-09-20kernel/thread: Use owner_process when setting the page table in SetupMainThre...Lioncash
2018-09-20arm_interface: Replace kernel vm_manager include with a forward declarationLioncash
2018-09-20Merge pull request #1370 from Hedges/GDBCleanMat M