Sweden-Number/dlls/ntdll
Bernhard Übelacker c488f29122 server: Return ReadDataAvailable value for FilePipeLocalInformation.
Makes Cygwin mintty.exe or script.exe show output, if the
stack issues got worked around.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47808
Signed-off-by: Bernhard Übelacker <bernhardu@mailbox.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-12-06 22:55:07 +01:00
..
tests server: Return ReadDataAvailable value for FilePipeLocalInformation. 2021-12-06 22:55:07 +01:00
unix ntdll: Fix compilation for ARM64 Apple platform. 2021-12-06 16:36:51 +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 ntdll: Move error mapping to a header file. 2021-10-12 18:29:22 +02:00
error.h ntdll: Move error mapping to a header file. 2021-10-12 18:29:22 +02:00
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: Add fallback implementations for the Unix library functions. 2021-12-02 20:20:39 +01:00
locale.c
make_errors ntdll: Move error mapping to a header file. 2021-10-12 18:29:22 +02:00
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 RtlLookupElementGenericTable function. 2021-12-02 20:20:39 +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 the spelling of a comment. 2021-08-27 20:25:05 +02:00
printf.c ntdll: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:17 +02:00
printf.h ntdll: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:17 +02:00
process.c ntdll: Create a remote thread in DbgUiIssueRemoteBreakin(). 2021-11-09 22:02:54 +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 ntdll: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:17 +02:00
sec.c
signal_arm.c ntdll: Implement __C_specific_handler and __jump_unwind for arm. 2021-11-09 22:02:56 +01:00
signal_arm64.c
signal_i386.c ntdll: Also print %ss in dispatch_exception(). 2021-09-28 21:48:59 +02:00
signal_x86_64.c ntdll: Add support for dispatching exception from 32-bit code in Wow64 mode. 2021-12-01 18:13:53 +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
time.c
unixlib.h ntdll: Add fallback implementations for the Unix library functions. 2021-12-02 20:20:39 +01:00
version.c
version.rc
wcstring.c