Commit Graph

  • e13b81aa9e fs: revise allocation-fail result names Michael Scire 2022-03-13 01:51:42 -08:00
  • 11e4bed199 strat: revise fs unsupported operation results, add overflow utils Michael Scire 2022-03-13 01:32:34 -08:00
  • ba4e7c5866 fs: fix inverted alignment determination in compressed storage Michael Scire 2022-03-13 00:13:53 -08:00
  • da1b24b9b5 fs: fix locking in FileSystemBufferManager Michael Scire 2022-03-12 23:01:01 -08:00
  • cb3d20ef79 fs: fix clang-build, os: StackGuardManager Michael Scire 2022-03-12 15:05:43 -08:00
  • be9338eb33 fs: move bitmap classes out of save:: Michael Scire 2022-03-12 14:08:39 -08:00
  • 7a69723021 fs: fix missing mutex acquire in compressed storage invalidate/find Michael Scire 2022-03-12 13:35:30 -08:00
  • d638bbbb62 fs: first pass at compressed storage (works on iridium with wip hac2l code) Michael Scire 2022-03-12 13:03:17 -08:00
  • df631d74f0 fssrv: add ExternalKeyManager (rights-id crypto) for hac2l Michael Scire 2022-03-11 01:19:36 -08:00
  • 3c6d965e1a symbols: use same strategy on windows as on macOS Michael Scire 2022-03-10 18:15:25 -08:00
  • 49cddd68e4 use cxxabi for demangling on linux/windows Michael Scire 2022-03-10 15:24:26 -08:00
  • ee5f99fdb4 Implement working macOS backtrace symbolization Michael Scire 2022-03-10 15:10:13 -08:00
  • 7456a77ba9 os: add working stack logic for macOS Michael Scire 2022-03-10 13:24:15 -08:00
  • a3865e721a fix stack getting on linux, add test Michael Scire 2022-03-10 12:25:43 -08:00
  • 6aab36fc6a diag: fix typo in hos-specific backtrace getter Michael Scire 2022-03-10 01:49:48 -08:00
  • 79b1835a2b crypto: add ability to hash data at compile time, for future diag use Michael Scire 2022-03-10 01:49:05 -08:00
  • 646f84bad1 abort/error: print backtrace, abuse templates, overhaul result/diag (macos not done yet) Michael Scire 2022-03-10 01:15:45 -08:00
  • 18168d54c3 lib: simplify pragma macros Michael Scire 2022-03-08 11:57:09 -08:00
  • edf80192d9 remove leftover debug print Michael Scire 2022-03-08 10:11:27 -08:00
  • 13697fa921 libs: add ongoing work to facilitate hactool rewrite Michael Scire 2022-03-08 10:05:32 -08:00
  • 706b8492fd libs: begin adding capacity for doing crypto on generic os (using externally-preset keys) Michael Scire 2022-03-07 09:21:13 -08:00
  • 6368d8063a fs: add just in case bounds checking to linux/macos dirent read Michael Scire 2022-03-06 19:13:05 -08:00
  • 1933f35db6 add basic tests for os::Event/SystemEvent functionality Michael Scire 2022-03-06 14:13:10 -08:00
  • 64a97576d0 ams: support building unit test programs on windows/linux/macos Michael Scire 2022-03-06 12:08:20 -08:00
  • 34acb80635 ncm: update client code to better reflect latest sysupdate pc_testing_support Michael Scire 2022-03-18 20:11:26 -07:00
  • 99fc16bfd0 strat: only include windows.h in translation units where actually needed Michael Scire 2022-03-17 14:02:02 -07:00
  • 9a38be201a erpt: add automatic report cleanup mechanism on boot (closes #1795) Michael Scire 2022-03-17 00:31:30 -07:00
  • 3c07819cd2 windows: link libgcc/libstdc++ statically Michael Scire 2022-03-16 23:03:15 -07:00
  • 1313427b5d fs: utilities for hac2l to print gc headers Michael Scire 2022-03-14 14:26:45 -07:00
  • 13b63af15e fs: add gc validation wrappers for hac2l Michael Scire 2022-03-14 04:42:55 -07:00
  • 76910e8954 fs: add indirection to raw storage open, for hac2l Michael Scire 2022-03-13 20:58:02 -07:00
  • 09a44fa680 util: update function dtors, update gitignore Michael Scire 2022-03-13 13:51:15 -07:00
  • 244a396b16 lz4: update to git-master Michael Scire 2022-03-13 03:30:26 -07:00
  • 6e6b86eabc strat: minor result/overflow check fixes Michael Scire 2022-03-13 03:30:17 -07:00
  • 82620f95a3 fs: revise allocation-fail result names Michael Scire 2022-03-13 01:51:42 -08:00
  • b7ed9c58bb strat: revise fs unsupported operation results, add overflow utils Michael Scire 2022-03-13 01:32:34 -08:00
  • 46f2d34f25 fs: fix inverted alignment determination in compressed storage Michael Scire 2022-03-13 00:13:53 -08:00
  • f58eca5f7b fs: fix locking in FileSystemBufferManager Michael Scire 2022-03-12 23:01:01 -08:00
  • 6cf31486e1 fs: fix clang-build, os: StackGuardManager Michael Scire 2022-03-12 15:05:43 -08:00
  • d6dbfd356d fs: move bitmap classes out of save:: Michael Scire 2022-03-12 14:08:39 -08:00
  • d76e678da2 fs: fix missing mutex acquire in compressed storage invalidate/find Michael Scire 2022-03-12 13:35:30 -08:00
  • 1d0c9ae71a fs: first pass at compressed storage (works on iridium with wip hac2l code) Michael Scire 2022-03-12 13:03:17 -08:00
  • 502a89e1e3 fssrv: add ExternalKeyManager (rights-id crypto) for hac2l Michael Scire 2022-03-11 01:19:36 -08:00
  • f8409680c2 symbols: use same strategy on windows as on macOS Michael Scire 2022-03-10 18:15:25 -08:00
  • 22f30e4e51 use cxxabi for demangling on linux/windows Michael Scire 2022-03-10 15:24:26 -08:00
  • 6c4960d5a9 Implement working macOS backtrace symbolization Michael Scire 2022-03-10 15:10:13 -08:00
  • 242577f90d os: add working stack logic for macOS Michael Scire 2022-03-10 13:24:15 -08:00
  • fd02c9bd22 fix stack getting on linux, add test Michael Scire 2022-03-10 12:25:43 -08:00
  • 753434ff2d diag: fix typo in hos-specific backtrace getter Michael Scire 2022-03-10 01:49:48 -08:00
  • f817178081 crypto: add ability to hash data at compile time, for future diag use Michael Scire 2022-03-10 01:49:05 -08:00
  • 87764613f2 abort/error: print backtrace, abuse templates, overhaul result/diag (macos not done yet) Michael Scire 2022-03-10 01:15:45 -08:00
  • 5c5789eadf lib: simplify pragma macros Michael Scire 2022-03-08 11:57:09 -08:00
  • a3ba767fba remove leftover debug print Michael Scire 2022-03-08 10:11:27 -08:00
  • 100bead52b libs: add ongoing work to facilitate hactool rewrite Michael Scire 2022-03-08 10:05:32 -08:00
  • a4895a1e79 libs: begin adding capacity for doing crypto on generic os (using externally-preset keys) Michael Scire 2022-03-07 09:21:13 -08:00
  • 453e70bc6f fs: add just in case bounds checking to linux/macos dirent read Michael Scire 2022-03-06 19:13:05 -08:00
  • ddf80b29f2 add basic tests for os::Event/SystemEvent functionality Michael Scire 2022-03-06 14:13:10 -08:00
  • 01c939f774 ams: support building unit test programs on windows/linux/macos Michael Scire 2022-03-06 12:08:20 -08:00
  • 9545cbb4cb KThreadContext: Use El0PsrMask constant in GetUserContext merry 2022-03-06 18:38:32 +00:00
  • 30fd5fe3c4 KThreadContext: Use El0PsrMask constant in GetUserContext merry 2022-03-06 18:38:32 +00:00
  • 2b6719ec25 ams_mitm: update to use new NcaFileSystemDriver intf Michael Scire 2022-02-21 14:57:03 -08:00
  • e08f754646 crypto: fix asm constraints for memory comparison Michael Scire 2022-02-21 14:56:35 -08:00
  • 3f6010b4dc fix SubStorage copy ctor/= op for new shared_ptr member Michael Scire 2022-02-21 14:56:10 -08:00
  • 01f7f567b9 fs: add Sha256HashGenerator, LZ4 decompressor Michael Scire 2021-12-14 08:51:27 -08:00
  • a2aec363d7 fs: remove now unused StorageOption Michael Scire 2021-12-13 22:43:36 -08:00
  • 52296fc2dd fs: revise NcaFileSystemDriver for latest semantics Michael Scire 2021-12-13 22:42:32 -08:00
  • ccf29a1302 fssystem: revise allocator logic for latest semantics Michael Scire 2021-12-07 13:35:45 -08:00
  • 28ea6555f8 fssrv: flesh out the program registry Michael Scire 2021-12-07 12:17:34 -08:00
  • e8d14eb77d fssrv: skeleton more program registry logic Michael Scire 2021-12-07 02:04:39 -08:00
  • 33701bb387 fssrv: add skeleton getters for service object sf::SharedPointers Michael Scire 2021-12-06 23:11:26 -08:00
  • f3dbdc2391 fs: allocations with mutex held must be unsafe Michael Scire 2021-12-06 20:35:48 -08:00
  • 64b4cc25fc fs: implement newer allocator templates Michael Scire 2021-12-06 20:34:10 -08:00
  • ace409ccec fssrv: skeleton server manager setup/registration Michael Scire 2021-12-06 17:06:47 -08:00
  • 0e08aa0a31 fssrv: add placeholder for ipc interface Michael Scire 2021-12-06 13:43:25 -08:00
  • 94de5bf4f4 fs: add skeleton dir for sysmodule code Michael Scire 2021-12-06 10:58:19 -08:00
  • f9608d1a44 ams_mitm: update to use new NcaFileSystemDriver intf Michael Scire 2022-02-21 14:57:03 -08:00
  • 748cb97bd9 crypto: fix asm constraints for memory comparison Michael Scire 2022-02-21 14:56:35 -08:00
  • 2addf5676b fix SubStorage copy ctor/= op for new shared_ptr member Michael Scire 2022-02-21 14:56:10 -08:00
  • 0d2e49a845 fs: add Sha256HashGenerator, LZ4 decompressor Michael Scire 2021-12-14 08:51:27 -08:00
  • 817f4fdf65 fs: remove now unused StorageOption Michael Scire 2021-12-13 22:43:36 -08:00
  • 4635351596 fs: revise NcaFileSystemDriver for latest semantics Michael Scire 2021-12-13 22:42:32 -08:00
  • de8bf8ffd3 fssystem: revise allocator logic for latest semantics Michael Scire 2021-12-07 13:35:45 -08:00
  • f2e8fb996d fssrv: flesh out the program registry Michael Scire 2021-12-07 12:17:34 -08:00
  • 8b3a8bef1e fssrv: skeleton more program registry logic Michael Scire 2021-12-07 02:04:39 -08:00
  • 9a102af37d fssrv: add skeleton getters for service object sf::SharedPointers Michael Scire 2021-12-06 23:11:26 -08:00
  • b8475834b4 fs: allocations with mutex held must be unsafe Michael Scire 2021-12-06 20:35:48 -08:00
  • 3b311cf41f fs: implement newer allocator templates Michael Scire 2021-12-06 20:34:10 -08:00
  • 89512026ce fssrv: skeleton server manager setup/registration Michael Scire 2021-12-06 17:06:47 -08:00
  • 50db15cdff fssrv: add placeholder for ipc interface Michael Scire 2021-12-06 13:43:25 -08:00
  • 0d85f2c69e fs: add skeleton dir for sysmodule code Michael Scire 2021-12-06 10:58:19 -08:00
  • 4c7fd70c10 kern: fix syntax in audit statement Michael Scire 2022-02-19 13:26:08 -08:00
  • 36e3519982 strat: add missing semicolon Michael Scire 2022-02-16 22:13:41 -08:00
  • 7668dfb756 lib: add missing semicolon Michael Scire 2022-02-16 12:55:12 -08:00
  • 4c7302baad
    Merge b7826e7c660c6eb3bfcc8a396a86ca8a8915643a into 2fce50471b6332636c3b2fad84914cb98c15bed5 Bennett Blodinger 2022-02-16 13:52:31 -03:00
  • 2fce50471b build: remove unnecessary g-dwarf4 flags Michael Scire 2022-02-14 14:58:43 -08:00
  • 96f95b9f95
    Integrate new result macros. (#1780) SciresM 2022-02-14 14:45:32 -08:00
  • 375ba615be typofix: boogaloo: electric. Michael Scire 2022-02-10 19:49:05 -08:00
  • 42124fd7d8 fix typo-bug in HierarchicalSha256Storage::Read Michael Scire 2022-02-10 19:43:00 -08:00
  • b1eea065da make rest of kernel use experimental new macro-ing Michael Scire 2022-02-05 16:34:05 -08:00
  • 4659a5e793 result: see what it looks like to convert kernel to use result conds instead of guards Michael Scire 2022-01-24 10:33:46 -08:00