ntdll: Moved the check for removable file in load_dll to the server.
[wine] / dlls / ntdll / ntdll_misc.h
2007-01-12  Alexandre Julliardntdll: Moved the check for removable file in load_dll...
2006-12-05  Alexandre Julliardntdll: Force exec permissions on all mmaps unless the...
2006-11-20  Alexandre Julliardntdll: Store the fd type in the cache and return it...
2006-11-03  Alexandre Julliardntdll: FILE_GetDeviceInfo no longer needs to be public.
2006-11-03  Alexandre Julliardntdll: Added a server_get_unix_fd function that avoids...
2006-11-02  Alexandre Julliardntdll: Maintain a file descriptor cache on the client...
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-07-26  Alexandre Julliardntdll: Renamed the NTDLL_get/from_server_timeout functi...
2006-07-24  Alexandre Julliardntdll: Allocate the PEB with NtAllocateVirtualMemory...
2006-07-21  Alexandre Julliardntdll: Use NtAllocateVirtualMemory to allocate all...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-20  Alexandre Julliardntdll: Get registers on the client side for NtGetContex...
2006-03-14  Robert Shearmanntdll: Move the call to MODULE_DllThreadAttach from...
2006-02-22  Alexandre Julliardntdll: Simplify loadorder code by using an enum instead...
2006-02-22  Alexandre Julliardkernel: Moved the get_startup_info call to ntdll.
2006-01-26  Hans Leidekkerntdll: Add implementation of tape IOCTLs.
2006-01-20  Alexandre Julliardntdll: Move the %gs register to the ntdll_thread_regs...
2006-01-20  Alexandre Julliardntdll: Move the TEB register to the ntdll_thread_regs...
2006-01-13  Alexandre Julliardntdll: Add debug registers to the context of all except...
2006-01-12  Eric Pouechntdll: Created infrastructure to support IOCTL for...
2006-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-10-28  Alexandre JulliardAdded an implementation of the FSCTL_DISMOUNT_VOLUME...
2005-09-14  Alexandre JulliardSupport arbitrary sizes for the thread signal stack...
2005-08-24  Alexandre JulliardMoved the FileFsDeviceInformation query to a separate...
2005-08-11  Alexandre JulliardAdded a wine_unix_to_nt_file_name function to do proper...
2005-08-10  Alexandre JulliardMoved the version initialization to ntdll.
2005-08-09  Alexandre JulliardAdded a VIRTUAL_alloc_teb function to allocate TEBs...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-07-15  Dmitry TimoshkovMake VIRTUAL_HandleFault return an NTSTATUS.
2005-07-14  Alexandre JulliardMoved initialization of the default user process parame...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardInitialize relay debugging earlier on now that the...
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-20  Alexandre JulliardRemove all traces of the VIRTUAL_SetFaultHandler support.
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-09-21  Alexander YaworskyMake RtlCreateUserThread fail if process handle is...
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-06-18  Alexandre JulliardAdded support for the IMAGE_FILE_LARGE_ADDRESS_AWARE...
2004-06-15  Eric PouechConst correctness.
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-12  Alexandre JulliardImplemented NtCreatelFile using the new symlink scheme.
2004-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
2004-03-16  Mike Hearn- Add debug SnoopFromInclude/SnoopFromExclude options.
2004-03-16  Alexandre JulliardImplemented NtQueryDirectoryFile (partly based on a...
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-01-18  Eric PouechAdded support for Unix code page in NTDLL.
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-11-25  Alexandre JulliardStore the thread entry point in the startup info passed...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-07  Alexandre JulliardRemoved references to GetSystemDirectoryW.
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved 32-bit relay and snoop support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved the 32-bit builtin loader and the remaining bits...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-06-24  Eric Pouech- started implementing ntdll.NtDeviceIoControlFile...
2003-06-18  Eric Pouech- fixed a couple of bugs in ntdll environment functions...
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.
2003-04-07  Alexandre JulliardAdded possibility to filter relay traces based on the...
2003-04-05  Alexandre JulliardRewrote most of the import fixup code to avoid doing...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
2003-03-21  Eric PouechRemoved no longer needed MODREF.find_export field.
2003-03-14  Eric Pouech- implementation of LdrLoadDll out of loader/module.c
2003-03-14  Eric Pouech- implementation of LdrUnloadDll out of loader/module.c
2003-03-06  Eric Pouech- implemented LdrGetProcedureAddress and made use of...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2000-10-15  Alexandre JulliardFixed a few prototypes.
2000-08-26  Alexandre JulliardFixed debugstr_as/us prototypes.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...