Sweden-Number/server
Rémi Bernon 6672fc9d85 ntdll: Use custom internal zero_bits_64 parameter format.
The zero_bits parameter can be a pointer mask on Win64 and WoW64 and it
was incorrectly truncated to 16bits in APCs. Testing shows that only the
leading zeroes are used in the mask, so we can safely use the 64 based
number of leading zeroes everywhere instead.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-08-13 12:29:45 +02:00
..
Makefile.in
async.c server: A spelling and slight rewording fix in a comment. 2019-08-08 17:53:36 +02:00
atom.c
change.c
class.c
clipboard.c
completion.c
console.c
debugger.c server: Report only one debug event per process at the time. 2019-08-07 00:12:26 +02:00
device.c server: Associate create and close IRPs with current thread. 2019-05-30 21:53:27 +02:00
directory.c
event.c
fd.c
file.c
file.h server: Always block overlapped device requests until driver dispatches them. 2019-05-23 22:18:32 +02:00
handle.c
handle.h
hook.c
mach.c
mailslot.c
main.c
mapping.c server: Fix the returned error code for an invalid NT header offset. 2019-06-13 20:55:35 +02:00
mutex.c
named_pipe.c
object.c
object.h
process.c server: Report only one debug event per process at the time. 2019-08-07 00:12:26 +02:00
process.h server: Report only one debug event per process at the time. 2019-08-07 00:12:26 +02:00
procfs.c
protocol.def ntdll: Use custom internal zero_bits_64 parameter format. 2019-08-13 12:29:45 +02:00
ptrace.c
queue.c server: Use KEYEVENTF_UNICODE mode only when virtual key code was not specified. 2019-07-01 14:41:39 +02:00
region.c
registry.c
request.c
request.h server: Rename cpu_type_t to client_cpu_t. 2019-07-05 17:43:53 +02:00
security.h
semaphore.c
serial.c
signal.c
snapshot.c
sock.c
symlink.c
thread.c server: Report only one debug event per process at the time. 2019-08-07 00:12:26 +02:00
thread.h server: Report only one debug event per process at the time. 2019-08-07 00:12:26 +02:00
timer.c
token.c server: Create primary group using DOMAIN_GROUP_RID_USERS. 2019-05-01 11:15:29 +02:00
trace.c ntdll: Use custom internal zero_bits_64 parameter format. 2019-08-13 12:29:45 +02:00
unicode.c
unicode.h
user.c
user.h
window.c
wineserver.de.UTF-8.man.in
wineserver.fr.UTF-8.man.in
wineserver.man.in
winstation.c