Dmitry Timoshkov
|
df6c2a8418
|
server: Mark the process as disconnected from desktop/winstation before closing its handles.
|
2013-06-03 21:11:38 +02:00 |
Dmitry Timoshkov
|
bac0387d29
|
server: Fail to set process affinity mask if the process is terminating.
|
2013-05-07 11:25:54 +02:00 |
Dmitry Timoshkov
|
af3d73b035
|
server: Add a process flag indicating whether the process is terminating, use it to block thread creation in a being terminated process.
|
2013-05-07 11:25:49 +02:00 |
Dmitry Timoshkov
|
b92c82c942
|
server: Add support for NtTerminateProcess(0).
|
2013-04-15 16:45:33 +02:00 |
Piotr Caban
|
23191a4355
|
server: Don't debug children when debugger is attached with DebugActiveProcess function.
|
2013-04-05 20:39:07 +02:00 |
Henri Verbeet
|
c6fcc0255c
|
user32: Add rawinput keyboard support.
|
2012-09-12 12:47:13 +02:00 |
Henri Verbeet
|
faaf3d388e
|
user32: Add rawinput mouse support.
|
2012-09-11 18:06:34 +02:00 |
Henri Verbeet
|
5befb959dd
|
user32: Implement RegisterRawInputDevices().
|
2012-09-10 11:44:19 +02:00 |
Hans Leidekker
|
d1b6cf9379
|
server: Include the Unix pid in the snapshot_next_process reply.
|
2012-04-16 17:49:32 +02:00 |
Bernhard Loos
|
e7ec00d22c
|
server: If a debugger is attached to a process, child processes shouldn't get debugged.
|
2011-10-10 13:41:24 +02:00 |
Alexandre Julliard
|
a0c0878805
|
server: Allow creating a process without any parent or startup info.
|
2011-06-16 22:45:45 +02:00 |
Alexandre Julliard
|
5dc9c73c31
|
server: Check for the need to suspend a thread again once it leaves an exception or suspend block.
|
2011-05-06 12:49:57 +02:00 |
Alexandre Julliard
|
900352bc6b
|
server: Store a mapping instead of a file for process dlls.
|
2011-04-18 14:45:32 +02:00 |
Alexandre Julliard
|
4fd8bab99e
|
server: Inherit the process affinity from the parent process.
|
2011-04-14 19:57:52 +02:00 |
Alexandre Julliard
|
350c0caba0
|
server: Always free the process handle table even if the process didn't start.
|
2010-08-24 12:10:51 +02:00 |
Henri Verbeet
|
f0a5045254
|
ntdll: Improve support for the ProcessDebugPort info class in NtQueryInformationProcess().
|
2010-03-15 15:56:42 +01:00 |
Alexandre Julliard
|
349eba9e09
|
server: Make terminate_process more robust against recursive calls for the same process.
|
2010-02-02 11:47:06 +01:00 |
Alexandre Julliard
|
7d4e28480d
|
server: Any thread can set the idle event, don't treat the first one differently.
|
2009-12-16 18:06:32 +01:00 |
Alexandre Julliard
|
d1dc48d8dc
|
server: Don't set the idle event when a queue is destroyed, instead return success in WaitForInputIdle on process exit.
|
2009-12-16 18:00:34 +01:00 |
Alexandre Julliard
|
e4faa12900
|
server: Make sure that last error doesn't get set during thread cleanup.
|
2009-12-01 15:10:23 +01:00 |
Alexandre Julliard
|
538b24747c
|
server: Free client-side user handles at process exit.
|
2009-10-15 17:56:04 +02:00 |
Juan Lang
|
24036fe13a
|
server: Setting a process's affinity sets all of its threads' affinities too.
|
2009-09-30 14:34:32 +02:00 |
Alexandre Julliard
|
da8acbc47d
|
server: Define an architecture-independent structure for process startup info.
|
2009-08-21 20:00:12 +02:00 |
Alexandre Julliard
|
6056e8a52b
|
server: Return the process CPU in the get_process_info request.
|
2009-07-07 11:37:47 +02: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
|
c6c335d70e
|
server: Make thread entry points client_ptr_t instead of void pointers.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
2cf868c0be
|
server: Move ldt_copy to the init_process_done request and make it a client_ptr_t.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
1d2d0d5622
|
server: Send the version with the initial fd so that it can be checked before sending the first request.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
8e9c156e14
|
server: Make the address argument for read/write_process_memory a client_ptr_t.
|
2008-12-30 14:11:58 +01:00 |
Alexandre Julliard
|
cb2788efaf
|
server: Add a module_handle_t type to represent client-side module handles.
|
2008-12-29 16:41:44 +01:00 |
Alexandre Julliard
|
db6e45488d
|
server: Get rid of the support for module snapshots, it is no longer needed.
|
2008-12-09 11:49:37 +01:00 |
Alexandre Julliard
|
0d3d456bd0
|
server: Make object handles ints instead of pointers.
|
2008-12-08 16:04:20 +01:00 |
Alexandre Julliard
|
24ec4a6ed7
|
server: Move the process pipe hangup handling into kill_process.
This ensures that it's also done correctly when a read from the pipe
returns EOF.
|
2008-06-20 20:42:51 +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 |
Marcus Meissner
|
3bf54c2950
|
server: Enumerate process in reverse.
|
2008-01-14 16:24:55 +01:00 |
Alexandre Julliard
|
2f1e73cb35
|
server: Wait for the expiration of all the process SIGKILL timers before exiting the server.
|
2008-01-07 17:19:05 +01:00 |
Alexandre Julliard
|
af268c6211
|
server: Redesign the server shutdown processing.
System processes are now killed only after the server persistence
delay has expired. New processes are not allowed to start during
shutdown.
|
2008-01-03 11:40:03 +01:00 |
Alexandre Julliard
|
11750af329
|
server: Don't give out full access to the system process event.
|
2007-12-20 16:43:31 +01:00 |
Alexandre Julliard
|
ffbeae78f7
|
server: Don't count system processes as users of a desktop.
|
2007-12-20 16:43:14 +01:00 |
Alexandre Julliard
|
8382eb01b2
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +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 |
Rob Shearman
|
dd9e392796
|
server: Use the security descriptor passed in when creating events.
|
2007-10-25 12:47:22 +02:00 |
Rob Shearman
|
c1707d8938
|
server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
|
2007-10-04 12:30:52 +02: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 |
Rob Shearman
|
ec86243521
|
server: When starting a new process, use the token from the calling process, if one exists.
|
2007-05-30 11:48:25 +02:00 |
Alexandre Julliard
|
627ca4079e
|
server: Stop exporting the console_input structure. Get rid of console.h.
|
2007-05-11 12:46:32 +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 |
Alexandre Julliard
|
635714397f
|
server: Add infrastructure for ioctl server request.
|
2007-04-16 14:45:03 +02:00 |
Alexandre Julliard
|
3f0575943e
|
server: Don't bother with default entry points for objects that don't even return an fd.
|
2007-04-12 20:21:53 +02:00 |
Alexandre Julliard
|
7a9363a4d4
|
server: Rename the get_file_info function to get_fd_type and get rid of the flags.
|
2007-04-10 22:26:23 +02:00 |