Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto...
[wine] / scheduler / process.c
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-25  Jeremy WhiteAdded support for a WINELOADER environment variable...
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-03  Alexandre JulliardUse special environment variables to transmit the cwd...
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-02  Andreas MohrAvoid crash on empty command-line.
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-25  Alexandre JulliardMoved TASK_Create call to KERNEL initialisation routine.
2000-08-21  Andreas Mohr- don't return FALSE for system process changes
2000-08-09  Alexandre JulliardMake PDB, ENVDB and STARTUPINFO global variables.
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-31  Ove KaavenDOS binary support has been restored.
2000-07-16  Alexandre JulliardGet full path of argv[0] before we change directories.
2000-07-16  Marcus MeissnerTransmit current directory settings to newly created...
2000-06-24  Alexandre JulliardMake sure the cmdline passed to CreateProcessA is write...
2000-06-12  Juergen Schmied- implemented Get/SetThreadLocale
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-06-07  Alexandre JulliardSetup signal handling and exceptions only after REQ_INI...
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...
next