winedos: Merge the UMB management into dosvm.c.
[wine] / dlls / winedos / dosexe.h
2010-01-04  Alexandre Julliardwinedos: Merge the UMB management into dosvm.c.
2010-01-04  Alexandre Julliardwinedos: Merge the XMS handler into int31.c.
2010-01-04  Alexandre Julliardwinedos: Internal functions don't need to be WINAPI.
2009-06-15  Francois Gougetwinedos: DOSVM_GetTimer() is not used so remove it.
2009-06-15  Francois Gougetwinedos: DPMI_FreeInternalRMCB() is not used so remove it.
2009-03-31  Alexandre Julliardwinedos: Release the 16-bit lock before calling ExitThread.
2009-01-26  Andrew Talbotwinedos: Declare some functions static.
2009-01-07  Francois Gougetwinedos: Remove unused functions from devices.c.
2008-10-18  Alexandre Julliardwinedos: Convert source files to utf-8.
2007-12-23  Alexandre Julliardwinedos: Add the possibility of refusing to emulate...
2007-05-30  Alexandre Julliardwinedos: Merge a number of tiny source files into inter...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-11  Petr Tesarikwinedos: Implement true CDROM DOS device driver.
2006-04-11  Petr Tesarikwinedos: Move all device driver initialization code...
2006-04-11  Petr Tesarikwinedos: Move some declarations to the header file.
2006-03-27  Petr Tesarikwinedos: Clear TF bit before passing control to a VM86...
2005-05-19  Alexandre JulliardRefuse to load if 16-bit support is missing.
2005-05-10  Eric PouechMoved DOS memory handling to winedos.
2004-10-18  Markus AmslerPush on stack in 16 bit mode with segment wrap around.
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-09-30  Jukka HeinonenUse correct linear pointer when accessing BIOS data...
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-25  Jukka HeinonenMake all users of DOSVM_Enter explicitly set V86 flag.
2003-08-20  Jukka HeinonenRemove unnecessary __wine_call_from_16_regs call frame...
2003-06-30  Jukka HeinonenMake timer IRQ handler regular builtin interrupt handle...
2003-06-23  Jukka HeinonenAdd IRQ acknowledge handler for internal IRQs.
2003-06-06  Jukka HeinonenPending timer interrupts no longer deadlock DOSVM_Wait.
2003-05-02  Jukka HeinonenRemove obsolete code from DOSVM_Wait.
2003-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2003-03-04  Jukka HeinonenMove real mode interrupt emulation code to file interru...
2003-02-11  Jukka HeinonenReorganize IOCTL handling.
2002-12-15  Jukka HeinonenAdd support for DPMI32. Make winedos16.dll unnecessary.
2002-12-07  Jukka HeinonenMove int08 stub and LOL to upper memory.
2002-12-02  Jukka HeinonenMove DPMI segments to winedos.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-18  Jukka HeinonenRemoved obsolete INT_Int31Handler.
2002-11-13  Marcus MeissnerDo not define MZ_SUPPORTED if we do not have sys/vm86...
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.
2002-10-28  Jukka HeinonenAdd routines for manipulating protected mode interrupt...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-09-04  Alexandre JulliardAdded DPMI segments structure and related function...
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-30  Alexandre JulliardFixed some dll separation issues.
2002-05-16  Christian CostaAdded DMA and SoundBlaster emulation.
2002-05-05  Jukka HeinonenTerminating DOS program in real mode now calls ExitThre...
2002-04-03  Jukka HeinonenRedirect DOS writes to stdout/console to DOSVM_PutChar.
2002-03-19  Jukka HeinonenConsole mode DOS programs now receive mouse events.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.