Authors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van Geldorp <ge@gse.nl>
[wine] / dlls / ntdll /
2004-01-20  Eric Pouech- RtlGetFullPathName_U: rewritten so that the source...
2004-01-19  Alexandre JulliardFixed an error message.
2004-01-18  Eric PouechAdded support for Unix code page in NTDLL.
2004-01-16  Alexandre JulliardCheck for overlapping memory views and delete the offen...
2004-01-16  Robert LunnonSave UESP instead of ESP where UESP defined.
2004-01-15  Eric PouechReimplemented Get{Short|Long}PathName and updated the...
2004-01-14  Alexandre JulliardFixed __siginfo type for Solaris (based on a patch...
2004-01-13  Vincent BéronRemove a "\" from a multiline string constant by splitt...
2004-01-09  Marcus MeissnerAllow offset of NULL to NtWriteFile.
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2004-01-05  Alexandre JulliardUpdates for the new loadorder handling of 16-bit dlls.
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2003-12-31  Mike HearnPrint exe name when initialization fails.
2003-12-30  Alexandre JulliardFixed RtlUnwind signature (reported by Pierre d'Herbemont).
2003-12-30  Mike McCormackReturn an SID when GetTokenInformation is called with...
2003-12-15  Hans LeidekkerCheck if a function exists before testing it.
2003-12-15  Marcus MeissnerFixed potentially uninitialised sz.
2003-12-13  Francois GougetTry not to display uninitialized data in traces (found...
2003-12-12  Jon GriffithsAdded RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-12-05  Alexandre JulliardAdded a WINEDEBUG environment variable that allows...
2003-12-04  Jon GriffithsImplement the Rtlp* registry functions.
2003-12-04  Alexandre JulliardImplement some more register functions using DEFINE_REG...
2003-12-04  Alexandre JulliardMoved the DEFINE_REGS_ENTRYPOINT macros to include...
2003-12-04  Alexandre JulliardWe no longer need a special case for codepages on startup,
2003-12-03  Alexandre JulliardRemoved no longer used extra space allocated in the...
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-12-01  Alexandre JulliardAllow RELAY_SetupDLL to be called twice on the same...
2003-11-29  Alexandre JulliardFixed bitmap range checking to avoid integer overflows.
2003-11-28  Francois GougetOnly convert '/'s to '\\'s up to the '\0' as the rest...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-26  Dmitry TimoshkovFix another RtlReAllocateHeap call.
2003-11-25  Alexandre JulliardBetter support for loading exe files as libraries.
2003-11-25  Alexandre JulliardStore the thread entry point in the startup info passed...
2003-11-25  Alexandre JulliardStore the last error code at the TEB offset used by...
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-25  Dimitrie O. PaunRtlHeapReAllocate() should not allocate memory.
2003-11-21  Robert ShearmanHandle EIO file error.
2003-11-20  Dimitrie O. PaunRtlReAllocateHeap() does not allocate memory.
2003-11-18  Alexandre JulliardForce minimum stack size to 1Mb for Xlib.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-11-11  Alexandre JulliardMake sure the protection flags on the memory view of...
2003-11-11  Ulrich CzekallaAdded stubs for AccessCheckByType, AddAuditAccessAce,
2003-11-11  Carlos LozanoNtReadFile checks that offset is not null.
2003-11-11  Jukka HeinonenFix race in real mode event handling.
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-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-11-05  Ulrich CzekallaImplemented RtlSelfRelativeToAbsoluteSD and RtlMakeSelf...
2003-11-05  Alexandre JulliardUse the signal stack pointer to determine the current...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-11-04  Gerald PfeiferThe CDDA case of CDROM_RawRead() no longer works on...
2003-11-03  Alexandre JulliardAllocate a memory view for builtin dlls so that Virtual...
2003-11-03  Alexandre JulliardFixed type and protection values returned by NtQueryVir...
2003-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
2003-10-30  Alexandre JulliardFixed race in %gs selector restoring during vm86 mode...
2003-10-30  Pavel RoskinInclude ntdll_misc.h to avoid undefined reference to...
2003-10-28  Alexandre JulliardRemoved no longer needed SIGNAL_Unblock() function.
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-10-28  Alexandre JulliardSwitch back to the main process stack before calling...
2003-10-28  Alexandre JulliardRepaired relay debugging for kernel and ntdll (spotted...
2003-10-28  Uwe Bonnesget_full_path_helper: Handle the case \\.\\ as intended...
2003-10-24  Alexandre JulliardUse sigsetjmp instead of setjmp in Wine internal except...
2003-10-24  Alexandre JulliardCall the application entry point from kernel32, some...
2003-10-22  Alexandre JulliardSimplified signal stack allocation a bit, and avoid...
2003-10-22  Alexandre JulliardA signal stack is not needed on PowerPC.
2003-10-21  Dave BelangerFix splitpath and wsplitpath for the file extension.
2003-10-16  Alexandre JulliardFixed handling of relay and snoop include/exclude lists...
2003-10-15  Alexandre JulliardRewrote splitpath and wsplitpath to avoid modifying...
2003-10-14  Jukka HeinonenRemove races from DPMI async event handling.
2003-10-14  Gerald PfeiferFix function pointer variable declaration in __wine_pro...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-10  Alexandre JulliardMoved the pthread emulation into the main binary so...
2003-10-10  Alexandre JulliardFixed importing of dlls with no exports (reported by...
2003-10-10  Alexandre JulliardLink kernel32 as a normal dll.
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-09  Alexandre JulliardUse the Rtl bitmap functions to implement Tls allocation.
2003-10-09  Alexandre JulliardAdded a few missing exports.
2003-10-09  Alexandre JulliardMoved the constructor for the initial TEB to ntdll...
2003-10-08  Alexandre JulliardAdded __wine_set_signal_fs function to avoid sharing the
2003-10-08  Alexandre JulliardDuplicate parts of the relay debugging init code into...
2003-10-08  Alexandre JulliardMoved build_command_line back to kernel and make it...
2003-10-08  Pavel RoskinInclude ntdll_misc.h to get the GetCurrentProcess/Threa...
2003-10-08  Pavel RoskinInclude ntdll_misc.h to get the GetCurrentProcess/Threa...
2003-10-08  Pavel RoskinEliminate dependency on SetLastError().
2003-10-08  Alexandre JulliardMoved a few more functions to the dlls/kernel directory.
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-08  Alexandre JulliardPass the cdrom device path in CDROM_InitRegistry so...
2003-10-08  Alexandre JulliardGet rid of the argv0 and full_argv0 global variables.
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-07  Alexandre JulliardRemoved references to GetSystemDirectoryW.
2003-10-07  Rein KlazesAdded a check for <scsi/scsi.h> and include it in dlls...
2003-10-07  Alexandre JulliardRewrite of the dll file search algorithm to better...
2003-10-07  Alexandre JulliardA couple more fixes in RtlGetFullPathName_U.
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-10-06  Alex PasadynFix buffer length error code for NtQueryInformationToken.
next