Sweden-Number/dlls/ntdll
Alexandre Julliard 3604824262 If supported by the linker, prevent the ELF loader from calling the
dll constructors at load time and call them from the dll entry point
instead.
2004-01-08 03:36:53 +00:00
..
tests Check if a function exists before testing it. 2003-12-15 20:18:50 +00:00
.cvsignore Moved 16-bit relay and snoop support to dlls/kernel. 2003-08-26 02:28:59 +00:00
Makefile.in Moved the exec_wine_binary function to the wine library, and use it to 2003-11-11 22:21:29 +00:00
cdrom.c Fixed potentially uninitialised sz. 2003-12-15 19:46:51 +00:00
critsection.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
debugtools.c Don't use constructors for ntdll and kernel32 initialization. 2004-01-07 04:50:11 +00:00
env.c Moved build_command_line back to kernel and make it handle Unicode 2003-10-08 22:38:52 +00:00
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 Added wine_server_release_fd function to release the fd returned by 2003-12-01 23:01:12 +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 Documentation updates. 2003-10-01 03:20:21 +00:00
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 _ftol should return a 64-bit int (spotted by Jon Griffiths). 2003-08-19 01:03:08 +00:00
nt.c Return an SID when GetTokenInformation is called with class 2003-12-30 19:17:05 +00:00
ntdll.spec Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLastWin32Error, 2003-12-12 05:56:44 +00:00
ntdll_misc.h Don't use constructors for ntdll and kernel32 initialization. 2004-01-07 04:50:11 +00:00
om.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
path.c Only convert '/'s to '\\'s up to the '\0' as the rest of the buffer 2003-11-28 23:36:06 +00:00
process.c Implemented kernel32.GetIoProcessCounters and stubbed 2003-09-19 00:06:45 +00:00
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 RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLastWin32Error, 2003-12-12 05:56:44 +00:00
sec.c Removed some unnecessary includes. 2003-11-17 20:31:29 +00:00
server.c Added a WINEDEBUG environment variable that allows turning on debug 2003-12-05 00:17:41 +00:00
signal_i386.c Move content of global.h into the appropriate private headers. 2003-12-08 21:58:55 +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 Fix splitpath and wsplitpath for the file extension. 2003-10-21 23:51:06 +00:00
sync.c Added server_abort_thread to replace SYSDEPS_AbortThread. 2003-11-06 00:08:05 +00:00
thread.c Don't use constructors for ntdll and kernel32 initialization. 2004-01-07 04:50:11 +00:00
time.c Cast time_t parameters to fprintf(...,"%l",...) to long. 2003-10-02 04:29:30 +00:00
version.c Removed some unnecessary includes. 2003-11-17 20:31:29 +00:00
virtual.c Don't use constructors for ntdll and kernel32 initialization. 2004-01-07 04:50:11 +00:00
wcstring.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00