Do not use the PEB lock as loader lock, use a separate critical
[wine] / scheduler / process.c
2002-02-02  Alexandre JulliardDo not use the PEB lock as loader lock, use a separate...
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2001-12-17  Alexandre JulliardCall the 32-bit USER signal proc directly instead of...
2001-12-04  Alexandre JulliardAdded SYNCHRONIZE access to stdio handles.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-06  Alexandre JulliardReturn success in CreateProcess when we started a non...
2001-10-25  Alexandre JulliardDon't keep main exe and dlls handles open when the...
2001-10-03  Aric StewartMake sure that newly allocated TLS indexes are cleared.
2001-09-20  Francois GougetFix the conversions of a command line to/from an argv...
2001-08-06  Eric PouechFixed image name value sent to server upon process...
2001-07-26  Alexandre JulliardRemoved a few unnecessary Callouts.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-07  Alexandre JulliardSupport for specifying stack size of Winelib apps.
2001-06-06  Alexandre JulliardSet low-order bit of module handle for LOAD_LIBRARY_AS_...
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-09  Dmitry TimoshkovDisplay thread id instead of %fs in relay trace.
2001-03-22  Alexandre JulliardUse the new send_fd mechanism for the set_console_fd...
2001-03-05  Dmitry TimoshkovImplemented SetFileApisToOEM, SetFileApisToANSI and...
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-23  Alexandre JulliardOnly create the system heap when we actually need it.
2001-02-16  Alexandre JulliardPass the stdin/stdout handles on startup to use as...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-13  Josh DuBoisMore verbose error messages when application load fails.
2001-01-26  Alexandre JulliardChanged wait_process and wait_debug_event requests...
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-06  Alexandre JulliardUse the exe name and file handle we got from the server...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-05  Alexandre JulliardSend the exe file handle in init_process_done request.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2001-01-03  Alexandre JulliardPass the application name also when starting a Unix...
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-03  Alexandre JulliardDisplay an error message if loading a Winelib app faile...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-25  Andreas MohrCosmetics.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-10  Alexandre JulliardAdded support for loading a Winelib app linked as a...
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
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
next