Silently ignore 'so' loadorder in the config file instead of
[wine] / scheduler / process.c
2003-04-20  Alexandre JulliardExplicitly call VERSION_Init with the main exe file...
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
2003-02-26  Eric PouechOnly print 4 hexdigits for tid.
2003-02-24  Alexandre JulliardPass the pid of the new process in the new_process...
2003-02-19  Warren BairdIncrease size of insufficiently big stack allocated...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-12-03  Uwe BonnesUse COMSPEC command interpreter to run .bat files.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-10-17  Alexandre JulliardBuild a default command-line if the one we received...
2002-10-09  Alexandre JulliardTransmit the Windows PATH to child processes using...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-14  Alexandre JulliardMake behavior of builtin executables closer to that...
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-07-31  Alexandre JulliardMoved initial AllocConsole call to kernel init (based...
2002-07-31  Alexandre JulliardRemove .so extension from main module file name after...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-23  Alexandre JulliardFixed handling of .com binaries (thanks to Chris Morgan).
2002-07-22  Alexandre JulliardFixed .com binary support.
2002-06-13  François GougetReset signals to SIG_DFL before starting a child process.
2002-06-04  Patrik StridvallFixed some issues found by winapi_check.
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-04-29  Alexandre JulliardDon't prepend '--' to the command line when starting...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-15  Alexandre JulliardFixed stupid typo in previous patch.
2002-04-14  Alexandre JulliardFixed inheriting command-line options from parent process.
2002-04-09  Dmitry TimoshkovCreate new console only if the process is a console...
2002-03-31  Alexandre JulliardHack to make wineconsole work again.
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
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.
next