Release 1.5.29.
[wine] / server / thread.c
2013-03-05  André Hentschelserver: Remove SPARC support.
2013-01-16  André Hentschelserver: Add ARM64 support.
2012-01-16  Alexandre Julliardntdll: Set the thread exit code when a thread is killed...
2011-07-06  André Hentschelserver: Remove dead initializations (clang).
2011-05-06  Alexandre Julliardserver: Fix the status code for get/set_thread_context...
2011-05-06  Alexandre Julliardserver: Check for the need to suspend a thread again...
2011-05-06  Alexandre Julliardserver: Add support for suspending the thread directly...
2011-05-06  Alexandre Julliardserver: Add separate requests for getting/setting the...
2011-04-20  André Hentschelserver: Remove Alpha support.
2011-04-15  Alexandre Julliardserver: Retrieve the Unix thread affinity for the initi...
2010-09-20  André Hentschelserver: Add ARM support.
2010-08-23  Alexandre Julliardserver: Avoid a potential server crash when a thread...
2010-05-16  Alexandre Julliardserver: Make sure a thread doesn't get freed while...
2010-05-04  Alexandre Julliardserver: Check that the prefix type can support the...
2010-05-04  Alexandre Julliardserver: Use the prefix architecture instead of the...
2010-03-02  Alexandre Julliardserver: Initial support for Wow64 registry redirection.
2010-02-02  Alexandre Julliardserver: Set the initial thread affinity from the process.
2010-02-02  Alexandre Julliardserver: Allow changing a thread affinity before it...
2009-11-20  Alexandre Julliardserver: Use the correct thread id to set affinity.
2009-10-01  Juan Langserver: A thread's affinity is restricted to the proces...
2009-09-30  Juan Langserver: Use kernel support for thread affinity when...
2009-09-30  Juan Langserver: Setting a process's affinity sets all of its...
2009-06-13  Alexandre Julliardserver: Restart at the head of the wait queue when...
2009-06-03  Alexandre Julliardserver: Hide a window before destroying it if it was...
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-04-03  Alexandre Julliardserver: Verify that the client is using a supported...
2009-04-03  Alexandre Julliardserver: Store the type of CPU that the client is runnin...
2009-04-03  Alexandre Julliardserver: Use the thread entry point field to pass the...
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
2009-01-02  Alexandre Julliardserver: Simplify the debug_event_t structure.
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-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-30  Alexandre Julliardserver: Make padding explicit in the wake_up_reply...
2008-12-29  Alexandre Julliardserver: Make the select cookie a client_ptr_t instead...
2008-12-26  Alexandre Julliardserver: Use the same field for process and thread handl...
2008-07-23  H. Verbeetserver: Calling ResumeThread() on a terminated thread...
2008-01-17  Alexandre Julliardserver: Don't force the process affinity to 1, leave...
2007-12-20  Alexandre Julliardserver: Use SIGQUIT instead of SIGTERM to terminate...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-11-15  Andrey Turkinserver: Pass Information field from async I/O APCs.
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-07-25  Matt Jonesserver: Only commit SetThreadPriority if new priority...
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-06-04  Alexandre Julliardserver: Run async I/O APCs from the SIGUSR1 handler.
2007-05-01  Alexandre Julliardserver: Give system APCs priority over signaled objects.
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-03-21  Alexandre Julliardserver: Notify the async object when the APC call compl...
2007-03-20  Alexandre Julliardserver: Grab the owner object of an APC while the APC...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-02-05  Alexandre Julliardserver: Clear the thread wait before releasing objects...
2007-01-18  Alexandre Julliardntdll: Avoid inter-process APCs when called for the...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-16  Alexandre Julliardntdll: Implemented NtLockVirtualMemory and NtUnlockVirt...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process NtFlushVirtualMe...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15  Alexandre Julliardserver: Support queuing some APCs to a process instead...
2007-01-15  Alexandre Julliardserver: Added mechanism for returning results of APC...
2007-01-15  Alexandre Julliardserver: Properly wake the waiting threads when an APC...
2007-01-10  Alexandre Julliardserver: Allow suspended threads to run system APCs.
2007-01-04  Alexandre Julliardserver: Add a generic apc_call structure to make it...
2007-01-04  Alexandre Julliardserver: Notify the server that an APC has completed...
2007-01-04  Alexandre Julliardserver: Make thread_apc into a real object.
2006-12-29  Alexandre Julliardserver: Split get_thread_from_pid to allow lookups...
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-10-03  Eric Pouechntdll: Implemented AmILastThread information class...
2006-08-23  Mike McCormackserver: Use ntdll values where possible.
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-08-03  Thomas Khoserver: Remove unused thread_apc member.
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-07-26  Alexandre Julliardserver: Convert thread creation/exit times to the abs_t...
2006-07-03  Ge van Geldorpserver: The "select" call passes handles, not ints.
2006-06-23  Alexandre Julliardserver: Moved some common bits of get/set_thread_contex...
2006-06-15  Mike McCormackserver: Fix a win64 warning.
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-05-05  Robert Shearmanserver: Threads should start off without having an...
2006-04-19  Alexandre Julliardserver: Use the standard suspend mechanism to simulate...
2006-04-10  Alexandre Julliardserver: Removed the thread attached flag, since we...
2006-04-07  Alexandre Julliardserver: Moved read/write_process_memory and get_selecto...
2006-01-13  Alexandre Julliardntdll: Add debug registers to the context of all except...
2006-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
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-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-02  Alexandre JulliardMoved the platform-independent part of the get/set_thre...
next