summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/program_metadata.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* loader: don't reassign program ID on npdm reparseLiam2023-09-301-0/+1
* Merge pull request #6142 from lat9nq/prog_meta_ref_bind_addressbunnei2022-10-071-10/+4
|\
| * program_metadata: Unpack FileAccessHeader and FileAccessControllat9nq2022-02-131-10/+4
* | general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* | common: Reduce unused includesameerj2022-03-191-0/+2
|/
* Merge pull request #6230 from Morph1984/default-resource-sizebunnei2021-04-241-1/+2
|\
| * program_metadata: Set a default resource size when a NPDM is not presentMorph2021-04-231-1/+2
* | program_metadata: Explicitly specify copy/move functionsLioncash2021-04-231-0/+6
|/
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-1/+1
* file_sys: program_metadata: Add a helper function for generating reasonable default metadata.bunnei2020-04-211-1/+5
* loader; Resolve sign conversion/truncation errorsLioncash2019-11-121-2/+2
* Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire2019-07-071-1/+3
* program_metadata: Add function to load meta from raw parametersZach Hilman2019-06-051-0/+5
* file_sys/program_metadata: Remove obsolete TODOsLioncash2019-04-051-2/+0
* kernel/process: Hook up the process capability parser to the process itselfLioncash2018-12-211-0/+6
* process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash2018-09-241-2/+4
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+3
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-3/+1
* made ResultStatus a u16David Marcec2018-08-121-1/+1
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-2/+4
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-4/+2
* Virtual Filesystem (#597)Zach Hilman2018-07-061-2/+4
* file_sys: Style tweaksshinyquagsire232018-02-261-8/+5
* file_sys: Add support for parsing NPDM filesshinyquagsire232018-02-251-0/+157