AuroraRuntime/Source
J Reece Wilson fd0c5b51b2 Further Linux support
[+] Begin work on IO futexes for io release on process/thread exit
[+] Linux ::readdir iteration
[+] AuConsole buffering API
[*] Fix sleep as to not get interrupted by signals
[*] Switch the type of FS lock used under Linux
[*] Linux: Use new IPCHandle encoding scheme
[*] Fix undefined behaviour: unintialized timeout values (AuLoop/Linux)
[*] Fix undefined behaviour: ConsoleTTY clear line was called of a color of a random value on stack
[-] Remainings of std dir iterator
[*] Fix pthread_kill (aka send signal to pthread handle) always kills process. This is what you expect bc signal handler inheritance.
[*] Reformat the build Aurora.json file
[+] Added clang warning ignores to the build file
[*] Fix: UNIX need to use STDOUT_FILENO. Was using CRT handle in place of fd by mistake.
[+] Linux implementation for IO yield (AuIO::IOYield() - UNIX::LinuxOverlappedYield())
[*] Fix: Linux async end of stream processing. res 0 = zero bytes consumed. <= was detecting this as an error of code 0. Should succeed with zero bytes.
[+] Linux LoopQueue missing epilogue hook for the IO processor
[*] Various refactors and minor bug fixes
[*] Linux fix: Handle pipe EOS as zero
[*] Linux fix: thread termination via a user signal of 77. Need a force terminate.
[*] IPC handle: fix improper int to bool cast in the header setup within ToString
[*] Linux fix: HWInfo CPU topology regression
[-] Linux fix: remove SIGABRT handler
[*] Missing override in compression, exit, and consoletty headers.
[+] Unix Syslog logger backend
2022-08-02 05:52:57 +01:00
..
Async LAAAAAIIIIIIIIN 2022-07-21 23:23:16 +01:00
CmdLine [*] Amend linux cmdline parsing 2022-04-06 08:25:17 +01:00
Compression Further Linux support 2022-08-02 05:52:57 +01:00
Console Further Linux support 2022-08-02 05:52:57 +01:00
Crypto [*] Solve a few compiler warnings. Mostly unrealistic u32 <-> u64 casts in element iteration and string operations we can reasonably ignore 2022-06-14 17:12:21 +01:00
Debug Further Linux support 2022-08-02 05:52:57 +01:00
Exit Further Linux support 2022-08-02 05:52:57 +01:00
Extensions [*] C warnings 2022-06-14 17:19:22 +01:00
Grug [+] readme.md 2022-06-12 21:18:26 +01:00
Hashing [*] Reset hashstream lock state on import/reset 2022-05-14 23:34:25 +01:00
HWInfo Further Linux support 2022-08-02 05:52:57 +01:00
IO Further Linux support 2022-08-02 05:52:57 +01:00
Locale Further Linux support 2022-08-02 05:52:57 +01:00
Logging Further Linux support 2022-08-02 05:52:57 +01:00
Memory LAAAAAIIIIIIIIN 2022-07-21 23:23:16 +01:00
Parse [*] Update AuParse again. The IO character update was barely shimed in. 2022-07-07 06:42:20 +01:00
Process [*] Solve a few compiler warnings. Mostly unrealistic u32 <-> u64 casts in element iteration and string operations we can reasonably ignore 2022-06-14 17:12:21 +01:00
Processes [*] Check for null handle under LSHandle bc win32 apis are inconsistent as shit 2022-07-08 22:58:49 +01:00
Registry [*] Update for auROXTL changes 2022-03-30 15:16:57 +01:00
RNG [*] Solve a few compiler warnings. Mostly unrealistic u32 <-> u64 casts in element iteration and string operations we can reasonably ignore 2022-06-14 17:12:21 +01:00
SWInfo [*] Dumbdumb moment 2022-05-28 17:21:57 +01:00
Telemetry [*] Linux has a pulse... 2022-04-06 02:24:38 +01:00
Threading Further Linux support 2022-08-02 05:52:57 +01:00
Time [+] Linux: Added bSingleshot API to timerfd backend 2022-05-04 16:43:23 +01:00
Alloc.cpp Readded C++17 allocators 2021-06-28 00:12:17 +01:00
Crypto.cpp [*] Major change in include convention 2021-09-30 15:57:41 +01:00
Crypto.hpp Initial Commit 2021-06-27 22:25:29 +01:00
Entrypoint.cpp [+] Higher-res sleep under NT w/ NtDelayExecution 2022-05-13 18:44:44 +01:00
RuntimeInternal.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00