2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
tree | commitdiff |
2000-12-26 |
Ove Kaaven | Separated the MZ loader and core DOS VM into dlls/winedos. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Check all Callouts function pointers for NULL before... |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Moved builtin dll registration to libwine. |
tree | commitdiff |
2000-10-17 |
Ove Kaaven | Implemented DOS INT21 AH=4B (EXEC). |
tree | commitdiff |
2000-10-15 |
Ove Kaaven | Fixed a couple of recent bugs, and added some more... |
tree | commitdiff |
2000-10-13 |
Ove Kaaven | Merged DOSVM_Int with DOSVM_SimulateInt, and made it... |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
tree | commitdiff |
2000-09-24 |
Alexandre Julliard | Moved most global data out of the LPDOSTASK structure. |
tree | commitdiff |
2000-08-31 |
Alexandre Julliard | Converted a lot of server requests to the new exception... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed the DOS handles table from the PDB and made... |
tree | commitdiff |
2000-08-01 |
Ove Kaaven | Fixed another non-Linux build failure. |
tree | commitdiff |
2000-07-31 |
Ove Kaaven | Fixed a few problems. |
tree | commitdiff |
2000-07-31 |
Ove Kaaven | Convert DOS (MZ) binary loader to the new DOS process... |
tree | commitdiff |
2000-07-30 |
Alexandre Julliard | Cleaned up a few USER dependencies. |
tree | commitdiff |
2000-07-30 |
Ove Kaaven | Removed hModule parameter from MZ_AllocDPMITask(),... |
tree | commitdiff |
2000-07-29 |
Ove Kaaven | Added support for the Win32 Console interface to the... |
tree | commitdiff |
2000-07-29 |
Ove Kaaven | Let Int09 routines remember a keystroke's ASCII code... |
tree | commitdiff |
2000-07-28 |
Ove Kaaven | Removed the hModule parameter from various DOSMEM routi... |
tree | commitdiff |
2000-07-23 |
Ove Kaaven | Change the V86BASE macro to call DOSMEM_MemoryBase... |
tree | commitdiff |
2000-07-16 |
Alexandre Julliard | Get full path of argv[0] before we change directories. |
tree | commitdiff |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
tree | commitdiff |
2000-04-18 |
Alexandre Julliard | Moved PE header definitions to winnt.h where they belong. |
tree | commitdiff |
2000-03-18 |
Alexandre Julliard | Avoid calling the *Rect USER functions from inside... |
tree | commitdiff |
2000-02-18 |
Alexandre Julliard | Store the handle of the process exe file in the server. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-02-03 |
Ove Kaaven | Cleanup VGA refresh when terminating. |
tree | commitdiff |
2000-01-30 |
Ove Kaaven | dosmod protocol revision 3, featuring MPROTECT and... |
tree | commitdiff |
2000-01-25 |
Alexandre Julliard | Use argv[0] to locate the server executable. |
tree | commitdiff |
1999-12-04 |
Ulrich Weigand | Fixed 32-bit module name handling to conform better... |
tree | commitdiff |
1999-11-13 |
Ulrich Weigand | Adapted to new register function handling. |
tree | commitdiff |
1999-11-10 |
Ulrich Weigand | Determine expected_version of PE buddies from the Subsy... |
tree | commitdiff |
1999-10-24 |
Patrik Stridvall | - Added missing configuration #if:s and #includes:s. |
tree | commitdiff |
1999-08-01 |
Alexandre Julliard | Removed SIGNAL_MaskAsyncEvents and cleaned up signal... |
tree | commitdiff |
1999-08-01 |
Alexandre Julliard | Changed INSTR_EmulateInstruction to use a CONTEXT86... |
tree | commitdiff |
1999-07-25 |
Ulrich Weigand | Work around 'local extern declaration with attribute... |
tree | commitdiff |
1999-07-18 |
Eric Pouech | Work around gcc sig11 fault. |
tree | commitdiff |
1999-07-12 |
Eric Pouech | Compiler warnings fix. |
tree | commitdiff |
1999-07-03 |
Ulrich Weigand | On NE process creation, move major part of NE EXE modul... |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Changed CONTEXT into CONTEXT86 everywhere we really... |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Further server optimizations: |
tree | commitdiff |
1999-06-18 |
Alexandre Julliard | Use exceptions instead of ctx_debug_call. |
tree | commitdiff |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
tree | commitdiff |
1999-06-12 |
Ove Kaaven | Various DPMI fixes and preliminary DPMI raw mode switch... |
tree | commitdiff |
1999-05-29 |
Gerald Pfeifer | Fixed compilation erros on non-Linux systems. |
tree | commitdiff |
1999-05-23 |
Alexandre Julliard | Use the new debug functions to send debug events at... |
tree | commitdiff |
1999-05-22 |
Ove Kaaven | Fixed silly EINTR bug with starting dosmod. |
tree | commitdiff |
1999-05-22 |
Ove Kaaven | Added MZ_Current() (returns current LPDOSTASK) and... |
tree | commitdiff |
1999-05-08 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
1999-04-01 |
Ove Kaaven | Made DOSVM_GetTimer survive EAGAIN errors... |
tree | commitdiff |
1999-03-28 |
Marcus Meissner | Empty DOSVM_QueueEvent for !MZ_SUPPORTED. |
tree | commitdiff |
1999-03-25 |
Ove Kaaven | Added infrastructure and definitions for general-purpos... |
tree | commitdiff |
1999-03-25 |
Ove Kaaven | Added handling of SIGUSR2 for the new event interruptio... |
tree | commitdiff |
1999-03-16 |
Ulrich Weigand | Pass CreateProcess() SECURITY_ATTRIBUTES through to... |
tree | commitdiff |
1999-02-28 |
Ulrich Weigand | Adapted to CreateProcess changes. |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-19 |
Marcus Meissner | Removed a lot of occurences of windows.h (and added... |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
tree | commitdiff |
1999-02-13 |
Marcus Meissner | Moved the if1632/signal.c stuff into loader/signal... |
tree | commitdiff |
1999-01-24 |
Ove Kaaven | Moved DOS handle allocation slightly, to fix potential... |
tree | commitdiff |
1999-01-23 |
Marcus Meissner | DOS programs use handles 0-4 without opening/closing... |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
tree | commitdiff |
1999-01-01 |
Alexandre Julliard | Take into account handle inheritance flag. |
tree | commitdiff |
1998-12-24 |
Ove Kaaven | Added some new dosmod communication possibilities,... |
tree | commitdiff |
1998-12-14 |
Ove Kaaven | Moved DPMI wrapper allocation code to dosmem.c to REALL... |
tree | commitdiff |
1998-12-11 |
Andreas Mohr | Fixed a bunch of compiler warnings. |
tree | commitdiff |
1998-12-10 |
Ulrich Weigand | Adapted to CreateSystemTimer interface change. |
tree | commitdiff |
1998-12-07 |
Ove Kaaven | Fixed DPMI_CallRMProc (I think). |
tree | commitdiff |
1998-11-01 |
Ove Kaaven | Ignores a couple of signals. |
tree | commitdiff |
1998-11-01 |
Ove Kaaven | Indirection for INSTR_EmulateInstruction for use by... |
tree | commitdiff |
1998-10-23 |
Ove Kaaven | Fixed DOS environment passing. |
tree | commitdiff |
1998-10-23 |
Ove Kaaven | First shot at DPMI realmode calls. |
tree | commitdiff |
1998-10-21 |
Ove Kaaven | Added indirection for ctx_debug to the DOS loader,... |
tree | commitdiff |
1998-10-17 |
Patrik Stridvall | Compile fix for Solaris. |
tree | commitdiff |
1998-10-11 |
Ove Kaaven | Moved some system dependencies to loader/dos/dosvm... |
tree | commitdiff |
1998-10-04 |
Alexandre Julliard | Initial revision |
tree | commitdiff |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
tree | commitdiff |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
tree | commitdiff |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
tree | commitdiff |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
tree | commitdiff |
|