Get rid of a few thousand useless TRACE lines.
[wine] / dlls / ntdll /
2002-06-21  Gregg MattinsonImplemented DbgBreakPoint and DbgUserBreakPoint for...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
2002-06-14  Mike McCormackPartially implement NtOpenFile and NtReadFile.
2002-06-13  François GougetReset signals to SIG_DFL before starting a child process.
2002-06-13  Alexandre JulliardRestored MakeCriticalSectionGlobal that got lost somewhere.
2002-06-13  Alexandre JulliardDon't try to open CDROM device if none was specified.
2002-06-10  Mike McCormack- Partially implement LdrGetDllHandle.
2002-06-02  Eric PouechFixed DebugBreakProcess (now generates EXCEPTION_BREAKP...
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-30  Alexandre JulliardPortability fixes.
2002-05-29  Alexandre JulliardFixed some alignment issues (based on a patch by Gregg...
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-20  Francois GougetDump thread id instead of %fs.
2002-05-19  Alexandre JulliardExport the debug API as functions instead of pointers.
2002-05-19  John K. HohmMore comcat.dll implementation, swprintf fix, winerror...
2002-05-19  Andreas Mohr- Improve error messages.
2002-05-19  Vincent BéronCorrect implementation of VerSetConditionMask.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-05-14  Alexandre JulliardPortability fixes.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-09  Juergen SchmiedCorrected RtlConvertSidToUnicodeString, stub for VerSet...
2002-05-09  Juergen SchmiedTypes and partial implementation for NtQueryVolumeInfor...
2002-05-01  Rizsanyi ZsoltImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
2002-05-01  Laurent PinchartFixed NtQueryInformationProcess to return correct infor...
2002-05-01  Laurent PinchartImplementation of IOCTL_SCSI_PASS_THROUGH and
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-02  Gerald PfeiferUse ENOMEDIUM errno code only when defined.
2002-04-02  Alexandre JulliardFixed length handling in RtlUnicodeStringToAnsi/OemString.
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
2002-03-29  Andreas MohrAdded mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN...
2002-03-23  Alexandre JulliardExport the FILE_GetUnixHandle functionality from ntdll.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-22  Peter HunnisettAdd spec stub for RtlGetNtVersionNumbers.
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-01-29  Dmitry TimoshkovAdded LdrDisableThreadCalloutsForDll.
2002-01-29  Dmitry TimoshkovFixed RtlAddAccessAllowedAce return value.
2002-01-21  Francois GougetMake the Wine trace facilities accessible from Winelib...
2002-01-18  Bang Jun-YoungFix NetBSD compile errors; CDIOCREADAUDIO is not availa...
2002-01-14  Francois GougetFix compilation errors on FreeBSD.
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...
2002-01-12  Alexandre JulliardUpdated debug channels.
2002-01-07  Alexandre JulliardAllocate debug_info structure at the same time as the...
2002-01-07  Alexandre JulliardAdded SIGNAL_Reset function.
2002-01-06  Alexandre JulliardRemoved obsolete dosmod.
2002-01-04  Ove KaavenFixed vm86_enter race conditions.
2002-01-04  Dmitry TimoshkovPrint FIXME() for not implemented NtQueryVolumeInformat...
2002-01-02  Ove KaavenMade the output of --debugmsg +seh a bit more verbose.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-24  Alexandre JulliardFixed registry routines broken by the structure sizes...
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-20  Francois GougetFix LUID definition.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-28  Ove KaavenProtect against an interrupt-pending signal recursion.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-10-22  David ElliottImplemented the wcstoul function.
2001-10-21  Alexandre JulliardAvoid crashing on non-initialized debug info.
2001-10-17  Johan GillRelay tracing would crash if it came upon a function...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-09-26  Huw D M DaviesBetter handling of typelibs loaded with a trailing...
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-07  Johann MessnerFixed bug in _ultoa.
2001-09-07  Dmitry TimoshkovCorrect .spec file parameters for msvcrt._fullpath...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-07-26  Dmitry TimoshkovFix a typo.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-17  Andreas MohrMore descriptive error on buffer overflow.
2001-07-14  Patrik StridvallFixed issue found by winapi_check.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-08  Patrik StridvallFixed issues found by winapi_check.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallFixed some issues found by winapi_check.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-25  Alexandre JulliardDon't compile vm86-specific code on platforms that...
2001-06-21  Ove KaavenExtended __wine_enter_vm86 to handle pending interrupts.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-15  Ove KaavenBlock SIGINT and SIGALRM in signal handlers.
next