1. 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
  2. 8cd55d0 Moved most of the real-mode stuff to dlls/winedos. by Alexandre Julliard · 23 years ago
  3. cf6f12f Added RunInThread callout to winedos. by Ove Kaaven · 23 years ago
  4. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  5. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  6. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  7. e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
  8. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  9. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  10. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  11. e296bf3 Renamed CallTo16* functions to wine_call_to_16* and export them from by Alexandre Julliard · 24 years ago
  12. 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
  13. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  14. 693c531 When a Win16 app sets a selector base to low DOS memory, make sure low by Ove Kaaven · 24 years ago
  15. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  16. 770eb51 Moved most global data out of the LPDOSTASK structure. by Alexandre Julliard · 25 years ago
  17. 198746d Replaced global Callbacks structure by appropriate glue code by Alexandre Julliard · 25 years ago
  18. 2325ee4 Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32 by Ove Kaaven · 25 years ago
  19. e3b353e Removed hModule parameter from MZ_AllocDPMITask(), and renamed by Ove Kaaven · 25 years ago
  20. 7b49914 Removed the hModule parameter from various DOSMEM routines, the DOSMEM by Ove Kaaven · 25 years ago
  21. 3939b6d Make a global asm helper function to handle 32-bit RMCB calls, so we by Ove Kaaven · 25 years ago
  22. 83f6508 Avoid clobbering %ebx. by Alexandre Julliard · 25 years ago
  23. b30b0e7 Use lcall opcodes, so all gas-es understand it... by Ove Kaaven · 25 years ago
  24. 0e823c5 Fixed broken assembler. Removed support for old protected-mode hack by Ove Kaaven · 25 years ago
  25. 9b2060a Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using by Ove Kaaven · 25 years ago
  26. 0121ac1 Removed mis-aligned accesses during BIOS/DOS data initialization. by Ulrich Weigand · 25 years ago
  27. 330cd69 Fixed some warnings. by Patrik Stridvall · 25 years ago
  28. 60729af Commented out broken __asm__, added comments where it is broken. by Marcus Meissner · 25 years ago
  29. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  30. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  31. 410d899 Modification due to problems with winapi-check. by Patrik Stridvall · 26 years ago
  32. 7d8cfeb Removed IP_reg, SP_reg and FL_reg definitions to avoid potential by Alexandre Julliard · 26 years ago
  33. a1089c5 Made stack manipulation macros into inline functions. by Alexandre Julliard · 26 years ago
  34. 61fece0 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  35. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  36. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  37. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  38. e78e1af Various DPMI fixes and preliminary DPMI raw mode switch handler. by Ove Kaaven · 26 years ago
  39. e9251b0 Improved shortcuts - follows jumps in trying to avoid switching to by Ove Kaaven · 26 years ago
  40. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  41. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  42. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  43. 2503e7e __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell, by Marcus Meissner · 26 years ago
  44. de43ef4 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and by Marcus Meissner · 26 years ago
  45. f6a9361 Adapted to CreateProcess changes. by Ulrich Weigand · 26 years ago
  46. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  47. 71ad441 Needs thread.h for non-Linux. by Marcus Meissner · 26 years ago
  48. 219cfd8 Optimized away more includes, readded some #includes for necessary prototypes. by Marcus Meissner · 26 years ago
  49. c2a1063 Commented out unused variables to prevent needless compiler warnings. by James Juran · 26 years ago
  50. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  51. 3569371 Moved DPMI wrapper allocation code to dosmem.c to REALLY make the by Ove Kaaven · 26 years ago
  52. 2866809 Implemented DPMI RMCBs using the DOS subsystem, and a few other by Ove Kaaven · 26 years ago
  53. 373bd35 Fixed DPMI_CallRMProc (I think). by Ove Kaaven · 26 years ago
  54. a00b49f - Several kernel.spec return type mismatch fixes by Andreas Mohr · 26 years ago
  55. 7129d9f Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit by Ulrich Weigand · 26 years ago
  56. 99c174e Use macro V86_FLAG. by Ove Kaaven · 26 years ago
  57. c9e1950 Compile fix for Solaris. by Patrik Stridvall · 26 years ago
  58. 28c1132 First shot at DPMI realmode calls. by Ove Kaaven · 26 years ago
  59. a7cf4ee Simulates DPMI memory map by converting lower-MB segment base by Ove Kaaven · 26 years ago
  60. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  61. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  62. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  63. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  64. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  65. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  66. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  67. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  68. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  69. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  70. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  71. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  72. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  73. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  74. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  75. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  76. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  77. 7ff1c41 Release 970525 by Alexandre Julliard · 28 years ago wine-970525
  78. 84c70f5 Release 970509 by Alexandre Julliard · 28 years ago wine-970509
  79. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  80. f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215
  81. 349a953 Release 970202 by Alexandre Julliard · 28 years ago wine-970202
  82. 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101[Renamed (98%) from miscemu/dpmi.c]
  83. b1bac32 Release 961215 by Alexandre Julliard · 28 years ago wine-961215
  84. 2c69f6d Release 960928 by Alexandre Julliard · 29 years ago wine-960928
  85. 8bbf818 Release 960913 by Alexandre Julliard · 29 years ago wine-960913
  86. ac9c9b0 Release 960728 by Alexandre Julliard · 29 years ago wine-960728
  87. 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
  88. ca22b33 Release 960712 by Alexandre Julliard · 29 years ago wine-960712
  89. 3051b64 Release 960705 by Alexandre Julliard · 29 years ago wine-960705
  90. 1285c2f Release 960506 by Alexandre Julliard · 29 years ago wine-960506
  91. 0c126c7 Release 960218 by Alexandre Julliard · 29 years ago wine-960218
  92. 7e56f68 Release 960131 by Alexandre Julliard · 29 years ago wine-960131
  93. 4f8c37b Release 960114 by Alexandre Julliard · 29 years ago wine-960114
  94. d7d4fdf Release 951226 by Alexandre Julliard · 29 years ago wine-951226
  95. af0bae5 Release 951003 by Alexandre Julliard · 30 years ago wine-951003
  96. 808cb04 Release 950817 by Alexandre Julliard · 30 years ago wine-950817
  97. e2991ea Release 950727 by Alexandre Julliard · 30 years ago wine-950727
  98. bd34d4f Release 950620 by Alexandre Julliard · 30 years ago wine-950620