Added a stub for NetStatisticsGet.
[wine] / dlls / winedos /
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-18  Jukka HeinonenRemoved obsolete INT_Int31Handler.
2002-11-15  Jukka HeinonenDeviceIoControl now calls winedos interrupt handlers.
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-11-11  Jukka HeinonenMove all int31 functions 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-06  Jukka HeinonenMove most int31 functions to winedos.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Jukka HeinonenIgnore VCPI installation checks. Handle XMS query any...
2002-11-04  Jukka HeinonenWhen returning from 32-bit default interrupt handlers...
2002-10-31  Jukka HeinonenPrevent crashes when DOS program tries to access consol...
2002-10-30  Alexandre JulliardAdded winedos16.spec.c.
2002-10-30  Jukka HeinonenAdd winedos16.dll which contains 16-bit protected mode...
2002-10-29  Jukka HeinonenModify winedos interrupt handlers so that they work...
2002-10-28  Andreas Mohr- Make int09 update the BIOS data segment's keyboard...
2002-10-28  Jukka HeinonenAdd routines for manipulating protected mode interrupt...
2002-10-25  Andreas MohrTiny int17 printer fix.
2002-10-23  Chris MorganCall CreateProcessA() when executing non-dos applicatio...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-10-23  Patrik StridvallFix for platforms not supporting DOS mode.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
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-08-28  Patrik StridvallRemoved trailing white space.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-13  Jukka HeinonenAdd support for moving VGA controller window in framebu...
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-29  Chris MorganSome dos VGA error handling. Misc TRACE changes.
2002-07-29  Jukka HeinonenVGA emulation now supports outw and outl.
2002-07-29  Jukka HeinonenAdd VGA controller framebuffer between VGA window and
2002-07-28  Jukka HeinonenAdd decoding logic for VGA indexed registers.
2002-07-10  Admiral CoeymanAdded support for FPU emulation interrupts.
2002-07-03  Andreas MohrBetter toggle all relevant bits in VGA crt register.
2002-07-03  Andreas MohrMake sure we wait some time during int16 keyboard query...
2002-07-03  Andreas MohrAdded a DOS text mode memory buffer copy in order to...
2002-07-01  Andreas MohrImplemented set cursor shape functionality.
2002-06-24  Jukka HeinonenRedirect all reads and writes to VGA controller to...
2002-06-24  Jukka HeinonenAdd save/restore mapping context routines.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-28  Christian CostaThe SVGA block code was not accessible (AH and AL inver...
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-23  Alexandre JulliardRemoved some unnecessary imports.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-17  Christian CostaDo not create a window each time VGA_DoSetMode is calle...
2002-05-16  Christian CostaHandle properly the requested video mode in Int10h...
2002-05-16  Christian CostaAdded DMA and SoundBlaster emulation.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-14  Robert CoeymanAdded the rest of the register manipulation code to...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-11  Christian CostaAvoid deadlock in VGA_DoSetMode.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-05  Jukka HeinonenDOSVM now exports DPMI Raw Mode Switch routine.
2002-05-05  Jukka HeinonenTerminating DOS program in real mode now calls ExitThre...
2002-05-05  Jukka HeinonenReal mode interrupt handler now handles interrupt 21...
2002-05-01  Jukka HeinonenWhen DOS program executes another DOS program, command...
2002-04-29  Jukka HeinonenWhen freeing XMS memory block, return an error if block...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-20  Christian CostaGET FUNCTIONALITY/STATE INFORMATION: The input paramete...
2002-04-19  Christian CostaVGA_ioport_in: Fake the occurrence of the vertical...
2002-04-17  Christian CostaImplement SET INDIVIDUAL DAC REGISTER and SET BLOCK...
2002-04-11  Alexandre JulliardRemoved obsolete console driver.
2002-04-11  Jukka HeinonenRemoved obsolete text mode color and attribute code.
2002-04-08  Jukka HeinonenConverted "read standard input with echo" interrupt...
2002-04-08  Jukka HeinonenWrites to stdout and VGA_WriteChars routine now update...
2002-04-03  Jukka HeinonenRedirect DOS writes to stdout/console to DOSVM_PutChar.
2002-04-02  Jukka HeinonenCompiles now even on platforms that do not support...
2002-04-01  Jukka HeinonenRoutine DOSVM_Wait now wakes up if new events are queue...
2002-03-23  Alexandre JulliardCreate threads to manage timers instead of using the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-20  Admiral CoeymanBeginnings of the code that should allow DOS programs...
2002-03-19  Jukka HeinonenConsole mode DOS programs now receive mouse events.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-31  NogFixed function 0xb.
2002-01-31  NogImplement function 0xb (Read mouse motion counters...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2002-01-29  NogImplement function number 0x5 (Return mouse button...
2002-01-29  Jukka HeinonenLow-resolution and low-color VGA modes are now mapped...
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2002-01-06  Ove KaavenDOS support restructure. The DOS virtual machine is...
2002-01-01  Alexandre JulliardLink with libutil only where needed.
2001-12-26  Alexandre JulliardLink to the curses library only for the dlls that need it.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-05  Alexandre JulliardFixed compile for !MZ_SUPPORTED.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
next