Sweden-Number/dlls/ntdll/unix
Jinoh Kang 938783cac9 ntdll/unix: Zero-extend IP_TOS byte to INT.
The IP_TOS control data is 1 byte on Unix, but 4 bytes on Windows.
Properly zero-extend the value instead of copying 3 bytes of garbage.

Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-19 10:40:07 +01:00
..
cdrom.c configure: Assume that sys/ioctl.h is available on Unix. 2021-12-09 18:43:51 +01:00
debug.c ntdll: Add stub for NtSetDebugFilterState(). 2021-12-14 14:18:53 +01:00
env.c configure: Assume that unistd.h is available on Unix. 2021-12-09 18:43:51 +01:00
file.c ntdll: Preserve the startup Unix directory unless it's on a removable device. 2021-12-27 18:51:16 +01:00
loader.c ntdll: Support debugger attach from a 64-bit process to a 32-bit process. 2022-01-03 17:46:39 +01:00
loadorder.c
process.c ntdll: Use proper names for magic constants. 2021-12-17 17:17:49 +01:00
registry.c ntdll: Use full registry key name in NtQueryLicenseValue. 2022-01-12 11:59:20 +01:00
security.c
serial.c configure: Assume that sys/ioctl.h is available on Unix. 2021-12-09 18:43:51 +01:00
server.c ntdll: Support debugger attach from a 64-bit process to a 32-bit process. 2022-01-03 17:46:39 +01:00
signal_arm.c ntdll: Properly test for LLVM libunwind error codes. 2021-12-10 22:00:17 +01:00
signal_arm64.c ntdll: Properly test for LLVM libunwind error codes. 2021-12-10 22:00:17 +01:00
signal_i386.c ntdll: Temporarily allow KeUserModeCallback calls from client stack. 2021-12-09 10:47:41 +01:00
signal_x86_64.c ntdll: Properly test for LLVM libunwind error codes. 2021-12-10 22:00:17 +01:00
socket.c ntdll/unix: Zero-extend IP_TOS byte to INT. 2022-01-19 10:40:07 +01:00
sync.c configure: Assume that sys/time.h is available on Unix. 2021-12-09 18:43:51 +01:00
system.c ntdll: Don't use inline assembly in do_cpuid. 2021-12-17 17:17:54 +01:00
tape.c configure: Assume that sys/ioctl.h is available on Unix. 2021-12-09 18:43:51 +01:00
thread.c configure: Assume that sys/mman.h is available on Unix. 2021-12-09 18:43:51 +01:00
unix_private.h ntdll: Support debugger attach from a 64-bit process to a 32-bit process. 2022-01-03 17:46:39 +01:00
virtual.c configure: Assume that sys/socket.h is available on Unix. 2021-12-09 18:43:51 +01:00