VK_0-9 and VK_A-Z are not defined in the Windows headers, removed them
[wine] / dlls / ntdll /
2004-10-22  Rein KlazesCorrect the calculation of the year for the 31'st of...
2004-10-21  Rein KlazesCorrect the calculation of the year for the 31'st of...
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-10-18  Rein KlazesIn RtlQueryTimezoneInformation use information from...
2004-10-18  Mike McCormackMask SIGCHLD to prevent partial writes in the new_proce...
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-10-11  Alexandre JulliardImplemented NtYieldExecution.
2004-10-09  Jeremy WhiteMade NtDelayExecution with a 0 timeout yield the CPU...
2004-10-07  Alexandre JulliardAdded a fallback implementation of futimes.
2004-10-04  Filip NavaraAdd UTC to the time zone list.
2004-09-24  Uwe BonnesMake WINEDLLOVERRIDES also match for *dll.
2004-09-22  Richard CohenMove TRACE inside TRY block.
2004-09-22  Alexander YaworskyMoved TRACEs to the beginning of functions.
2004-09-21  Alexander YaworskyMake RtlCreateUserThread fail if process handle is...
2004-09-15  Mike McCormackUse FILE_SHARE_DELETE when loading modules, as running...
2004-09-14  Francois GougetAssorted spelling fixes.
2004-09-14  Steven EdwardsAdded stub for NtShutdownSystem.
2004-09-13  Alexandre JulliardDon't try to stat network mounts in parse_mount_entries...
2004-09-13  Jon GriffithsDocumentation updates.
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2004-09-07  Alexandre JulliardAvoid integer overflows in NTDLL_get_server_timeout...
2004-09-06  Francois GougetTest some more ntdll types.
2004-09-06  Uwe BonnesMore defines for TZ_INFO.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-06  Robert ShearmanImprove documentation for critical sections.
2004-09-01  Francois GougetFix/update the TOKEN_STATISTICS check.
2004-09-01  Francois GougetDisable the RtlBitMap tests if compiling with the Micro...
2004-08-30  Mike McCormackStub implementations for NtAdjustGroupsToken and NtAler...
2004-08-27  Mike McCormackAdded stub implementations for NtDeleteFile and NtCance...
2004-08-26  Jason EdmeadesDon't clear the information structure for non supported...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-24  Francois GougetFix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I...
2004-08-24  Pierre d'HerbemontAdded signal support for Darwin/i386.
2004-08-23  Francois GougetUpdate RTL_BITMAP and RTL_BITMAP_RUN to match the 2000...
2004-08-22  Francois GougetUpdate FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to...
2004-08-22  Francois GougetRemove these Wine-only types:
2004-08-19  Francois GougetRemove types that don't exist from tests.dat.
2004-08-19  Robert ShearmanHandle ECONNRESET in FILE_GetNtStatus.
2004-08-19  Robert Shearman- Errors should only be reported to I/O completion...
2004-08-19  Emmanuel Maillard- Update build system to support IOKit and CoreFoundati...
2004-08-18  Rein KlazesDo not make a directory read-only.
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
2004-08-17  Aric StewartAdded handling of TokenPrimaryGroup.
2004-08-17  Mike McCormackStub implementation for NtSetInformationToken.
2004-08-16  Mike McCormackStub implementation and declaration for NtCreateNamedPi...
2004-08-16  Gerald PfeiferFix incorrect sizeof in RtlCreateSecurityDescriptor().
2004-08-14  Francois GougetAvoid annoying 'macro redefinition' warnings by defining
2004-08-13  Francois GougetFix the PSID and PSECURITY_DESCRIPTOR types.
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-13  Francois GougetThe Windows headers don't define PEXCEPTION_REGISTRATIO...
2004-08-13  Mike McCormackImplement SetThreadToken using NtSetInformationThread.
2004-08-13  Francois GougetRename ResourceHandle to Reserved in the IMAGE_RESOURCE...
2004-08-11  Francois GougetReplace strcasecmp() with lstrcmpiA() to help compilati...
2004-08-09  Vincent BéronUpdate WinXP version to SP2.
2004-08-04  Markus AmslerPass debug exceptions to winedos.
2004-08-04  Mike McCormackMoved FlushInstructionCache to ntdll.
2004-08-02  Alexandre JulliardMake relay and snooping work for LoadLibrary+GetProcAdd...
2004-07-30  Ivan Leo PuotiFix dll version detection.
2004-07-30  Alexandre JulliardAdded support for getting and setting the UI language.
2004-07-29  Ivan Leo PuotiChange the NT service pack version from 6 to 6a, correc...
2004-07-29  Robert ShearmanDocumentation for Wine client-side server interface.
2004-07-23  Francois GougetAssorted spelling fixes.
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-07-14  Aric StewartReport win2k service pack 4 instead of 3.
2004-07-07  Emmanuel MaillardAdded Darwin support in get_default_drive_device.
2004-07-06  Aric StewartReport NOT_IMPLEMENTED for not implemented token classes.
2004-06-22  Alexandre JulliardWe no longer need to make the import directory writable...
2004-06-22  Filip NavaraUnprotect Import Address Table while filling it.
2004-06-21  Mike HearnDefault to Win98 in DLL linkage heuristics.
2004-06-18  Pierre d'HerbemontFix a compile error for SNOOP_GetProcAddress and RELAY_...
2004-06-18  Alexandre JulliardAdded support for the IMAGE_FILE_LARGE_ADDRESS_AWARE...
2004-06-17  Alexandre JulliardTake spin count into account in RtlEnterCriticalSection.
2004-06-17  Alexandre JulliardDon't use lseek when truncating a file to avoid corrupt...
2004-06-16  Gerald PfeiferRemove incorrect support for FreeBSD and NetBSD in
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-06-15  Eric PouechConst correctness.
2004-06-15  Uwe BonnesSupport for reading encrypted DVDs.
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2004-06-03  Raphael JunqueiraAdded _vsnwprintf (needed by some native XP dlls).
2004-05-30  Alexandre JulliardUse wine_exec_wine_binary in all cases to start the...
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
2004-05-28  Alexandre JulliardDon't rely on the reserved area list being empty in...
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-05-24  Dmitry TimoshkovCygwin's mntent.h requires stdio.h to be included first.
2004-05-21  Alexandre JulliardConverted the memory views list to use the standard...
2004-05-17  Alexandre JulliardAdded support for mapping UNC filenames to the dosdevic...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-14  Alexandre JulliardRemoved the no longer used SMB file I/O support, we...
2004-05-14  Alexandre JulliardBetter fix for removing trailing spaces in RtlGetFullPa...
2004-05-13  Alexandre JulliardRemove trailing spaces from the filename in RtlGetFullP...
2004-05-11  Alexandre JulliardInitial support for automatically creating the ~/.wine...
2004-05-07  Alexandre JulliardUse the Unix codepage to convert the user name to Unicode.
2004-05-05  Alexandre JulliardInitialize ntdll debugging earlier on so that we can...
2004-05-05  Alexandre JulliardFixed RtlSetEnvironmentVariable to deal properly with...
2004-05-05  Francois GougetWe should not make deststring static since we count...
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-05-01  Alexandre JulliardReimplemented GetFileType and SetEndOfFile using ntdll...
2004-04-30  Alexandre JulliardAdded a few more info classes in NtQueryInformationFile.
2004-04-30  Alexandre JulliardMoved support for opening named pipes to ntdll.
next