wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ntdll / process.c
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