ntdll: Implement NtGetCurrentProcessorNumber.
[wine] / dlls / ntdll / thread.c
2012-05-21  Detlef Riekenbergntdll: Implement NtGetCurrentProcessorNumber.
2011-08-22  Bernhard Loosntdll: Initialize the Length field of PEB->LdrData.
2011-05-06  Alexandre Julliardntdll: Ask the server to suspend the thread in the...
2010-11-10  Alexandre JulliardRevert "ntdll: Fix possible deadlock in vectored except...
2010-11-01  Alexandre Julliardntdll: Don't try to join with the main thread.
2010-10-12  Krzysztof Nowickintdll: Fix possible deadlock in vectored exception...
2010-09-01  Eric Pouechntdll: Allocate a console (without renderer) when start...
2010-04-08  Alexandre Julliardntdll: Fix affinity mask check for 64-bit.
2010-02-22  Erich Hooverntdll: Allow 'all processors' flag used in Vista and...
2010-01-22  Alexandre Julliardntdll: Make it possible to use RtlGetNtGlobalFlags...
2010-01-20  Alexandre Julliardntdll: Load the various PEB global options at startup.
2009-12-30  Alexandre Julliardntdll: Move the LDT locking functions to the i386-speci...
2009-11-30  Dan Kegelntdll: Implement RtlGetNtGlobalFlags(), add related...
2009-11-19  Alexandre Julliardntdll: Merge the thread data and thread regs structure...
2009-11-19  Alexandre Julliardntdll: Move initialization of the debug registers to...
2009-11-19  Alexandre Julliardntdll: Moved the TEB allocation routines to the platfor...
2009-10-06  Andrey Turkinntdll: Add stub for NtSetInformationThread(ThreadHideFr...
2009-09-29  Juan Langntdll: Don't allow setting a zero thread affinity.
2009-09-22  Eric Pouechntdll: Moved CPU related registry key creation from...
2009-09-22  Eric Pouechntdll: Reuse kernel32's cpu info to implement NtQuerySy...
2009-08-28  Alexandre Julliardntdll: Move the abort_thread() function to the CPU...
2009-08-25  Michael Stefaniucntdll: Fix a memory leak on an error path (Smatch).
2009-08-21  Alexandre Julliardserver: Define an architecture-independent structure...
2009-08-03  Michael Karcherntdll: Fix get_server_context_flags.
2009-07-01  Alexandre Julliardntdll: Avoid the close-on-exec race with pipe() on...
2009-06-18  Alexandre Julliardntdll: Move all thread exit processing to exit_thread...
2009-06-18  Alexandre Julliardntdll: Simplify the thread startup routine and make...
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...
next