ntdll: Support loading builtin dlls with an explicit path name also
[wine] / dlls / ntdll / process.c
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in proce...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-06  Eric Pouech- rewrite kernel32:{Set|Get}PriorityClass on top of...
2005-08-02  Alexandre JulliardImplemented a few trivial ntdll functions that have...
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-05  Felix NawothnigReplace stubs for information classes in NtQueryVirtual...
2005-06-27  Eric PouechImplemented OpenProcess on top of NtOpenProcess.
2005-06-21  Paul VriensChange ProcessBasicInformation to the same behavior...
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-20  Paul VriensStub implementations for ProcessVmCounters, ProcessTime...
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-14  Paul VriensReturn STATUS_INVALID_INFO_CLASS for non-implemented...
2004-08-04  Mike McCormackMoved FlushInstructionCache to ntdll.
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2003-09-19  Eric PouechImplemented kernel32.GetIoProcessCounters and stubbed