1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-23 04:12:02 +00:00

Commit graph

  • 34acb80635 ncm: update client code to better reflect latest sysupdate pc_testing_support Michael Scire 2022-03-18 20:11:26 -0700
  • 99fc16bfd0 strat: only include windows.h in translation units where actually needed Michael Scire 2022-03-17 14:02:02 -0700
  • 9a38be201a erpt: add automatic report cleanup mechanism on boot (closes #1795) Michael Scire 2022-03-17 00:31:30 -0700
  • 3c07819cd2 windows: link libgcc/libstdc++ statically Michael Scire 2022-03-16 23:03:15 -0700
  • 1313427b5d fs: utilities for hac2l to print gc headers Michael Scire 2022-03-14 14:26:45 -0700
  • 13b63af15e fs: add gc validation wrappers for hac2l Michael Scire 2022-03-14 04:42:55 -0700
  • 76910e8954 fs: add indirection to raw storage open, for hac2l Michael Scire 2022-03-13 20:58:02 -0700
  • 09a44fa680 util: update function dtors, update gitignore Michael Scire 2022-03-13 13:51:15 -0700
  • 244a396b16 lz4: update to git-master Michael Scire 2022-03-13 03:30:26 -0700
  • 6e6b86eabc strat: minor result/overflow check fixes Michael Scire 2022-03-13 03:30:17 -0700
  • 82620f95a3 fs: revise allocation-fail result names Michael Scire 2022-03-13 01:51:42 -0800
  • b7ed9c58bb strat: revise fs unsupported operation results, add overflow utils Michael Scire 2022-03-13 01:32:34 -0800
  • 46f2d34f25 fs: fix inverted alignment determination in compressed storage Michael Scire 2022-03-13 00:13:53 -0800
  • f58eca5f7b fs: fix locking in FileSystemBufferManager Michael Scire 2022-03-12 23:01:01 -0800
  • 6cf31486e1 fs: fix clang-build, os: StackGuardManager Michael Scire 2022-03-12 15:05:43 -0800
  • d6dbfd356d fs: move bitmap classes out of save:: Michael Scire 2022-03-12 14:08:39 -0800
  • d76e678da2 fs: fix missing mutex acquire in compressed storage invalidate/find Michael Scire 2022-03-12 13:35:30 -0800
  • 1d0c9ae71a fs: first pass at compressed storage (works on iridium with wip hac2l code) Michael Scire 2022-03-12 13:03:17 -0800
  • 502a89e1e3 fssrv: add ExternalKeyManager (rights-id crypto) for hac2l Michael Scire 2022-03-11 01:19:36 -0800
  • f8409680c2 symbols: use same strategy on windows as on macOS Michael Scire 2022-03-10 18:15:25 -0800
  • 22f30e4e51 use cxxabi for demangling on linux/windows Michael Scire 2022-03-10 15:24:26 -0800
  • 6c4960d5a9 Implement working macOS backtrace symbolization Michael Scire 2022-03-10 15:10:13 -0800
  • 242577f90d os: add working stack logic for macOS Michael Scire 2022-03-10 13:24:15 -0800
  • fd02c9bd22 fix stack getting on linux, add test Michael Scire 2022-03-10 12:25:43 -0800
  • 753434ff2d diag: fix typo in hos-specific backtrace getter Michael Scire 2022-03-10 01:49:48 -0800
  • f817178081 crypto: add ability to hash data at compile time, for future diag use Michael Scire 2022-03-10 01:49:05 -0800
  • 87764613f2 abort/error: print backtrace, abuse templates, overhaul result/diag (macos not done yet) Michael Scire 2022-03-10 01:15:45 -0800
  • 5c5789eadf lib: simplify pragma macros Michael Scire 2022-03-08 11:57:09 -0800
  • a3ba767fba remove leftover debug print Michael Scire 2022-03-08 10:11:27 -0800
  • 100bead52b libs: add ongoing work to facilitate hactool rewrite Michael Scire 2022-03-08 10:05:32 -0800
  • a4895a1e79 libs: begin adding capacity for doing crypto on generic os (using externally-preset keys) Michael Scire 2022-03-07 09:21:13 -0800
  • 453e70bc6f fs: add just in case bounds checking to linux/macos dirent read Michael Scire 2022-03-06 19:13:05 -0800
  • ddf80b29f2 add basic tests for os::Event/SystemEvent functionality Michael Scire 2022-03-06 14:13:10 -0800
  • 01c939f774 ams: support building unit test programs on windows/linux/macos Michael Scire 2022-03-06 12:08:20 -0800
  • 9545cbb4cb KThreadContext: Use El0PsrMask constant in GetUserContext merry 2022-03-06 18:38:32 +0000
  • 30fd5fe3c4 KThreadContext: Use El0PsrMask constant in GetUserContext merry 2022-03-06 18:38:32 +0000
  • 2b6719ec25 ams_mitm: update to use new NcaFileSystemDriver intf Michael Scire 2022-02-21 14:57:03 -0800
  • e08f754646 crypto: fix asm constraints for memory comparison Michael Scire 2022-02-21 14:56:35 -0800
  • 3f6010b4dc fix SubStorage copy ctor/= op for new shared_ptr member Michael Scire 2022-02-21 14:56:10 -0800
  • 01f7f567b9 fs: add Sha256HashGenerator, LZ4 decompressor Michael Scire 2021-12-14 08:51:27 -0800
  • a2aec363d7 fs: remove now unused StorageOption Michael Scire 2021-12-13 22:43:36 -0800
  • 52296fc2dd fs: revise NcaFileSystemDriver for latest semantics Michael Scire 2021-12-13 22:42:32 -0800
  • ccf29a1302 fssystem: revise allocator logic for latest semantics Michael Scire 2021-12-07 13:35:45 -0800
  • 28ea6555f8 fssrv: flesh out the program registry Michael Scire 2021-12-07 12:17:34 -0800
  • e8d14eb77d fssrv: skeleton more program registry logic Michael Scire 2021-12-07 02:04:39 -0800
  • 33701bb387 fssrv: add skeleton getters for service object sf::SharedPointers Michael Scire 2021-12-06 23:11:26 -0800
  • f3dbdc2391 fs: allocations with mutex held must be unsafe Michael Scire 2021-12-06 20:35:48 -0800
  • 64b4cc25fc fs: implement newer allocator templates Michael Scire 2021-12-06 20:34:10 -0800
  • ace409ccec fssrv: skeleton server manager setup/registration Michael Scire 2021-12-06 17:06:47 -0800
  • 0e08aa0a31 fssrv: add placeholder for ipc interface Michael Scire 2021-12-06 13:43:25 -0800
  • 94de5bf4f4 fs: add skeleton dir for sysmodule code Michael Scire 2021-12-06 10:58:19 -0800
  • f9608d1a44 ams_mitm: update to use new NcaFileSystemDriver intf Michael Scire 2022-02-21 14:57:03 -0800
  • 748cb97bd9 crypto: fix asm constraints for memory comparison Michael Scire 2022-02-21 14:56:35 -0800
  • 2addf5676b fix SubStorage copy ctor/= op for new shared_ptr member Michael Scire 2022-02-21 14:56:10 -0800
  • 0d2e49a845 fs: add Sha256HashGenerator, LZ4 decompressor Michael Scire 2021-12-14 08:51:27 -0800
  • 817f4fdf65 fs: remove now unused StorageOption Michael Scire 2021-12-13 22:43:36 -0800
  • 4635351596 fs: revise NcaFileSystemDriver for latest semantics Michael Scire 2021-12-13 22:42:32 -0800
  • de8bf8ffd3 fssystem: revise allocator logic for latest semantics Michael Scire 2021-12-07 13:35:45 -0800
  • f2e8fb996d fssrv: flesh out the program registry Michael Scire 2021-12-07 12:17:34 -0800
  • 8b3a8bef1e fssrv: skeleton more program registry logic Michael Scire 2021-12-07 02:04:39 -0800
  • 9a102af37d fssrv: add skeleton getters for service object sf::SharedPointers Michael Scire 2021-12-06 23:11:26 -0800
  • b8475834b4 fs: allocations with mutex held must be unsafe Michael Scire 2021-12-06 20:35:48 -0800
  • 3b311cf41f fs: implement newer allocator templates Michael Scire 2021-12-06 20:34:10 -0800
  • 89512026ce fssrv: skeleton server manager setup/registration Michael Scire 2021-12-06 17:06:47 -0800
  • 50db15cdff fssrv: add placeholder for ipc interface Michael Scire 2021-12-06 13:43:25 -0800
  • 0d85f2c69e fs: add skeleton dir for sysmodule code Michael Scire 2021-12-06 10:58:19 -0800
  • 4c7fd70c10 kern: fix syntax in audit statement Michael Scire 2022-02-19 13:26:08 -0800
  • 36e3519982 strat: add missing semicolon Michael Scire 2022-02-16 22:13:41 -0800
  • 7668dfb756 lib: add missing semicolon Michael Scire 2022-02-16 12:55:12 -0800
  • 4c7302baad
    Merge b7826e7c66 into 2fce50471b Bennett Blodinger 2022-02-16 13:52:31 -0300
  • 2fce50471b build: remove unnecessary g-dwarf4 flags Michael Scire 2022-02-14 14:58:43 -0800
  • 96f95b9f95
    Integrate new result macros. (#1780) SciresM 2022-02-14 14:45:32 -0800
  • 375ba615be typofix: boogaloo: electric. Michael Scire 2022-02-10 19:49:05 -0800
  • 42124fd7d8 fix typo-bug in HierarchicalSha256Storage::Read Michael Scire 2022-02-10 19:43:00 -0800
  • b1eea065da make rest of kernel use experimental new macro-ing Michael Scire 2022-02-05 16:34:05 -0800
  • 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 -0800
  • f743aaa7ee result: sketch out some more shenanigans Michael Scire 2022-01-24 01:10:37 -0800
  • 5e021d71a0 result: try out some experimental shenanigans Michael Scire 2022-01-24 00:37:34 -0800
  • 173d5c2d3a docs: add changelog for 1.2.6 1.2.6 Michael Scire 2022-01-19 16:41:20 -0800
  • 52c1cef064 git subrepo push libraries Michael Scire 2022-01-19 16:29:16 -0800
  • 4efa5d7dd0 ams: first attempt at 13.2.1 support Michael Scire 2022-01-19 16:28:32 -0800
  • 275da52305 kern: add missing debug mode check to WriteDebugProcessMemory Michael Scire 2022-01-03 08:59:27 -0800
  • 5440d02336
    Added latest firmware support on readme Paulo Cardoso 2021-12-19 22:18:51 +0000
  • 30fac905af ams: deduplicate static initialization logic Michael Scire 2021-12-13 13:07:03 -0800
  • 78f7218c4f kern: fix vi devicename missing in HsSupported device list Michael Scire 2021-12-10 18:58:18 -0800
  • 09c6aa29dd sf/cmif: optimize dispatch table walk to use binary search over linear search Michael Scire 2021-12-06 13:13:46 -0800
  • 1019bc54e6 git subrepo push libraries 1.2.5 Michael Scire 2021-11-30 16:53:56 -0800
  • 96631d8225 bump version to 1.2.5, fix enum for 13.2.0 Michael Scire 2021-11-30 16:53:32 -0800
  • d32dd0f04a git subrepo push libraries Michael Scire 2021-11-30 16:35:09 -0800
  • ddfc16731f ams/hos: add enum support for 13.2.0 Michael Scire 2021-11-30 16:22:57 -0800
  • 58220116ce
    Expand Max Cheat Count proferabg 2021-11-29 06:31:06 -0500
  • 26714c7f3b
    ldr_embedded_usb_patches: add support for HOS 13.0.0 and 13.1.0 + remove superfluous comments. (#1718) Pablo Curiel 2021-11-26 02:39:22 -0500
  • 8769070121 ldr_embedded_usb_patches: add support for HOS 13.0.0 and 13.1.0 + remove superfluous comments. Pablo Curiel 2021-11-26 02:35:40 -0500
  • 767e702a70 kern: correct TotalUserPhysicalMemorySize (closes #1710) Michael Scire 2021-11-16 23:18:47 -0800
  • 9d5e652fbd kern: be a little more consistent about pragma GCC location Michael Scire 2021-11-16 11:25:57 -0800
  • 1d39e06f32 test/svc: add test for thread create Michael Scire 2021-11-08 13:29:00 -0800
  • 21b7884653 test/svc: add test for thread pinning/SynchronizePreemptionState Michael Scire 2021-11-08 13:05:06 -0800
  • 14ad2f0ba0 unit testing: catch -> doctest (faster compile, thread-safe) Michael Scire 2021-11-08 11:55:21 -0800
  • fcc7ce49d9 sm/tipc: ensure technical-correctness of sins (no page cost) Michael Scire 2021-11-06 20:05:32 -0700
  • f98c7cba98 sm: save 0x5000 of memory by sinning Michael Scire 2021-11-06 19:33:08 -0700