Better color-keying support.
[wine] / dlls / ntdll /
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.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-10-04  Alexandre JulliardImplemented RtlCreateProcessParameters and related...
2003-10-04  Eric PouechFixed a couple of bugs in RtlGetFullPathName_U.
2003-10-04  Uwe BonnesSNOOP_ShowDebugmsgSnoop(): check for NULL function...
2003-10-04  Michael GünnewigFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Alexandre JulliardAvoid closing the cdrom if we failed to open it.
2003-10-03  Pavel RoskinAdd support for SCSI CD-ROMs to CDROM_GetInterfaceInfo().
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-10-02  Alexandre JulliardFixed a couple of bugs in RtlDosSearchPath_U and RtlGet...
2003-10-02  Gerald PfeiferCast time_t parameters to fprintf(...,"%l",...) to...
2003-10-01  Jon GriffithsDocumentation updates.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-27  Alexandre JulliardConverted the load order code to use Unicode throughout.
2003-09-25  Alexandre JulliardMoved WINE_MODREF definition to loader.c.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-24  Jon GriffithsDocumentation updates.
2003-09-22  Steven EdwardsPorting fix.
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-19  Eric PouechImplemented kernel32.GetIoProcessCounters and stubbed
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-18  Alexandre JulliardMoved 16-bit global heap, DOS memory and selector funct...
2003-09-18  Alexandre JulliardMoved synchronization and syslevel routines to dlls...
2003-09-18  Alexandre JulliardLink msdos/int21.c into kernel for now, until it is...
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-17  Alexandre JulliardMoved instruction emulation to dlls/kernel.
2003-09-17  Steven EdwardsRemove redundant includes.
2003-09-16  Alexandre JulliardMoved most kernel string functions to dlls/kernel.
2003-09-16  Alexandre JulliardMoved most 32-bit heap functions to dlls/kernel.
2003-09-16  Eric Pouech- Implemented a few information classes in NtQuerySyste...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-08  Alexandre JulliardOn TlsFree, clear the released TLS index in all threads.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...
2003-08-29  John K. HohmSet SE_GROUP_ENABLED in Attributes of Administrators...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Dave BelangerFixed a compile error.
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
next