Correct device capabilites including support in previous patch, as
[wine] / dlls / ntdll /
2002-11-20  Jukka HeinonenRemoved obsolete code.
2002-11-18  Jukka HeinonenRemoved last user of msdos/int1a.c.
2002-11-18  Marcus MeissnerFixed strict aliasing problem in RtlEnlargedUnsignedDivide.
2002-11-15  Martin Wilck- Allow setting NetBIOS ComputerName through registry.
2002-11-15  Mike McCormackPartial implementation of RtlDosPathNameToNtPathName_U.
2002-11-13  Huw DaviesReduce the maximum length of debug strings to 80 charac...
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.
2002-11-12  Robert ShearmanFirst of tests for the Rtl* string manipulation functions.
2002-11-12  Robert ShearmanImplemented RtlUnicodeStringToInteger.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-08  Juraj HercekFixed bug in context registers, added HANDLER_DEF and...
2002-11-08  Marcus MeissnerOnly enable VM86 mode if we have the <sys/vm86.h> inclu...
2002-11-06  Alexandre JulliardDisable address space limit check on non-i386 platforms.
2002-11-06  Patrik StridvallUpdated the generated tests.
2002-11-06  György 'Nog' Jeney- Fix RtlTimeToTimeFields to actually work.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-11-04  Patrik StridvallUpdated the generated tests.
2002-10-30  Marcus MeissnerPowerpc instruction pointer is Iar, not Eip.
2002-10-29  Patrik StridvallUpdated the generated tests.
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-10-25  Alexandre JulliardMade the ntdll registry functions use HKEY instead...
2002-10-23  Patrik StridvallUpdated the generated tests.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-15  Patrik StridvallUpdated the generated tests.
2002-10-10  Alexandre JulliardMake sure all Zw functions whose Nt equivalent is imple...
2002-10-09  Alexandre JulliardFixed buffer size in _ultoa (spotted by Joerg Mayer).
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-18  Alexandre JulliardAvoid calling some kernel functions.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-17  Francois GougetMove all STATUS_* and RPC_NT_* to ntstatus.h as per...
2002-09-16  Alexandre JulliardImplemented NtDuplicateObject.
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-13  Alexandre JulliardCopied the registry functions needed by VMM into device...
2002-09-13  Alexandre JulliardRtlFormatCurrentUserKeyPath: return path containing...
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-09-09  Andriy PalamarchukRtlNtStatusToDosError: Added new NT status to error...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-30  Marcus MeissnerUse Iar (Instruction Address Register) instead of Fill[0].
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-27  Patrik StridvallMSVC long long fixes.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-27  Marcus MeissnerImplemented signal handling for PPC.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-20  Patrik StridvallFixed some issues found by winapi_check.
2002-08-17  Marcus MeissnerImplemented server context/ptrace handling for Linux...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-08-15  Alexandre JulliardTrap exceptions in RtlImageNtHeader.
2002-08-15  Jon GriffithsImplement and test rtl bitmap functions.
2002-08-13  Dmitry TimoshkovCosmetics.
2002-08-13  Dmitry Timoshkovus->Length is in bytes.
2002-08-13  Dmitry TimoshkovThrow exception only for Wine internal locks.
2002-08-13  Alexandre JulliardSetup exception frame around 16-bit calls to unwind...
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-31  Rafael KitoverPortability fixes for Cygwin.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-31  Eric PouechMoved all client-side console code to kernel.
2002-07-31  Eric PouechAdded a generic mechanism to set up hooks for dispatchi...
2002-07-31  Alexandre JulliardWe have to use the Rtl variant of Enter/LeaveCriticalSe...
2002-07-28  Ryan CummingImplementation of RtlGetNtVersionNumbers.
2002-07-28  Rafael KitoverMinor fix for ide-scsi cdroms.
2002-07-24  Alexandre JulliardAdded support for ordinal hint in PE_FindExportedFunction.
2002-07-22  Alexandre JulliardGenerate the __ASM_NAME and __ASM_FUNC macros directly...
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-07-10  Admiral CoeymanAdded support for FPU emulation interrupts.
2002-07-03  Gregg MattinsonVoid functions can't return a value, even if it is...
2002-07-01  Alexandre JulliardMake sure allocated blocks are aligned on an 8-byte...
2002-07-01  Gregg MattinsonAvoid alignment problem in NtQuerySystemTime.
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...
next