This website requires JavaScript.
000713186f
windows: link libgcc/libstdc++ statically
Michael Scire
2022-03-16 23:03:15 -07:00
c35114bacc
fs: utilities for hac2l to print gc headers
Michael Scire
2022-03-14 14:26:45 -07:00
2d984822c6
fs: add gc validation wrappers for hac2l
Michael Scire
2022-03-14 04:42:55 -07:00
32d443977e
fs: add indirection to raw storage open, for hac2l
Michael Scire
2022-03-13 20:58:02 -07:00
9866285f0e
util: update function dtors, update gitignore
Michael Scire
2022-03-13 13:51:15 -07:00
9911c44670
lz4: update to git-master
Michael Scire
2022-03-13 03:30:26 -07:00
741efd04ec
strat: minor result/overflow check fixes
Michael Scire
2022-03-13 03:30:17 -07:00
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
9a38be201a
erpt: add automatic report cleanup mechanism on boot (closes #1795 )
Michael Scire
2022-03-17 00:31:30 -07:00
9545cbb4cb
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
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
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
173d5c2d3a
docs: add changelog for 1.2.6
Michael Scire
2022-01-19 16:41:20 -08:00
52c1cef064
git subrepo push libraries
Michael Scire
2022-01-19 16:29:16 -08:00
4efa5d7dd0
ams: first attempt at 13.2.1 support
Michael Scire
2022-01-19 16:28:32 -08:00
275da52305
kern: add missing debug mode check to WriteDebugProcessMemory
Michael Scire
2022-01-03 08:59:27 -08:00
30fac905af
ams: deduplicate static initialization logic
Michael Scire
2021-12-13 13:07:03 -08:00
78f7218c4f
kern: fix vi devicename missing in HsSupported device list
Michael Scire
2021-12-10 18:58:18 -08:00
09c6aa29dd
sf/cmif: optimize dispatch table walk to use binary search over linear search
Michael Scire
2021-12-06 13:13:46 -08:00
1019bc54e6
git subrepo push libraries
Michael Scire
2021-11-30 16:53:56 -08:00
96631d8225
bump version to 1.2.5, fix enum for 13.2.0
Michael Scire
2021-11-30 16:53:32 -08:00
d32dd0f04a
git subrepo push libraries
Michael Scire
2021-11-30 16:35:09 -08:00
ddfc16731f
ams/hos: add enum support for 13.2.0
Michael Scire
2021-11-30 16:22:57 -08:00
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 -05:00
767e702a70
kern: correct TotalUserPhysicalMemorySize (closes #1710 )
Michael Scire
2021-11-16 23:18:47 -08:00
9d5e652fbd
kern: be a little more consistent about pragma GCC location
Michael Scire
2021-11-16 11:25:57 -08:00
1d39e06f32
test/svc: add test for thread create
Michael Scire
2021-11-08 13:29:00 -08:00
21b7884653
test/svc: add test for thread pinning/SynchronizePreemptionState
Michael Scire
2021-11-08 13:05:06 -08:00
14ad2f0ba0
unit testing: catch -> doctest (faster compile, thread-safe)
Michael Scire
2021-11-08 11:55:21 -08:00
fcc7ce49d9
sm/tipc: ensure technical-correctness of sins (no page cost)
Michael Scire
2021-11-06 20:05:32 -07:00
f98c7cba98
sm: save 0x5000 of memory by sinning
Michael Scire
2021-11-06 19:33:08 -07:00
496adb0018
Minor header fixes to reduce parsing issues with Clang (#1700 )
Léo Lam
2021-11-07 02:19:34 +01:00
09074798cd
KScheduler big brain strat for mdscr_el1 cfg change
Michael Scire
2021-11-05 23:38:43 -07:00
e256261b80
git subrepo push libraries
Michael Scire
2021-11-04 13:40:55 -07:00
47218f0da8
ams: overhaul fs.mitm romfs ownership, bump to 1.2.4
Michael Scire
2021-11-04 13:38:41 -07:00
409a48ec73
docs: add changelog for 1.2.3
Michael Scire
2021-11-04 00:23:23 -07:00
0c93cefd39
git subrepo push libraries
Michael Scire
2021-11-04 00:00:26 -07:00
0bbc907907
git subrepo pull (merge) libraries
Michael Scire
2021-11-03 23:59:17 -07:00
4a4a1f0e87
ams: bump api version to 1.2.3
Michael Scire
2021-11-03 23:57:30 -07:00
705dd95375
dmnt2: fix gdb register output
Michael Scire
2021-11-02 16:56:13 -07:00
2d5751356b
creport: fix errant )
Michael Scire
2021-11-02 10:10:47 -07:00
b140834b7e
dmnt2: try to avoid writing out of bounds when generating packets
Michael Scire
2021-11-02 10:09:15 -07:00
e3d2af6b3f
dmnt2: fix module name detection, add auto-break on hb nro launch
Michael Scire
2021-11-01 21:43:29 -07:00
c17ad1e0e3
dmnt2: fix missing null-terminator for invalid command error
jam1garner
2021-11-02 00:10:54 -04:00
6145b3b72c
dmnt2: detect thread name, add monitor get mapping(s), increase buffer sizes
Michael Scire
2021-11-01 17:18:13 -07:00
aba7e4ca7d
dmnt2: remove memory-map output which does nothing for us
Michael Scire
2021-11-01 12:43:18 -07:00
4cc5e9cdfd
kern/dmnt2: allow retrieval of process info via extension
Michael Scire
2021-11-01 12:05:47 -07:00
ca0308c7ca
dmnt2: first pass at wait-for-application
Michael Scire
2021-10-31 23:57:28 -07:00
1d908295fe
dmnt2: add monitor get base, TODO responses for monitor wait *
Michael Scire
2021-10-31 23:25:35 -07:00
277bd101c5
dmnt2: add memory-map read, improve module shared-lib names
Michael Scire
2021-10-31 18:32:23 -07:00
3dce23773a
Adding setting usage to dmnt2 means dmnt2 needs settings access
Michael Scire
2021-10-31 15:54:32 -07:00
4489513f7c
dmnt: enable experimental standalone usage of gdbstub, while starlink is in dev
Michael Scire
2021-10-31 15:47:08 -07:00
5eabca7f04
ams.mitm: more romfs building space/time tradeoffs.
Michael Scire
2021-11-03 23:52:38 -07:00
a73e0e8f16
ams: add arm/armv8a to gitignore
Michael Scire
2021-10-31 11:20:32 -07:00
2161365f4f
ams: update for awareness of architecture revision
Michael Scire
2021-10-31 11:18:17 -07:00
258a83684e
creport: print symbols if they're present
Michael Scire
2021-10-30 14:18:00 -07:00
d2a757c39e
git subrepo push libraries
Michael Scire
2021-10-30 11:21:54 -07:00