Alexandre Julliard
|
d5b4232a3f
Added set_win32_error() for error codes that don't have an NT status
|
21 роки тому |
Alexandre Julliard
|
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
|
21 роки тому |
Mike McCormack
|
36cd6f5dbb
Added a security token object in wineserver.
|
22 роки тому |
Alexandre Julliard
|
d55e7f1e9b
Store the hook table in the thread queue instead of the thread
|
22 роки тому |
Alexandre Julliard
|
088bcf9ca5
Implemented NtQueueApcThread, and changed the server APC interface to
|
22 роки тому |
Alexandre Julliard
|
9037f4bbfe
Added generic signal handling mechanism based on pipes to synchronize
|
22 роки тому |
Alexandre Julliard
|
a8497bd037
Make a distinction between the thread Unix pid and the process wide
|
22 роки тому |
Alexandre Julliard
|
baf0a064db
Attaching the debugger to a running process should work again
|
22 роки тому |
Alexandre Julliard
|
d04ccb8ebe
Use SIGUSR1 instead of SIGSTOP to suspend threads.
|
22 роки тому |
Peter Hunnisett
|
a3c5ad4e77
Suspended threads should not acquire synchronization objects.
|
22 роки тому |
Alexandre Julliard
|
02a53c176e
Added send_thread_signal() function and properly handle errors caused
|
22 роки тому |
Alexandre Julliard
|
77c8b1dc2b
Pass the pid of the new process in the new_process request, don't
|
22 роки тому |
Alexandre Julliard
|
e66207ebfc
Moved all references to file descriptors out of the generic object
|
22 роки тому |
Alexandre Julliard
|
91befe1d64
Made process and thread ids small integers instead of pointers.
|
22 роки тому |
Ryan Cumming
|
24f4eced42
Partially implement GetThreadTimes.
|
22 роки тому |
Alexandre Julliard
|
0286135de3
Rewrote hook support to store the hook chain in the server.
|
22 роки тому |
Alexandre Julliard
|
54f228733a
Added process_id_t and thread_it_t types to the server interface
|
22 роки тому |
Alexandre Julliard
|
5188574984
Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
|
23 роки тому |
Alexandre Julliard
|
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
|
23 роки тому |
Alexandre Julliard
|
9caa71eef4
Redesign of the server communication protocol to allow arbitrary sized
|
23 роки тому |
Alexandre Julliard
|
37ec927536
Use the new protocol.def file to build the request structures.
|
24 роки тому |
Alexandre Julliard
|
10109e6083
Removed unused functions suspend/remove_all_threads.
|
24 роки тому |
Ove Kaaven
|
ada7383852
Preserve the TF (Trap Flag) when continuing from a ptraced suspend.
|
24 роки тому |
Alexandre Julliard
|
8859d77279
Create the server pipes on the client side and transfer them to the
|
24 роки тому |
Alexandre Julliard
|
f52424055f
New mechanism to transfer file descriptors from client to server.
|
24 роки тому |
Alexandre Julliard
|
67a749999a
New set of macros for server calls; makes requests without variable
|
24 роки тому |
Alexandre Julliard
|
d90e964cee
Added separate server pipe to wait on blocking server calls.
|
24 роки тому |
Alexandre Julliard
|
2362380b64
Added separate queue for "system" APCs that get called even when the
|
24 роки тому |
Alexandre Julliard
|
8081e5a1e5
Added handle_t type to server interface so that we can make handles
|
24 роки тому |
Alexandre Julliard
|
d549f6909e
Use a separate FIFO pair for server requests that don't need to pass a
|
24 роки тому |