winedos: Assign to struct instead of using memcpy.
[wine] / dlls / winedos / int21.c
2008-03-22  Andrew Talbotwinedos: Assign to struct instead of using memcpy.
2008-01-25  Andrew Talbotwinedos: Remove unneeded casts.
2007-11-26  Gerald Pfeiferwinedos: Use DWORD instead of long for return values...
2007-06-18  Alexandre Julliardwinedos: Fix the device open code for the new NtCreateF...
2007-02-05  Andrew Talbotwinedos: Declare some items static.
2006-10-31  Alexandre Julliardwinedos: Use NT instead of Unix calls to identify DOS...
2006-10-03  Michael Stefaniucwinedos: Win64 printf format warning fixes.
2006-07-24  Dan Kegelwinedos: Limit reported disk space to 1GB.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-24  Alexandre JulliardAvoid importing _strlwr/_strupr from ntdll.
2006-01-10  Rein Klazeswinedos: Open files with write access on read only...
2005-10-17  Eric Pouechioctl 440F only returns non mapped drives (for now).
2005-09-18  Christian LupienAvoid overflow in the read file limit check.
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-05-10  Eric PouechMoved DOS memory handling to winedos.
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-01-14  Rein KlazesIn int21_ioctl - get device data-, set the "is console...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-13  Eric PouechFixed copy&paste error.
2004-10-22  Francois GougetAssorted spelling fixes.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-08  Markus AmslerRespect given buffer size in GET EXTENDED COUNTRY INFOR...
2004-09-07  Markus AmslerFix filename terminator table, correct exclude_last...
2004-09-07  Andreas Mohr- fix int21 block device read/write
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-14  Markus AmslerAdd DOS editing key support in BUFFERED INPUT.
2004-08-13  Markus AmslerMake FINDFIRST working with /.
2004-08-09  Markus AmslerFixed drive mapping in GET ALLOCATION.
2004-07-12  Marcus MeissnerRemove lvalue casts that are no longer supported.
2004-06-17  Alexandre JulliardCheck for non-existent directory in INT21_SetCurrentDir...
2004-06-03  Rein KlazesIn INT21_GetFreeDiskSpace adjust the sectors-per-cluste...
2004-04-26  Jukka HeinonenImplement DOS7 canonicalize path function as a conversi...
2004-04-19  Alexandre JulliardFixed/updated the file attributes defines.
2004-04-16  Alexandre JulliardUpdate the drive environment strings when changing...
2004-04-14  Alexandre JulliardReplaced create_file server requests by a call to NtCre...
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-03-17  Alexandre JulliardFindFirstFile can return an empty short name if the...
2004-03-12  Alexandre JulliardChanged the create_file server request to take NtCreate...
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-02-24  Alexandre JulliardChanged handling of special DOS devices to use real...
2004-01-14  Eric Pouech- got rid of FILE_Dup2 export from kernel32
2003-11-26  Steven EdwardsPorting fixes.
2003-11-25  Uwe BonnesINT21_GetFreeDiskSpace(): The drive parameter is found...
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-14  Alexandre JulliardRepaired INT21_FindFirst/FindNext.
2003-11-14  Eric Pouech- moved the remaining of int21 calls to dlls/winedos
2003-11-03  Jukka HeinonenImplement fat32 extended free space function.
2003-10-27  Jukka HeinonenMoved drive parameter block (DPB) routines to winedos.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-09-22  Michael StefaniucSilence the FIXME's produced by a check for a dos32...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Sylvain PetreolleChanged some functions to reset CFLAG on success.
2003-09-02  Jukka HeinonenMake DOS process exit using ExitProcess instead of...
2003-06-16  Jukka HeinonenMigrate create/open file functions to winedos.
2003-06-13  Jukka HeinonenMove get current directory and set current directory...
2003-06-04  Jukka HeinonenMigrate most int21 ioctl routines to winedos.
2003-05-20  Jukka HeinonenAdded some long filename functions.
2003-05-19  Jukka HeinonenMove get current drive int21 function to winedos.
2003-05-15  Alexandre JulliardThomas Mertes <thomas.mertes_at_gmx.at>
2003-05-11  Jukka HeinonenMake read from stdin use buffered input code and redire...
2003-05-06  Jukka HeinonenReport errors to applications when illegal dates are...
2003-05-02  Jukka HeinonenRemove obsolete code from DOSVM_Wait.
2003-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2003-04-08  Jukka HeinonenReturn correct segment for VESA information.
2003-03-30  Jukka HeinonenAdd prototype for GetCompressedFileSize. Move some...
2003-03-04  Jukka HeinonenMove decoding of long file name functions to winedos.
2003-02-19  Jukka HeinonenMove resize memory block to winedos and make it resize...
2003-02-11  Jukka HeinonenReorganize IOCTL handling.
2003-01-30  Jukka HeinonenFix buffered input function. Add support for UMB subfun...
2003-01-28  Jukka HeinonenReturn scancode when extended keycodes are read using...
2003-01-23  Jukka HeinonenReturn number of bytes written when writing to DOS...
2003-01-20  Lawson WhitneyFix reversed hour and minute in int 21 ah=2c.
2002-12-10  Jukka HeinonenMove int21 country information handling to winedos.
2002-12-07  Jukka HeinonenMove int08 stub and LOL to upper memory.
2002-12-03  Jukka HeinonenClean up int21 handling. Move error handling to winedos.
2002-12-02  Jukka HeinonenRename old DOS3Call as INT_Int21Handler and make new...
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-10-29  Jukka HeinonenModify winedos interrupt handlers so that they work...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-30  Alexandre JulliardFixed some dll separation issues.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-05  Jukka HeinonenReal mode interrupt handler now handles interrupt 21...
2002-04-11  Alexandre JulliardRemoved obsolete console driver.
2002-04-08  Jukka HeinonenConverted "read standard input with echo" interrupt...
2002-04-03  Jukka HeinonenRedirect DOS writes to stdout/console to DOSVM_PutChar.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  NogFixed function 0xb.
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.