Sweden-Number/dlls/ntdll
Eric Pouech 1bb3859ece Added support for overlapped ioctl requests (and a few other
cosmetics).
2003-06-13 16:33:50 +00:00
..
tests Enhanced test for queries, added tests for expansion. 2003-05-13 04:46:05 +00:00
.cvsignore Added .spec.def files. 2002-12-12 22:04:04 +00:00
Makefile.in Moved misc/error.c to dlls/kernel/error16.c. 2003-05-21 18:31:01 +00:00
cdrom.c Added support for overlapped ioctl requests (and a few other 2003-06-13 16:33:50 +00:00
critsection.c Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAIT define. 2003-04-04 19:41:31 +00:00
debugtools.c Only print the trace header when we are at the beginning of a new 2003-03-14 04:02:03 +00:00
env.c Implemented RtlExpandEnvironmentStrings_U and fixed an incorrect 2003-05-13 04:45:50 +00:00
error.c Fix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP. 2003-01-02 17:50:48 +00:00
exception.c Split signal blocking code out of SIGNAL_Reset into SIGNAL_Block. 2003-03-21 23:45:26 +00:00
file.c - rewrite of the named pipe code 2003-05-15 04:22:45 +00:00
heap.c Start to make use of the proper PEB structure for process 2003-05-22 03:44:01 +00:00
large_int.c Implemented RtlRandom, RtlAreAllAccessesGranted, 2003-04-08 00:55:36 +00:00
loader.c Only create the 16-bit dummy module when we need really it. 2003-05-20 02:32:26 +00:00
misc.c Replace 0x%p with %p. 2002-12-05 19:56:15 +00:00
nt.c Implemented timer related functions in ntdll and make the kernel32 2003-05-20 04:00:42 +00:00
ntdll.spec Implemented NtQueryObject and NtSetInformationObject for the 2003-05-20 19:20:42 +00:00
ntdll_misc.h Start to make use of the proper PEB structure for process 2003-05-22 03:44:01 +00:00
om.c Implemented NtQueryObject and NtSetInformationObject for the 2003-05-20 19:20:42 +00:00
path.c Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrentDirectory_U, 2003-05-15 04:20:42 +00:00
reg.c Avoid GetProcessHeap() inside ntdll. 2003-03-14 23:16:46 +00:00
resource.c Moved the EnumResource* functions to the kernel dll, and fixed their 2003-05-07 03:21:26 +00:00
rtl.c Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrentDirectory_U, 2003-05-15 04:20:42 +00:00
rtlbitmap.c Fix miscellaneous spelling errors and typos. 2003-05-13 00:41:57 +00:00
rtlstr.c Implement RtlDuplicateUnicodeString, RtlFindCharInUnicodeString, 2003-05-06 18:27:40 +00:00
sec.c - Implemented RtlAddAccessAllowedAce, RtlAddAccessDeniedAce, 2003-05-01 00:29:26 +00:00
signal_i386.c Correctly convert into EXCEPTION_RECORD SIGTRAPs received from 2003-06-07 00:33:13 +00:00
signal_powerpc.c - Save more registers (exception, float...) if they are defined. 2003-05-13 03:35:01 +00:00
signal_sparc.c No longer call WaitFor*Object* from ntdll (but NtWait*Object*). 2003-04-03 23:57:11 +00:00
string.c - Implement RtlDowncaseUnicodeString, RtlUniform, iswdigit, iswlower, 2003-03-22 00:20:58 +00:00
sync.c Timer routines must check for NULL timer name. 2003-06-04 20:14:24 +00:00
thread.c Implemented NtQueueApcThread, and changed the server APC interface to 2003-04-04 22:26:34 +00:00
time.c Added abs_time_t structure to the server protocol, and added a dump 2003-04-02 22:48:59 +00:00
virtual.c Fixed wrong file offset used when mapping the import directory from a 2003-05-08 03:50:32 +00:00
wcstring.c - Implement RtlDowncaseUnicodeString, RtlUniform, iswdigit, iswlower, 2003-03-22 00:20:58 +00:00