wine/dlls/ntdll
Alexandre Julliard fb40dc4099 server: Added mechanism for returning results of APC calls.
Defined APC_VIRTUAL_ALLOC and APC_VIRTUAL_FREE requests.
2007-01-15 22:24:40 +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 ntdll: Moved the check for removable file in load_dll to the server. 2007-01-12 14:42:43 +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_misc.h ntdll: Make the virtual.c critical section uninterruptible by signals. 2007-01-12 20:15:52 +01:00
ntdll.spec ntdll: Added implementation of RtlDllShutdownInProgress. 2006-11-03 13:52:02 +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 ntdll: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. 2007-01-02 13:20:44 +01:00
resource.c
rtl.c ntdll/tests: Cast-qual warning fix. 2006-12-13 11:49:01 +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 ntdll: Fix single stepping over popf instruction. 2006-12-04 12:23:20 +01:00
signal_powerpc.c
signal_sparc.c
signal_x86_64.c
string.c
sync.c server: Added mechanism for returning results of APC calls. 2007-01-15 22:24:40 +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 ntdll: Remove unused function. 2007-01-15 14:23:04 +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: Make the virtual.c critical section uninterruptible by signals. 2007-01-12 20:15:52 +01:00
wcstring.c