Moved stack switch handling (large stack) to sysdeps.c
[wine] / scheduler / process.c
2000-06-04  Ulrich WeigandMoved stack switch handling (large stack) to sysdeps.c
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-06-01  Alexandre JulliardMake sure main_exe_name is a DOS filename (thanks to...
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-03  Alexandre JulliardStore process file name in startup info.
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-14  Alexandre JulliardLoad done event now created by the server.
2000-04-13  Alexandre JulliardCleanup thread stack allocation. Use a single VirtualAl...
2000-04-11  Alexandre JulliardMade GetProcessHeap(), GetCurrentProcessId(), GetCurren...
2000-04-08  Alexandre JulliardTemporary hack to share handles between processes shari...
2000-03-30  Alexandre JulliardCommented out exit() call on ExitProcess for now.
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-10  Alexandre JulliardRemoved PROCESS_IsCurrent().
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-20  Andreas MohrAdded FIXME comment for entry point parameter.
2000-02-18  Alexandre JulliardStore the handle of the process exe file in the server.
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  Andreas Mohr- add some documentation items
2000-01-27  Alexandre JulliardImplemented GetThreadSelectorEntry through the server.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-01  Peter GantenImplemented WaitForInputIdle.
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-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Alexandre JulliardFixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
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-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-07-30  Ulrich WeigandBugfix: Install task-entry breakpoint *after* EXE modul...
1999-07-03  Ulrich WeigandOn NE process creation, move major part of NE EXE modul...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Ulrich WeigandLoad USER32.DLL before calling UserSignalProc.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
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-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-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
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  Ulrich WeigandBugfix: dwFlags must describe target process in UserSig...
1999-05-22  Ulrich WeigandAdded ExitKernel16 (replacing USER_ExitWindows), ExitPr...
1999-05-08  Ulrich WeigandSome initialization sequence bugfixes:
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-04-25  Ulrich WeigandInitialize process critical section in the correct...
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-18  Kevin HolbrookFix ambiguous else warning.
1999-04-11  Ulrich WeigandNon-functional PROCESS_Suspend/ResumeOtherThreads removed.
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-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-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-21  Alexandre JulliardChanged initial process creation to avoid memory alloca...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Alexandre JulliardRemoved PROCESS_GetPtr.
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Alexandre JulliardGot rid of CLIENT_GetProcessInfo.
1999-01-01  Alexandre JulliardTake into account handle inheritance flag.
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-11  Patrick SpinlerImplemented CreateToolhelp32Snapshot, including two...
1998-11-08  James SutherlandMore complete implementation of the SetCtrlHandler...
1998-11-01  Huw D M DaviesGet rid of the redefinition of MAX_PATH and move PROCES...
1998-11-01  Ulrich WeigandImplemented new Wine startup sequence, separating start...
1998-11-01  Andreas MohrAdded .spec entry for KERNEL.RegisterServiceProcess.
1998-10-28  Patrick SpinlerAdded stubs for Process32First/Process32Next.
1998-10-24  Ulrich WeigandAdded support for global handles, implemented ConvertTo...
1998-10-24  Marcus MeissnerLoadLibraryExW spec added (function was there).
1998-10-11  Ulrich WeigandUse emergency TEB selector to avoid debugger crashes...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
next