Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
[wine] / scheduler /
1999-07-30  Ulrich WeigandBugfix: Install task-entry breakpoint *after* EXE modul...
1999-07-20  Alexandre JulliardDo not output text in OutputDebugStrAW when not being...
1999-07-11  Ulrich WeigandModularized CallFrom/To16 routines. Adapted dependent...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-07-10  Ulrich WeigandRemoved all EVENT_Synchronize( FALSE ) calls; use a...
1999-07-03  Ulrich WeigandOn NE process creation, move major part of NE EXE modul...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Ulrich WeigandLoad USER32.DLL before calling UserSignalProc.
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardAdded DebugBreak.
1999-06-13  Ulrich WeigandRemoved broken hack to support shared DLLs (e.g. USER32...
1999-06-12  Andreas MohrRearrange winver detection code and cache the winver...
1999-06-12  Guy AlbertelliAdd new "walk" command options to list processes and...
1999-06-12  Eric PouechMade the service thread instanciable in every process.
1999-06-11  Alexandre JulliardUse the normal environment routines to build the env...
1999-06-06  Ulrich Weigand16-bit scheduler reorganized: run all tasks in their...
1999-06-06  Ulrich WeigandRemoved SERVICE_Exit().
1999-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
1999-05-24  Alexandre JulliardRemoved process argument to PROCESS_CallUserSignalProc.
1999-05-24  Alexandre JulliardMoved remaining initialisations to the new process...
1999-05-24  Ulrich WeigandWait until child initialized before returning from...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-23  Alexandre JulliardImplemented the Win32 debug API functions.
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-23  Ulrich WeigandBugfix: dwFlags must describe target process in UserSig...
1999-05-22  Ulrich WeigandAdapted to event synchronization changes.
1999-05-22  Ulrich WeigandImproved syslevel handling, store currently held syslev...
1999-05-22  Ulrich WeigandAdded ExitKernel16 (replacing USER_ExitWindows), ExitPr...
1999-05-22  Ove KaavenExpire timers on expiry time too, not just after.
1999-05-16  Alexandre JulliardAdded TEB in init_thread request.
1999-05-15  Alexandre JulliardServer reorganization:
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Ulrich WeigandCall THREAD_FreeTHDB as service thread callback.
1999-05-08  Ulrich WeigandSome initialization sequence bugfixes:
1999-05-04  Ulrich WeigandFixed various stupid bugs in services thread routines.
1999-05-02  Alexandre JulliardMoved a few more initialisations to the new process...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Ulrich WeigandInitialize process critical section in the correct...
1999-04-25  Ulrich WeigandWarn if wrong process tries to enter critical section.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Marcus MeissnerCreateSocketHandle,GetHandleContext,SetHandleContext...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Alexandre JulliardAdded timeout to critical section waiting.
1999-04-18  Ulrich WeigandMerged Linux/FreeBSD reentrant errno handler, added...
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-18  Kevin HolbrookFix ambiguous else warning.
1999-04-15  Bertho StultiensUnitializeCriticalSection partial stub implementation.
1999-04-11  Ulrich WeigandAdded new CLIENT_DebuggerRequest routine, implemented...
1999-04-11  Ulrich WeigandNon-functional PROCESS_Suspend/ResumeOtherThreads removed.
1999-04-11  Marcus Meissner- Started multithreading for FreeBSD (incomplete, but...
1999-04-11  Ulrich WeigandAllow user APCs with NULL 'func' (just wake up the...
1999-04-11  Ulrich WeigandImplemented 'kernel services thread'.
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  Alexandre JulliardAdded cmd line in new_process request.
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-16  Ulrich WeigandHandle suspend/resume_thread requests in phase STARTING...
1999-03-14  Alexandre JulliardSeparated thdb freeing code from ExitThread. Now we...
1999-03-14  Alexandre JulliardDo not call ExitThread() on server communication errors.
1999-03-13  Marcus MeissnerFixed newly introduced and some leftover warnings.
1999-03-10  Ulrich WeigandImplemented _ConfirmWin16Lock (KERNEL32.96).
1999-02-28  Alexandre JulliardCLIENT_WaitReply: don't clear last error on success...
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
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-28  Alexandre JulliardRemoved dst_handle in duplicate_handle request.
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 JulliardChanged initial process creation to avoid memory alloca...
1999-02-21  Alexandre JulliardRemoved thread queue functions.
1999-02-21  Alexandre JulliardRemoved use of per-thread wait_struct, cleaned up a...
1999-02-21  Alexandre JulliardRemoved MEM_MAPPED_FILE_Ops.
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Francois GougetFixed a number of warnings concerning the matching...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Alexandre JulliardRemoved CONSOLE_Ops.
1999-02-14  Alexandre JulliardRemoved PROCESS_GetPtr.
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-31  Geoff ClareFix to allow for recvmsg() returning less data than...
1999-01-31  Alexandre JulliardClear last error on all successful requests.
1999-01-31  Juergen SchmiedList handles WaitForMultipleObjects is waiting for...
1999-01-26  Alexandre JulliardCommented out EXEC_SERVER
1999-01-24  Guy AlbertelliAdded stub for SetThreadLocale.
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Alexandre JulliardGot rid of CLIENT_GetProcessInfo.
1999-01-01  Alexandre JulliardFixed CloseHandle() on global handles.
next