Release 1.5.29.
[wine] / dlls / ntdll / process.c
2013-04-15  Dmitry Timoshkovserver: Add support for NtTerminateProcess(0).
2011-04-14  Alexandre Julliardntdll: Implement the ProcessAffinityMask case in NtQuer...
2011-03-30  Steven Wallacentdll: implemented ProcessDebugFlags in NtQueryInformat...
2010-08-16  Juan Langntdll: Implement NtSetInformationProcess for ProcessDef...
2010-08-16  Juan Langntdll: Implement NtQueryInformationProcess for ProcessD...
2010-07-28  Andrew Nguyenntdll: Fix the status code for ProcessDebugObjectHandle...
2010-03-15  Henri Verbeetntdll: Improve support for the ProcessDebugPort info...
2010-03-15  Henri Verbeetntdll: Fix the ProcessDebugPort information length...
2010-01-22  Alexandre Julliardntdll: Make it possible to use RtlGetNtGlobalFlags...
2009-11-30  Dan Kegelntdll: Implement RtlGetNtGlobalFlags(), add related...
2009-10-06  Andrey Turkinntdll: Handle invalid pointers in NtQueryInformationPro...
2009-09-30  Andrey Turkinntdll: Accept ProcessDebugObjectHandle in QueryInformat...
2009-09-29  Juan Langntdll: Don't allow setting a zero process affinity.
2009-09-15  Michael Karcherntdll: Fix DEP status initialization.
2009-08-27  Alexandre Julliardntdll: Return the expected length in NtQueryInformation...
2009-08-18  Michael Karcherntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
2009-08-18  Michael Karcherntdll: Add ProcessExecuteFlags handling to NtQueryInfor...
2009-08-03  Michael Karcherntdll: Fix ProcessExecuteFlag logic.
2009-07-07  Alexandre Julliardntdll: Support querying the Wow64 state of other processes.
2009-07-06  Alexandre Julliardntdll: Add management of the Wow64 filesystem redirecti...
2009-04-03  Alexandre Julliardntdll: Set the WOW64 flag according to the server suppo...
2009-03-31  Mikołaj Zalewskikernel32: Implement QueryFullProcessImageFileNameW.
2009-01-19  Alexandre Julliardserver: Store process/thread affinity as a 64-bit value.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-09-04  Dmitry Timoshkovntdll: Add support for NtSetInformationProcess(ProcessE...
2008-01-17  Alexandre Julliardserver: Don't force the process affinity to 1, leave...
2007-11-20  Rob Shearmanserver: Change the get_dll_info server request to allow...
2007-06-06  Alexandre Julliardserver: Add support for system processes, that can...
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-05-23  Dmitry Timoshkovwinternl.h: Make the fields of the PROCESS_BASIC_INFORM...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-07-26  Alexandre Julliardntdll: Renamed the NTDLL_get/from_server_timeout functi...
2006-07-21  Stefan Siebertntdll: Implementation of process CreationTime and ExitTime.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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