Alexandre Julliard pushed to branch master at wine / wine
Commits:
9b2395f9 by Hans Leidekker at 2025-03-21T21:57:37+01:00
wpcap: Check for failure from pcap_dump_open().
- - - - -
e27728e3 by Hans Leidekker at 2025-03-21T21:57:37+01:00
wpcap: Fix Unix call in pcap_dump_close().
- - - - -
6ec8dc8a by Hans Leidekker at 2025-03-21T21:57:37+01:00
wpcap: Remove unneeded trace.
- - - - -
307a006d by Hans Leidekker at 2025-03-21T21:57:37+01:00
wpcap: Pass the dumper handle to pcap_dump().
- - - - -
ae99b99b by Hans Leidekker at 2025-03-21T21:57:37+01:00
wpcap: Correct params structure in wow64_dump_open().
- - - - -
a9baa4b4 by Hans Leidekker at 2025-03-21T21:57:37+01:00
wpcap: Fall back to a buffer copy if 32-bit mmap support is not available.
- - - - -
4 changed files:
- dlls/wpcap/tests/wpcap.c
- dlls/wpcap/unixlib.c
- dlls/wpcap/unixlib.h
- dlls/wpcap/wpcap.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e006e94c9cb3473cb874e1efe1ef…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e006e94c9cb3473cb874e1efe1ef…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
808d7047 by Marc-Aurel Zent at 2025-03-20T21:37:39+01:00
include: Add thread priority constants.
- - - - -
40339366 by Marc-Aurel Zent at 2025-03-20T21:37:40+01:00
ntdll/tests: Add tests for process and thread priority.
- - - - -
cf8a1daf by Marc-Aurel Zent at 2025-03-20T21:37:40+01:00
server: Infer process priority class in set_thread_priority.
- - - - -
eaf0b4e1 by Marc-Aurel Zent at 2025-03-20T21:37:40+01:00
server: Clarify between effective thread priority and class/level.
This also uses the correct NT thread priority constants where possible.
- - - - -
3323a7e4 by Marc-Aurel Zent at 2025-03-20T21:37:54+01:00
server: Rename thread priority to base_priority.
- - - - -
10 changed files:
- dlls/ntdll/tests/info.c
- dlls/ntdll/unix/thread.c
- include/ddk/wdm.h
- include/wine/server_protocol.h
- server/process.c
- server/protocol.def
- server/request_handlers.h
- server/request_trace.h
- server/thread.c
- server/thread.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6446969adc2e396971b059984677…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6446969adc2e396971b059984677…
You're receiving this email because of your account on gitlab.winehq.org.