Added support for loading .res files for 16-bit resources.
[wine] / scheduler /
2000-01-29  Alexandre JulliardUse a per-thread buffer and write(2) for debug traces.
2000-01-27  Alexandre JulliardImplemented GetThreadSelectorEntry through the server.
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
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...
2000-01-01  Peter GantenImplemented WaitForInputIdle.
1999-12-25  Juergen SchmiedNT allocates one page as TEB. Some native NT-dlls are...
1999-12-13  Alexandre JulliardUse waitable timers to implement service thread timers.
1999-12-12  Andreas MohrFixed compiler warnings.
1999-12-10  Ulrich WeigandBugfix: Show main window if CreateProcess was called...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-08  Ulrich WeigandDelay sending debug events until process initialization...
1999-12-05  Ulrich WeigandCall 16-bit instead of 32-bit UserSignalProc entry...
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-29  Alexandre JulliardFixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-11-24  Alexandre JulliardAdded current context to the exception debug event...
1999-11-24  Alexandre JulliardRaise an exception when a critical section wait failed.
1999-11-21  Alexandre JulliardAdded server_call_noerr function that avoids touching...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Alexandre JulliardFixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
1999-11-13  Patrik StridvallAdded better missing function emulation.
1999-11-13  Alexandre JulliardAdded support for WriteProcessMemory through the server.
1999-11-12  Alexandre JulliardAdded support for ReadProcessMemory through the server.
1999-11-12  Alexandre JulliardAdded support for CREATE_SUSPENDED flag in CreateProcess.
1999-11-10  Ulrich WeigandBugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter...
1999-11-08  Alexandre JulliardInstall the wine server in $(bindir) and exec it from...
1999-11-07  James AbbatielloAddresses issues with multiple processes accessing...
1999-11-04  Alexandre JulliardAdded special handling for the stdio handles in CloseHa...
1999-10-31  Alexandre JulliardSet close-on-exec flag on server socket.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Ulrich CzekallaNew channel 'debugstr' used to print OutputDebugString...
1999-10-23  Ulrich WeigandBugfix: don't call ExitProcess() before SYSLEVEL_Init().
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-20  Ulrich WeigandDon't create thunk for CreateThread16 proc, call it...
1999-09-05  Ron RecordAdded support of __thr_errno for reentrance on UnixWare.
1999-09-03  Ulrich WeigandRemoved global variable pCurrentTeb.
1999-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Patrik StridvallEliminated warnings.
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'.
next