Sweden-Number/dlls/ntdll
Alexandre Julliard 4fac95df3d Fixed a couple of race conditions in the wine_pthread routines at
thread startup and exit.
2004-02-05 02:01:35 +00:00
..
tests Add trailing '\n's to ok() calls. 2004-01-23 02:11:12 +00:00
.cvsignore
Makefile.in
cdrom.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
critsection.c
debugtools.c Don't use constructors for ntdll and kernel32 initialization. 2004-01-07 04:50:11 +00:00
env.c
error.c Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLastWin32Error, 2003-12-12 05:56:44 +00:00
exception.c Fixed RtlUnwind signature (reported by Pierre d'Herbemont). 2003-12-30 19:26:19 +00:00
file.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
heap.c Store the last error code at the TEB offset used by NT instead of the 2003-11-25 01:53:23 +00:00
large_int.c
loader.c If supported by the linker, prevent the ELF loader from calling the 2004-01-08 03:36:53 +00:00
loadorder.c Updates for the new loadorder handling of 16-bit dlls. 2004-01-05 21:19:22 +00:00
misc.c
nt.c Return an SID when GetTokenInformation is called with class 2003-12-30 19:17:05 +00:00
ntdll.spec Added support for Unix code page in NTDLL. 2004-01-18 22:11:52 +00:00
ntdll_misc.h Added support for Unix code page in NTDLL. 2004-01-18 22:11:52 +00:00
om.c
path.c - RtlGetFullPathName_U: rewritten so that the source & destination 2004-01-20 01:40:23 +00:00
process.c
reg.c Implemented RegFlushKey and NtFlushKey. 2004-01-03 00:38:30 +00:00
relay.c Allow RELAY_SetupDLL to be called twice on the same dll. 2003-12-01 22:49:33 +00:00
resource.c Try not to display uninitialized data in traces (found by Valgrind). 2003-12-13 01:34:40 +00:00
rtl.c Implement some more register functions using DEFINE_REGS_ENTRYPOINT to 2003-12-04 05:51:01 +00:00
rtlbitmap.c Fixed bitmap range checking to avoid integer overflows. 2003-11-29 00:23:23 +00:00
rtlstr.c Added support for Unix code page in NTDLL. 2004-01-18 22:11:52 +00:00
sec.c
server.c Fixed an error message. 2004-01-19 21:55:32 +00:00
signal_i386.c Save UESP instead of ESP where UESP defined. 2004-01-16 02:00:24 +00:00
signal_powerpc.c Move content of global.h into the appropriate private headers. 2003-12-08 21:58:55 +00:00
signal_sparc.c Move content of global.h into the appropriate private headers. 2003-12-08 21:58:55 +00:00
string.c
sync.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
thread.c Fixed a couple of race conditions in the wine_pthread routines at 2004-02-05 02:01:35 +00:00
time.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
version.c
virtual.c Added memory constraint to avoid miscompilation of the unaligned_mmap 2004-01-30 22:59:34 +00:00
wcstring.c