summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/program_metadata.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Enforce C4800 everywhere except in video_coreMorph2022-10-221-1/+1
* Merge pull request #6142 from lat9nq/prog_meta_ref_bind_addressbunnei2022-10-071-5/+47
|\
| * program_metadata: Unpack FileAccessHeader and FileAccessControllat9nq2022-02-131-5/+47
* | general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
|/
* program_metadata: Add default ThreadInfo kernel capabilityOatmealDome2021-11-111-1/+4
* style: Remove extra space preceding the :: operatorMorph2021-09-291-1/+1
* Fix GCC undefined behavior sanitizer.Markus Wick2021-06-101-1/+3
* program_metadata: Set a default resource size when a NPDM is not presentMorph2021-04-231-2/+4
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-0/+1
* file_sys: program_metadata: Add a helper function for generating reasonable default metadata.bunnei2020-04-211-0/+11
* loader; Resolve sign conversion/truncation errorsLioncash2019-11-121-3/+3
* Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire2019-07-071-0/+4
* program_metadata: Add function to load meta from raw parametersZach Hilman2019-06-051-0/+15
* file_sys/program_metadata: Remove obsolete TODOsLioncash2019-04-051-13/+14
* file_sys/program_metadata: Print out more descriptive address space descriptionsLioncash2018-12-281-3/+7
* kernel/process: Hook up the process capability parser to the process itselfLioncash2018-12-211-0/+11
* process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash2018-09-241-1/+3
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+4
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-1/+4
* loader: Add more descriptive errorsZach Hilman2018-08-101-6/+6
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-27/+16
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-16/+27
* Virtual Filesystem (#597)Zach Hilman2018-07-061-27/+16
* Update clang formatJames Rowe2018-07-031-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-18/+18
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-9/+9
* file-sys: Move logging macros over to the new fmt-capable onesLioncash2018-04-251-20/+19
* file_sys: Style tweaksshinyquagsire232018-02-261-3/+0
* file_sys: Add support for parsing NPDM filesshinyquagsire232018-02-251-0/+117