2002-12-03 |
Uwe Bonnes | Use COMSPEC command interpreter to run .bat files. |
tree | commitdiff |
2002-11-30 |
Alexandre Julliard | Partially implemented kernel/user times in GetThreadTim... |
tree | commitdiff |
2002-11-25 |
Patrik Stridvall | Fixed pthreads on FreeBSD (based on patch by Alexandre... |
tree | commitdiff |
2002-11-25 |
Steve Lustbader | Stubs for CreateTimerQueue and DeleteTimerQueueEx. |
tree | commitdiff |
2002-11-25 |
Ryan Cumming | Partially implement GetThreadTimes. |
tree | commitdiff |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
tree | commitdiff |
2002-11-18 |
Marcus Meissner | Fixed strict aliasing issue in __pthread_once and SetWa... |
tree | commitdiff |
2002-11-12 |
Alexandre Julliard | Fixed sparc check. |
tree | commitdiff |
2002-11-11 |
Marcus Meissner | Add case for non sparc / non i386 SYSDEPS_CallOnStack. |
tree | commitdiff |
2002-11-06 |
Juraj Hercek | Implemented SYSDEPS_CallOnStack for sparcs. |
tree | commitdiff |
2002-10-31 |
Steven Edwards | Mingw porting fix. |
tree | commitdiff |
2002-10-22 |
Alexandre Julliard | Avoid reference to glibc internal __libc_fork function. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Merged wine_call_to_16_long and wine_call_to_16_short... |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Build a default command-line if the one we received... |
tree | commitdiff |
2002-10-09 |
Alexandre Julliard | Transmit the Windows PATH to child processes using... |
tree | commitdiff |
2002-10-07 |
Steve Lustbader | Provide stubs for Create/DeleteTimerQueueTimer. |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
tree | commitdiff |
2002-10-01 |
Patrik Stridvall | Added a GNU C implementation of some of the DECLSPEC_... |
tree | commitdiff |
2002-09-21 |
Dmitry Timoshkov | Correct SIZE_T size according to MS SDK. |
tree | commitdiff |
2002-09-16 |
Alexandre Julliard | Implemented NtDuplicateObject. |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-27 |
Alexandre Julliard | Added wine_get_user_name function and got rid of some... |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Convert most of the file APIs to Unicode. |
tree | commitdiff |
2002-08-26 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-20 |
Marcus Meissner | Use r2 instead of r13 for TLS, since r13 is used in... |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-15 |
Alexandre Julliard | Fixed GetLocaleInfoW to handle Unicode properly and... |
tree | commitdiff |
2002-08-14 |
Alexandre Julliard | Make behavior of builtin executables closer to that... |
tree | commitdiff |
2002-08-13 |
Alexandre Julliard | Fixed race condition when a thread gets killed right... |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
tree | commitdiff |
2002-08-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-08-06 |
Alexandre Julliard | Authors: Josh DuBois <duboisj@codeweavers.com>, Marcus... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Moved initial AllocConsole call to kernel init (based... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Remove .so extension from main module file name after... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
tree | commitdiff |
2002-07-23 |
Alexandre Julliard | Fixed handling of .com binaries (thanks to Chris Morgan). |
tree | commitdiff |
2002-07-22 |
Alexandre Julliard | Replace all uses of PREFIX and @function by the __ASM_N... |
tree | commitdiff |
2002-07-22 |
Alexandre Julliard | Fixed .com binary support. |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Create the server directory and socket file in /tmp. |
tree | commitdiff |
2002-06-13 |
François Gouget | Reset signals to SIG_DFL before starting a child process. |
tree | commitdiff |
2002-06-04 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Moved specification of relay and snoop include/exclude... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-30 |
Alexandre Julliard | Added wine_server_fd_to_handle to replace FILE_DupUnixH... |
tree | commitdiff |
2002-05-30 |
Alexandre Julliard | Renamed handle_t to obj_handle_t to avoid conflict... |
tree | commitdiff |
2002-05-24 |
Alexandre Julliard | A few optimizations in the process startup requests... |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
tree | commitdiff |
2002-05-22 |
Alexandre Julliard | New loading scheme for Winelib apps, makes them behave... |
tree | commitdiff |
2002-05-21 |
Alexandre Julliard | Renamed Winelib apps to .exe.so to follow the dll namin... |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | A few fixes for mingw cross-compilation. |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Export global argc/argv variables from libwine and... |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Moved the selector access functions out of winnt.h... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-05-04 |
Patrik Stridvall | MS C related changes. |
tree | commitdiff |
2002-04-29 |
Alexandre Julliard | Don't prepend '--' to the command line when starting... |
tree | commitdiff |
2002-04-29 |
Patrik Stridvall | Microsoft C related changes. |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-04-25 |
Alexandre Julliard | Moved __ASM_GLOBAL_FUNC macros and interlocked function... |
tree | commitdiff |
2002-04-15 |
Alexandre Julliard | Fixed stupid typo in previous patch. |
tree | commitdiff |
2002-04-14 |
Alexandre Julliard | Fixed inheriting command-line options from parent process. |
tree | commitdiff |
2002-04-09 |
Dmitry Timoshkov | Create new console only if the process is a console... |
tree | commitdiff |
2002-04-05 |
Martin Wilck | - separate cleanly between async scheduling and file... |
tree | commitdiff |
2002-04-02 |
Geoffrey Hausheer | Added test for thread functions. |
tree | commitdiff |
2002-04-02 |
Chris Morgan | Implement OpenThread() winapi call. |
tree | commitdiff |
2002-03-31 |
Alexandre Julliard | Hack to make wineconsole work again. |
tree | commitdiff |
2002-03-29 |
Alexandre Julliard | Transfer the full process startup info as well as the... |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Removed service thread support. |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Export the FILE_GetUnixHandle functionality from ntdll. |
tree | commitdiff |
2002-03-22 |
Alexandre Julliard | Correctly fill parent pid, module size and module name... |
tree | commitdiff |
2002-03-11 |
Mike McCormack | Set an overlapped hEvent before calling any APCs. |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-02 |
Alexandre Julliard | Do not use the PEB lock as loader lock, use a separate... |
tree | commitdiff |
2002-01-07 |
Mike McCormack | Implement CancelIo properly. |
tree | commitdiff |
2002-01-07 |
Alexandre Julliard | Added support for cleaning up the TEB from inside the... |
tree | commitdiff |
2002-01-07 |
Alexandre Julliard | Allocate debug_info structure at the same time as the... |
tree | commitdiff |
2002-01-02 |
Alexandre Julliard | Fixed check_async_list calling convention. |
tree | commitdiff |
2002-01-01 |
Mike McCormack | Set an overlapped's hEvent for ReadFile/WriteFile in... |
tree | commitdiff |
2001-12-20 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
tree | commitdiff |
2001-12-20 |
Mike McCormack | - move async activation into the server |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Call the 32-bit USER signal proc directly instead of... |
tree | commitdiff |
2001-12-11 |
Jukka Heinonen | Implemented pthread_rwlock stubs. |
tree | commitdiff |
2001-12-04 |
Alexandre Julliard | Added SYNCHRONIZE access to stdio handles. |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-23 |
Eric Pouech | New console code based on Win32 windows. |
tree | commitdiff |
2001-11-19 |
Andreas Mohr | - fix wrong hexadecimal GetLastError() output |
tree | commitdiff |
2001-11-07 |
Mike McCormack | Make ConnectNamedPipe work in overlapped mode. |
tree | commitdiff |
2001-11-06 |
Alexandre Julliard | Return success in CreateProcess when we started a non... |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-25 |
Alexandre Julliard | Don't keep main exe and dlls handles open when the... |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
tree | commitdiff |
2001-10-09 |
Alexandre Julliard | Silence the pthread_kill_other_threads_np FIXME. |
tree | commitdiff |
2001-10-03 |
Aric Stewart | Make sure that newly allocated TLS indexes are cleared. |
tree | commitdiff |
2001-10-03 |
Andreas Mohr | Better fake implementation of SetThreadExecutionState. |
tree | commitdiff |
2001-09-26 |
Bill Medland | Prevent calling null functions. |
tree | commitdiff |
2001-09-20 |
Francois Gouget | Fix the conversions of a command line to/from an argv... |
tree | commitdiff |
2001-09-11 |
Dmitry Timoshkov | Better separate some system specific code. |
tree | commitdiff |
next |