winedos: Make some data const.
[wine] / dlls / winedos / dosvm.c
2006-10-03  Michael Stefaniucwinedos: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-30  Gerald PfeiferWe only need the relay debug channel on MZ_SUPPORTED...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-05-19  Alexandre JulliardRefuse to load if 16-bit support is missing.
2005-05-10  Eric PouechMoved DOS memory handling to winedos.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-03  Diego PettenòGet rid of DPRINTF.
2004-08-04  Markus AmslerPass debug exceptions to winedos.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2003-11-26  Steven EdwardsPorting fixes.
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-11  Jukka HeinonenFix race in real mode event handling.
2003-10-14  Jukka HeinonenRemove races from DPMI async event handling.
2003-09-30  Jukka HeinonenUse correct linear pointer when accessing BIOS data...
2003-09-17  Alexandre JulliardUse WOWCallback16Ex to switch to vm86 mode so that...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-01  Jukka HeinonenAdd support for specific EOI PIC command.
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-08-25  Jukka HeinonenMake all users of DOSVM_Enter explicitly set V86 flag.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-08  Jukka HeinonenReal mode context should always have V86 flag turned on.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-27  Gerald PfeiferEnable all of DllMain(), even if if not MZ_SUPPORTED.
2003-06-24  Gerald PfeiferExpose part of DOSVM_SendQueuedEvents() also for platfo...
2003-06-23  Jukka HeinonenAdd IRQ acknowledge handler for internal IRQs.
2003-06-20  Jukka HeinonenAdd int31 VIF manipulation functions.
2003-06-16  Jukka HeinonenMake DOSVM_Wait work in protected mode.
2003-06-13  Jukka HeinonenSplit timer code into separate source file.
2003-06-06  Jukka HeinonenPending timer interrupts no longer deadlock DOSVM_Wait.
2003-05-04  Marcus MeissnerFixed non-x86 DOSVM_Wait prototype.
2003-05-02  Jukka HeinonenRemove obsolete code from DOSVM_Wait.
2003-03-04  Jukka HeinonenMove real mode interrupt emulation code to file interru...
2003-02-12  Michael StefaniucAdded some missing LeaveCriticalSection's.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-02  Jukka HeinonenMove DPMI segments to winedos.
2002-11-06  Jukka HeinonenStart using winedos handlers for all interrupts.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-28  Andreas Mohr- Make int09 update the BIOS data segment's keyboard...
2002-10-28  Jukka HeinonenAdd routines for manipulating protected mode interrupt...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-04  Alexandre JulliardAdded DPMI segments structure and related function...
2002-08-30  Alexandre JulliardFixed some dll separation issues.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-10  Admiral CoeymanAdded support for FPU emulation interrupts.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-05  Jukka HeinonenTerminating DOS program in real mode now calls ExitThre...
2002-04-02  Jukka HeinonenCompiles now even on platforms that do not support...
2002-04-01  Jukka HeinonenRoutine DOSVM_Wait now wakes up if new events are queue...
2002-03-19  Jukka HeinonenConsole mode DOS programs now receive mouse events.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2002-01-06  Ove KaavenDOS support restructure. The DOS virtual machine is...
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-08  Ove KaavenMoved the int 9 (keyboard) handler to dlls/winedos.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-04-27  Patrik StridvallAdded documentation.
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2000-12-27  Ove KaavenSince DOSVM_Wait() blocks the normal event processing...
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.