4401 Commits (548958bcafa572fdfbb147b1bd590c02f9bb4b40)

Author SHA1 Message Date
Lioncash 76fc8b59b2 file_sys/control_metadata: Get rid of magic constants 7 years ago
Lioncash bed872ed38 nso: Return an optional address from LoadModule 7 years ago
Zach Hilman 720d36ca71 crypto: Various crypto fixes for quickstart guide 7 years ago
Lioncash bb9cf8a127 nso: Make LoadModule take a VfsFile by const reference 7 years ago
Lioncash 0732786ddc nro: Make LoadNro take a VfsFile by const reference 7 years ago
Zach Hilman 5737441374 aoc: Read DLC base title ID from RegisteredCache 7 years ago
David Marcec 92fae7e1ab Stop all threads on svcBreak 7 years ago
Zach Hilman 7e2096db8a aoc: Return size in ListAddOnContent 7 years ago
Lioncash 1c7a7ed79b svc: Implement svcGetProcessInfo 7 years ago
Lioncash 0149162dba filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 7 years ago
Lioncash 6467b01de2 partition_data_manager: Reserve and insert data within output vector in DecryptPackage2() 7 years ago
Lioncash 781fd7983c partition_data_manager: Remove unused std::map instance within DecryptPackage2() 7 years ago
Lioncash e0c76226ad partition_data_manager: Take package2_keys by const reference 7 years ago
Lioncash 3d9df49619 partition_data_manager: Move IV data to where it's needed in DecryptPackage2() 7 years ago
Lioncash bc2196bb09 partition_data_manager: Remove commented out code 7 years ago
Lioncash 6da2ed4232 key_manager/partition_data_manager: Silence truncation compiler warnings 7 years ago
Lioncash f56a8da46a partition_data_manager: Dehardcode array bounds 7 years ago
Lioncash d257a3b56c partition_data_manager: Take VirtualFile by const reference in constructor 7 years ago
Lioncash e96d69c328 partition_data_manager: Amend constructor initializer list order 7 years ago
Lioncash aaca7543f0 partition_data_manager: Remove unused includes 7 years ago
Lioncash 06898263f6 key_manager: Use std::vector's insert() instead of std::copy with a back_inserter 7 years ago
Lioncash e70c08b543 key_manager: Brace long conditional body 7 years ago
Lioncash ef5639bfbb key_manager: Don't assume file seeks and reads will always succeed 7 years ago
Lioncash 82ea1cf35a key_manager: Remove unnecessary seek in DeriveSDSeed() 7 years ago
Lioncash 1abed2f4c4 kernel/process: Make CodeSet a regular non-inherited object 7 years ago
Lioncash b492d43e63 thread: Remove unnecessary memset from ResetThreadContext() 7 years ago
David Marcec 4d2de6564f Returned an error before processing other remaps 7 years ago
David Marcec c55b5de0fb Made the minimum alignment more clear 7 years ago
Lioncash 4ccf30dfaa svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory 7 years ago
David Marcec c7763603ef Added error codes for nvmap 7 years ago
David Marcec 5dd538cace Passing an invalid nmap handle to Remap should throw an error 7 years ago
bunnei bf795edac4 nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer. 7 years ago
Lioncash 28ec921d0d core/CMakeLists: Make all web_service-related libraries private 7 years ago
David Marcec fa10905e1e HwOpus, Implemented DecodeInterleavedWithPerformance 7 years ago
Lioncash 6e6ce2ce39 core/CMakeLists: Use target_compile_definitions instead of add_definitions for specifying ENABLE_WEB_SERVICE 7 years ago
Lioncash 72e9cb523e svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory 7 years ago
Lioncash 5c0408596f kernel/thread: Use a regular pointer for the owner/current process 7 years ago
David Marcec 2db37ddea9 Changed all casts in svc_wrap.h to be static_cast instead 7 years ago
David Marcec 09b6dda8f0 Use a better name than "dont_kill_application" 7 years ago
David Marcec a4412c8e22 Fixed incorrect types for svcBreak 7 years ago
Lioncash e3b4d31f4e telemetry_session: Remove doxygen comment for a non-existent parameter 7 years ago
Lioncash 8aa4889e76 telemetry_session: Add missing includes 7 years ago
Lioncash 1964f4bbb3 telemetry_session: Remove unimplemented FinalizeAsyncJob prototype 7 years ago
Lioncash 8723cc8798 telemetry_session: Use a std::array in GenerateTelemetryId() 7 years ago
Lioncash 6636f3ff47 patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 7 years ago
Lioncash 465175cdf5 ips_layer: Avoid constructing std::vector instances where not necessary 7 years ago
Lioncash 9ff743bc0a ips_layer: Remove unnecessary explicit std::pair constructor in std::array 7 years ago
Lioncash f7d2889fb4 ips_layer: Add missing includes 7 years ago
Lioncash 93ac8d0fea ips_layer: std::move data within PatchIPS() and Apply() 7 years ago
Lioncash 567e818440 ips_layer: Silence truncation and conversion warnings 7 years ago