Added LGPL standard comment, and copyright notices where necessary.
[wine] / scheduler / thread.c
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Alexandre JulliardDo not use the PEB lock as loader lock, use a separate...
2002-01-07  Alexandre JulliardAllocate debug_info structure at the same time as the...
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-03  Andreas MohrBetter fake implementation of SetThreadExecutionState.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Patrik StridvallDocumentation fixes.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-18  Alexandre JulliardRemoved THREAD_IsWin16.
2001-05-18  Marcus MeissnerEnhanced SetThreadExecutionState stub.
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-04-09  Dmitry TimoshkovDisplay thread id instead of %fs in relay trace.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-03-13  James JuranAdded stub for SetThreadExecutionState (new function...
2001-03-08  Alexandre JulliardAdded support for nested server waits (to allow waiting...
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-21  Alexandre JulliardAdded separate server pipe to wait on blocking server...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-01-17  Alexandre JulliardCleaned up the various errno location tests in configure.
2001-01-06  Alexandre JulliardAdded separate queue for "system" APCs that get called...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardFixed copy/paste bug (thanks to Gerard Patel).
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-29  Alexandre JulliardAdded the data structures and macros that will be neede...
2000-08-09  Alexandre JulliardMake PDB, ENVDB and STARTUPINFO global variables.
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-07-10  Alexandre JulliardLazy initialisation of thread locale.
2000-07-10  Juergen SchmiedMoved setting the locale value to the right position.
2000-07-08  Slava MonichImplementation of Get/SetThreadPriorityBoost.
2000-06-12  Juergen Schmied- implemented Get/SetThreadLocale
2000-06-08  Alexandre JulliardRemoved a few unnecessary includes.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-03  Alexandre JulliardFixed default thread stack size.
2000-05-01  Alexandre JulliardSetup the initial thread %fs from a constructor.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-13  Alexandre JulliardCleanup thread stack allocation. Use a single VirtualAl...
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:
next