History for Atmosphere / libraries / libstratosphere / source / os
2022-10-12
@Michael Scire
os: update os namespace for 15.0.0, loader/ro: update to use csrng, spl: bump max sessions
Michael Scire authored on 12 Oct 2022 SciresM committed on 12 Oct 2022
2022-06-28
@Michael Scire
os: pthread_yield is deprecated, don't use it on linux
Michael Scire committed on 28 Jun 2022
2022-06-12
@Michael Scire
os: silence warning building with gcc 12 on windows
Michael Scire committed on 12 Jun 2022
2022-06-11
@Michael Scire
os: fix whoops in SetMemoryPermission on windows
Michael Scire committed on 11 Jun 2022
@Michael Scire
os: implement MemoryHeapManager, SetMemoryAttribute
Michael Scire committed on 11 Jun 2022
2022-04-30
@Michael Scire
os: fix various regressions since 1.3.1
Michael Scire committed on 30 Apr 2022
2022-04-18
@Michael Scire
os: fix minor bug (and simplify) MapProcessCodeMemory
Michael Scire committed on 18 Apr 2022
@Michael Scire
ro/os: use os primitives for MapProcessCodeMemory
Michael Scire committed on 18 Apr 2022
@Michael Scire
loader: use os apis for interacting with process memory
Michael Scire committed on 18 Apr 2022
2022-04-16
@Michael Scire
os: silence a maybe-uninit warning
Michael Scire committed on 16 Apr 2022
2022-04-13
@Michael Scire
os: refactor multi wait apis to better match Nintendo's latest implementation
Michael Scire committed on 13 Apr 2022
2022-04-07
@Michael Scire
os: broadcast, not signal, on release more than 1 sema
Michael Scire committed on 7 Apr 2022
2022-03-28
@Michael Scire
os: add DetachIoRegionHandle
Michael Scire committed on 28 Mar 2022
2022-03-26
@Michael Scire
ams: globally prefer R_RETURN to return for ams::Result
Michael Scire committed on 26 Mar 2022
@Michael Scire
ams: use R_SUCCEED, R_THROW globally
Michael Scire committed on 26 Mar 2022
2022-03-24
@Michael Scire
fs: for my sanity, begin tracking version where code was last checked for accuracy
Michael Scire committed on 24 Mar 2022
2022-03-23
@Michael Scire
os/dd: add missing semicolon to new cache logic
Michael Scire authored on 23 Mar 2022 SciresM committed on 23 Mar 2022
@Michael Scire
kern: update for new hw maintenance semantics
Michael Scire authored on 23 Mar 2022 SciresM committed on 23 Mar 2022
@Michael Scire
kern: add InfoType_IsSvcPermitted
Michael Scire authored on 22 Mar 2022 SciresM committed on 23 Mar 2022
2022-03-22
@Michael Scire
strat: only include windows.h in translation units where actually needed
Michael Scire authored on 17 Mar 2022 SciresM committed on 22 Mar 2022
@Michael Scire
fs: fix clang-build, os: StackGuardManager
Michael Scire authored on 13 Mar 2022 SciresM committed on 22 Mar 2022
@Michael Scire
os: add working stack logic for macOS
Michael Scire authored on 10 Mar 2022 SciresM committed on 22 Mar 2022
@Michael Scire
fix stack getting on linux, add test
Michael Scire authored on 10 Mar 2022 SciresM committed on 22 Mar 2022
@Michael Scire
abort/error: print backtrace, abuse templates, overhaul result/diag (macos not done yet)
Michael Scire authored on 10 Mar 2022 SciresM committed on 22 Mar 2022
@Michael Scire
add basic tests for os::Event/SystemEvent functionality
Michael Scire authored on 6 Mar 2022 SciresM committed on 22 Mar 2022
@Michael Scire
ams: support building unit test programs on windows/linux/macos
Michael Scire authored on 6 Mar 2022 SciresM committed on 22 Mar 2022
2021-11-04
@Michael Scire
dmnt2: detect thread name, add monitor get mapping(s), increase buffer sizes
Michael Scire authored on 2 Nov 2021 SciresM committed on 4 Nov 2021
2021-10-24
@SciresM
kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668)
SciresM authored on 24 Oct 2021 GitHub committed on 24 Oct 2021
2021-10-18
@Michael Scire
ams: improve offsetof style consistency
Michael Scire committed on 18 Oct 2021
2021-10-17
@Michael Scire
constexpr: resign ourselves to gcc dropping void -> T support
Michael Scire committed on 17 Oct 2021