1. b5bb32c Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  2. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  3. 3fa613c Moved internal context macros out of winnt.h. by Alexandre Julliard · 23 years ago
  4. d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
  5. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  6. 13f2a17 Convert HTASK to void* (based on a patch by Michael Stefaniuc). by Alexandre Julliard · 23 years ago
  7. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  8. 7fbd74e Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues. by Alexandre Julliard · 23 years ago
  9. 6db8aba Removed service thread support. by Alexandre Julliard · 23 years ago
  10. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  11. 9dc5b97 Only use winsock2.h in Wine. by Francois Gouget · 24 years ago
  12. 7c4b140 Fixed HTASK/HTASK16 handle mismatch. by Alexandre Julliard · 24 years ago
  13. 5edf4e1 Removed a few unnecessary Callouts. by Alexandre Julliard · 24 years ago
  14. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  15. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  16. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  17. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  18. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  19. 0ca9465 Removed unneeded inclusion of queue.h. by Alexandre Julliard · 24 years ago
  20. c2bc22b Spelling fixes. by Andreas Mohr · 24 years ago
  21. a67e648 Removed THREAD_IsWin16. by Alexandre Julliard · 24 years ago
  22. 3e7497f Unified 16-bit and 32-bit scheduling a bit more. by Alexandre Julliard · 24 years ago
  23. 627c907 Don't load user32 too early on for 16-bit apps, so that app-specific by Alexandre Julliard · 24 years ago
  24. 9ee9eff Use the standard CreateThread routine to create 16-bit tasks instead by Alexandre Julliard · 24 years ago
  25. ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
  26. 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  27. 4f2df51 Replaced GLOBAL_Alloc by GlobalAlloc16 where possible. by Alexandre Julliard · 24 years ago
  28. cc19592 Added check whether unaligned memory access is allowed. by Ulrich Weigand · 24 years ago
  29. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  30. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  31. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  32. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  33. fc2c5df Implemented TerminateApp needed for DBase 5.0. by Andreas Mohr · 24 years ago
  34. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  35. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  36. 0a8114c Raise an exception for unimplemented 16-bit entry points too. by Alexandre Julliard · 24 years ago
  37. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  38. 334a42f Fixed a few compilation warnings by Dimitrie O. Paun · 24 years ago
  39. a9f6a9d Explicitly initialize structures. by Patrik Stridvall · 24 years ago
  40. 6a2a2eb Make sure that we skip tasks with missing hInstance. by Andreas Mohr · 25 years ago
  41. afb49ea Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun). by Alexandre Julliard · 25 years ago
  42. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  43. 770eb51 Moved most global data out of the LPDOSTASK structure. by Alexandre Julliard · 25 years ago
  44. 7bbba4f Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal. by Alexandre Julliard · 25 years ago
  45. 62f3eaa Transform every ERR() to WARN() in MakeProcInstance. by Andreas Mohr · 25 years ago
  46. 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
  47. 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
  48. 15aef00 Skip quoted program name when building command line. by Alexandre Julliard · 25 years ago
  49. 3bbd167 Removed usage of obsolete pModule->lpDosTask. by Ove Kaaven · 25 years ago
  50. b18dbd2 Perform NE_InitProcess in the context of the new task. by Alexandre Julliard · 25 years ago
  51. 2caee71 Spelling fixes. by Andreas Mohr · 25 years ago
  52. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  53. 7e85ea7 Moved stack switch handling (large stack) to sysdeps.c by Ulrich Weigand · 25 years ago
  54. 0211d70 Make sure initial task is not marked as 32-bit. by Alexandre Julliard · 25 years ago
  55. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  56. f2f0927 Fixed initialization of INSTANCEDATA in InitTask(). by Ulrich Weigand · 25 years ago
  57. 4d05761 Make sure hInstance is a proper global handle and not a selector value. by Bernd Herd · 25 years ago
  58. 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
  59. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  60. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  61. 45b5bcf Several fixes to MakeProcInstance. by Andreas Mohr · 25 years ago
  62. 67a24c8 Store the handle of the process exe file in the server. by Alexandre Julliard · 25 years ago
  63. fa5647a Fixed race between Win16 parent and child for first rescheduling by Ulrich Weigand · 25 years ago
  64. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  65. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  66. 979000e Call 16-bit instead of 32-bit UserSignalProc entry point. by Ulrich Weigand · 25 years ago
  67. 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
  68. f959be9 Ignore wrong hInstance. by Uwe Bonnes · 25 years ago
  69. f45608f Winsock rewrite. Sockets are now proper win32 handles. by Ove Kaaven · 25 years ago
  70. c44ab1f Don't create thunk for task signal proc, call it directly. by Ulrich Weigand · 26 years ago
  71. a2d5bb3 Bugfix: Improved GetCodeHandle16 / GetCodeInfo16. by Ulrich Weigand · 26 years ago
  72. 3df3e53 Bugfix: restore STACK16FRAME fields in SwitchStackBack16. by Ulrich Weigand · 26 years ago
  73. c50a1d0 Adapted to new-style Wine thunks. by Ulrich Weigand · 26 years ago
  74. a1089c5 Made stack manipulation macros into inline functions. by Alexandre Julliard · 26 years ago
  75. 081daf7 Implemented KERNEL.447 (WIN32_OldYield16). by Ulrich Weigand · 26 years ago
  76. 4d55035 Bugfix: Install task-entry breakpoint *after* EXE module is initialized. by Ulrich Weigand · 26 years ago
  77. cfa977d Fixed bugs introduced by 'register' and 'return' function changes. by Ulrich Weigand · 26 years ago
  78. 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
  79. e32a317 Removed the old, historical and no longer working IPC support. by Marcus Meissner · 26 years ago
  80. a3afeef Fix InitTask() to work if DGROUP was manually resized. by Ulrich Weigand · 26 years ago
  81. 3c717e4 Bugfix: TASK_CallToStart didn't pass correct hInstance to app. by Ulrich Weigand · 26 years ago
  82. fbea530 On NE process creation, move major part of NE EXE module loading and by Ulrich Weigand · 26 years ago
  83. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  84. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  85. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  86. ed49003 16-bit scheduler reorganized: run all tasks in their own thread. by Ulrich Weigand · 26 years ago
  87. 54a39e2 Got rid of THREAD_InitDone. by Alexandre Julliard · 26 years ago
  88. bda3969 Removed process argument to PROCESS_CallUserSignalProc. by Alexandre Julliard · 26 years ago
  89. 89fc6fd Moved WINSOCK network IO event handling to special thread. by Ulrich Weigand · 26 years ago
  90. 8c2dc8b Adapted to event synchronization changes. by Ulrich Weigand · 26 years ago
  91. c319c66 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and by Ulrich Weigand · 26 years ago
  92. e9caf93 Removed TIMER_SwitchQueue. by Ulrich Weigand · 26 years ago
  93. 1c971e3 Some initialization sequence bugfixes: by Ulrich Weigand · 26 years ago
  94. 70b2e38 Fixed various stupid bugs in services thread routines. by Ulrich Weigand · 26 years ago
  95. 481a8e2 Bug fixes. by Alexandre Julliard · 26 years ago
  96. 1c4c409 Don't initialise the stacks for 32-bit processes. by Alexandre Julliard · 26 years ago
  97. e8c6a08 Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  98. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  99. d1e2239 Bugfix: Always release the Win16Lock in TASK_Reschedule. by Ulrich Weigand · 26 years ago
  100. 2e65876 Send USIG_PROCESS_CREATE signal. by Ulrich Weigand · 26 years ago