winedos: Merge all of winedos back into krnl386.
[wine] / dlls / winedos / interrupts.c
2010-01-05  Alexandre Julliardwinedos: Merge all of winedos back into krnl386.
2010-01-04  Alexandre Julliardwinedos: Internal functions don't need to be WINAPI.
2009-03-31  Alexandre Julliardwinedos: Release the 16-bit lock before calling ExitThread.
2009-03-09  Francois GougetRemove spaces before '\n's.
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2007-12-31  Alexandre Julliardwinedos: Don't emulate in 32-bit mode interrupts that...
2007-12-23  Alexandre Julliardwinedos: Add the possibility of refusing to emulate...
2007-12-20  Alexandre Julliardkernel32: Forward interrupts in 32-bit code to winedos...
2007-05-30  Alexandre Julliardwinedos: Merge a number of tiny source files into inter...
2007-02-05  Andrew Talbotwinedos: Declare some items static.
2006-10-03  Michael Stefaniucwinedos: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-27  Petr Tesarikwinedos: Clear TF bit before passing control to a VM86...
2005-01-03  Diego PettenòGet rid of DPRINTF.
2004-10-18  Markus AmslerPush on stack in 16 bit mode with segment wrap around.
2003-11-25  Alexandre JulliardRemoved task.h.
2003-10-08  Mike McCormackDon't share some protected mode interrupts in winedos.
2003-10-07  Jukka HeinonenUse correct pointer when accessing real mode interrupt...
2003-10-04  Jukka HeinonenReboot (int19) under DOS now does ExitProcess.
2003-08-25  Jukka HeinonenMake all users of DOSVM_Enter explicitly set V86 flag.
2003-08-18  Jukka HeinonenFix CPU flag handling when internal interrupts are...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-01  Jukka HeinonenStart processing asynchronous DOS events in DPMI mode.
2003-06-30  Jukka HeinonenMake timer IRQ handler regular builtin interrupt handle...
2003-04-13  Jukka HeinonenInterrupt handling now prints more trace information.
2003-03-04  Jukka HeinonenMove real mode interrupt emulation code to file interru...
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-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-15  Jukka HeinonenDeviceIoControl now calls winedos interrupt handlers.
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.
2002-11-06  Jukka HeinonenStart using winedos handlers for all interrupts.
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-11-04  Jukka HeinonenWhen returning from 32-bit default interrupt handlers...
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...