Implement ber_* functions.
[wine] / dlls / kernel / instr.c
2005-05-31  Ivan Leo PuotiAdded IDT emulation.
2005-05-27  Ivan Leo PuotiAdded some privileged instructions emulation.
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-05-16  Alexandre JulliardMoved a bunch of definitions out of module.h into a new
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-10  Eric PouechMoved DOS memory handling to winedos.
2005-03-23  Francois GougetAssorted spelling fixes.
2004-06-14  Eric PouechConst correctness, pointer cast correctness, removed...
2004-03-16  Jukka HeinonenDPMI programs now handle pending events.
2004-03-15  Jukka HeinonenEmulating STI instruction now raises an exception if...
2004-02-17  Marcus MeissnerSupport emulation of the privileged mov dr7,eax instruc...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-18  Alexandre JulliardRemoved include/selectors.h.
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-14  Alexandre JulliardMoved winedos loading functionality to dlls/kernel...
2003-11-13  Alexandre JulliardRemoved instance.h and callback.h, moving their contents to
2003-10-28  Alexandre JulliardRestored emulation of protected instructions in 32...
2003-10-14  Jukka HeinonenRemove races from DPMI async event handling.
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-09-17  Alexandre JulliardUse WOWCallback16Ex to switch to vm86 mode so that...
2003-09-17  Alexandre JulliardMoved instruction emulation to dlls/kernel.