1. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  2. 693c531 When a Win16 app sets a selector base to low DOS memory, make sure low by Ove Kaaven · 24 years ago
  3. f39a69a Use the virtual real-mode interrupt table if low DOS memory isn't mapped. by Ove Kaaven · 24 years ago
  4. b27ee9b Reorganized DOS memory remapping slightly, so that the real-mode by Ove Kaaven · 24 years ago
  5. eff75a3 Added missing #include <sys/types.h>. by Gerald Pfeifer · 24 years ago
  6. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  7. 588ee35 Always open/close the CD-ROM device for every Windows API CD-ROM access. by Andreas Mohr · 24 years ago
  8. 959d73e Reduce the number of warnings about missing initializers. by Joerg Mayer · 24 years ago
  9. 7c4bee5 Implemented DOS INT21 AH=4B (EXEC). by Ove Kaaven · 24 years ago
  10. 80fc23a Set selector 0000H base to 0xf0000 until the first 64K are unprotected. by Alexandre Julliard · 24 years ago
  11. 866c588 Added DOS int 21h function 4452h support (DR-DOS version check). by Peter Hawkins · 24 years ago
  12. 11776c1 Moved comm.c into kernel32. by Mike McCormack · 24 years ago
  13. 97b9009 Removed dependency on globals LPT[] and COM{}. by Mike McCormack · 24 years ago
  14. 744134e Replace null bytes by spaces in WriteConsoleOutputA call. by Andreas Mohr · 24 years ago
  15. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  16. ab170a9 Fixed a few non portable zero-size array declarations. by Alexandre Julliard · 25 years ago
  17. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  18. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  19. 770eb51 Moved most global data out of the LPDOSTASK structure. by Alexandre Julliard · 25 years ago
  20. 9edc7d0 Misc cleanups. by Alexandre Julliard · 25 years ago
  21. 5f150ba Stub support for int2f/ax=1684/bx=0027 (VXDLDR). by James Abbatiello · 25 years ago
  22. 217a682 Minor cosmetic changes. by Andreas Mohr · 25 years ago
  23. 9ad9e65 Fixes for reading latched values with ports 0x40-0x43. by James Abbatiello · 25 years ago
  24. c0b2b9e Stubbed INT 15 function 84h. by Chris Morgan · 25 years ago
  25. dcd247e Moved CharUpper* and CharLower* functions to dlls/user. by Alexandre Julliard · 25 years ago
  26. 198746d Replaced global Callbacks structure by appropriate glue code by Alexandre Julliard · 25 years ago
  27. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  28. 4fef2f1 Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. by Alexandre Julliard · 25 years ago
  29. 09ddb59 Make USER and GDI separate dlls. by Alexandre Julliard · 25 years ago
  30. 15467bf Moved MulDiv() and VGA routines out of GDI. by Alexandre Julliard · 25 years ago
  31. 660b510 Removed DOS task fields from the NE_MODULE structure. by Ove Kaaven · 25 years ago
  32. 6200a48 Fixed a few problems. by Ove Kaaven · 25 years ago
  33. 2325ee4 Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32 by Ove Kaaven · 25 years ago
  34. e3b353e Removed hModule parameter from MZ_AllocDPMITask(), and renamed by Ove Kaaven · 25 years ago
  35. e6d8768 Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and by Ove Kaaven · 25 years ago
  36. bf5ceb9 Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead by Ove Kaaven · 25 years ago
  37. 9f5ef0b Make direct console input routines go through int16, rather than by Ove Kaaven · 25 years ago
  38. a9c19f0 Let Int09 routines remember a keystroke's ASCII code, if available. by Ove Kaaven · 25 years ago
  39. eba5752 Added some int33 function stubs. by Ove Kaaven · 25 years ago
  40. aeb9c4e Changed a few core int10 routines to use the BIOS data segment cursor by Ove Kaaven · 25 years ago
  41. 7b49914 Removed the hModule parameter from various DOSMEM routines, the DOSMEM by Ove Kaaven · 25 years ago
  42. 0a116b8 Just get DOS task structure from MZ_Current(), instead of (clumsily) by Ove Kaaven · 25 years ago
  43. 3939b6d Make a global asm helper function to handle 32-bit RMCB calls, so we by Ove Kaaven · 25 years ago
  44. 83f6508 Avoid clobbering %ebx. by Alexandre Julliard · 25 years ago
  45. 3084b58 - fixed a gross bug in SetCurrentDirectoryA (where changing to a new by Andreas Mohr · 25 years ago
  46. b30b0e7 Use lcall opcodes, so all gas-es understand it... by Ove Kaaven · 25 years ago
  47. e58bd1b Make int16 read from the BIOS keyboard buffer, not directly from the by Ove Kaaven · 25 years ago
  48. 0e823c5 Fixed broken assembler. Removed support for old protected-mode hack by Ove Kaaven · 25 years ago
  49. 9b2060a Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using by Ove Kaaven · 25 years ago
  50. 5890c09 Use GetSystemDefaultLangID() instead of WINE_LanguageId. by Dmitry Timoshkov · 25 years ago
  51. c94e086 Fixed some warnings. by Patrik Stridvall · 25 years ago
  52. 0121ac1 Removed mis-aligned accesses during BIOS/DOS data initialization. by Ulrich Weigand · 25 years ago
  53. 330cd69 Fixed some warnings. by Patrik Stridvall · 25 years ago
  54. 4324b47 Delay loading of interrupt table functions until they are needed. by Alexandre Julliard · 25 years ago
  55. de30490 Delay initialization of I/O permissions until they are first used. by Alexandre Julliard · 25 years ago
  56. 984f3d9 Implemented int 0x21 long file name function 0x71a0: Get Volume Info. by Andreas Mohr · 25 years ago
  57. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  58. 60729af Commented out broken __asm__, added comments where it is broken. by Marcus Meissner · 25 years ago
  59. ce23e9b Scale mouse coordinates to default width 640. by Ove Kaaven · 25 years ago
  60. 12222f0 Fixed a few compilation warnings. by Eric Pouech · 25 years ago
  61. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  62. 21c04b9 Implemented FAT32 function 7302 (Get Extended DPB). by Ian Schmidt · 25 years ago
  63. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  64. c3bcd6c - Slightly reworked include files (less messy, more straightforward). by David Elliott · 25 years ago
  65. 4eb4380 Removed superfluous #include statements for header files included twice. by Niels Kristian Bech Jensen · 25 years ago
  66. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  67. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  68. fc296da Removed extra includes from ole.h and wingdi.h. by Alexandre Julliard · 25 years ago
  69. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  70. a16c0e1 - implemented serial numbers for audio CDs and data CDs by Andreas Mohr · 25 years ago
  71. c956f67 Added INT_Int16ReadChar and made int09 handle special keys. by Ove Kaaven · 25 years ago
  72. 0b7a532 Made int9 handler add keystroke to BIOS keyboard buffer. by Ove Kaaven · 25 years ago
  73. 1fe9334 - support for reading labels and serial nums from device by Andreas Mohr · 25 years ago
  74. b4b9303 Fixed first/last playable frame referencing. by Eric Pouech · 25 years ago
  75. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  76. 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
  77. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  78. 0e04d8b Report non-hercules video. Turned on int 2a. by Robert 'Admiral' Coeyman · 25 years ago
  79. d87a8ab Replicate CreateDirectory() LastError workaround for the LFN part. by Marcus Meissner · 25 years ago
  80. 410d899 Modification due to problems with winapi-check. by Patrik Stridvall · 26 years ago
  81. 26e1653 Implemented uppercasing functions (based on a patch by Robert by Alexandre Julliard · 26 years ago
  82. 311e456 Added support for anonymous structs/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
  83. 7d8cfeb Removed IP_reg, SP_reg and FL_reg definitions to avoid potential by Alexandre Julliard · 26 years ago
  84. a1089c5 Made stack manipulation macros into inline functions. by Alexandre Julliard · 26 years ago
  85. 0e38aa7 Various ANSI C compability fixes. by Patrik Stridvall · 26 years ago
  86. ff9c44f Bugfix: missing WINAPIs added. by Ulrich Weigand · 26 years ago
  87. 61fece0 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  88. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  89. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  90. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  91. e78e1af Various DPMI fixes and preliminary DPMI raw mode switch handler. by Ove Kaaven · 26 years ago
  92. f7bd7ad Added INT_Int16AddChar. by Ove Kaaven · 26 years ago
  93. 59c8273 Changed global DOS_LOL into function DOSMEM_LOL() in order to operate by Ove Kaaven · 26 years ago
  94. f08b819 Some stubs for pccard vxd to debug the native shell32. by Juergen Schmied · 26 years ago
  95. e9251b0 Improved shortcuts - follows jumps in trying to avoid switching to by Ove Kaaven · 26 years ago
  96. 9a6fbe4 Added missing WINAPI for the callback procs. by Marcus Meissner · 26 years ago
  97. 1bb9403 ANSI C fixes. by Patrik Stridvall · 26 years ago
  98. 07d2a78 Moved DOS List of Lists initialization, and added the beginnings of by Ove Kaaven · 26 years ago
  99. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  100. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago