Sweden-Number/dlls/ntdll
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
..
tests ntdll: Support debugger attach from a 64-bit process to a 32-bit process. 2022-01-03 17:46:39 +01:00
unix ntdll/unix: Zero-extend IP_TOS byte to INT. 2022-01-19 10:40:07 +01:00
Makefile.in makefiles: Support per-platform values for EXTRADLLFLAGS. 2021-12-02 20:20:39 +01:00
actctx.c ntdll: Return correct status when manifest could not be loaded from file. 2021-11-12 22:42:51 +01:00
atom.c
crypt.c
debugbuffer.c
env.c
error.c
error.h
exception.c ntdll: Fix alignment mask size in RtlInitializeExtendedContext2(). 2021-10-26 22:52:00 +02:00
handletable.c
heap.c
large_int.c
loader.c ntdll: Always try searching apiset DLLs in the default directories. 2021-12-23 10:55:30 +01:00
locale.c
make_errors
math.c ntdll: Copy sqrt() implementation from msvcrt. 2021-10-26 10:39:34 +02:00
misc.c ntdll: Move math functions to a separate file. 2021-10-26 10:39:34 +02:00
ntdll.spec ntdll: Add stub for NtSetDebugFilterState(). 2021-12-14 14:18:53 +01:00
ntdll_misc.h ntdll: Add support for dispatching exception from 32-bit code in Wow64 mode. 2021-12-01 18:13:53 +01:00
path.c ntdll: Fix handling \\.\CON path in RtlDosPathNameToNtPathName. 2021-12-30 23:09:45 +01:00
printf.c
printf.h
process.c ntdll: Support debugger attach from a 64-bit process to a 32-bit process. 2022-01-03 17:46:39 +01:00
reg.c
relay.c
resource.c
rtl.c ntdll: Add stub RtlLookupElementGenericTable function. 2021-12-02 20:20:39 +01:00
rtlbitmap.c
rtlstr.c
sec.c
signal_arm.c ntdll: Fix valid frame address range in ARM/ARM64. 2021-12-09 17:14:59 +01:00
signal_arm64.c ntdll: Fix valid frame address range in ARM/ARM64. 2021-12-09 17:14:59 +01:00
signal_i386.c
signal_x86_64.c ntdll: Restore FP status words from MSVCRT_JUMP_BUFFER on x64. 2021-12-21 16:52:07 +01:00
string.c ntdll: Use the unrolled memset from msvcrt. 2021-10-25 21:16:50 +02:00
sync.c ntdll: Reimplement SRW locks on top of Win32 futexes. 2021-11-18 11:09:25 +01:00
thread.c
threadpool.c ntdll: Fix the RtlCreateTimer() argument order. 2021-12-14 21:48:44 +01:00
time.c
unixlib.h ntdll: Remove __wine_init_unix_lib() and the old Unix library interface. 2021-12-09 17:14:59 +01:00
version.c
version.rc
wcstring.c