Michael Scire
|
e3da8b8cb1
|
ncm: update for new add on content/attr changes
|
2022-10-12 09:15:45 -07:00 |
|
Michael Scire
|
07494b1d42
|
lr: add support for location resolver disable commands
|
2022-10-12 09:15:45 -07:00 |
|
Michael Scire
|
bbb682ea36
|
ncm: GetContentAccessibilities, GetContentInfo*
|
2022-10-12 09:15:44 -07:00 |
|
Michael Scire
|
11cad64de1
|
diag: fix process name cache
|
2022-10-12 09:15:43 -07:00 |
|
Michael Scire
|
5e73321aec
|
os: pthread_yield is deprecated, don't use it on linux
|
2022-10-12 09:15:41 -07:00 |
|
Michael Scire
|
d421817c86
|
os: silence warning building with gcc 12 on windows
|
2022-10-12 09:15:41 -07:00 |
|
Michael Scire
|
0ae75a5fd4
|
fs: add extension GetEntryList to AesCtrCounterExtendedStorage
|
2022-10-12 09:15:40 -07:00 |
|
Michael Scire
|
83aaf4904b
|
os: fix whoops in SetMemoryPermission on windows
|
2022-10-12 09:15:40 -07:00 |
|
Michael Scire
|
019a7600c7
|
os: implement MemoryHeapManager, SetMemoryAttribute
|
2022-10-12 09:15:40 -07:00 |
|
Michael Scire
|
696cfb4862
|
lr: update capacity constants to reflect 12.0.0 changes
|
2022-10-12 09:15:37 -07:00 |
|
Michael Scire
|
95b3d39918
|
strat: update for code changes found in boot (closes #1797)
|
2022-10-12 09:15:37 -07:00 |
|
Michael Scire
|
b91294d3b9
|
ams: fs accuracy fixes, bump to 1.3.2
|
2022-04-29 16:14:24 -07:00 |
|
Michael Scire
|
01848bf7ac
|
os: fix various regressions since 1.3.1
|
2022-04-29 16:14:23 -07:00 |
|
Michael Scire
|
ee0cb14b97
|
os: fix minor bug (and simplify) MapProcessCodeMemory
|
2022-04-29 16:14:22 -07:00 |
|
Michael Scire
|
2702120d79
|
ro/os: use os primitives for MapProcessCodeMemory
|
2022-04-29 16:14:22 -07:00 |
|
Michael Scire
|
aecf739a7c
|
loader: use os apis for interacting with process memory
|
2022-04-29 16:14:21 -07:00 |
|
Michael Scire
|
1ac83a92e5
|
strat: fix linux clang build
|
2022-04-29 16:14:20 -07:00 |
|
Michael Scire
|
91ef9bb92c
|
fs: fix null check in AesXtsStorageExternal
|
2022-04-29 16:14:19 -07:00 |
|
Michael Scire
|
0841242371
|
os: silence a maybe-uninit warning
|
2022-04-29 16:14:19 -07:00 |
|
Michael Scire
|
738f57cd37
|
os: refactor multi wait apis to better match Nintendo's latest implementation
|
2022-04-29 16:14:18 -07:00 |
|
Michael Scire
|
a6c096e833
|
fs: QueryEntry uses NonSecure buffers
|
2022-04-29 16:14:18 -07:00 |
|
Michael Scire
|
6d0e0bc135
|
os: broadcast, not signal, on release more than 1 sema
|
2022-04-29 16:14:17 -07:00 |
|
Michael Scire
|
ddd98cb20b
|
util: update some bit utility logic
|
2022-04-04 17:47:04 -07:00 |
|
Michael Scire
|
0a6fec909b
|
fs: update signature for VerifySign1
|
2022-04-04 17:47:03 -07:00 |
|
Michael Scire
|
1aa71e6e44
|
fssystem: add unique lock apis
|
2022-04-04 17:47:03 -07:00 |
|
Michael Scire
|
08787303a2
|
fs: update romfs types
|
2022-04-04 17:47:02 -07:00 |
|
Michael Scire
|
8127091934
|
fs: remove dead code
|
2022-04-04 17:47:02 -07:00 |
|
Michael Scire
|
37089309b2
|
fs: update LocalFileSystem
|
2022-04-04 17:47:01 -07:00 |
|
Michael Scire
|
f2480c7b33
|
fs: fixup all OperateRange implementations
|
2022-04-04 17:47:01 -07:00 |
|
Michael Scire
|
b4da4ddb7e
|
os: add DetachIoRegionHandle
|
2022-04-04 17:47:01 -07:00 |
|
Michael Scire
|
d47c54c70b
|
strat: add windows socket api, linux/macos TODO
|
2022-04-04 17:47:00 -07:00 |
|
Michael Scire
|
87f3e02042
|
fs: also update comment, for locking
|
2022-04-04 17:46:59 -07:00 |
|
Michael Scire
|
08c3748b87
|
fs: fix inverted optional-lock condition
|
2022-04-04 17:46:59 -07:00 |
|
Michael Scire
|
45db9a519b
|
fs: implement new 14.0.0 spl-ctr dispatch semantics
|
2022-04-04 17:46:58 -07:00 |
|
Michael Scire
|
6a5d2ced4b
|
ams: globally prefer R_RETURN to return for ams::Result
|
2022-04-04 17:46:58 -07:00 |
|
Michael Scire
|
6f4618ea60
|
ams: use R_SUCCEED, R_THROW globally
|
2022-04-04 17:46:57 -07:00 |
|
Michael Scire
|
99fba44125
|
fs: update IStorage::Check functions for 14.0.0
|
2022-04-04 17:46:57 -07:00 |
|
Michael Scire
|
e7d6626ef6
|
fs: update a few loose missed results
|
2022-04-04 17:46:56 -07:00 |
|
Michael Scire
|
cdadb5e9a2
|
fs: update nca drivers (and dependents/callees) for 14.0.0 changes
|
2022-04-04 17:46:56 -07:00 |
|
Michael Scire
|
05fdf2ae75
|
fs: update HashGeneratorFactorySelector to reflect 14.0.0
|
2022-04-04 17:46:55 -07:00 |
|
Michael Scire
|
0f8ae6e04b
|
fs: for my sanity, begin tracking version where code was last checked for accuracy
|
2022-04-04 17:46:53 -07:00 |
|
Michael Scire
|
652828c4f3
|
strat: fix clang build
|
2022-03-23 11:25:20 -07:00 |
|
Michael Scire
|
d97cdde1aa
|
os/dd: add missing semicolon to new cache logic
|
2022-03-23 09:16:08 -07:00 |
|
Michael Scire
|
d066ac3d69
|
kern: update for new hw maintenance semantics
|
2022-03-23 09:16:06 -07:00 |
|
Michael Scire
|
a3b74aece9
|
kern: add InfoType_IsSvcPermitted
|
2022-03-23 09:16:04 -07:00 |
|
Michael Scire
|
797a6deaf3
|
ncm: hot take, uninitialized data bad
|
2022-03-23 09:16:03 -07:00 |
|
Michael Scire
|
d2163e1546
|
fs/sprof/build: fix minor issues
|
2022-03-23 09:16:03 -07:00 |
|
Michael Scire
|
396a63e5bb
|
boot2: launch omm before am
|
2022-03-23 09:16:02 -07:00 |
|
Michael Scire
|
7f987e17f3
|
pgl: style nitpick
|
2022-03-23 09:16:02 -07:00 |
|
Michael Scire
|
02056cdc00
|
pgl: hook up logic for enabling extra system threads
|
2022-03-23 09:16:01 -07:00 |
|