Implemented NtQueueApcThread, and changed the server APC interface to
[wine] / scheduler / thread.c
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-03-26  Alexandre JulliardMoved errno_location support to sysdeps.c.
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
2003-02-27  Alexandre JulliardMoved CreateThread16 to kernel, and made it use WOWCall...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-30  Alexandre JulliardPartially implemented kernel/user times in GetThreadTim...
2002-11-25  Ryan CummingPartially implement GetThreadTimes.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-02  Geoffrey HausheerAdded test for thread functions.
2002-04-02  Chris MorganImplement OpenThread() winapi call.
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.
next