kernel: Avoid heap corruption on invalid parameter in GlobalFree().
[wine] / dlls / kernel / thread.c
2006-03-14  Robert Shearmanntdll: Move the call to MODULE_DllThreadAttach from...
2006-03-13  Robert Shearmankernel: Implement QueueUserWorkItem.
2006-02-22  Alexandre Julliardkernel: Get rid of module.h.
2006-01-11  Eric Pouechntdll: Implemented ntdll.NtSetInformationThread(ThreadA...
2005-12-12  Alexandre Julliardkernel: Moved main stack initialization to process.c.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-08  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-09-12  Eric PouechImplemented kernel32.GetThreadTimes on top of ntdll...
2005-09-07  Eric PouechImplemented kernel32:SetThreadPriority on top of ntdll...
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-06-27  Eric PouechImplemented OpenThread on top of NtOpenThread.
2005-06-21  Alexandre JulliardDon't require execute permission for thread stacks.
2005-06-14  Mike McCormackFix warnings from -Wmissing-declarations.
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-02-21  Hans LeidekkerImplementation stub for QueueUserWorkItem.
2004-12-01  Dmitry TimoshkovAlways create a suspended thread in CreateThread and...
2004-09-22  Alexander YaworskyMoved code from CreateThread to CreateRemoteThread.
2004-07-07  Roger OlsonAdded stub for CreateRemoteThread().
2004-06-14  Eric PouechConst correctness, pointer cast correctness, removed...
2004-02-05  Alexandre JulliardRevert the thread exit race fix for now, it doesn't...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-25  Alexandre JulliardStore the last error code at the TEB offset used by...
2003-11-18  Alexandre JulliardForce minimum stack size to 1Mb for Xlib.
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-22  Alexandre JulliardSimplified signal stack allocation a bit, and avoid...
2003-10-09  Alexandre JulliardMoved the constructor for the initial TEB to ntdll...
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Dimitrie O. PaunConsolidate all kernel power management functions.
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.