1
0
Fork 0
Keine Beschreibung
Datei suchen
Sebastian Tobie 2f86242ef7 cleaning up the error handling
Some Cases are now in the fallback case, since they don't happen according to the documentation.
added an workaround for the unstable cold_path feature
2025-10-17 00:12:41 +02:00
.cargo cleaning up the error handling 2025-10-17 00:12:41 +02:00
src cleaning up the error handling 2025-10-17 00:12:41 +02:00
tests added incomplete tests for event and semaphore 2025-10-16 22:10:23 +02:00
.gitignore removed the .vscode directory 2025-09-20 13:25:41 +02:00
.pre-commit-config.yaml added more checks before the commits 2025-09-22 22:57:45 +02:00
.rustfmt.toml First commit 2025-09-20 13:20:40 +02:00
Cargo.lock cleaned up the dependencies 2025-10-02 11:37:10 +02:00
Cargo.toml cleaned up the dependencies 2025-10-02 11:37:10 +02:00
README.md fixed the spelling of ntsync 2025-09-21 09:07:41 +02:00

NTSync

for Wine the Ntsync driver was created to improve perfomance of Applications running with Wine. This is an implementation of the ioctls proviced by the device.

it is an implementation based on NTSync Docs