summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/program_metadata.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi1-1/+1
2023-12-23general: properly support multiple memory instancesLiam1-2/+11
2023-10-22kernel: update KProcessLiam1-6/+9
2023-09-30loader: don't reassign program ID on npdm reparseLiam1-0/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19common: Reduce unused includesameerj1-0/+2
2022-02-13program_metadata: Unpack FileAccessHeader and FileAccessControllat9nq1-10/+4
2021-04-23program_metadata: Set a default resource size when a NPDM is not presentMorph1-1/+2
2021-04-23program_metadata: Explicitly specify copy/move functionsLioncash1-0/+6
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-1/+1
2020-04-21file_sys: program_metadata: Add a helper function for generating reasonable default metadata.bunnei1-1/+5
2019-11-12loader; Resolve sign conversion/truncation errorsLioncash1-2/+2
2019-07-07Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire1-1/+3
2019-06-05program_metadata: Add function to load meta from raw parametersZach Hilman1-0/+5
2019-04-05file_sys/program_metadata: Remove obsolete TODOsLioncash1-2/+0
2018-12-21kernel/process: Hook up the process capability parser to the process itselfLioncash1-0/+6
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash1-2/+4
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+3
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-3/+1
2018-08-12made ResultStatus a u16David Marcec1-1/+1
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-2/+4
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-4/+2
2018-07-06Virtual Filesystem (#597)Zach Hilman1-2/+4
2018-02-26file_sys: Style tweaksshinyquagsire231-8/+5
2018-02-25file_sys: Add support for parsing NPDM filesshinyquagsire231-0/+157