Alexandre Julliard pushed to branch master at wine / wine
Commits:
d89bcf68 by Alexandre Julliard at 2025-09-19T17:47:09+02:00
ntdll: Restore the macOS RLIMIT_NOFILE workaround.
Partial revert of 2a5ae469d58b6c680ff8b059e82217db9301c2a8, I
mixed up the supported macOS versions.
- - - - -
ebfc0532 by Alexandre Julliard at 2025-09-19T17:47:13+02:00
ntdll/tests: Always restore the APC dispatcher.
Fixes a regression from 4b565a05d8463c3265857a084cb5cd67f71a6c70.
- - - - -
1146e505 by Alexandre Julliard at 2025-09-19T23:00:30+02:00
ntdll: Clear alignment flag on signal entry also on x86-64.
- - - - -
4 changed files:
- dlls/ntdll/tests/exception.c
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/signal_x86_64.c
- server/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/65870dc80345b410d23a411073493…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/65870dc80345b410d23a411073493…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
72071fcf by Henri Verbeet at 2025-09-19T12:46:54+02:00
vkd3d-shader/ir: Avoid memset() in vsir_instruction_init().
Primarily to avoid -Warray-bounds warnings from newer gcc, specifically
for the first vsir_instruction_init() call in vsir_update_dcl_temps().
This seems to be a false positive created by the interaction between
vsir_program_iterator_insert_after() and vsir_program_iterator_next()
error handling; it may be possible to avoid that by rearranging things,
but it doesn't seem worth it.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/72071fcf085b7be42922dd787c974…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/72071fcf085b7be42922dd787c974…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
c5bafc44 by Henri Verbeet at 2025-09-19T12:45:51+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_ftoi().
- - - - -
b228b626 by Henri Verbeet at 2025-09-19T12:45:51+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_ftou().
- - - - -
e67cd10c by Henri Verbeet at 2025-09-19T12:45:51+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_dtof().
- - - - -
75a50c40 by Henri Verbeet at 2025-09-19T12:45:51+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_bitfield_instruction().
- - - - -
26937622 by Henri Verbeet at 2025-09-19T12:45:51+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_f16tof32().
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/47f2ec1a08769e2b5dbc677da183…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/47f2ec1a08769e2b5dbc677da183…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9fcb1c17 by Rémi Bernon at 2025-09-18T22:34:39+02:00
server: Rename queue is_signaled to get_queue_status.
- - - - -
998be7e6 by Rémi Bernon at 2025-09-18T22:34:39+02:00
server: Do not clear queue masks in msg_queue_satisfied.
The masks are checked in win32u, and updated if necessary, right before
waiting for messages. They tell wineserver which of the bits we want the
queue to be signaled for in the following wait.
There should be no need to clear the mask after waiting, and doing it
will always force clients to update them again on the next wait, causing
an additional request.
- - - - -
0abb4190 by Rémi Bernon at 2025-09-18T22:34:57+02:00
server: Remove skip_wait flag from set_queue_mask.
Resetting the queue sync doesn't look right or necessary anymore. The
sync state should reflect the bits vs mask status at all time and the
sync will be reset whenever masks are updated, for instance before any
wait on the queue.
- - - - -
6 changed files:
- dlls/win32u/message.c
- include/wine/server_protocol.h
- server/protocol.def
- server/queue.c
- server/request_handlers.h
- server/request_trace.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/171fe8f1768c24c516c8d83de4205…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/171fe8f1768c24c516c8d83de4205…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8e5caec9 by Stian Low at 2025-09-18T20:07:51+02:00
ntdll: Implement NtSetEventBoostPriority().
- - - - -
171fe8f1 by Stian Low at 2025-09-18T20:07:51+02:00
ntdll/tests: Add tests for NtSetEventBoostPriority().
- - - - -
7 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/tests/sync.c
- dlls/ntdll/unix/sync.c
- dlls/ntoskrnl.exe/ntoskrnl.exe.spec
- dlls/wow64/sync.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/79fd4c41b225c1941789ffde6ad5a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/79fd4c41b225c1941789ffde6ad5a…
You're receiving this email because of your account on gitlab.winehq.org.