server: Define a generic context structure instead of using the platform-specific...
[wine] / dlls / ntdll / thread.c
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-04-03  Alexandre Julliardserver: Use the thread entry point field to pass the...
2009-03-30  Alexandre Julliardntdll: Remove no longer used pthread_functions structure.
2009-03-26  Alexandre Julliardntdll: Get rid of the no longer used pthread emulation.
2009-03-13  Alexandre Julliardntdll: Move the copy_context function into the respecti...
2009-02-23  Alexandre Julliardntdll: Allocate the stack for all threads, don't rely...
2009-02-23  Alexandre Julliardntdll: Don't free the thread stack and TEB while exitin...
2009-02-20  Alexandre Julliardntdll: Call pthread_create and pthread_exit directly...
2009-02-20  Alexandre Julliardntdll: Moved exit_thread and abort_thread functions...
2009-02-20  Alexandre Julliardntdll: Call pthread_sigmask directly instead of through...
2009-02-18  Alexandre Julliardntdll: Move the CPU-specific handling of current TEB...
2009-02-18  Alexandre Julliardntdll: Determine the Unix tid for the server directly...
2009-01-23  Juan Langntdll: Implement the ThreadAffinityMask query.
2009-01-19  Alexandre Julliardserver: Store process/thread affinity as a 64-bit value.
2009-01-06  Alexandre Julliardntdll: Replaced get_cpu_context by RtlCaptureContext...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Make the arguments for CreateRemoteThread clien...
2008-12-26  Alexandre Julliardserver: Use the same field for process and thread handl...
2008-12-15  Alexandre Julliardntdll: NtCurrentTeb is not exported on x86_64.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-10-30  Alexandre Julliardkernel32: Moved the pthread emulation support to ntdll.
2008-10-29  Alexandre Julliardntdll: Store the exit code in the server in RtlExitUser...
2008-10-24  Andrew Talbotntdll: Sign-compare warnings fix.
2008-07-03  Alexandre Julliardntdll: Split the signal setup into process-wide and...
2008-04-01  Alexandre Julliardntdll: Moved stack allocation for thread and process...
2008-04-01  Andrew Talbotntdll: Remove superfluous semicolon.
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2008-02-29  Alexandre Julliardntdll: Added definitions and structures for fiber local...
2008-02-12  Alexandre Julliardntdll: Store the unhandled exception filter at startup...
2008-01-17  Alexandre Julliardserver: Don't force the process affinity to 1, leave...
2008-01-15  Alexandre Julliardntdll: Copy extended registers too in copy_context().
2007-12-11  Dmitry Timoshkovntdll: Initialize the APC call union to suppress valgri...
2007-12-03  Alexandre Julliardntdll: Added a sleep in NtGet/SetContextThread, a yield...
2007-10-30  Paul Vriensntdll: Report FIXME only once.
2007-07-19  Alexandre Julliardntdll: Move private data to make room in the TEB for...
2007-06-28  Andrew Talbotntdll: Constify some variables.
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-05-21  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-05-18  Alexandre Julliardntdll: Setup the shared user data structure at 0x7ffe0000.
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-03-14  Alexandre Julliardntdll: Fixed typo in previous patch, spotted by Ken...
2007-03-14  Alexandre Julliardntdll: Add a wrapper to call the thread entry point...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-18  Alexandre Julliardntdll: Abuse RtlCreateUserThread to call the thread...
2007-01-18  Alexandre Julliardntdll: Move the LDT section to ntdll and make it an...
2007-01-18  Alexandre Julliardntdll: Block async signals during process init and...
2007-01-18  Alexandre Julliardntdll: Avoid heap allocations during thread creation.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-15  Alexandre Julliardserver: Support queuing some APCs to a process instead...
2007-01-15  Andrew Talbotntdll: Remove unused function.
2007-01-04  Alexandre Julliardserver: Add a generic apc_call structure to make it...
2006-11-15  Eric Pouechntdll: Fixed returned status for NtQueryThreadInformati...
2006-10-03  Eric Pouechntdll: Implemented AmILastThread information class...
2006-09-20  Alexandre Julliardinclude: Exception filters should return LONG, not...
2006-07-26  Alexandre Julliardserver: Convert thread creation/exit times to the abs_t...
2006-07-24  Alexandre Julliardntdll: Allocate the PEB with NtAllocateVirtualMemory...
2006-07-21  Alexandre Julliardntdll: Use NtAllocateVirtualMemory to allocate all...
2006-06-09  Pierre d'Herbemontntdll: Fix NtQueryInformationThread on non x86.
2006-05-27  Eric Pouechntdll/kernel32: Moved GetThreadSelectorEntry to ntdll.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Michael StefaniucDon't check pointers for NULL before RtlFreeHeap. It...
2006-04-20  Alexandre Julliardntdll: Get registers on the client side for NtGetContex...
2006-04-11  Juan Langntdll: Initialize a variable.
2006-03-14  Robert Shearmanntdll: Move the call to MODULE_DllThreadAttach from...
2006-02-22  Alexandre Julliardkernel: Moved the get_startup_info call to ntdll.
2006-01-20  Alexandre Julliardntdll: Move the TEB register to the ntdll_thread_regs...
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...
2006-01-11  Eric Pouechntdll: Implemented ntdll.NtSetInformationThread(ThreadA...
2005-12-17  Alexandre Julliardntdll: Don't use a real guard page at the bottom of...
2005-12-12  Alexandre JulliardTEB.StackLimit should not include the guard page.
2005-12-09  Alexandre JulliardMake wine_server_fd_to_handle use attributes instead...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in proce...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-14  Eric PouechInit wShowWindow in RTL_USER_PARAMETERS for Wine proces...
2005-11-05  Kevin Koltzaux86_64 references a named union, ensure unions are...
2005-11-03  Vitaliy MargolenGet rid of CPU id when copying context
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-01  Alexandre JulliardDon't send the incoming context to the server for get_t...
2005-09-14  Alexandre JulliardSupport arbitrary sizes for the thread signal stack...
2005-09-12  Eric PouechImplemented kernel32.GetThreadTimes on top of ntdll...
2005-09-12  Alexandre JulliardUse SIZE_T instead of ULONG for the size arguments...
2005-09-07  Eric PouechImplemented kernel32:SetThreadPriority on top of ntdll...
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-08-18  Alexandre JulliardAdded a stub for NtAlertResumeThread.
2005-08-09  Alexandre JulliardAdded a VIRTUAL_alloc_teb function to allocate TEBs...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-07-14  Alexandre JulliardMoved initialization of the default user process parame...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-06-21  Alexandre JulliardDon't require execute permission for thread stacks.
2005-06-20  Robert ShearmanAdd support for impersonating a token.
2005-06-17  Alexandre JulliardThe TEB doesn't need execute permissions.
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2005-06-05  Alexandre JulliardAvoid accessing the htask16 TEB field from ntdll.
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2005-03-19  Alexandre JulliardAdded support for the TLS expansion slots, adding an...
2005-02-22  Ivan Leo PuotiReplace GetCurrentProcess() with NtCurrentProcess(...
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-09-21  Alexander YaworskyMake RtlCreateUserThread fail if process handle is...
next