Update the address of the Free Software Foundation.
[wine] / dlls / winedos / int31.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-12  Eric Pouechkernel32: Get rid of DOSMEM_AllocSelector.
2005-05-10  Eric PouechMoved DOS memory handling to winedos.
2005-04-27  Eric Pouech- delayed initialisation of BIOS and SYSTEM information...
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-18  Alexandre JulliardUse the wine_ldt_* functions directly in winedos instea...
2003-11-17  Alexandre JulliardMoved toolhelp.h to dlls/kernel.
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-05  Alexandre JulliardSet %fs and %gs in the register context to their curren...
2003-09-22  Jukka HeinonenWhen entering protected mode, V86 flag must be clear.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Jukka HeinonenMake DOS process exit using ExitProcess instead of...
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-25  Alexandre JulliardFixed copy/paste error in WOWCallback16Ex call (spotted...
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-20  Jukka HeinonenRemove unnecessary __wine_call_from_16_regs call frame...
2003-07-08  Jukka HeinonenReal mode context should always have V86 flag turned on.
2003-07-03  Marcus MeissnerDPMI exceptions only happen on i386.
2003-07-01  Jukka HeinonenStart processing asynchronous DOS events in DPMI mode.
2003-06-27  Sylvain PetreolleDisplay the interrupt number in hexadecimal.
2003-06-20  Jukka HeinonenAdd int31 VIF manipulation functions.
2003-06-13  Sylvain PetreolleTrace which real mode interrupt is emulated.
2003-05-02  Jukka HeinonenReport correct IRQ bases to DPMI applications.
2003-03-22  Alexandre JulliardChanged the SET_AX etc. macros to not return a value.
2003-03-04  Jukka HeinonenMove real mode interrupt emulation code to file interru...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-01-28  Jukka HeinonenReplace FIXMEs with TRACEs in those paging functions...
2002-12-15  Jukka HeinonenAdd support for DPMI32. Make winedos16.dll unnecessary.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-11  Jukka HeinonenMove all int31 functions to winedos.
2002-11-06  Jukka HeinonenMove most int31 functions to winedos.
2002-11-04  Jukka HeinonenIgnore VCPI installation checks. Handle XMS query any...
2002-10-29  Jukka HeinonenModify winedos interrupt handlers so that they work...
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-30  Alexandre JulliardFixed some dll separation issues.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-05  Jukka HeinonenDOSVM now exports DPMI Raw Mode Switch routine.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.