ntdll: Reimplement LdrGetDllHandle to use the same search algorithm as LdrLoadDll.
[wine] / dlls / ntdll / ntdll.spec
2007-05-16  Alexandre Julliardntdll: Reimplement LdrGetDllHandle to use the same...
2007-03-30  Louis Lendersntdll: Add NtAreMappedFilesTheSame stub.
2007-02-09  Francois Gougetntdll: The fourth parameter of RtlUnwind() is a pointer...
2007-02-09  Francois Gougetntdll: ZwRaiseException() is not a register function.
2007-02-05  Damjan Jovanovicntdll: Slist support.
2007-01-22  Mike McCormackntdll: Implement RtlDecodePointer and RtlEncodePointer.
2006-11-03  Alexandre Julliardntdll: Added implementation of RtlDllShutdownInProgress.
2006-09-08  Francois Gougetntdll: Document a Microsoft spelling mistake so we...
2006-08-04  Robert Reifntdll: Fix some function arguments.
2006-06-12  Alexandre Julliardntdll: Added spec entry for NtQueryMultipleValueKey.
2006-05-27  Alexandre Julliardntdll: Implemented RtlPcToFileHeader.
2006-04-20  Jacek Cabanntdll: Added NtGetTickCount implementation.
2006-04-19  Mike McCormackntdll: Stub implementations of NtCreateIoCompletion...
2006-04-18  Alexandre Julliardntdll: Add wrappers for the remaining math functions.
2006-04-18  Alexandre Julliardntdll: Add wrappers for the string functions.
2006-03-14  Robert Shearmanntdll: Move the call to MODULE_DllThreadAttach from...
2006-03-13  Robert Shearmanntdll: Very crude implementation of RtlQueueWorkItem.
2006-02-22  Alexandre Julliardntdll: Simplify loadorder code by using an enum instead...
2006-02-02  Johan Dahlinntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddress...
2006-01-24  Alexandre Julliardntdll: memcpy should behave like memmove in ntdll too.
2006-01-24  Alexandre Julliardntdll: Mark all libc-style functions as private to...
2006-01-23  Mike McCormackntdll: Forward ZwNotifyChangeDirectoryFile to NtNotifyC...
2006-01-20  H. Verbeetntdll: Add a stubbed NtSetSystemInformation.
2006-01-16  Mike McCormackntdll: Add a stub implementation of NtNotifyChangeDirec...
2006-01-10  Alexandre Julliardntdll: NtRaiseException doesn't need to be a register...
2005-12-16  Alexandre JulliardAdd -register hint in ntdll, kernel and msvcrt spec...
2005-12-15  Alexandre Julliardntdll: Reimplemented _chkstk and _alloca_probe directly...
2005-11-07  Ivan Leo PuotiImplement RtlInitAnsiStringEx.
2005-10-27  Ivan Leo PuotiAdd stub implementation for NtAccessCheckAndAuditAlarm.
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-08-19  Alexandre JulliardRemoved a few internal functions that are no longer...
2005-08-18  Alexandre JulliardAdded a stub for NtAlertResumeThread.
2005-08-11  Alexandre JulliardAdded a wine_unix_to_nt_file_name function to do proper...
2005-08-10  Alexandre JulliardMoved the version initialization to ntdll.
2005-08-02  Alexandre JulliardImplemented a few trivial ntdll functions that have...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-08-01  Alexandre JulliardAdded commented out stubs for a bunch of new functions.
2005-06-27  Eric PouechImplemented OpenProcess on top of NtOpenProcess.
2005-06-24  Paul VriensCorrect the entries for [Nt|Zw]OpenSymbolicLinkObject.
2005-06-23  James HawkinsAdd stub implementation of RtlAddAuditAccessAce.
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-20  James HawkinsImplement RtlCopySecurityDescriptor.
2005-06-13  Mike McCormackAdd and fix function prototypes.
2005-06-12  James HawkinsAdd RtlAnsiCharToUnicodeChar definition.
2005-06-12  Eric KohlImplement RtlAdjustPrivilege.
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2005-05-16  Vincent BéronCorrect arg count for 3 functions in ntdll.spec and...
2005-05-11  Eric PouechImplemented NTDLL atom support.
2005-05-11  Mike McCormackZwQueryTimer should forward to NtQueryTimer.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-04-20  Alexandre JulliardRemove all traces of the VIRTUAL_SetFaultHandler support.
2005-04-16  Mike McCormackDeclare and define a stub for NtSignalAndWaitForSingleO...
2005-04-16  Benjamin Cutler- Correct args for NtPowerInformation.
2005-03-30  Mike McCormackStub implementation of RtlAbsoluteToSelfRelativeSD.
2005-03-14  Ivan Leo PuotiUpdate ntdll.spec against current Microsoft build.
2005-02-14  Ivan Leo PuotiAdd implementation for RtlQueryRegistryValues, RtlCheck...
2005-01-26  Rein KlazesGet rid of the rdtsc cpu instruction method for calcula...
2005-01-24  Ivan Leo PuotiAdded NtLoadDriver and NtUnloadDriver stubs.
2005-01-04  Alexandre JulliardFixed the FIXME in RtlNtStatusToDosError, and implemented
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-12-07  Robert ShearmanImplement handle tables and add tests for them.
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-10-11  Alexandre JulliardImplemented NtYieldExecution.
2004-09-14  Steven EdwardsAdded stub for NtShutdownSystem.
2004-08-30  Mike McCormackStub implementations for NtAdjustGroupsToken and NtAler...
2004-08-27  Mike McCormackAdded stub implementations for NtDeleteFile and NtCance...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Mike McCormackStub implementation for NtSetInformationToken.
2004-08-16  Mike McCormackStub implementation and declaration for NtCreateNamedPi...
2004-08-04  Mike McCormackMoved FlushInstructionCache to ntdll.
2004-07-30  Alexandre JulliardAdded support for getting and setting the UI language.
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-06-03  Raphael JunqueiraAdded _vsnwprintf (needed by some native XP dlls).
2004-04-23  Alexandre JulliardMoved creation of the CDROM registry keys into the...
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesExW and GetCompressedFil...
2004-04-20  Robert ShearmanStub and documentation for RtlFormatMessage.
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-07  Raphael Junqueira- fix DbgPrint and implement DbgPrintEx
2004-04-01  Raphael JunqueiraAdded some stubs.
2004-03-18  Raphael JunqueiraStub implementations of RtlCreateQueryDebugBuffer,
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-01-18  Eric PouechAdded support for Unix code page in NTDLL.
2003-12-12  Jon GriffithsAdded RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas...
2003-12-04  Jon GriffithsImplement the Rtlp* registry functions.
2003-12-04  Alexandre JulliardImplement some more register functions using DEFINE_REG...
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-11  Ulrich CzekallaAdded stubs for AccessCheckByType, AddAuditAccessAce,
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-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-10-10  Alexandre JulliardLink kernel32 as a normal dll.
2003-10-09  Alexandre JulliardAdded a few missing exports.
2003-10-08  Alexandre JulliardAdded __wine_set_signal_fs function to avoid sharing the
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
next