wine/dlls/ntdll
2007-01-17 11:58:15 +01:00
..
tests ntdll/tests: Skip some tests on Windows Vista. 2007-01-10 11:58:36 +01:00
atom.c
cdrom.c ntdll: Added support for physically ejecting devices on Mac OS. 2006-12-21 14:14:20 +01:00
critsection.c ntdll: Make sure that critical section waits are not interrupted. 2007-01-10 21:53:39 +01:00
debugbuffer.c
debugtools.c
directory.c ntdll: Fix NtQueryDirectoryFile handling of short names on vfat filesystems. 2007-01-02 12:07:52 +01:00
env.c
error.c
exception.c server: Allow suspended threads to run system APCs. 2007-01-10 21:55:23 +01:00
file.c ntdll: Remove an unnecessary NULL check. 2007-01-02 12:09:03 +01:00
handletable.c Assorted spelling fixes. 2006-11-13 13:01:53 +01:00
heap.c ntdll: Added support for the HEAP_CREATE_ENABLE_EXECUTE flag. 2006-12-05 15:43:13 +01:00
large_int.c
loader.c Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
loadorder.c
Makefile.in ntdll: Alphabetically sort the Makefile entries. 2006-11-13 12:59:05 +01:00
misc.c
nt.c
ntdll.spec ntdll: Added implementation of RtlDllShutdownInProgress. 2006-11-03 13:52:02 +01:00
ntdll_misc.h server: Support queuing some APCs to a process instead of a thread. 2007-01-15 22:26:32 +01:00
om.c ntdll: Make some data const. 2006-11-29 12:37:27 +01:00
path.c ntdll: Make some data const. 2006-11-29 12:37:27 +01:00
process.c
reg.c
relay.c Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
resource.c Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
rtl.c Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
rtlbitmap.c
rtlstr.c ntdll: RtlInitUnicodeString on a string too long to fit in a UNICODE_STRING 2007-01-04 21:13:17 +01:00
sec.c
serial.c ntdll: Fix DTR and CTS controls in serial code. 2007-01-03 12:01:31 +01:00
server.c ntdll: Make the virtual.c critical section uninterruptible by signals. 2007-01-12 20:15:52 +01:00
signal_i386.c Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
signal_powerpc.c
signal_sparc.c
signal_x86_64.c Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
string.c
sync.c ntdll: Added a missing chunk in the NtLockVirtualMemory support. 2007-01-16 16:01:28 +01:00
tape.c ntdll: Store the fd type in the cache and return it in server_get_unix_fd. 2006-11-20 14:15:06 +01:00
thread.c Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
threadpool.c ntdll: Don't print a fixme in RtlQueueUserWorkItem if WT_EXECUTELONGFUNCTION is specified 2007-01-04 21:14:49 +01:00
time.c ntdll: Add Western Australia Summer Time. 2007-01-10 22:25:27 +01:00
version.c
virtual.c ntdll: Implemented NtLockVirtualMemory and NtUnlockVirtualMemory. 2007-01-16 09:50:08 +01:00
wcstring.c