projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
d3drm: Avoid LP stuff and rename some variables.
[wine]
/
dlls
/
ntdll
/
process.c
2011-04-14
Alexandre Julliard
ntdll: Implement the ProcessAffinityMask case in NtQuer...
blob
|
commitdiff
|
raw
2011-03-30
Steven Wallace
ntdll: implemented ProcessDebugFlags in NtQueryInformat...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Juan Lang
ntdll: Implement NtSetInformationProcess for ProcessDef...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Juan Lang
ntdll: Implement NtQueryInformationProcess for ProcessD...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-28
Andrew Nguyen
ntdll: Fix the status code for ProcessDebugObjectHandle...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Henri Verbeet
ntdll: Improve support for the ProcessDebugPort info...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Henri Verbeet
ntdll: Fix the ProcessDebugPort information length...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-22
Alexandre Julliard
ntdll: Make it possible to use RtlGetNtGlobalFlags...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-30
Dan Kegel
ntdll: Implement RtlGetNtGlobalFlags(), add related...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-06
Andrey Turkin
ntdll: Handle invalid pointers in NtQueryInformationPro...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-30
Andrey Turkin
ntdll: Accept ProcessDebugObjectHandle in QueryInformat...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-29
Juan Lang
ntdll: Don't allow setting a zero process affinity.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-15
Michael Karcher
ntdll: Fix DEP status initialization.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Alexandre Julliard
ntdll: Return the expected length in NtQueryInformation...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-18
Michael Karcher
ntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-18
Michael Karcher
ntdll: Add ProcessExecuteFlags handling to NtQueryInfor...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-03
Michael Karcher
ntdll: Fix ProcessExecuteFlag logic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-07
Alexandre Julliard
ntdll: Support querying the Wow64 state of other processes.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-06
Alexandre Julliard
ntdll: Add management of the Wow64 filesystem redirecti...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-03
Alexandre Julliard
ntdll: Set the WOW64 flag according to the server suppo...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-31
Mikołaj Zalewski
kernel32: Implement QueryFullProcessImageFileNameW.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-19
Alexandre Julliard
server: Store process/thread affinity as a 64-bit value.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-03
Alexandre Julliard
ntdll: Fix the various structures returned by NtQuerySy...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-31
Alexandre Julliard
server: Make TEB and PEB client_ptr_t instead of void...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-29
Alexandre Julliard
server: Make module handles always 64-bit.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-17
Maarten Lankhorst
ntdll: Make all exported wine functions CDECL.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Alexandre Julliard
server: Add functions for conversions between server...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-04
Dmitry Timoshkov
ntdll: Add support for NtSetInformationProcess(ProcessE...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-17
Alexandre Julliard
server: Don't force the process affinity to 1, leave...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-20
Rob Shearman
server: Change the get_dll_info server request to allow...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-06
Alexandre Julliard
server: Add support for system processes, that can...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-23
Dmitry Timoshkov
ntdll: Fix compilation warnings in 64-bit mode.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-23
Dmitry Timoshkov
winternl.h: Make the fields of the PROCESS_BASIC_INFORM...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-17
Alexandre Julliard
server: Change the timeout handling to use NT-style...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-18
Hans Leidekker
ntdll: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-26
Alexandre Julliard
ntdll: Renamed the NTDLL_get/from_server_timeout functi...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Stefan Siebert
ntdll: Implementation of process CreationTime and ExitTime.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-09
Alexandre Julliard
server: Use attributes instead of inherit flag in proce...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-27
Eric Pouech
Implemented kernel32 process affinity handling on top...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-06
Eric Pouech
- rewrite kernel32:{Set|Get}PriorityClass on top of...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-02
Alexandre Julliard
Implemented a few trivial ntdll functions that have...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-15
Dmitry Timoshkov
Use SIZE_T type for size variables in NTDLL when approp...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-05
Felix Nawothnig
Replace stubs for information classes in NtQueryVirtual...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-27
Eric Pouech
Implemented OpenProcess on top of NtOpenProcess.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Paul Vriens
Change ProcessBasicInformation to the same behavior...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Mike McCormack
Don't include winbase.h or winerror.h when not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-20
Paul Vriens
Stub implementations for ProcessVmCounters, ProcessTime...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-17
Mike McCormack
Use HANDLE instead of HKEY in the NT API.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-14
Paul Vriens
Return STATUS_INVALID_INFO_CLASS for non-implemented...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-04
Mike McCormack
Moved FlushInstructionCache to ntdll.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-14
Eric Pouech
- Added ProcessBasicInformation class to ntdll.NtQueryI...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-19
Eric Pouech
Implemented kernel32.GetIoProcessCounters and stubbed
blob
|
commitdiff
|
raw
|
diff to current