Nikolay Nikolov
|
31bb06ac87
+ WebAssembly threads: initial implementation of the WASI threads proposal:
|
1 年之前 |
Nikolay Nikolov
|
bb93b918a5
* WebAssembly threads: don't check for GetThreadState(MyThread)<>tsRunning in
|
1 年之前 |
Nikolay Nikolov
|
694341aa78
* WebAssembly threads: fixed bug in LockMutexTimeoutNoWait, caused by the use of
|
1 年之前 |
Nikolay Nikolov
|
c2fcb1a833
* WebAssembly threads: reformat code in LockMutexTimeoutNoWait for better
|
1 年之前 |
florian
|
cc2406ad74
* factor out TRVCpuAsmOptimizer.OptPass1Add
|
1 年之前 |
Nikolay Nikolov
|
e612401562
* WebAssembly threads: also access TRTLCriticalSection.Owner using atomic loads and stores
|
1 年之前 |
Nikolay Nikolov
|
6a1eb520e9
* WebAssembly threads: use atomic loads and stores for accessing TRTLCriticalSection.Locked
|
1 年之前 |
Nikolay Nikolov
|
41ead20bfb
* WebAssembly threads: fixed race condition LockMutex in the check where Locked
|
1 年之前 |
Nikolay Nikolov
|
692bd62359
* WebAssembly threads: bug fixes in LockMutexTimeoutWait
|
1 年之前 |
florian
|
8708144c50
+ RiscV: AndiAndi2Andi
|
1 年之前 |
Nikolay Nikolov
|
a179ca8cf8
* WebAssembly mutex: changed the timeout parameter to be in nanoseconds (these
|
1 年之前 |
Nikolay Nikolov
|
a21dfc0245
* WebAssembly mutex: changed the aTimeoutMS parameters of LockMutexTimeoutNoWait
|
1 年之前 |
Nikolay Nikolov
|
6d45fd09a2
* WebAssembly mutex: treat all negative values of aTimeoutMS as infinite, instead of just -1
|
1 年之前 |
Jan Rysavy
|
08bae9ee2e
OpenSSL: add support for OSSL_PARAM, EVP_PKEY_encrypt, EVP_PKEY_decrypt
|
1 年之前 |
florian
|
5b5a8b3387
* add cpuriscv to be on the safe side
|
1 年之前 |
florian
|
80febbd8cf
* Risc-V: use OptPass1OP more
|
1 年之前 |
Michaël Van Canneyt
|
406d5f4147
* Dump certificate in temp dir. Fixes issue #40872
|
1 年之前 |
Nikolay Nikolov
|
04b9bc7702
* fix typo in comment
|
1 年之前 |
florian
|
13dfd1cafd
* get rid of a couple of more tabs
|
1 年之前 |
Nikolay Nikolov
|
1a93cad4f3
* fixed conversion between milliseconds and nanoseconds in LockMutexTimeoutNoWait and LockMutexTimeoutWait
|
1 年之前 |
Nikolay Nikolov
|
b9a6b01c97
* WebAssembly threads: set M.Locked to 0 on UnLockMutex
|
1 年之前 |
Nikolay Nikolov
|
8413c2b073
* optimization in WebAssembly's MutexKind() function - mark the first parameter
|
1 年之前 |
Nikolay Nikolov
|
c6794dd7d7
* fixed WebAssembly InitMutex() and DoneMutex() - pass the parameter by reference
|
1 年之前 |
Nikolay Nikolov
|
5de7084d35
* WasiRTLEventWaitFor_WaitNotAllowed: treat timeout of 0 as zero wait time,
|
1 年之前 |
Nikolay Nikolov
|
038ecaef92
* fixed WasiRTLEventWaitFor_WaitAllowed: second parameter is expected value to wait on (0), not wait to wait for (1)
|
1 年之前 |
Nikolay Nikolov
|
2fb300c5c0
* fixes to WebAssembly RTLEventWaitFor:
|
1 年之前 |
Karoly Balogh
|
6f7d2136c6
h68units: new h68kutil unit, with various constans for now. more to come.
|
1 年之前 |
Karoly Balogh
|
1cea95e8e0
h68units: also credit Federico Roviralta for his X68K related work
|
1 年之前 |
Karoly Balogh
|
bcaf8d1409
h68units: added some more IOCS calls, mostly related to hardware sprite handling
|
1 年之前 |
Karoly Balogh
|
c20178b6e1
h68units: fix copyright year in h68iocs unit. no functional change
|
1 年之前 |