Sweden-Number/dlls/ntdll
Jacek Caban 7eb7854161 server: Use server side named pipe implementation in byte mode.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-10-04 21:40:56 +02:00
..
tests server: Use server side named pipe implementation in byte mode. 2017-10-04 21:40:56 +02:00
Makefile.in
actctx.c
atom.c
cdrom.c
critsection.c ntdll: Don't modify LockCount in RtlLeaveCriticalSection if section is not acquired. 2017-03-07 16:33:36 +01:00
debugbuffer.c
debugtools.c
directory.c ntdll: Treat CIFS/SMB2 file systems as remote devices. 2017-10-02 10:14:13 +02:00
env.c
error.c
exception.c
file.c server: Allow server side NtQueryVolumeInformationFile implementation. 2017-10-03 09:39:52 +02:00
handletable.c
heap.c
large_int.c
loader.c server: No longer store the mapping object in the dll structure. 2017-09-26 17:01:45 +02:00
loadorder.c
misc.c ntdll: Move EventWrite() to ntdll. 2017-05-07 16:17:03 -05:00
nt.c server: Implement setting a security descriptor when duplicating tokens. 2017-06-15 11:12:24 +02:00
ntdll.spec ws2_32: Lock the user output buffer during receives. 2017-10-03 13:38:29 +02:00
ntdll_misc.h ntdll: Add helpers to lock the user output buffer during file reads. 2017-09-22 15:10:42 +02:00
om.c
path.c
printf.c ntdll: Avoid using isdigit() for WCHARs. 2017-05-17 16:11:15 +02:00
process.c ntdll: Always fill PagefileUsage counter with a nonzero value on Linux. 2017-05-17 21:57:12 +02:00
reg.c
relay.c ntdll: Remove support for relay debugging of register functions. 2017-07-26 10:41:27 +02:00
resource.c ntdll: Mark function that are only called from assembly as hidden. 2017-07-25 11:48:24 +02:00
rtl.c ntdll: Add stub for RtlIpv4StringToAddressW. 2017-09-28 11:01:49 +02:00
rtlbitmap.c
rtlstr.c
sec.c server: Implement changing the label of a security descriptor. 2017-06-15 11:08:59 +02:00
serial.c server: Implement IOCTL_SERIAL_GET_WAIT_MASK as an ioctl on the server side. 2017-05-05 14:11:15 +02:00
server.c ntdll: Add a helper to lock the user output buffer during a server call. 2017-09-22 15:10:21 +02:00
signal_arm.c ntdll: Add support for setting a platform-specific initial context. 2017-09-19 12:10:14 +02:00
signal_arm64.c ntdll: Add support for setting a platform-specific initial context. 2017-09-19 12:10:14 +02:00
signal_i386.c ntdll: Set the initial process context on i386. 2017-09-19 12:14:11 +02:00
signal_powerpc.c ntdll: Add support for setting a platform-specific initial context. 2017-09-19 12:10:14 +02:00
signal_x86_64.c ntdll: Set the initial process context on x86_64. 2017-09-19 12:24:31 +02:00
string.c
sync.c ntdll: Apply owner and group regardless of the SE_OWNER_DEFAULTED or SE_GROUP_DEFAULTED flags. 2017-09-13 08:41:29 +02:00
tape.c ntdll: Use standard wine_dbgstr_longlong. 2017-08-25 12:47:14 +02:00
thread.c ntdll: Store the kernel32 process entry point in a global variable. 2017-09-19 11:59:58 +02:00
threadpool.c ntdll: Make RtlDeregisterWaitEx(handle, INVALID_HANDLE_VALUE) thread safe. 2017-09-06 20:32:07 +02:00
time.c ntdll: On macOS, don't use clock_gettime() even if it's available. 2017-06-02 10:33:13 +02:00
version.c ntdll: Bump Win 10 version to 15063. 2017-04-10 21:51:40 +02:00
version.rc
virtual.c ws2_32: Lock the user output buffer during receives. 2017-10-03 13:38:29 +02:00
wcstring.c