1. 9a6fbe4 Added missing WINAPI for the callback procs. by Marcus Meissner · 26 years ago
  2. 1bb9403 ANSI C fixes. by Patrik Stridvall · 26 years ago
  3. 07d2a78 Moved DOS List of Lists initialization, and added the beginnings of by Ove Kaaven · 26 years ago
  4. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  5. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  6. c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
  7. 14eadf5 Fixed crash when status was read with cd-rom tray open. by Eric Pouech · 26 years ago
  8. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  9. 58abac3 Fixed warnings. by Michael Veksler · 26 years ago
  10. e6f0b72 Added IOCTL function 0x440d/0x72. by Bertho Stultiens · 26 years ago
  11. ee0b5e6 Fixed "Display Combination" call. by Andreas Mohr · 26 years ago
  12. d5240f1 Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr). by Alexandre Julliard · 26 years ago
  13. 3496b43 Removed "implicit declaration" warnings. by Michael Veksler · 26 years ago
  14. 8768d7c Fixed a warning. by Jess Haas · 26 years ago
  15. 15aedbc Added stub for int2f 4b. by Jess Haas · 26 years ago
  16. aa4aca2 Fixed int25 & int26 error code. by Andreas Mohr · 26 years ago
  17. 14f18bf Implemented Get Shift Flags function. by Andreas Mohr · 26 years ago
  18. 866b337 Added port 0x60 for int 0x09, and port 0x20 for PIC handling. by Ove Kaaven · 26 years ago
  19. 4dfd859 Added int 0x09 and int 0x33. by Ove Kaaven · 26 years ago
  20. baed48e Implemented a int 0x33 handler, with a minimal implementation of the by Ove Kaaven · 26 years ago
  21. bb7f0de Implemented a int 0x09 handler, and a scancode queue that simulates by Ove Kaaven · 26 years ago
  22. d24cc27 Fixed a small bug in int10. by Jess Haas · 26 years ago
  23. ad2ffe5 Cosmetics. by Andreas Mohr · 26 years ago
  24. 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
  25. d203759 Fixed/implemented various interrupt functions. by Jess Haas · 26 years ago
  26. d11443e Added some stubs for int15 functions. by Jess Haas · 26 years ago
  27. d71e297 Various fixes for MSCDEX traps. by Eric Pouech · 26 years ago
  28. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  29. 9bfdb1b Added some more vga video modes. by Jess Haas · 26 years ago
  30. 63d3040 Fixed a couple of ugly warnings (caused by ugly errors). by Ove Kaaven · 26 years ago
  31. 8fc7312 Bug fix. by Andreas Mohr · 26 years ago
  32. 8f2fd39 Fully implemented Direct Console Input. by Ove Kaaven · 26 years ago
  33. f83cf69 Implemented mode setting things as well as VESA additions and other by Andreas Mohr · 26 years ago
  34. 2503e7e __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell, by Marcus Meissner · 26 years ago
  35. de43ef4 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and by Marcus Meissner · 26 years ago
  36. 412d025 Changed CreateDirectory LastError returns to match Win32 (found out by by Marcus Meissner · 26 years ago
  37. 32452a4 Added some support and stubs for VESA to msdos/int10.c. by Jess Haas · 26 years ago
  38. f6a9361 Adapted to CreateProcess changes. by Ulrich Weigand · 26 years ago
  39. 9ffd793 Fixed a couple of dosmem block resize bugs. by Ove Kaaven · 26 years ago
  40. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  41. 71ad441 Needs thread.h for non-Linux. by Marcus Meissner · 26 years ago
  42. 219cfd8 Optimized away more includes, readded some #includes for necessary prototypes. by Marcus Meissner · 26 years ago
  43. 1b9fef5 Added low-level Netware installation check. by · 26 years ago
  44. a82b91c Bugfixes for INT 10/0B (SetBackgroundColor) to work properly. by Joseph Pranevich · 26 years ago
  45. cebba4d Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors. by Joseph Pranevich · 26 years ago
  46. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  47. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  48. e82d2f9 Moved VGA port access check at the beginning in order to improve by Andreas Mohr · 26 years ago
  49. 9896a36 Added comments. Think I've fixed INT 10/08 (Get Character and by Joseph Pranevich · 26 years ago
  50. f935c59 Added missing includes to avoid warnings/errors. by Michael Veksler · 26 years ago
  51. d2fac75 Some values of pBiosData added/fixed. by Andreas Mohr · 26 years ago
  52. 6aa4f2e Removed references to obsolete msdos/cdrom.c file. by Eric Pouech · 26 years ago
  53. 4ff2a27 Changed DOS extended error handling to be based on SetLastError; by Alexandre Julliard · 26 years ago
  54. 17a9e34 Added missing includes (the PSP handling was incorrect, as the by Ove Kaaven · 26 years ago
  55. ab4a1c1 XMS fix. by Andreas Mohr · 26 years ago
  56. 7b22425 Spelling fix. by Andreas Mohr · 26 years ago
  57. a63458d Some interrupt enhancements. by Andreas Mohr · 26 years ago
  58. 935ccab implemented timer latching by Andreas Mohr · 26 years ago
  59. 6b5a811 Some more warnings and bugs fixed. by Marcus Meissner · 26 years ago
  60. 9c77b47 Preliminary color console support. by Joseph Pranevich · 26 years ago
  61. c2a1063 Commented out unused variables to prevent needless compiler warnings. by James Juran · 26 years ago
  62. 03479f8 Fixed a lot of warnings for possible problems. by Marcus Meissner · 26 years ago
  63. a7894d9 Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS data. by Andreas Mohr · 26 years ago
  64. 9acfc0e Clear DOS extended error only for funcs >=0x2f (thanks to Dave Pickles). by Ove Kaaven · 26 years ago
  65. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  66. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  67. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  68. d8935f1 Do not advance the cursor in certain routines. This cleaned up the by Joseph Pranevich · 26 years ago
  69. cc0248e Implemented raw device access calls for ioctlGenericBlkDevReq() by Andreas Mohr · 26 years ago
  70. eeaafcc Added automatic CMOS RAM checksum calculation. by Andreas Mohr · 26 years ago
  71. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  72. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  73. 25a810f Hook into the (stubbed) resize code in msdos int10. by Joseph Pranevich · 26 years ago
  74. 3569371 Moved DPMI wrapper allocation code to dosmem.c to REALLY make the by Ove Kaaven · 26 years ago
  75. 7a6228d Fixed a bunch of compiler warnings. by Andreas Mohr · 26 years ago
  76. 1cd0794 Let the System_Time_Selector clock tick. by Ulrich Weigand · 26 years ago
  77. 7b57b24 Adapted to CreateSystemTimer interface change. by Ulrich Weigand · 26 years ago
  78. 2866809 Implemented DPMI RMCBs using the DOS subsystem, and a few other by Ove Kaaven · 26 years ago
  79. 373bd35 Fixed DPMI_CallRMProc (I think). by Ove Kaaven · 26 years ago
  80. 9f8a529 File handle bug fix. by Stefan Leichter · 26 years ago
  81. a00b49f - Several kernel.spec return type mismatch fixes by Andreas Mohr · 26 years ago
  82. 1c1be3a Call the new console driver for some routines. This is not completely by Joseph Pranevich · 26 years ago
  83. 7129d9f Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit by Ulrich Weigand · 26 years ago
  84. 8f4252d Added INT21_ParseFileNameIntoFCB() and some other things to get by Andreas Mohr · 26 years ago
  85. ab635b2 Added stubs for several VxDs / interrupts. by Ulrich Weigand · 26 years ago
  86. 194cfed Simulate the VGA vertical refresh. by Ove Kaaven · 26 years ago
  87. a01bab7 Made this file DOSMOD friendly. by Andreas Mohr · 26 years ago
  88. 5359722 Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation. by Ove Kaaven · 26 years ago
  89. 99c174e Use macro V86_FLAG. by Ove Kaaven · 26 years ago
  90. 6877411 Set default video mode to 3 (80x25 color). by Ove Kaaven · 26 years ago
  91. 1499a84 Moved VGA-emulating DirectX code from dispdib.c to a separate by Ove Kaaven · 26 years ago
  92. 1410cdd A couple of TRACE messages are missing a newline at the end. by NF Stevens · 26 years ago
  93. c9e1950 Compile fix for Solaris. by Patrik Stridvall · 26 years ago
  94. 912049d Added support for int17 and int19. by Joseph Pranevich · 26 years ago
  95. e269f8a Stubs for dos mode reboot interrupt. by Carl van Schaik · 26 years ago
  96. 0ada41e Some printer stubs for DOS added. by Carl van Schaik · 26 years ago
  97. f217cf5 More stubs added. These changes are only partially mine, I just made by Joseph Pranevich · 26 years ago
  98. f7c6049 Added some traces and cleaned up a couple of things. by Joseph Pranevich · 26 years ago
  99. a370ab4 File sharing fixes. by Uwe Bonnes · 26 years ago
  100. 28c1132 First shot at DPMI realmode calls. by Ove Kaaven · 26 years ago