- f0a5045 ntdll: Improve support for the ProcessDebugPort info class in NtQueryInformationProcess(). by Henri Verbeet · 15 years ago
- 349eba9 server: Make terminate_process more robust against recursive calls for the same process. by Alexandre Julliard · 15 years ago
- 7d4e284 server: Any thread can set the idle event, don't treat the first one differently. by Alexandre Julliard · 15 years ago
- d1dc48d server: Don't set the idle event when a queue is destroyed, instead return success in WaitForInputIdle on process exit. by Alexandre Julliard · 15 years ago
- e4faa12 server: Make sure that last error doesn't get set during thread cleanup. by Alexandre Julliard · 15 years ago
- 538b247 server: Free client-side user handles at process exit. by Alexandre Julliard · 15 years ago
- 24036fe server: Setting a process's affinity sets all of its threads' affinities too. by Juan Lang · 15 years ago
- da8acbc server: Define an architecture-independent structure for process startup info. by Alexandre Julliard · 16 years ago
- 6056e8a server: Return the process CPU in the get_process_info request. by Alexandre Julliard · 16 years ago
- fa86438 server: Make TEB and PEB client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
- c6c335d server: Make thread entry points client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
- 2cf868c server: Move ldt_copy to the init_process_done request and make it a client_ptr_t. by Alexandre Julliard · 16 years ago
- 1d2d0d5 server: Send the version with the initial fd so that it can be checked before sending the first request. by Alexandre Julliard · 16 years ago
- 8e9c156 server: Make the address argument for read/write_process_memory a client_ptr_t. by Alexandre Julliard · 16 years ago
- cb2788e server: Add a module_handle_t type to represent client-side module handles. by Alexandre Julliard · 16 years ago
- db6e454 server: Get rid of the support for module snapshots, it is no longer needed. by Alexandre Julliard · 16 years ago
- 0d3d456 server: Make object handles ints instead of pointers. by Alexandre Julliard · 16 years ago
- 24ec4a6 server: Move the process pipe hangup handling into kill_process. by Alexandre Julliard · 17 years ago
- 3bf12b9 server: Don't force the process affinity to 1, leave it up to the client. by Alexandre Julliard · 17 years ago
- 3bf54c2 server: Enumerate process in reverse. by Marcus Meissner · 17 years ago
- 2f1e73c server: Wait for the expiration of all the process SIGKILL timers before exiting the server. by Alexandre Julliard · 17 years ago
- af268c6 server: Redesign the server shutdown processing. by Alexandre Julliard · 17 years ago
- 11750af server: Don't give out full access to the system process event. by Alexandre Julliard · 17 years ago
- ffbeae7 server: Don't count system processes as users of a desktop. by Alexandre Julliard · 17 years ago
- 8382eb0 server: Return correct object types in the get_directory_entry request. by Alexandre Julliard · 17 years ago
- bf2a35b server: Change the get_dll_info server request to allow retrieving the image file name of a process. by Rob Shearman · 17 years ago
- dd9e392 server: Use the security descriptor passed in when creating events. by Rob Shearman · 17 years ago
- c1707d8 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. by Rob Shearman · 17 years ago
- 156b205 server: Add support for system processes, that can be signaled to exit when all non-system processes are done. by Alexandre Julliard · 18 years ago
- ec86243 server: When starting a new process, use the token from the calling process, if one exists. by Rob Shearman · 18 years ago
- 627ca40 server: Stop exporting the console_input structure. Get rid of console.h. by Alexandre Julliard · 18 years ago
- aaf477f server: Change the timeout handling to use NT-style 64-bit timeouts everywhere. by Alexandre Julliard · 18 years ago
- 6357143 server: Add infrastructure for ioctl server request. by Alexandre Julliard · 18 years ago
- 3f05759 server: Don't bother with default entry points for objects that don't even return an fd. by Alexandre Julliard · 18 years ago
- 7a9363a server: Rename the get_file_info function to get_fd_type and get rid of the flags. by Alexandre Julliard · 18 years ago
- f85437c server: Store the opening options in the file descriptor instead of in the individual objects. by Alexandre Julliard · 18 years ago
- 72bff2e server: Add support for restarting an async I/O when the client side couldn't finish it right away. by Alexandre Julliard · 18 years ago
- 7e71c1d server: Add an open_file() function to the object operations. by Alexandre Julliard · 18 years ago
- 5bd5136 ntdll: Moved the check for removable file in load_dll to the server. by Alexandre Julliard · 18 years ago
- cd1c7fc server: Add hooks to support process tracing mechanisms other than ptrace. by Alexandre Julliard · 18 years ago
- d6f8284 server: Fix list corruption caused by previous change. by Alexandre Julliard · 18 years ago
- 110a6fe server: Properly handle kill_thread recursion when killing a process. by Alexandre Julliard · 18 years ago
- 5ceccec server: Remove redundant NULL check before free() (found by Smatch). by Michael Stefaniuc · 18 years ago
- 81977b7 server: Kill the process without SIGTERM when the fd socket is closed. by Alexandre Julliard · 19 years ago
- 498b781 server: Store the actual process count in snapshots. by Alexandre Julliard · 19 years ago
- 68e850e server: Send a SIGKILL to processes that don't terminate properly. by Alexandre Julliard · 19 years ago
- 753c870 server: Only call gettimeofday once per poll loop. by Alexandre Julliard · 19 years ago
- 3095a48 server: Convert thread creation/exit times to the abs_time_t type. by Alexandre Julliard · 19 years ago
- ce40ef1 server: Rename the wait_input_idle request to better reflect what it does. by Alexandre Julliard · 19 years ago
- 0f273c1 server: Added data_size_t type to represent sizes in the server protocol. by Alexandre Julliard · 19 years ago
- 4ff4ba3 server: Add new threads to end of thread_list. by Thomas Kho · 19 years ago
- 026dd2d ntdll: Implementation of process CreationTime and ExitTime. by Stefan Siebert · 19 years ago
- c316f0e server: Simplify process creation. by Alexandre Julliard · 19 years ago
- 5558652 server: Don't report a fatal protocol error for things that we can recover from. by Alexandre Julliard · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 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
- 0b492c7 server: Hide assumptions about alignment inside the read_process_memory function. by Alexandre Julliard · 19 years ago
- 959bbf8 server: Get rid of alignment requirements in write_process_memory request. by Alexandre Julliard · 19 years ago
- 90af5a0 server: Connect to the window station and desktop specified by startup info. by Alexandre Julliard · 19 years ago
- 0a36462 server: Fixed process exit code on FreeBSD. by Alexandre Julliard · 19 years ago
- 1c788ea server: Fix memory leak in read_process_memory handler. by Ken Thomases · 19 years ago
- f978f61 server: Support for closing the desktop window. by Alexandre Julliard · 19 years ago
- e27358e server: Remove no longer needed fields in the init_process_done request. by Alexandre Julliard · 19 years ago
- 4926610 server: Avoid hang on process startup. by Alexandre Julliard · 19 years ago
- e6374cb server: Store the process exe module in the standard dll list. by Alexandre Julliard · 19 years ago
- e033014 server: Remove the no longer needed exe_file parameter in the by Alexandre Julliard · 19 years ago
- 2b0033d server: Allow the main exe to be registered as a normal dll before by Alexandre Julliard · 19 years ago
- 2a36dd2 server: Remove no longer used create_flags from get_startup_info request. by Alexandre Julliard · 19 years ago
- a510a7e server: Added access rights mapping to file objects. by Alexandre Julliard · 19 years ago
- 46d1b3e server: Added access rights mapping to process and thread objects. by Alexandre Julliard · 19 years ago
- 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
- 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
- f2d7dd6 server: Use attributes instead of inherit flag in process and thread requests. by Alexandre Julliard · 19 years ago
- f676bc8 Move event and mutex objects into directory name space. by Vitaliy Margolen · 19 years ago
- 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
- baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
- ead9b06 Added a struct unicode_str to encapsulate object names. by Alexandre Julliard · 19 years ago
- 3585f2f Pass object attributes to create_named_object & find_object. by Vitaliy Margolen · 19 years ago
- 2790923 Removed incorrect process queue check in wait_input_idle. by Alexandre Julliard · 19 years ago
- b09582a Implemented kernel32 process affinity handling on top on ntdll. by Eric Pouech · 20 years ago
- b3badc7 - rewrite kernel32:{Set|Get}PriorityClass on top of ntdll equivalent by Eric Pouech · 20 years ago
- 9ad5628 Moved the server start time to the init_thread request and got rid of by Alexandre Julliard · 20 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
- 36b85d0 Clear the process handle table before releasing it to avoid potential by Alexandre Julliard · 20 years ago
- 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
- 5f22e7c Remove the process locks in process_killed, not process_destroy. by Alexandre Julliard · 20 years ago
- cdcb203 Call remove_process_locks when a process ends, fix declarations. by Mike McCormack · 20 years ago
- b9b1ea9 Added a close_handle method to the object operations, and use it to 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
- c516571 - Use NULL instead of 0 for all non-handle pointers. by Robert Shearman · 20 years ago
- e626736 - changed ATOM support in wineserver to match NTDLL needs by Eric Pouech · 20 years ago
- f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
- d2ea92d - Clean up well-known privileges. by Robert Shearman · 20 years ago
- 5727918 Added a check for poll.h. by Steven Edwards · 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