Sign in
goma
/
wine
/
17de8290966899eb664ecebd1113c8910dde71bc
/
server
/
process.h
17de829
server: Use the standard suspend mechanism to simulate a breakpoint
by Alexandre Julliard
· 19 years ago
cb70931
server: Moved read/write_process_memory and get_selector_entry to ptrace.c.
by Alexandre Julliard
· 19 years ago
e6374cb
server: Store the process exe module in the standard dll list.
by Alexandre Julliard
· 19 years ago
11ad6a0
Return the startup info size in the init_thread request, and allocate
by Alexandre Julliard
· 20 years ago
0424f38
Already initialize the process in the first init_thread request
by Alexandre Julliard
· 20 years ago
01caa5e
Moved the fields that depends on startup info from the init_process
by Alexandre Julliard
· 20 years ago
78a3e63
The desktop of a new thread should be set from the process initial
by Alexandre Julliard
· 20 years ago
1bf96e0
Beginnings of support for window stations and desktops.
by Alexandre Julliard
· 20 years ago
e626736
- changed ATOM support in wineserver to match NTDLL needs
by Eric Pouech
· 20 years ago
a9e0fb1
Convert the process dll list to a standard list.
by Alexandre Julliard
· 20 years ago
0502638
Convert the per-process thread list to a standard list.
by Alexandre Julliard
· 20 years ago
48c0d51
Convert the global process list to a standard list.
by Alexandre Julliard
· 20 years ago
bfce151
Added window classes in the server, and support for inter-process
by Alexandre Julliard
· 21 years ago
e55d593
Set or clear the BeingDebugged flag in the PEB when a debugger is
by Alexandre Julliard
· 21 years ago
c30cefb
Store module names in Unicode in the server.
by Alexandre Julliard
· 22 years ago
9fd54b2
- Implemented a few information classes in NtQuerySystemInformation.
by Eric Pouech
· 22 years ago
36cd6f5
Added a security token object in wineserver.
by Mike McCormack
· 22 years ago
ce61349
Implemented file locking functions (partly based on my old Corel
by Alexandre Julliard
· 22 years ago
e66207e
Moved all references to file descriptors out of the generic object
by Alexandre Julliard
· 22 years ago
91befe1
Made process and thread ids small integers instead of pointers.
by Alexandre Julliard
· 22 years ago
54f2287
Added process_id_t and thread_it_t types to the server interface
by Alexandre Julliard
· 23 years ago
526a28d
Added support for multiple object namespaces, and a bunch functions
by Alexandre Julliard
· 23 years ago
40043ed
Added -k option to kill an existing wineserver.
by Alexandre Julliard
· 23 years ago
93bfa0d
Implementation for console control events (includes process groups support).
by Eric Pouech
· 23 years ago
5188574
Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
by Alexandre Julliard
· 23 years ago
ca96de3
Fixed process startup synchronization broken by previous change.
by Alexandre Julliard
· 23 years ago
9d80215
A few optimizations in the process startup requests now that Winelib
by Alexandre Julliard
· 23 years ago
aeb5660
Correctly fill parent pid, module size and module name in process and
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
fbccb38
New XP debugging APIs: implemented DebugActiveProcessStop,
by Eric Pouech
· 23 years ago
3940d8a
Let the console renderer be defined as a thread.
by Eric Pouech
· 23 years ago
0b83d4c
New console code based on Win32 windows.
by Eric Pouech
· 23 years ago
37ec927
Use the new protocol.def file to build the request structures.
by Alexandre Julliard
· 24 years ago
5f258c6
Backed out the suspend_process_for_ptrace change.
by Alexandre Julliard
· 24 years ago
7614180
Small fixes to the debugger support.
by Alexandre Julliard
· 24 years ago
f524240
New mechanism to transfer file descriptors from client to server.
by Alexandre Julliard
· 24 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
43a27e3
Implemented local atoms in the server.
by Turchanov Sergei
· 25 years ago
c5e433a
Moved idle event handling to the server.
by Alexandre Julliard
· 25 years ago
5b4f3e8
Rewrote Unix process launching to allow passing startup information to
by Alexandre Julliard
· 25 years ago
07d8446
Implemented thread and (partial) module snapshots, based on the work
by Alexandre Julliard
· 25 years ago
12f29b5
Have threads and processes exit more cleanly whenever possible.
by Alexandre Julliard
· 25 years ago
05f0b71
Store the list of loaded dlls in the server, and generate debug events
by Alexandre Julliard
· 25 years ago
ff81d78
Generate CREATE_PROCESS/THREAD debug events internally in the server.
by Alexandre Julliard
· 25 years ago
67a24c8
Store the handle of the process exe file in the server.
by Alexandre Julliard
· 25 years ago
0a7c1f6
Implemented GetThreadSelectorEntry through the server.
by Alexandre Julliard
· 25 years ago
2fe5777
Made the server listen for new clients on a Unix socket in
by Alexandre Julliard
· 25 years ago
d083a7b
Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
by Alexandre Julliard
· 25 years ago
17cf810
Fixed handling of debug events on thread/process exit.
by Alexandre Julliard
· 25 years ago
ec7bb23
Added support for CREATE_SUSPENDED flag in CreateProcess.
by Alexandre Julliard
· 25 years ago
039aa42
Return console handles in alloc_console request.
by Alexandre Julliard
· 26 years ago
eb2e77f
Made handle table a separate object.
by Alexandre Julliard
· 26 years ago
3da5f84
Moved process structure definition to process.h.
by Alexandre Julliard
· 26 years ago
43c190e
Server reorganization:
by Alexandre Julliard
· 26 years ago