2003-09-17 |
Alexandre Julliard | Moved almost all remaining process, thread, fiber and... |
blob | commitdiff | raw |
2003-09-16 |
Alexandre Julliard | Moved most 32-bit heap functions to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Alexandre Julliard | On TlsFree, clear the released TLS index in all threads. |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Alexandre Julliard | Moved the implementation of the pthread wrappers to... |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Alexandre Julliard | Export SYSDEPS_SwitchToThreadStack() functionality... |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Alexandre Julliard | Renamed a few TEB fields to use the "official" names. |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Eric Pouech | Fixed regression in process creation (std handle inheri... |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Alexandre Julliard | Added a file_exists argument to wine_dll_load to allow... |
blob | commitdiff | raw | diff to current |
2003-07-01 |
Eric Pouech | - removed next & prev fields from WINE_MODREF and imple... |
blob | commitdiff | raw | diff to current |
2003-06-27 |
Alexandre Julliard | Moved some of the process functions to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Eric Pouech | - fixed a couple of bugs in ntdll environment functions... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Lionel Ulmer | Implemented a semi-stub for GetProcessPriorityBoost. |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Alexandre Julliard | Moved all process initialisation code to process.c... |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Francois Gouget | Fix CreateProcess("c:\Program Files\hello.bat"). |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Alexandre Julliard | Get rid of the 32-bit user signal proc since we always... |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Eric Pouech | Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrent... |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Alexandre Julliard | Rewrote module TLS support and moved it to ntdll. |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Eric Pouech | Implemented a bunch of environment related NTDLL APIs. |
blob | commitdiff | raw | diff to current |
2003-04-27 |
Alexandre Julliard | Moved the functionality of starting Win16 and DOS progr... |
blob | commitdiff | raw | diff to current |
2003-04-20 |
Alexandre Julliard | Explicitly call VERSION_Init with the main exe file... |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Eric Pouech | Move some fields (refCount, tls_index and module) from... |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Alexandre Julliard | Use SIGUSR1 instead of SIGSTOP to suspend threads. |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Eric Pouech | - added Ldr* information to include/winternl.h |
blob | commitdiff | raw | diff to current |
2003-02-26 |
Eric Pouech | Only print 4 hexdigits for tid. |
blob | commitdiff | raw | diff to current |
2003-02-24 |
Alexandre Julliard | Pass the pid of the new process in the new_process... |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Warren Baird | Increase size of insufficiently big stack allocated... |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Patrik Stridvall | Replace 0x%p with %p. |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Uwe Bonnes | Use COMSPEC command interpreter to run .bat files. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Build a default command-line if the one we received... |
blob | commitdiff | raw | diff to current |
2002-10-09 |
Alexandre Julliard | Transmit the Windows PATH to child processes using... |
blob | commitdiff | raw | diff to current |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
blob | commitdiff | raw | diff to current |
2002-09-21 |
Dmitry Timoshkov | Correct SIZE_T size according to MS SDK. |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Dmitry Timoshkov | Convert most of the file APIs to Unicode. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Alexandre Julliard | Make behavior of builtin executables closer to that... |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Moved initial AllocConsole call to kernel init (based... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Remove .so extension from main module file name after... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Alexandre Julliard | Fixed handling of .com binaries (thanks to Chris Morgan). |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Alexandre Julliard | Fixed .com binary support. |
blob | commitdiff | raw | diff to current |
2002-06-13 |
François Gouget | Reset signals to SIG_DFL before starting a child process. |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Alexandre Julliard | Moved specification of relay and snoop include/exclude... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-30 |
Alexandre Julliard | Added wine_server_fd_to_handle to replace FILE_DupUnixH... |
blob | commitdiff | raw | diff to current |
2002-05-24 |
Alexandre Julliard | A few optimizations in the process startup requests... |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
blob | commitdiff | raw | diff to current |
2002-05-22 |
Alexandre Julliard | New loading scheme for Winelib apps, makes them behave... |
blob | commitdiff | raw | diff to current |
2002-05-21 |
Alexandre Julliard | Renamed Winelib apps to .exe.so to follow the dll namin... |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Alexandre Julliard | Export global argc/argv variables from libwine and... |
blob | commitdiff | raw | diff to current |
2002-04-29 |
Alexandre Julliard | Don't prepend '--' to the command line when starting... |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
blob | commitdiff | raw | diff to current |
2002-04-15 |
Alexandre Julliard | Fixed stupid typo in previous patch. |
blob | commitdiff | raw | diff to current |
2002-04-14 |
Alexandre Julliard | Fixed inheriting command-line options from parent process. |
blob | commitdiff | raw | diff to current |
2002-04-09 |
Dmitry Timoshkov | Create new console only if the process is a console... |
blob | commitdiff | raw | diff to current |
2002-03-31 |
Alexandre Julliard | Hack to make wineconsole work again. |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Alexandre Julliard | Transfer the full process startup info as well as the... |
blob | commitdiff | raw | diff to current |
2002-03-22 |
Alexandre Julliard | Correctly fill parent pid, module size and module name... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Alexandre Julliard | Do not use the PEB lock as loader lock, use a separate... |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Alexandre Julliard | Added support for cleaning up the TEB from inside the... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Alexandre Julliard | Call the 32-bit USER signal proc directly instead of... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Alexandre Julliard | Added SYNCHRONIZE access to stdio handles. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Eric Pouech | New console code based on Win32 windows. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Alexandre Julliard | Return success in CreateProcess when we started a non... |
blob | commitdiff | raw | diff to current |
2001-10-25 |
Alexandre Julliard | Don't keep main exe and dlls handles open when the... |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Aric Stewart | Make sure that newly allocated TLS indexes are cleared. |
blob | commitdiff | raw | diff to current |
2001-09-20 |
Francois Gouget | Fix the conversions of a command line to/from an argv... |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Eric Pouech | Fixed image name value sent to server upon process... |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Alexandre Julliard | Removed a few unnecessary Callouts. |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
blob | commitdiff | raw | diff to current |
2001-06-07 |
Alexandre Julliard | Support for specifying stack size of Winelib apps. |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Alexandre Julliard | Set low-order bit of module handle for LOAD_LIBRARY_AS_... |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Francois Gouget | Print the tid in the first column when +tid is specified. |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Patrik Stridvall | Documentation name fixes. |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Dmitry Timoshkov | Display thread id instead of %fs in relay trace. |
blob | commitdiff | raw | diff to current |
2001-03-22 |
Alexandre Julliard | Use the new send_fd mechanism for the set_console_fd... |
blob | commitdiff | raw | diff to current |
2001-03-05 |
Dmitry Timoshkov | Implemented SetFileApisToOEM, SetFileApisToANSI and... |
blob | commitdiff | raw | diff to current |
2001-03-01 |
Alexandre Julliard | Create the server pipes on the client side and transfer... |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Alexandre Julliard | Use the standard CreateThread routine to create 16... |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2001-02-23 |
Alexandre Julliard | Only create the system heap when we actually need it. |
blob | commitdiff | raw | diff to current |
2001-02-16 |
Alexandre Julliard | Pass the stdin/stdout handles on startup to use as... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-02-13 |
Josh DuBois | More verbose error messages when application load fails. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Alexandre Julliard | Changed wait_process and wait_debug_event requests... |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Removed some direct accesses to the 16-bit task structure. |
blob | commitdiff | raw | diff to current |
2001-01-06 |
Alexandre Julliard | Use the exe name and file handle we got from the server... |
blob | commitdiff | raw | diff to current |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches. |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Send the exe file handle in init_process_done request. |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
blob | commitdiff | raw | diff to current |
2001-01-03 |
Alexandre Julliard | Pass the application name also when starting a Unix... |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Andreas Mohr | - clarify many error messages |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Alexandre Julliard | Merged the get_read_fd and get_write_fd requests. |
blob | commitdiff | raw | diff to current |
next |