Avoid integer overflows in NTDLL_get_server_timeout (spotted by Mike
[wine] / dlls / ntdll / thread.c
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...