- d210bc8 Small cleanup. by Alexandre Julliard · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 5fbb446 Moved most of the 16-bit task support and NE module loader to dlls/kernel. by Alexandre Julliard · 22 years ago
- e827269 Migrate create/open file functions to winedos. by Jukka Heinonen · 22 years ago
- 4cbc69a Move get current directory and set current directory int21 by Jukka Heinonen · 22 years ago
- f07dfff Migrate most int21 ioctl routines to winedos. by Jukka Heinonen · 22 years ago
- c646408 Move get current drive int21 function to winedos. by Jukka Heinonen · 22 years ago
- 013f894 Moved dosconf.c to winedos. by Jukka Heinonen · 22 years ago
- 6f6eb82 Add prototype for GetCompressedFileSize. Move some int21 functions to by Jukka Heinonen · 22 years ago
- d76a16e Fix two comparisons between a 32 bit register with a 16 bit error code. by Rein Klazes · 22 years ago
- 2918ee6 Move decoding of long file name functions to winedos. by Jukka Heinonen · 22 years ago
- 54f377c Move resize memory block to winedos and make it resize in place and by Jukka Heinonen · 22 years ago
- 101f91d Reorganize IOCTL handling. by Jukka Heinonen · 22 years ago
- 8e8518d Fix buffered input function. Add support for UMB subfunctions to by Jukka Heinonen · 22 years ago
- f92c8ca Return scancode when extended keycodes are read using console input by Jukka Heinonen · 22 years ago
- f63e5b6 Remove errno.h from files that do not need it. by Marcus Meissner · 22 years ago
- 66b29b2 Return number of bytes written when writing to DOS console using int21 by Jukka Heinonen · 22 years ago
- be1c6de Move int21 country information handling to winedos. by Jukka Heinonen · 22 years ago
- 1cfc850 Move int08 stub and LOL to upper memory. Move simple int21 functions to winedos. by Jukka Heinonen · 22 years ago
- 8e266a6 Fixed error checking in file creation and closing. by Andreas Mohr · 22 years ago
- 2ec8b71 Clean up int21 handling. Move error handling to winedos. by Jukka Heinonen · 22 years ago
- 7421425 Rename old DOS3Call as INT_Int21Handler and make new DOS3Call call by Jukka Heinonen · 22 years ago
- 1a66505 Removed last users of msdos/interrupts.c. by Jukka Heinonen · 22 years ago
- 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
- 3fa613c Moved internal context macros out of winnt.h. by Alexandre Julliard · 23 years ago
- 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
- d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
- 57bf450 MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
- d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 4895768 Link to the curses library only for the dlls that need it. by Alexandre Julliard · 23 years ago
- 8cd55d0 Moved most of the real-mode stuff to dlls/winedos. by Alexandre Julliard · 23 years ago
- 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
- 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
- e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
- 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
- 82b517d Implemented the int21 LFN rename file function. by Andreas Mohr · 24 years ago
- da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
- e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- bf67259 Use the DRIVE_* API constants instead of the DRIVETYPE enum. by Alexandre Julliard · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- 5ce902b Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and by Alexandre Julliard · 24 years ago
- 7c4bee5 Implemented DOS INT21 AH=4B (EXEC). by Ove Kaaven · 24 years ago
- 866c588 Added DOS int 21h function 4452h support (DR-DOS version check). by Peter Hawkins · 24 years ago
- d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
- dcd247e Moved CharUpper* and CharLower* functions to dlls/user. by Alexandre Julliard · 25 years ago
- 9f5ef0b Make direct console input routines go through int16, rather than by Ove Kaaven · 25 years ago
- 7b49914 Removed the hModule parameter from various DOSMEM routines, the DOSMEM by Ove Kaaven · 25 years ago
- 0a116b8 Just get DOS task structure from MZ_Current(), instead of (clumsily) by Ove Kaaven · 25 years ago
- 5890c09 Use GetSystemDefaultLangID() instead of WINE_LanguageId. by Dmitry Timoshkov · 25 years ago
- 984f3d9 Implemented int 0x21 long file name function 0x71a0: Get Volume Info. by Andreas Mohr · 25 years ago
- c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
- 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
- 21c04b9 Implemented FAT32 function 7302 (Get Extended DPB). by Ian Schmidt · 25 years ago
- 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
- 4eb4380 Removed superfluous #include statements for header files included twice. by Niels Kristian Bech Jensen · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
- d87a8ab Replicate CreateDirectory() LastError workaround for the LFN part. by Marcus Meissner · 25 years ago
- 26e1653 Implemented uppercasing functions (based on a patch by Robert by Alexandre Julliard · 26 years ago
- 7d8cfeb Removed IP_reg, SP_reg and FL_reg definitions to avoid potential by Alexandre Julliard · 26 years ago
- 61fece0 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
- 59c8273 Changed global DOS_LOL into function DOSMEM_LOL() in order to operate by Ove Kaaven · 26 years ago
- 07d2a78 Moved DOS List of Lists initialization, and added the beginnings of by Ove Kaaven · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- e6f0b72 Added IOCTL function 0x440d/0x72. by Bertho Stultiens · 26 years ago
- d5240f1 Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr). by Alexandre Julliard · 26 years ago
- ad2ffe5 Cosmetics. by Andreas Mohr · 26 years ago
- d203759 Fixed/implemented various interrupt functions. by Jess Haas · 26 years ago
- 8f2fd39 Fully implemented Direct Console Input. by Ove Kaaven · 26 years ago
- 412d025 Changed CreateDirectory LastError returns to match Win32 (found out by by Marcus Meissner · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 219cfd8 Optimized away more includes, readded some #includes for necessary prototypes. by Marcus Meissner · 26 years ago
- 4ff2a27 Changed DOS extended error handling to be based on SetLastError; by Alexandre Julliard · 26 years ago
- 17a9e34 Added missing includes (the PSP handling was incorrect, as the by Ove Kaaven · 26 years ago
- a63458d Some interrupt enhancements. by Andreas Mohr · 26 years ago
- 03479f8 Fixed a lot of warnings for possible problems. by Marcus Meissner · 26 years ago
- 9acfc0e Clear DOS extended error only for funcs >=0x2f (thanks to Dave Pickles). by Ove Kaaven · 26 years ago
- 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
- 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
- 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
- cc0248e Implemented raw device access calls for ioctlGenericBlkDevReq() by Andreas Mohr · 26 years ago
- 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
- 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
- 7a6228d Fixed a bunch of compiler warnings. by Andreas Mohr · 26 years ago
- 9f8a529 File handle bug fix. by Stefan Leichter · 26 years ago
- 1c1be3a Call the new console driver for some routines. This is not completely by Joseph Pranevich · 26 years ago
- 7129d9f Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit by Ulrich Weigand · 26 years ago
- 8f4252d Added INT21_ParseFileNameIntoFCB() and some other things to get by Andreas Mohr · 26 years ago
- a01bab7 Made this file DOSMOD friendly. by Andreas Mohr · 26 years ago
- 0be3963 Terminate and Stay Resident now a fixme because it shouldn't be a by Joseph Pranevich · 26 years ago
- c6e16c3 I think it's time to rethink the HFILE16_TO_HFILE32 strategy, by Ove Kaaven · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
- a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913