ntdll: Process --help and --version args earlier on during startup.
[wine] / dlls / kernel / instr.c
2006-01-19  Vitaliy Margolenkernel: Remove calls to Nt[Get|Set]ThreadContext.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-06  Phil KrylovFixed compilation of kernel32.dll.so on non-x86 processors.
2005-08-27  Alexandre JulliardDon't try to initialize the 16-bit thunking code if...
2005-08-15  Vitaliy MargolenAdd entry for int 2 handler.
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.