Sweden-Number/server
Zebediah Figura e6009c5b55 server: Avoid touching the poll_req structure after calling async_request_complete() (Valgrind).
Fixes: 567beb6b2e
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-13 13:05:23 +02:00
..
Makefile.in configure: Remove no longer needed poll() checks. 2021-10-04 15:26:24 +02:00
async.c ntdll: Do not fill the IOSB if a device IRP failed synchronously. 2021-09-14 18:30:17 +02:00
atom.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
change.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
class.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
clipboard.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
completion.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
console.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
debugger.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
device.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
directory.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
event.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02:00
fd.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
file.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
file.h ntoskrnl: Report the initial status of an IRP separately from the IOSB status. 2021-09-13 11:32:18 +02:00
handle.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02:00
handle.h server: Inherit standard handles together with explicit handle list. 2020-09-29 21:04:13 +02:00
hook.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
mach.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
mailslot.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
main.c server: Avoid using getopt_long(). 2021-10-05 11:53:08 +02:00
mapping.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
mutex.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02:00
named_pipe.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02:00
object.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02:00
object.h server: Add a native_machine global variable. 2021-06-24 11:00:24 +02:00
process.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
process.h server: Store session id in the process and return it at process init time. 2021-07-01 22:34:31 +02:00
procfs.c server: Add a platform-specific entry point to initialize registers of a new thread. 2017-07-27 17:04:04 +02:00
protocol.def user32: Fix window style while CBT_CREATEWND hook is called. 2021-10-07 18:03:12 +02:00
ptrace.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
queue.c server: Zero-initialize rawinput_message structures before passing them to queue_rawinput_message() (Valgrind). 2021-10-13 13:05:23 +02:00
region.c server: Map region to the window DPI in redraw_region(). 2018-08-24 20:12:05 +02:00
registry.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02:00
request.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
request.h user32: Fix window style while CBT_CREATEWND hook is called. 2021-10-07 18:03:12 +02:00
security.h server: Store the session id in the process token. 2021-07-01 22:34:31 +02:00
semaphore.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02:00
serial.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
signal.c server: Use the object type information to implement access mapping. 2021-02-05 22:53:46 +01:00
sock.c server: Avoid touching the poll_req structure after calling async_request_complete() (Valgrind). 2021-10-13 13:05:23 +02:00
symlink.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
thread.c configure: Define _GNU_SOURCE in config.h. 2021-10-11 11:22:53 +02:00
thread.h ntdll: Avoid accessing the I/O status block in wait_async(). 2021-05-24 11:32:28 +02:00
timer.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
token.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02:00
trace.c user32: Fix window style while CBT_CREATEWND hook is called. 2021-10-07 18:03:12 +02:00
unicode.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
unicode.h server: Create the NLS section object for the l_intl.nls file. 2020-11-27 18:28:35 +01:00
user.c server: Free client-side user handles at process exit. 2009-10-15 17:56:04 +02:00
user.h server: Track desktop users per thread instead of per process. 2021-04-21 21:00:33 +02:00
window.c user32: Fix window style while CBT_CREATEWND hook is called. 2021-10-07 18:03:12 +02:00
wineserver.de.UTF-8.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
wineserver.fr.UTF-8.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
wineserver.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
winstation.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02:00