Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
[wine] / scheduler / thread.c
2000-04-11  Alexandre JulliardMade GetProcessHeap(), GetCurrentProcessId(), GetCurren...
2000-03-28  Alexandre JulliardPut CLONE_FILES back in, it is still breaking too many...
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-03-07  Alexandre JulliardBetter implementation of inline functions SetLastError and
2000-02-13  Dave PicklesAdded definition for STILL_ACTIVE.
2000-01-30  Ulrich WeigandMark initial process as 32-bit for WineLib apps.
2000-01-29  Alexandre JulliardUse a per-thread buffer and write(2) for debug traces.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-20  Alexandre JulliardAdded Get/SetThreadContext support through the server.
2000-01-15  Juergen Schmied- added NT fields to TEB
2000-01-04  Alexandre JulliardMoved allocation of the socket pair for a new thread...
1999-12-25  Juergen SchmiedNT allocates one page as TEB. Some native NT-dlls are...
1999-12-05  Ulrich WeigandCall 16-bit instead of 32-bit UserSignalProc entry...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-20  Ulrich WeigandDon't create thunk for CreateThread16 proc, call it...
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Patrik StridvallEliminated warnings.
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-12  Eric PouechMade the service thread instanciable in every process.
1999-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
1999-05-24  Alexandre JulliardRemoved process argument to PROCESS_CallUserSignalProc.
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-08  Ulrich WeigandCall THREAD_FreeTHDB as service thread callback.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-11  Ulrich WeigandSend USIG_PROCESS_CREATE signal.
1999-04-01  Ulrich WeigandImplemented PROCESS_CallUserSignalProc().
1999-03-27  Ulrich WeigandFixed sequence of DLL_PROCESS_DETACH notification calls.
1999-03-27  Ulrich WeigandAll threads created with CreateThread are 32-bit threads.
1999-03-23  Alexandre JulliardAdded server pid and tid in init_thread request, and...
1999-03-22  Ulrich WeigandRun Win32 processes in their own threads.
1999-03-21  Alexandre JulliardChanged process initialisation to use the new server...
1999-03-16  Ulrich WeigandPass new arguments (suspend/inherit) to the server.
1999-03-14  Alexandre JulliardSeparated thdb freeing code from ExitThread. Now we...
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-28  Alexandre JulliardProcess and thread id now use the server-side id instea...
1999-02-28  Ulrich WeigandProcess creation sequence reorganized:
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Ulrich WeigandModified process creation sequence: call PE_CreateModul...
1999-02-21  Alexandre JulliardRemoved thread queue functions.
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-09  Stephane Lussier- Cleaned up the message queue when a thread exit ...
1999-02-05  Noel BorthwickAdded management and allocation of the PERQUEUEDATA...
1999-01-24  Guy AlbertelliAdded stub for SetThreadLocale.
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-01  Alexandre JulliardMoved MsgWaitForMultipleObject implementation to USER...
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-11-24  Ulrich WeigandBugfix: Set the TEBF_WIN32 flag in teb.flags for 32...
1998-10-24  Ulrich WeigandAdded support for global handles, implemented ConvertTo...
1998-10-11  Ulrich WeigandImplemented new PE DLL initalization code, trying to...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1998-01-18  Alexandre JulliardRelease 980118 wine-980118
1998-01-04  Alexandre JulliardRelease 980104 wine-980104
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-09-28  Alexandre JulliardRelease 970928 wine-970928
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-08-04  Alexandre JulliardRelease 970804 wine-970804
1997-06-16  Alexandre JulliardRelease 970616 wine-970616
1997-05-09  Alexandre JulliardRelease 970509 wine-970509
1997-03-05  Alexandre JulliardRelease 970305 wine-970305
1997-02-02  Alexandre JulliardRelease 970202 wine-970202
1997-01-12  Alexandre JulliardRelease 970112 wine-970112
1997-01-01  Alexandre JulliardRelease 970101 wine-970101