1. c9e25db kernel32: Set the 64-bit flag for builtin executables based on their load directory. by Alexandre Julliard · 15 years ago
  2. 4313c95 kernel32: Retrieve the executable information as soon as we open the file. by Alexandre Julliard · 15 years ago
  3. 28f13f8 kernel32: Add a structure to store all the information about an executable. by Alexandre Julliard · 15 years ago
  4. 072b737 kernel32: Specify the full application path when starting wineboot.exe. by Alexandre Julliard · 15 years ago
  5. aadf703 ntdll: The meaning of the flag is inverted between RtlWow64EnableFsRedirection and RtlWow64EnableFsRedirectionEx. by Alexandre Julliard · 15 years ago
  6. e487b56 kernel32: Make GetQueuedCompletionStatus return failure for I/O errors, as per MSDN. by Alexandre Julliard · 15 years ago
  7. fca16bc kernel32: Implement GetProductInfo on top of ntdll stub. by Alexander Nicolaysen Sørnes · 15 years ago
  8. 3c92b6c kernel32: Add stub for GetVolumePathNamesForVolumeNameW. by Louis Lenders · 15 years ago
  9. cde8673 kernel32/tests: Fix an intermittent test failure on Vista+. by Paul Vriens · 15 years ago
  10. e94587c kernel32: Fix copied data length. by Nikolay Sivov · 15 years ago
  11. c968989 kernel32: Create the syswow64 directory if necessary. by Alexandre Julliard · 15 years ago
  12. 985dd53 kernel32: Store the symlink target directly into the correct buffer in GetVolumeNameForVolumeMountPointW. by Alexandre Julliard · 15 years ago
  13. f86d10f kernel32: Make sure the 32/64-bit state of the wineprefix matches the binary we are running. by Alexandre Julliard · 15 years ago
  14. 11b0b06 kernel32: Return the appropriate binary type for 64-bit PE files. by Alexandre Julliard · 15 years ago
  15. 4696a53 kernel32: Fix two little leaks in heap test. by Dan Kegel · 15 years ago
  16. 65fc5aa kernel32/nls: Add genitive forms for Lithuanian locale. by Aurimas Fišeras · 15 years ago
  17. 2b7a365 kernel32/locale: Add support for LOCALE_RETURN_GENITIVE_NAMES for LOCALE_SMONTHNAME* locale data, update Russian nls resource accordingly. by Nikolay Sivov · 15 years ago
  18. 15c0f0a kernel32/tests: Add tests for LOCALE_RETURN_GENITIVE_NAMES flag for GetLocaleInfoW. by Nikolay Sivov · 15 years ago
  19. 87894c5 kernel32: Use the PWD variable to set the initial current directory. by Alexandre Julliard · 15 years ago
  20. d11df51 kernel32/tests: Fix some test failures on Win9x/WinMe. by Paul Vriens · 15 years ago
  21. 2c725de kernel32: Correct ullTotalVirtual for GlobalMemoryStatusEx(). by Ray Hinchliffe · 15 years ago
  22. 282cc71 kernel32: Make some functions hookable. by Stefan Dösinger · 16 years ago
  23. 27ebfdb kernel32: Implement HeapQueryInformation, add some basic tests for it. by Dmitry Timoshkov · 15 years ago
  24. 42c5215 kernel32: Moved the DeviceIoControl function to file.c. by Alexandre Julliard · 15 years ago
  25. 69a1fba kernel32: Move some 16-bit definitions to kernel16_private.h. by Alexandre Julliard · 15 years ago
  26. e5288bf kernel32: Move the DOS file handle functions to file16.c. by Alexandre Julliard · 15 years ago
  27. 86c6021 kernel32: Reimplement GetPrivateProfileString16 on top of 32-bit functions and move it to file16.c. by Alexandre Julliard · 15 years ago
  28. 362ecd0 kernel32: Fix handling of overflows in GetPrivateProfileSectionA. by Alexandre Julliard · 15 years ago
  29. 55423d8 kernel32/tests: Check last error before calling lstrcmpA() since it may reset GLE. by Ge van Geldorp · 15 years ago
  30. 21df49c kernel32: Don't export the large integer functions on 64-bit. by Alexandre Julliard · 15 years ago
  31. 65bc159 kernel32: Move the k32 kernel32->user32 helpers to thunk.c. by Alexandre Julliard · 15 years ago
  32. e0ce6dc kernel32: Move Get/SetProcessDword to kernel16.c. by Alexandre Julliard · 15 years ago
  33. 806deab kernel32: Fix a couple of compiler warnings on 64-bit. by Alexandre Julliard · 15 years ago
  34. 2f3e8d3 kernel32: Move the 16-bit version functions to kernel16.c. by Alexandre Julliard · 15 years ago
  35. 4496f28 kernel32: Move the 16-bit PE module functions to kernel16.c. by Alexandre Julliard · 15 years ago
  36. 6404817 kernel32: Move the 16-bit handle functions to kernel16.c. by Alexandre Julliard · 15 years ago
  37. b6e0b34 kernel32: Move the 16-bit thread and process functions to kernel16.c. by Alexandre Julliard · 15 years ago
  38. 79cb779 kernel32: Move the 16-bit debugger functions to kernel16.c. by Alexandre Julliard · 15 years ago
  39. c57fd07 kernel32: Move the 16-bit synchronization functions to kernel16.c. by Alexandre Julliard · 15 years ago
  40. fe2c157 kernel32: Move the 16-bit error functions to error16.c. by Alexandre Julliard · 15 years ago
  41. 3b1186d kernel32: Move the 16-bit string functions to kernel16.c. by Alexandre Julliard · 15 years ago
  42. 63d77d0 kernel32/tests: Skip some resource tests on Win7. by Ge van Geldorp · 15 years ago
  43. 6d416e6 kernel32/tests: Don't crash on WinMe. by Paul Vriens · 15 years ago
  44. fe1374c kernel32: Fix empty function prototypes. by Alexandre Julliard · 15 years ago
  45. 26aea12 kernel32: Use call_entry_point to call functions with variable number of arguments. by Alexandre Julliard · 15 years ago
  46. 02ce96f kernel32: Send debug strings to system-wide monitor. by Andrey Turkin · 15 years ago
  47. 3eaecf0 kernel32: Always use ANSI version of OutputDebugString. by Andrey Turkin · 15 years ago
  48. 6571d1e kernel32/tests: Add acceptable error codes for Win7 process test. by Ge van Geldorp · 24 years ago
  49. 4d50590 kernel32/tests: Fix atom tests on Win7. by Ge van Geldorp · 24 years ago
  50. 73d38b0 kernel32/tests: Use better types than long. by Michael Stefaniuc · 15 years ago
  51. 95eb435 kernel32: Catch invalid memory accesses in resource enumeration handlers. by Andrey Turkin · 15 years ago
  52. c81d1e7 kernel32/tests: Pass test on error code returned by Windows 7. by Dmitry Kislyuk · 15 years ago
  53. 6614323 kernel32: Set time between interrupts in GetSystemTimeAdjustment. by Juan Lang · 15 years ago
  54. a04e265 kernel32/tests: Fix some test failures on WinMe. by Paul Vriens · 15 years ago
  55. c1dbead kernel32: Make toolhelp.dll into a stand-alone 16-bit module. by Alexandre Julliard · 15 years ago
  56. 72b0389 kernel32: Moved private function prototypes out of toolhelp.h. by Alexandre Julliard · 15 years ago
  57. b088cc5 kernel32: Moved GetThreadSelectorEntry to thread.c. by Alexandre Julliard · 15 years ago
  58. 2c491fe kernel32: Moved ToolHelpHook16 to kernel16.c, it's not a toolhelp function. by Alexandre Julliard · 15 years ago
  59. 9bf4de2 kernel32: Moved MemManInfo16 to toolhelp16.c. by Alexandre Julliard · 15 years ago
  60. 2e1b87d kernel32: Allocate the global arena array only once and store a pointer to it in THHOOK. by Alexandre Julliard · 15 years ago
  61. 55b5e3a kernel32: Make system.drv into a stand-alone 16-bit module. by Alexandre Julliard · 15 years ago
  62. 68dd560 winedos: Always run the BIOS tick timer. by Alexandre Julliard · 15 years ago
  63. 2c576e8 kernel32: Check parameter of CheckRemoteDebuggerPresent with tests. by Stefan Leichter · 16 years ago
  64. b9251bc kernel32/tests: Fix a couple of failures in the comm tests. by Alexandre Julliard · 16 years ago
  65. 9f28d9a kernel32: Cope with an empty resource section in UpdateResource. by Alexandre Julliard · 16 years ago
  66. a8c1969 kernel32: Add missing stdarg.h include. by Michael Stefaniuc · 16 years ago
  67. e1e9f59 kernel32: Rewrite GetSystemInfo() purely on ntdll calls. by Eric Pouech · 16 years ago
  68. 004fdc7 ntdll: Moved CPU related registry key creation from kernel32 to ntdll. by Eric Pouech · 16 years ago
  69. 0bf33d6 kernel32: Store the process features flag in the KUSER_SHARED_DATA structure. by Eric Pouech · 16 years ago
  70. f6ceedf ntdll: In SYSTEM_BASIC_INFORMATION, the active processors field refers to the affinity mask. by Eric Pouech · 16 years ago
  71. 160d7df kernel32/tests: Fix actctx tests on Vista+. by Ge van Geldorp · 16 years ago
  72. c9be290 kernel32: Add Japanese system error messages. by Akihiro Sagawa · 16 years ago
  73. 72241b5 ntdll: Make sure that serial ioctl calls fail on non-serial handles. by Alexandre Julliard · 16 years ago
  74. 858f087 kernel32: Use explicit prototypes for function pointers. by Alexandre Julliard · 16 years ago
  75. d916ce2 kernel32/tests: Avoid size_t in traces. by Alexandre Julliard · 16 years ago
  76. 277585f kernel32/tests: Fix locale tests on Vista and higher. by Ge van Geldorp · 16 years ago
  77. e0319b8 kernel32: Handle the case where wineconsole isn't properly started. by Eric Pouech · 16 years ago
  78. cb0607c kernel32: Fix the GetThreadPriorityBoost return value. by Alexandre Julliard · 16 years ago
  79. c9d85dd ntdll: Route the process startup through the platform-specific thread startup code. by Alexandre Julliard · 16 years ago
  80. 2be006e ntdll: Fix a couple of system information structures for 64-bit. by Alexandre Julliard · 16 years ago
  81. 40d8c87 kernel32/tests: Remove test that crashes on Win7. by Ge van Geldorp · 16 years ago
  82. 8274786 kernel32: sLanguage is LOCALE_SABBREVLANGNAME. by Jeff Zaroyko · 16 years ago
  83. 4964374 ntdll: The large integer functions are 32-bit only. by Alexandre Julliard · 16 years ago
  84. da8acbc server: Define an architecture-independent structure for process startup info. by Alexandre Julliard · 16 years ago
  85. 88a0199 kernel32: Test GetPrivateProfileString with empty string as key and section. by Stefan Leichter · 16 years ago
  86. f3d8783 kernel32/tests: Use the global wine_dbgstr_w instead of a local variant. by Alexandre Julliard · 16 years ago
  87. ee868cc tests: Make wine_dbgstr_w available in test.h for all tests. by Alexandre Julliard · 16 years ago
  88. a5c03fb kernel32: Implement CancelIoEx. by Mike Kaplinskiy · 16 years ago
  89. e49918b kernel32: Use a longer wineboot timeout for the initial prefix creation. by Alexandre Julliard · 16 years ago
  90. d492389 kernel32: Don't wait for wineboot once the process is no longer running. by Alexandre Julliard · 16 years ago
  91. a0eb2ed server: Don't report LOAD_DLL debug event for exe module. by Michael Karcher · 16 years ago
  92. a9feb3d kernel32: Check the 64-bit flag when starting a process. by Alexandre Julliard · 16 years ago
  93. 8c11d71 kernel32: Add a 64-bit flag to the MODULE_GetBinaryType return value. by Alexandre Julliard · 16 years ago
  94. 4a59ac7 kernel32: Check for a 32-bit NT header before getting module address range in MODULE_GetBinaryType. by Alexandre Julliard · 16 years ago
  95. 5e4f0cf kernel32: Return the dll flag in MODULE_GetBinaryType for 16-bit modules too. by Alexandre Julliard · 16 years ago
  96. f274d1d kernel32: Change MODULE_GetBinaryType return value to make dll a flag instead of a type. by Alexandre Julliard · 16 years ago
  97. b46cf43 ntdll: Add a ret to DEFINE_REGS_ENTRYPOINT to make copy protections happy. by Alexandre Julliard · 16 years ago
  98. 20276d0 kernel32: Revise SetThreadIdealProcessor to return success. by Andrew Nguyen · 16 years ago
  99. d1de34a kernel32: Convert the Russian resources to UTF-8. by Vladimir Pankratov · 16 years ago
  100. 8c700d2 kernel32/tests: Add one more possible error code. by Alexandre Julliard · 16 years ago