Release 1.5.29.
[wine] / server / process.c
2013-04-15  Dmitry Timoshkovserver: Add support for NtTerminateProcess(0).
2013-04-05  Piotr Cabanserver: Don't debug children when debugger is attached...
2012-09-12  Henri Verbeetuser32: Add rawinput keyboard support.
2012-09-11  Henri Verbeetuser32: Add rawinput mouse support.
2012-09-10  Henri Verbeetuser32: Implement RegisterRawInputDevices().
2012-04-16  Hans Leidekkerserver: Include the Unix pid in the snapshot_next_proce...
2011-10-10  Bernhard Loosserver: If a debugger is attached to a process, child...
2011-06-16  Alexandre Julliardserver: Allow creating a process without any parent...
2011-05-06  Alexandre Julliardserver: Check for the need to suspend a thread again...
2011-04-18  Alexandre Julliardserver: Store a mapping instead of a file for process...
2011-04-14  Alexandre Julliardserver: Inherit the process affinity from the parent...
2010-08-24  Alexandre Julliardserver: Always free the process handle table even if...
2010-03-15  Henri Verbeetntdll: Improve support for the ProcessDebugPort info...
2010-02-02  Alexandre Julliardserver: Make terminate_process more robust against...
2009-12-16  Alexandre Julliardserver: Any thread can set the idle event, don't treat...
2009-12-16  Alexandre Julliardserver: Don't set the idle event when a queue is destro...
2009-12-01  Alexandre Julliardserver: Make sure that last error doesn't get set durin...
2009-10-15  Alexandre Julliardserver: Free client-side user handles at process exit.
2009-09-30  Juan Langserver: Setting a process's affinity sets all of its...
2009-08-21  Alexandre Julliardserver: Define an architecture-independent structure...
2009-07-07  Alexandre Julliardserver: Return the process CPU in the get_process_info...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Alexandre Julliardserver: Make thread entry points client_ptr_t instead...
2008-12-31  Alexandre Julliardserver: Move ldt_copy to the init_process_done request...
2008-12-31  Alexandre Julliardserver: Send the version with the initial fd so that...
2008-12-30  Alexandre Julliardserver: Make the address argument for read/write_proces...
2008-12-29  Alexandre Julliardserver: Add a module_handle_t type to represent client...
2008-12-09  Alexandre Julliardserver: Get rid of the support for module snapshots...
2008-12-08  Alexandre Julliardserver: Make object handles ints instead of pointers.
2008-06-20  Alexandre Julliardserver: Move the process pipe hangup handling into...
2008-01-17  Alexandre Julliardserver: Don't force the process affinity to 1, leave...
2008-01-14  Marcus Meissnerserver: Enumerate process in reverse.
2008-01-07  Alexandre Julliardserver: Wait for the expiration of all the process...
2008-01-03  Alexandre Julliardserver: Redesign the server shutdown processing.
2007-12-20  Alexandre Julliardserver: Don't give out full access to the system proces...
2007-12-20  Alexandre Julliardserver: Don't count system processes as users of a...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-11-20  Rob Shearmanserver: Change the get_dll_info server request to allow...
2007-10-25  Rob Shearmanserver: Use the security descriptor passed in when...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-06-06  Alexandre Julliardserver: Add support for system processes, that can...
2007-05-30  Rob Shearmanserver: When starting a new process, use the token...
2007-05-11  Alexandre Julliardserver: Stop exporting the console_input structure...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-12  Alexandre Julliardserver: Don't bother with default entry points for...
2007-04-10  Alexandre Julliardserver: Rename the get_file_info function to get_fd_typ...
2007-04-10  Alexandre Julliardserver: Store the opening options in the file descripto...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-01-12  Alexandre Julliardntdll: Moved the check for removable file in load_dll...
2006-12-29  Alexandre Julliardserver: Add hooks to support process tracing mechanisms...
2006-11-13  Alexandre Julliardserver: Fix list corruption caused by previous change.
2006-11-10  Alexandre Julliardserver: Properly handle kill_thread recursion when...
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-09-21  Alexandre Julliardserver: Kill the process without SIGTERM when the fd...
2006-08-15  Alexandre Julliardserver: Store the actual process count in snapshots.
2006-08-14  Alexandre Julliardserver: Send a SIGKILL to processes that don't terminat...
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
2006-07-26  Alexandre Julliardserver: Convert thread creation/exit times to the abs_t...
2006-07-26  Alexandre Julliardserver: Rename the wait_input_idle request to better...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-07-25  Thomas Khoserver: Add new threads to end of thread_list.
2006-07-21  Stefan Siebertntdll: Implementation of process CreationTime and ExitTime.
2006-07-19  Alexandre Julliardserver: Simplify process creation.
2006-06-08  Alexandre Julliardserver: Don't report a fatal protocol error for things...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-19  Alexandre Julliardserver: Use the standard suspend mechanism to simulate...
2006-04-07  Alexandre Julliardserver: Moved read/write_process_memory and get_selecto...
2006-04-07  Alexandre Julliardserver: Hide assumptions about alignment inside the...
2006-04-07  Alexandre Julliardserver: Get rid of alignment requirements in write_proc...
2006-03-27  Alexandre Julliardserver: Connect to the window station and desktop speci...
2006-03-27  Alexandre Julliardserver: Fixed process exit code on FreeBSD.
2006-03-24  Ken Thomasesserver: Fix memory leak in read_process_memory handler.
2006-03-06  Alexandre Julliardserver: Support for closing the desktop window.
2006-02-21  Alexandre Julliardserver: Remove no longer needed fields in the init_proc...
2006-02-21  Alexandre Julliardserver: Avoid hang on process startup.
2006-02-16  Alexandre Julliardserver: Store the process exe module in the standard...
2006-02-08  Alexandre Julliardserver: Remove the no longer needed exe_file parameter...
2006-02-08  Alexandre Julliardserver: Allow the main exe to be registered as a normal...
2006-02-05  Alexandre Julliardserver: Remove no longer used create_flags from get_sta...
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to process and...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in proce...
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
2005-10-29  Vitaliy MargolenPass object attributes to create_named_object & find_ob...
2005-10-12  Alexandre JulliardRemoved incorrect process queue check in wait_input_idle.
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-06  Eric Pouech- rewrite kernel32:{Set|Get}PriorityClass on top of...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-07-12  Alexandre JulliardMoved the fields that depends on startup info from...
2005-06-29  Alexandre JulliardClear the process handle table before releasing it...
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
next