ntdll: Add debug registers to the context of all exceptions.
[wine] / dlls / ntdll / thread.c
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...
2004-08-23  Francois GougetUpdate RTL_BITMAP and RTL_BITMAP_RUN to match the 2000...
2004-08-13  Mike McCormackImplement SetThreadToken using NtSetInformationThread.
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-04-15  Alexandre JulliardGet rid of the TEB flags, they are no longer used.
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2003-11-25  Alexandre JulliardStore the thread entry point in the startup info passed...
2003-11-18  Alexandre JulliardForce minimum stack size to 1Mb for Xlib.
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
2003-10-09  Alexandre JulliardUse the Rtl bitmap functions to implement Tls allocation.
2003-10-09  Alexandre JulliardMoved the constructor for the initial TEB to ntdll...
2003-09-08  Alexandre JulliardOn TlsFree, clear the released TLS index in all threads.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...