Juan Lang
|
a4331aaf5d
|
ntdll: Implement NtSetInformationProcess for ProcessDefaultHardErrorMode.
|
2010-08-16 16:39:53 +02:00 |
Juan Lang
|
9cb3664bb7
|
ntdll: Implement NtQueryInformationProcess for ProcessDefaultHardErrorMode.
|
2010-08-16 16:39:49 +02:00 |
Andrew Nguyen
|
d7956bab54
|
ntdll: Fix the status code for ProcessDebugObjectHandle class in NtQueryInformationProcess when the debugger is absent.
|
2010-07-28 16:28:19 +02:00 |
Henri Verbeet
|
f0a5045254
|
ntdll: Improve support for the ProcessDebugPort info class in NtQueryInformationProcess().
|
2010-03-15 15:56:42 +01:00 |
Henri Verbeet
|
4ce43cd919
|
ntdll: Fix the ProcessDebugPort information length in NtQueryInformationProcess().
|
2010-03-15 15:56:02 +01:00 |
Alexandre Julliard
|
e7810c8bc6
|
ntdll: Make it possible to use RtlGetNtGlobalFlags before the TEB is initialized.
|
2010-01-22 12:32:40 +01:00 |
Dan Kegel
|
0f556bf803
|
ntdll: Implement RtlGetNtGlobalFlags(), add related defines to winternl.h.
|
2009-11-30 16:13:08 +01:00 |
Andrey Turkin
|
f2432a8bc2
|
ntdll: Handle invalid pointers in NtQueryInformationProcess(ProcessDebugObjectHandle).
|
2009-10-06 16:13:16 +02:00 |
Andrey Turkin
|
2e86453f0a
|
ntdll: Accept ProcessDebugObjectHandle in QueryInformationProcess.
|
2009-09-30 14:31:57 +02:00 |
Juan Lang
|
c7b1423521
|
ntdll: Don't allow setting a zero process affinity.
|
2009-09-29 13:29:36 +02:00 |
Michael Karcher
|
be90ae2fc3
|
ntdll: Fix DEP status initialization.
|
2009-09-15 16:41:23 -05:00 |
Alexandre Julliard
|
5e30947d0b
|
ntdll: Return the expected length in NtQueryInformationProcess.
|
2009-08-27 19:47:58 +02:00 |
Michael Karcher
|
ca4c571818
|
ntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
|
2009-08-18 11:19:55 +02:00 |
Michael Karcher
|
7aa1f6c346
|
ntdll: Add ProcessExecuteFlags handling to NtQueryInformationProcess.
|
2009-08-18 11:17:44 +02:00 |
Michael Karcher
|
137799cbfc
|
ntdll: Fix ProcessExecuteFlag logic.
|
2009-08-03 17:22:56 +02:00 |
Alexandre Julliard
|
12c90b04dc
|
ntdll: Support querying the Wow64 state of other processes.
|
2009-07-07 11:38:19 +02:00 |
Alexandre Julliard
|
747d58d211
|
ntdll: Add management of the Wow64 filesystem redirection flag.
|
2009-07-06 15:08:39 +02:00 |
Alexandre Julliard
|
7e47d19d9a
|
ntdll: Set the WOW64 flag according to the server supported CPUs.
|
2009-04-03 17:05:29 +02:00 |
Mikołaj Zalewski
|
9c9532265d
|
kernel32: Implement QueryFullProcessImageFileNameW.
|
2009-03-31 18:05:55 +02:00 |
Alexandre Julliard
|
913e792b57
|
server: Store process/thread affinity as a 64-bit value.
|
2009-01-19 14:15:51 +01:00 |
Alexandre Julliard
|
6a548b1e9d
|
ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit.
|
2009-01-03 14:55:32 +01:00 |
Alexandre Julliard
|
fa8643805b
|
server: Make TEB and PEB client_ptr_t instead of void pointers.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
f2c4e09e80
|
server: Make module handles always 64-bit.
|
2008-12-29 16:47:51 +01:00 |
Maarten Lankhorst
|
768160e944
|
ntdll: Make all exported wine functions CDECL.
|
2008-12-17 15:02:25 +01:00 |
Alexandre Julliard
|
d1b3d484f7
|
server: Add functions for conversions between server object handles and pointer-style handles.
|
2008-12-08 16:05:17 +01:00 |
Dmitry Timoshkov
|
97f2cbc1ea
|
ntdll: Add support for NtSetInformationProcess(ProcessExecuteFlags).
|
2008-09-04 11:53:00 +02:00 |
Alexandre Julliard
|
3bf12b9aca
|
server: Don't force the process affinity to 1, leave it up to the client.
|
2008-01-17 13:40:03 +01:00 |
Rob Shearman
|
bf2a35b78d
|
server: Change the get_dll_info server request to allow retrieving the image file name of a process.
Implement NtQueryInformationProcess(ProcessImageFileName).
|
2007-11-20 14:29:09 +01:00 |
Alexandre Julliard
|
156b205eb5
|
server: Add support for system processes, that can be signaled to exit when all non-system processes are done.
|
2007-06-06 20:33:13 +02:00 |
Dmitry Timoshkov
|
e142779b09
|
ntdll: Fix compilation warnings in 64-bit mode.
|
2007-05-23 13:10:20 +02:00 |
Dmitry Timoshkov
|
737b9e5acd
|
winternl.h: Make the fields of the PROCESS_BASIC_INFORMATION structure use same type width as a PSDK one.
|
2007-05-23 13:04:58 +02:00 |
Alexandre Julliard
|
aaf477f292
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |
Hans Leidekker
|
f7b0ba7aa7
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
Alexandre Julliard
|
3ca608b1b3
|
ntdll: Renamed the NTDLL_get/from_server_timeout functions since they don't deal only with timeouts.
|
2006-07-26 14:49:13 +02:00 |
Stefan Siebert
|
026dd2d88a
|
ntdll: Implementation of process CreationTime and ExitTime.
|
2006-07-21 13:27:16 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
f2d7dd645e
|
server: Use attributes instead of inherit flag in process and thread requests.
|
2005-12-09 12:13:11 +01:00 |
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
Eric Pouech
|
b09582a890
|
Implemented kernel32 process affinity handling on top on ntdll.
|
2005-09-27 10:52:10 +00:00 |
Eric Pouech
|
b3badc7dd3
|
- rewrite kernel32:{Set|Get}PriorityClass on top of ntdll equivalent
- priority for process in wineserver is now the NTDLL form (no longer
the kernel32 one)
|
2005-09-06 10:25:11 +00:00 |
Alexandre Julliard
|
55ad6cc520
|
Implemented a few trivial ntdll functions that have been added in
recent Windows versions.
|
2005-08-02 11:38:51 +00:00 |
Dmitry Timoshkov
|
1dc18952ae
|
Use SIZE_T type for size variables in NTDLL when appropriate.
|
2005-07-15 10:01:30 +00:00 |
Felix Nawothnig
|
db6a238f28
|
Replace stubs for information classes in NtQueryVirtualMemory and
NtQueryInformationProcess by more descriptive messages.
|
2005-07-05 14:05:58 +00:00 |
Eric Pouech
|
6d68a03d4f
|
Implemented OpenProcess on top of NtOpenProcess.
|
2005-06-27 11:12:11 +00:00 |
Paul Vriens
|
fbf0aeaa43
|
Change ProcessBasicInformation to the same behavior as the rest.
Use KERNEL_USER_TIMES for ProcessTimes.
Add tests for vm, io, times and handlecount info classes.
Fixes for -Wstrict-prototypes warnings.
|
2005-06-21 20:22:01 +00:00 |
Mike McCormack
|
04f9f1b066
|
Don't include winbase.h or winerror.h when not necessary.
|
2005-06-21 09:52:40 +00:00 |
Paul Vriens
|
db9396f68b
|
Stub implementations for ProcessVmCounters, ProcessTimes and
ProcessHandleCount.
Changed ProcessIoCounters to match windows behavior.
|
2005-06-20 11:42:02 +00:00 |
Mike McCormack
|
5b2d5fd758
|
Use HANDLE instead of HKEY in the NT API.
|
2005-06-17 13:58:33 +00:00 |
Paul Vriens
|
93f887250a
|
Return STATUS_INVALID_INFO_CLASS for non-implemented classes.
Return STATUS_ACCESS_VIOLATION if no buffer given.
Added tests for ProcessBasicInformation.
|
2005-06-14 12:25:02 +00:00 |
Mike McCormack
|
e3d8853bb8
|
Moved FlushInstructionCache to ntdll.
|
2004-08-04 18:15:04 +00:00 |