Commit Graph

983 Commits

Author SHA1 Message Date
63e44ab462 [+] AuHWInfo::GetPerCoreCPUTimeEx(const AuMemoryViewWrite &arrayOfCpuCoreTimeTimes)
[*] Linux: dont use hard-coded macro for kernel frequency when evaluating uptime
2024-12-15 21:33:25 +00:00
6b0ca15cdb [+] Arg0 to AuProcesses::StartupParameters::posixApplySandboxCOW, and return bool to fail.
[+] A fail fast IO mechanism underneath AuProcesses::IProcess (POSIX) to notify a failure within the 250ms timeout period / Hardened logic that would just crash
2024-12-14 19:39:15 +00:00
a084105267 [*] Fix: clang build regressions in WakeOnAddress and the added AuSmallCondVar 2024-12-14 19:35:47 +00:00
694cf0c2e0 [+] Initial not-so-serious and probably broken attempt at pulling aarch64 cpuid 2024-12-14 03:53:09 +00:00
673d7e3284 [+] AuThreadPrimitives::SmallConditionVariable
[+] AuSmallCondvar
2024-12-13 21:41:46 +00:00
9a226df901 [-] Remove prepmr heap wrapper... again???? 2024-12-12 18:26:16 +00:00
1013f985aa [+] AuThreading::WaitForMultipleAddressesOrWithIO (Mixed userspace monitors with IO primitives)
[+] AuThreading::WaitMultipleIOTrigger
[+] AuThreading::WaitMulipleContainer
2024-12-12 18:11:50 +00:00
ba1a049548 [+] AuLoop::WaitMultipleLoopSources2
[+] AuLoop::WaitForMultipleLoopSourcesParameters

(...experimental improvements)
2024-12-12 06:16:08 +00:00
6afc8d2220 [*] build regression in: 54021d4f 2024-12-12 05:34:46 +00:00
1714b5a7c1 [+] AuThreading::WaitFor2 2024-12-12 02:47:00 +00:00
8b0d6ea415 [*] Wait multiple comment 2024-12-12 02:23:41 +00:00
33b3189007 [*] Redo busted ByteBuffer::Fill that was only ever meant for padding 2024-12-12 01:26:25 +00:00
4eef799677 [*] Refactor AuMemory bForce to bForceDownsize 2024-12-11 23:48:11 +00:00
54021d4fea [+] AuByteBuffer::SetHeap(...)
[+] AuByteBuffer::Read<AuMemoryViewRead>(...)
[+] AuByteBuffer::Read<AuMemoryViewWrite>(...)
[+] AuByteBuffer::Write<AuMemoryViewRead>(...)
[+] AuByteBuffer::Write<AuMemoryViewWrite>(...)
2024-12-11 23:44:10 +00:00
ba3c2f64c3 [*] Begin the deprecation of ByteBuffer::Read/Write(memory view) due to ambiguities. Will reintroduce later to match non-pod behaviour of ::Read[Tagged] and Write[Tagged] 2024-12-11 00:34:27 +00:00
4e6d40d460 [*] Added string store container to NamedMapRequest 2024-12-10 02:33:44 +00:00
d4bc193678 [*] Remove limitation of loop queue source adds: sources are now reference counted 2024-12-06 16:45:46 +00:00
f7969ba475 [+] AuMemory::_ZReallocEx, AuMemory::_FReallocEx variants
[*] mimalloc is kinda stupid, let's not trust their 50% test
2024-12-05 18:15:28 +00:00
df28df6772 [+] AuFS::["Hooks"::]IPlatformFS::HookNamedMap for hooking file map requests - required for android OOBE mounts 2024-12-05 15:12:29 +00:00
7e01c03fc5 [*] Refactor memory map apis to use string views 2024-12-05 14:03:33 +00:00
588a6f3a7a [+] Aurora::ThreadingConfig::bEnableWaitOnAddressAndSurpression 2024-12-03 22:02:01 +00:00
54672f812e [+] PlatformFS abstraction / hook layer 2024-12-01 17:57:50 +00:00
91ce1f7711 [*] Update AuRNG comment 2024-12-01 09:21:19 +00:00
b0123a242c [*] Refactor the rest of AuRNG to use memory view references to harden the ABI and to prevent redundant memory view control block copies as we traverse the stack 2024-12-01 09:20:07 +00:00
e7f795e07a [*] Refactor: IRandomDevice::NextString(pChar, uLength, eType) to use a memory view 2024-12-01 09:15:35 +00:00
9711061dab [+] Aurora::Threading::WaitForMultipleAddressesOr
[+] Aurora::Threading::WaitForMultipleAddressesAnd
[+] Aurora::Threading::WaitMultipleEntry
[+] Aurora::Threading::WaitMulipleContainer
2024-11-29 08:00:51 +00:00
73e901d923 [*] Revert: [*] Partially remove WOA_STRICTER_FIFO (its not ready yet) and fix debug crash
[+] Comment noting the partially flawed design of WOA

...i still dont want to support WOA_STRICTER_FIFO
2024-11-29 07:57:11 +00:00
2ed05ce8dd [+] Aurora::ProcessesConfig
[*] Fixed stupid thread leak from a non-ipc semaphore being used under cow pages
2024-11-23 06:46:26 +00:00
e57d584cb1 [*] Refactor: Aurora::Threading::Waitables to Aurora::Threading::Futexes
[+] Aurora::Threading WakeOnAddress series of APIs: const volatile void* overloads because we cant implicitly cast between volatile and nonvolatile
2024-11-21 17:57:19 +00:00
5abfb0eee0 [+] ICertificateStore::RemoveCertificate
[+] ICertificateStore::RemoveCertificatesFromChain
[+] ICertificateStore::Size
2024-11-18 23:19:43 +00:00
188dfd9459 [+] FIOConfig::bBypassInternetBlockCheckOpenFile 2024-11-18 18:07:12 +00:00
9a172d9fca [+] AuProcesses::RevealInDirectory(...)
[*] Fix dshit shell portal process spawning
2024-11-17 15:48:24 +00:00
5a0bd702c5 [*] Refactor CpuLoadSampler -> ProcessLoadSampler to disambiguate the object from CoreLoadSamplerImpl
[*] Update readme and comments
2024-11-16 15:23:41 +00:00
54f7ee0b64 [+] Aurora::Threading::EWaitMethod::eAnd
[+] Aurora::Threading::EWaitMethod::eNotAnd

(amended: replace eAndNotMask with eNotAnd)
2024-11-14 21:13:13 +00:00
35c71481f7 [+] IAuroraThread::GetThreadTLSIdentity() [cherry-picked from debug update - delayed]
[+] TLSVariable::OfThread(u32) [cherry-picked from debug update - delayed]
2024-11-12 09:18:43 +00:00
c6c62ffca7 [*] Clean up RuntimeConfig.hpp
[*] Fix consoles blocking;
[*] Fix an AuSharedFromThis() in AuCertChain that should've been removed
2024-11-08 04:28:58 +00:00
a2322470b8 [*] Win32 Shell Opener: do the main operation outside of the lock
[*] Linux IO / AuAsync: always use AU_CO_ROUTINE_SUS_NEVER or bool(false). Fixed dropped IO callbacks.
[*] Linux: Added POLLHUP to the blocking read poll. We shouldn't need this. Sockets and pipes set their read side on relevant events. For instance, async connect results in a writable signal, dropped sockets will become signaled under a select, etc. IPC works. Net works. Just gonna add this to the read trigger just in case.
2024-10-16 14:45:07 +01:00
7a0593adeb [+] AuCrypto::CA::ICertificateStore
[+] AuCrypto::CA::INewCertificateStore
[+] AuCrypto::CA::IPinCertificate
[+] AuCrypto::CA::PinAlwaysFail
[+] AuCrypto::CA::PinAlwaysPass
[+] AuCrypto::CA::PinCheckOS
[+] AuCrypto::CA::PinCheckDefault
[+] AuCrypto::CA::PinCheckBuiltin
[+] AuCrypto::CA::PinCheckGlobal
[+] AuCrypto::CA::PinCheckTwoAnd
[+] AuCrypto::CA::PinCheckTwoOr
[+] AuCrypto::CA::SetGlobalTLSPinner
[*] Minor AuCrypto::X509 decoder work
[*] AuCrypto::X509: transition to memory views (x509 is bytebuffer era and earlier code, beri early)
[+] AuCrypto::IPrivateKeyProvider
[+] AuCrypto::IPrivateKeyPair
[+] AuCrypto::PrivateKeyPair
[+] AuCrypto::ImportPrivateKeyPair
[*] Refactor: AuCrypto::X509::GenerateCertificate(...)
[+] AuCrypto::X509::NewChainFromOneDer
[+] AuCrypto::X509::NewChainFromManyDer
[+] AuCrypto::X509::NewChainFromManyDerInStream
[+] AuCrypto::X509::NewChainFromOnePem
[+] AuCrypto::X509::NewChainFromManyPem
[+] AuCrypto::X509::NewChainFromManyPemInStream
[*] Fix TLS code that was abandoned since its introduction with the net code. mbedtls is a hairbrained mess. so many *blocking* github issues starting after 2017. so little progress.
[+] AuIO::TLS::TLSMeta::pKeyPairProvider
[+] AuIO::TLS::TLSServer::bAllowSNIToFallBackDefault
[+] AuIO::TLS::TLSServer::bAllowSNILessUseDefaultCert
2024-10-16 02:07:24 +01:00
b5c4271807 [*] Some WTF
[*] Use waitpid instead of wait3 (BSD, now deprecated by POSIX)
[*] Win32 / x86_32: I guess the file map maximum size should be the same as 64bit since it lets us? we need this span constraint to be the entire file or less.
[*] Improved AuProcess UNIX signal safety
[*] Comments
[+] Secret API: RuntimeCollectMemory
2024-10-12 16:30:12 +01:00
02826d2365 [+] AuLoop::kWaitMultipleFlagNoIOCallbacks
[+] AuLoop::kWaitMultipleFlagBreakAfterAPC
[+] Alternative Wait AND implementations for NT, POSIX, and generic
[+] IOConfig::...
[*] LoopQueue improvements
[+] ILoopQueue::ConfigureDoIOApcCallbacks
[+] ILoopQueue::ConfigureDoIOApcCallbacks
2024-10-10 11:03:26 +01:00
82ed6e5617 [*] AuAsync build regression
[*] Fix potential for null deref under net adapters api
[*] Improved generic IO WaitFor * AND * (still suxs)
2024-10-09 01:59:50 +01:00
978693559e [*] QOL / Hardening / Optimizations / Bug fixes
(but not really. this is just some patchwork)
2024-10-02 00:47:44 +01:00
6e9e962c84 [*] AuLoop::WaitMultipleLoopSources optimizations (do not allocate so much, if we can), and
[*] Updated Loop.hpp comment
2024-09-28 23:14:48 +01:00
ff6409859f [*] Fix C++17 build regressions 2024-09-27 22:50:04 +01:00
f059141505 [*] AuCmdLine::GetValue(...) (both variants) refactored to use views to help with future stability issues around AuStrings (and their allocator?) 2024-09-27 22:46:50 +01:00
7046ccec11 [*] Refactor some APIs to use string views instead of strings
[+] Added new shell dirs API
[+] AuOptional<AuROString> GetUserDocuments()
[+] AuOptional<AuROString> GetUserDownloads()
[+] AuOptional<AuROString> GetUserDesktop()
[+] AuOptional<AuROString> GetUserPhotos()
[+] AuOptional<AuROString> GetUserVideos()
[+] AuOptional<AuROString> GetUserMusic()
[*] Amend IPCHandle::InitFromSharing (use string view)
[*] AuFS devices API should now use string views
[*] AuProcess, Process APIs now use string views (ModuleLoadRequest, LoadModule, GetProcAddressEx, etc)
[*] AuProcess, Paths APIs now use string views (GetProcessDirectory, GetProcessFullPath, etc)
[*] Fix XP using common my documents vs local user documents
2024-09-24 18:59:54 +01:00
436d50a01f [+] AuIO::IOPipeRequest::bReadEntireAllocation
[*] Fix 24. Hello IO regression
2024-09-17 18:23:49 +01:00
9acc56431a [-] AuMemoryView
[-] AuMemory::Heap
[*] Use AuSetAllocator
[-] AuMemory::PmrCppHeapWrapper
2024-09-13 08:48:33 +01:00
ffb1cbb09b [*] PmrCppHeapWrapper fixes 2024-09-10 04:46:13 +01:00
634eb35959 [+] IOConfig::bAPCUseCoroutineStack 2024-09-09 08:16:19 +01:00