Convert StartDoc to Unicode.
[wine] / dlls / ntdll /
2005-01-04  Alexandre JulliardFixed the FIXME in RtlNtStatusToDosError, and implemented
2005-01-04  Alexandre JulliardSupport mapping non page-aligned binaries for SEC_IMAGE...
2005-01-03  Eric PouechFixed some regressions from the previous change.
2004-12-22  Alexandre JulliardFixed prototypes of a couple of ntdll functions.
2004-12-21  Hans LeidekkerStub implementations for AdjustTokenGroups, AreAllAcces...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-17  Vincent BéronBetter detect a dll's Windows version.
2004-12-16  Ivan Leo PuotiBetter EXE version check in VERSION_GetLinkedDllVersion.
2004-12-14  Alexandre JulliardGenerate stub entries on the fly for missing entry...
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-12-09  Alexandre JulliardFixed read_directory_getdents for large directories...
2004-12-08  Gerald PfeiferAvoid a warning on FreeBSD.
2004-12-07  Robert ShearmanImplement handle tables and add tests for them.
2004-12-06  Alexandre JulliardUse a direct getdents syscall on Linux to avoid relying on
2004-12-06  Stewart AllenAdded SAST (South African Standard Time), corrected...
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-11-29  Alexandre JulliardFixed RtlExpandEnvironmentStrings_U to not depend on...
2004-11-28  Dmitry TimoshkovAdd a test for ReadFile/WriteFile fault handling, make...
2004-11-23  Alexandre JulliardAppend .dll extension in all cases (spotted by Mike...
2004-11-21  Eric FriasPermit unaligned memory access on sparc.
2004-11-21  Alexander YaworskyAdded NOVT timezone info.
2004-11-21  Eric PouechMoved kernel32.DeleteFileW core implementation to ntdll...
2004-11-09  HamishFix for async writes to comm ports.
2004-11-06  Alexandre JulliardFree the memory view before we unload a builtin dll...
2004-11-06  Rein Klazes- RtlTimeFieldsToTime should not normalize the time...
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-11-02  Jeremy WhiteTune the behavior of Sleep() and Waitxxx() to more...
2004-11-02  Vitaly LipatovAdded MSK timezone info.
2004-11-02  Michael JungAdded CET timezone info.
2004-11-02  Roger OlsonAdd Pacific Standard Time (PST) to TZ_INFO.
2004-10-30  Francois Gouget#ifdef out the tests if compiling with the Platform...
2004-10-25  Eric Pouech- fixed the way length of msvcrt runtime info is passed
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.
next