Sweden-Number/dlls/ntdll
Alexandre Julliard ca3bfd8318 Export SYSDEPS_SwitchToThreadStack() functionality from libwine as
wine_switch_to_stack().
2003-08-29 22:23:42 +00:00
..
tests Avoid non-portable long long constants. 2003-08-06 22:09:11 +00:00
.cvsignore Moved 16-bit relay and snoop support to dlls/kernel. 2003-08-26 02:28:59 +00:00
Makefile.in Moved profile functions to dlls/kernel. 2003-08-26 02:54:37 +00:00
cdrom.c - started implementing ntdll.NtDeviceIoControlFile and made 2003-06-24 19:28:21 +00:00
critsection.c Don't try to allocate the debug info before the process heap exists. 2003-08-13 01:09:45 +00:00
debugtools.c Renamed a few TEB fields to use the "official" names. 2003-08-27 23:14:29 +00:00
env.c Null parameters need to be quoted on the commandline. 2003-07-09 02:50:15 +00:00
error.c Implemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout. 2003-07-11 04:09:42 +00:00
exception.c Start using the exported TEB structure from winternl.h where 2003-08-28 19:57:35 +00:00
file.c Regression fixes for Nt{Read|Write}File: 2003-08-18 19:45:53 +00:00
heap.c Minor tracing fix. 2003-08-12 20:34:06 +00:00
large_int.c Implemented RtlRandom, RtlAreAllAccessesGranted, 2003-04-08 00:55:36 +00:00
loader.c Renamed a few TEB fields to use the "official" names. 2003-08-27 23:14:29 +00:00
misc.c _ftol should return a 64-bit int (spotted by Jon Griffiths). 2003-08-19 01:03:08 +00:00
nt.c Set SE_GROUP_ENABLED in Attributes of Administrators SID during 2003-08-29 22:10:53 +00:00
ntdll.spec _ftol should return a 64-bit int (spotted by Jon Griffiths). 2003-08-19 01:03:08 +00:00
ntdll_misc.h Implemented NtDelayExecution and make Sleep call it. 2003-06-30 21:00:15 +00:00
om.c Implemented NtQueryObject and NtSetInformationObject for the 2003-05-20 19:20:42 +00:00
path.c Implemented: 2003-06-16 01:24:30 +00:00
reg.c Avoid GetProcessHeap() inside ntdll. 2003-03-14 23:16:46 +00:00
resource.c winnls.h must not include winbase.h. 2003-08-20 18:22:31 +00:00
rtl.c Allocate DebugInfo field for all critical sections (based on a patch 2003-08-12 23:50:54 +00:00
rtlbitmap.c Fix miscellaneous spelling errors and typos. 2003-05-13 00:41:57 +00:00
rtlstr.c Apply only specified tests. 2003-08-20 03:34:45 +00:00
sec.c Avoid including stackframe.h if it's not needed. 2003-08-27 02:52:17 +00:00
signal_i386.c Avoid including stackframe.h if it's not needed. 2003-08-27 02:52:17 +00:00
signal_powerpc.c Avoid including stackframe.h if it's not needed. 2003-08-27 02:52:17 +00:00
signal_sparc.c Fixed a compile error. 2003-08-28 19:39:42 +00:00
string.c - Implement RtlDowncaseUnicodeString, RtlUniform, iswdigit, iswlower, 2003-03-22 00:20:58 +00:00
sync.c Implemented NtDelayExecution and make Sleep call it. 2003-06-30 21:00:15 +00:00
sysdeps.c Export SYSDEPS_SwitchToThreadStack() functionality from libwine as 2003-08-29 22:23:42 +00:00
thread.c Start using the exported TEB structure from winternl.h where 2003-08-28 19:57:35 +00:00
time.c Make RtlTimeToSecondsSince1970 consistent with other time calls. 2003-08-19 00:56:34 +00:00
virtual.c Start using the exported TEB structure from winternl.h where 2003-08-28 19:57:35 +00:00
wcstring.c - Implement RtlDowncaseUnicodeString, RtlUniform, iswdigit, iswlower, 2003-03-22 00:20:58 +00:00