Moved most 32-bit heap functions to dlls/kernel.
[wine] / scheduler / process.c
2003-09-16  Alexandre JulliardMoved most 32-bit heap functions to dlls/kernel.
2003-09-08  Alexandre JulliardOn TlsFree, clear the released TLS index in all threads.
2003-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-19  Eric PouechFixed regression in process creation (std handle inheri...
2003-07-03  Alexandre JulliardAdded a file_exists argument to wine_dll_load to allow...
2003-07-01  Eric Pouech- removed next & prev fields from WINE_MODREF and imple...
2003-06-27  Alexandre JulliardMoved some of the process functions to dlls/kernel.
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-18  Eric Pouech- fixed a couple of bugs in ntdll environment functions...
2003-06-04  Lionel UlmerImplemented a semi-stub for GetProcessPriorityBoost.
2003-05-20  Alexandre JulliardMoved all process initialisation code to process.c...
2003-05-19  Francois GougetFix CreateProcess("c:\Program Files\hello.bat").
2003-05-15  Alexandre JulliardGet rid of the 32-bit user signal proc since we always...
2003-05-15  Eric PouechImplemented RtlDosPathNameToNtPathName_U, RtlGetCurrent...
2003-05-14  Alexandre JulliardRewrote module TLS support and moved it to ntdll.
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
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.
next