Sweden-Number/dlls/ntdll
Alexandre Julliard 7e9f1878db ntdll: Run the thread/process detach code on the thread stack.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-12-14 10:54:56 +01:00
..
tests ntdll/tests: Add tests for time zone names. 2017-12-12 18:30:14 +01: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 ntdll: Support magic \1 prefix in debug format for relay traces. 2017-11-25 12:05:40 +01:00
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 ntdll: Don't require full-page reads in NtReadFileScatter. 2017-12-07 19:13:52 +01:00
handletable.c
heap.c ntdll: Add free list buckets for every arena size up to 0x100. 2017-10-09 19:52:29 +02:00
large_int.c
loader.c ntdll: Move suspending a thread on startup into attach_dlls(). 2017-12-01 20:32:12 +01:00
loadorder.c ntdll: Remove redundant comparison. 2017-10-12 15:59:24 +02:00
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 ntdll: Added RtlDosPathNameToNtPathName_U_WithStatus(). 2017-10-23 10:33:44 +02:00
ntdll_misc.h ntdll: Run the thread/process detach code on the thread stack. 2017-12-14 10:54:56 +01:00
om.c
path.c ntdll: RtlGetCurrentDirectory_U() returns length, not status. 2017-10-23 10:33:50 +02:00
printf.c ntdll: Use WINAPIV calling convention for variadic functions. 2017-11-02 10:16:54 +01: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: Display floating point arguments in relay debugging on i386 and x86-64. 2017-12-07 11:14:02 +01: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 RtlGetUnloadEventTrace. 2017-10-04 22:27:00 +02:00
rtlbitmap.c
rtlstr.c
sec.c ntdll: Fix size returned from RtlMakeSelfRelativeSD on 64-bit. 2017-11-24 16:48:02 +01: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: Don't return from attach_dlls on failure. 2017-11-30 19:06:44 +01:00
signal_arm.c ntdll: Run the thread/process detach code on the thread stack. 2017-12-14 10:54:56 +01:00
signal_arm64.c ntdll: Run the thread/process detach code on the thread stack. 2017-12-14 10:54:56 +01:00
signal_i386.c ntdll: Run the thread/process detach code on the thread stack. 2017-12-14 10:54:56 +01:00
signal_powerpc.c ntdll: Run the thread/process detach code on the thread stack. 2017-12-14 10:54:56 +01:00
signal_x86_64.c ntdll: Run the thread/process detach code on the thread stack. 2017-12-14 10:54:56 +01:00
string.c ntdll: Use WINAPIV calling convention for variadic functions. 2017-11-02 10:16:54 +01:00
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: Run the thread/process detach code on the thread stack. 2017-12-14 10:54:56 +01:00
threadpool.c ntdll: Make RtlDeregisterWaitEx(handle, INVALID_HANDLE_VALUE) thread safe. 2017-09-06 20:32:07 +02:00
time.c ntdll: Return correct time zone names for Asia/Tokyo and Asia/Yakutsk. 2017-12-07 19:15:19 +01:00
version.c ntdll: Bump Win 10 version to 15063. 2017-04-10 21:51:40 +02:00
version.rc
virtual.c ntdll: Only require MAP_SHARED for writable mappings. 2017-12-12 15:15:02 +01:00
wcstring.c