[Git][wine/wine][master] 10 commits: ntdll: Factor out a cancel_io() function.
Alexandre Julliard pushed to branch master at wine / wine Commits: 2048c919 by Matteo Bruni at 2025-12-05T17:47:24+01:00 ntdll: Factor out a cancel_io() function. - - - - - 6794c3ab by Rémi Bernon at 2025-12-05T17:47:24+01:00 server: Introduce a find_async_from_user helper. - - - - - db361522 by Matteo Bruni at 2025-12-05T17:47:24+01:00 server: Factor out a cancel_async() function. - - - - - fad89a94 by Matteo Bruni at 2025-12-05T17:47:24+01:00 ntdll: Wait for all asyncs to handle cancel in NtCancelIoFile(). - - - - - d69a4f90 by Matteo Bruni at 2025-12-05T17:47:24+01:00 ntdll/tests: Add more NtCancelIoFile[Ex]() tests. - - - - - 263d915f by Matteo Bruni at 2025-12-05T17:47:24+01:00 ntdll/tests: Test IOSB values of the cancel operation. - - - - - 605c7719 by Matteo Bruni at 2025-12-05T17:47:24+01:00 ntoskrnl/tests: Fix tests on current Windows 10 / 11. - - - - - 4fe40c69 by Matteo Bruni at 2025-12-05T17:47:24+01:00 ntoskrnl/tests: Add more cancellation tests. - - - - - 1007127c by Matteo Bruni at 2025-12-05T17:47:24+01:00 ntoskrnl/tests: Test the thread ID the cancellation routine runs from. - - - - - ea1ee0f7 by Matteo Bruni at 2025-12-05T17:47:24+01:00 ntoskrnl/tests: Use the 'Nt' version of the CancelIo APIs. - - - - - 12 changed files: - dlls/ntdll/tests/pipe.c - dlls/ntdll/unix/file.c - dlls/ntoskrnl.exe/tests/driver.c - dlls/ntoskrnl.exe/tests/driver.h - dlls/ntoskrnl.exe/tests/ntoskrnl.c - include/wine/server_protocol.h - server/async.c - server/file.h - server/process.c - server/protocol.def - server/request_handlers.h - server/request_trace.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d2d72bbb780c81b408897f01a95e4a... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d2d72bbb780c81b408897f01a95e4a... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)