Commit Graph

15 Commits

Author SHA1 Message Date
ba833422b0
Implement ExCompleteRundownProtection() and ExReInitializeRundownProtection() routines and add stub for ExWaitForRundownProtectionRelease()
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 31s
Builds / ExectOS (i686) (push) Successful in 30s
2023-11-05 09:50:04 +01:00
aa17be6eb3
Implement KeSetTargetProcessorDpc() routine
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 30s
Builds / ExectOS (i686) (push) Successful in 28s
2023-10-29 19:59:21 +01:00
be7981f614
Implement KeInitializeThreadedDpc() and export it together with KeInitializeDpc()
All checks were successful
Builds / ExectOS (i686) (push) Successful in 27s
Builds / ExectOS (amd64) (push) Successful in 27s
2023-10-29 19:45:45 +01:00
7f8618d2c0
Export ExAcquireRundownProtection(), ExInitializeRundownProtection() and ExReleaseRundownProtection() kernel routines
Some checks failed
Builds / ExectOS (amd64) (push) Failing after 18s
Builds / ExectOS (i686) (push) Failing after 15s
2023-10-28 00:02:18 +02:00
3354075900
Initial Asynchronous Procedure Call (APC) support
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-18 00:04:51 +01:00
08405e7bdc
Ad more routines for semaphores support
Some checks failed
ci/woodpecker/push/build Pipeline failed
2023-02-17 09:40:18 +01:00
03bae53fb9
Export semaphore, spinlock and timer initialization routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-16 22:33:54 +01:00
938cd175c8
Export HlIoPortInShort(), HlIoPortInLong(), HlIoPortOutShort() and HlIoPortOutLong() routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2022-12-27 22:48:10 +01:00
b1c08e4a9f
Implement RtlStringLength() and RtlStringToWideString() routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2022-10-25 23:45:12 +02:00
252eb5c825
Export RtlWideStringConcatenate() and RtlWideStringLength() routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2022-09-26 23:01:17 +02:00
dd0c86003d
Set correct calling convention for RtlWideStringCompare() and RtlWideStringTokenize() routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2022-09-26 22:54:21 +02:00
41f1aee6e3
Implemented RtlCompareMemory() for better compatibility with NT and made use of it in RtlSameMemory(), implemented RtlFillMemory(), RtlMoveMemory(), RtlSetMemory() and RtlZeroMemory() as well
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2022-09-06 17:51:44 +02:00
d56b10f252
Various fixes to the existing routines:
All checks were successful
ci/woodpecker/push/build Pipeline was successful
* Export RtlWideStringTokenize()
 * Allow to compare whole strings in RtlWideStringCompare() when no length specified
 * RtlSameMemory() returns boolean now
 * Source bytes can be constant value in RtlCopyMemory()
2022-09-05 15:17:12 +02:00
8a91412ec4
Export existing kernel routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2022-09-01 22:05:35 +02:00
a7d07e7ecb
Integrate xtklib with the kernel
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2022-08-30 23:23:02 +02:00