wine-staging/patches
Sebastian Lackner bc32032f02 loader-OSX_Preloader: Allocate pagezero for main wine binary.
This change should fix compatibility with old versions of macOS.
Thanks to Gijs Vermeulen for help with debugging and testing this patch.

Old versions of libsystem_c.dylib crash while running initializers when
the application does not contain a PAGEZERO section. This is probably
caused by an incorrect comparison against NULL instead of (void *)-1.

Unfortunately, when we just add a PAGEZERO section, we trigger the next
bug - no matter if we actually use the page at address (void *)0 or not,
it will not be used because the relocation code tries to find a memory
hole of size (highAddr - lowAddr) ~ 2GB.

We might be able to workaround this issue by manually reordering the
sections in the main executable, but for now lets just drop the fixed
image base. Please note that this introduces a risk of conflicts with
builtin DLLs, which will be resolved in the next patch.

(cherry picked from commit e9daff5bc8)
2017-06-15 05:31:05 +02:00
..
advapi32-BuildSecurityDescriptor Added patch for initial implementation of advapi32.BuildSecurityDescriptorW. 2017-05-05 00:25:14 +02:00
advapi32-GetExplicitEntriesFromAclW Rebase against e804e9a5bc9fde9ad8b84dfd121d44afbe177752. 2017-02-14 17:01:29 +01:00
advapi32-LsaLookupSids Rebase against e08ed6cac218fc09044d06d3cbe2a54f7ec898cf. 2017-02-04 07:47:58 +01:00
advapi32-Performance_Counters advapi32-Performance_Counters: Fix a handle leak (thanks Dmitry). 2017-06-13 10:32:55 +02:00
advapi32-SetSecurityInfo Added patch to fix the initialization of combined DACLs when the new DACL is empty. 2015-10-17 03:17:26 +02:00
advapi32-WinBuiltinAnyPackageSid Added patch to assigns the AC abbreviation to WinBuiltinAnyPackageSid. 2016-12-19 23:32:43 +01:00
advapi-LsaLookupPrivilegeName Rebase against 63bcfa3354edd910ee52b8134af191f7a774b701. 2017-04-09 16:14:41 +02:00
api-ms-win-Stub_DLLs Rebase against 06eceb3af2d56f158dab2db5a7bc768cc2b1c391. 2017-05-31 07:06:29 +02:00
avifil32-AVIFile_Proxies Added patch to implement support for AVIFile interface proxies. 2016-02-07 07:01:34 +01:00
avifil32-IGetFrame_fnSetFormat Added patch to correctly handle compressed frames when desired format is specified. 2016-02-08 14:22:21 +01:00
avifile.dll16-AVIStreamGetFrame Fix compiler warnings in multiple patches. 2016-07-31 03:02:56 +02:00
bcrypt-Improvements bcrypt-Improvements: Fix BCryptEncrypt with AES_GCM and no input and no output. 2017-05-02 18:36:51 +02:00
browseui-Progress_Dialog Added patch to implement PROGDLG_AUTOTIME for IProgressDialog. 2015-02-28 02:48:26 +01:00
combase-RoApi Rebase against 52a99f2eadf04394a99d81f97a9a6d2a454fa959. 2016-02-17 11:00:33 +01:00
comctl32-Button_Theming comctl32-Button_Theming: Improve patch subject. 2015-09-09 22:31:34 +02:00
comctl32-Listview_DrawItem Rebase against 0b49495b8ed9e725b47b7ca791312a2a3c3e3c97. 2016-08-05 02:43:06 +02:00
comctl32-Tests Added patch to prevent a possible nullpointer dereference in comctl32 tests. 2017-06-12 03:34:50 +02:00
comctl32-TTM_ADDTOOLW Added patch to protect TTM_ADDTOOLW from invalid text pointers. 2016-01-21 06:30:58 +01:00
comdlg32-lpstrFileTitle Rebase against 3d62cd26d1b988b373efae0b9c4a0a988985d45f. 2017-02-22 06:50:16 +01:00
Compiler_Warnings Compiler_Warnings: Update patchset. 2017-06-12 03:34:50 +02:00
configure-Absolute_RPATH Rebase against 07cf14dc928a1a00baecbbc7ca5a6f3fe680238c. 2017-04-28 23:28:40 +02:00
Coverity Added patch to fix a possible leak in codeview_dump_symbols. 2015-11-22 23:24:40 +01:00
crypt32-Certificate_Check Added patch to fix root certificate check in CERT_CHAIN_REVOCATION_CHECK_CHAIN. 2016-11-16 00:07:53 +01:00
crypt32-CMS_Certificates Update category information for all patchsets. 2015-05-16 18:48:49 +02:00
crypt32-CryptUnprotectMemory Added patch to silence repeated crypt32.CryptUnprotectMemory FIXMEs. 2015-09-01 22:28:54 +02:00
crypt32-MS_Root_Certs Added patch for MS root certificates 2010/2011. 2017-03-04 19:02:34 +01:00
crypt32-SHA_OIDs crypt32-SHA_OIDs: Update Fixes line. 2017-01-24 20:13:51 +01:00
d3d8-ValidateShader Added patch to improve stubs for Validate{Vertex,Pixel}Shader. 2017-01-14 08:29:21 +01:00
d3d9-DesktopWindow Rebase against 06c5a9ab55751b1c66ea0847aea4d4a45d8d343c. 2017-02-11 05:57:19 +01:00
d3d9-Tests Rebase against ef267f115f76a3041e0da4a0f0dbd7ffb4a022e1. 2017-05-25 01:24:35 +02:00
d3d10_1-Forwards Added patch to forward various functions from d3d10_1 to d3d10. 2016-07-05 21:47:56 +02:00
d3d11-Deferred_Context Rebase against 8ef79b023a06f00ca6ab37afb8089d358b277d73. 2017-05-10 03:29:09 +02:00
d3d11-ID3D11Texture1D Rebase against 799230c78ab102fa0034cb4477ce1be78c456a87. 2017-05-26 04:26:33 +02:00
d3d11-ResolveSubresource Added patch for semi-stub of d3d10_device_ResolveSubresource. 2017-03-04 18:44:46 +01:00
d3d11-Silence_FIXMEs Added patches to silence two noisy d3d11 FIXMEs. 2017-05-28 15:56:46 +02:00
d3dx9_25-ID3DXEffect Rebase against a9a6948b7944dccca6831914ea40e5c9aa5929bc. 2016-07-03 23:05:00 +02:00
d3dx9_36-BumpLuminance Added patch to recognize bump luminance X8L8V8U8 when loading dds file. 2016-05-17 14:51:17 +02:00
d3dx9_36-CloneEffect Rebase against e3bd659be9b2868b121857fb2643d775bbf0d8c7. 2016-06-23 16:17:27 +02:00
d3dx9_36-D3DXCreateTeapot Added patch to return a valid mesh in D3DXCreateTeapot. 2015-08-23 00:59:52 +02:00
d3dx9_36-D3DXDisassembleShader Rebase against 3852d3357d087353d71d4d11359014a97dbf3e5a. 2016-08-06 05:03:26 +02:00
d3dx9_36-D3DXStubs patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
d3dx9_36-DDS Rebase against 03ee99b43c2a01ce0e6f77fc0bbc71570a695336. 2016-03-15 17:10:26 +01:00
d3dx9_36-DrawText Updated patch for d3dx9_36 DrawText implementation and fixed multiple bugs. 2015-12-05 21:43:45 +01:00
d3dx9_36-Dummy_Skininfo Rebase against 53bf72e266532f2f0533a0dfd7e90a25d7b6d901. 2017-05-19 22:31:19 +02:00
d3dx9_36-DXTn Rebase against 2dd0fb880c005cd5660928d1646a117407cec238. 2017-01-31 11:19:50 +01:00
d3dx9_36-Filter_Warnings Make definition files optional, move revision numbers to corresponding .patch files. 2014-11-15 10:33:43 +01:00
d3dx9_36-FindNextValidTechnique Rebase against 10db51d5c26f0a71956989ecff83da90f4d94fda. 2017-05-05 02:26:52 +02:00
d3dx9_36-GetShaderSemantics Rebase against b54a8dda844a1a43d1dff22eff0ea206be5c630c. 2016-07-31 01:20:04 +02:00
d3dx9_36-Optimize_Inplace patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
d3dx9_36-Tests Rebase against 799230c78ab102fa0034cb4477ce1be78c456a87. 2017-05-26 04:26:33 +02:00
d3dx9_36-Texture_Align patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
d3dx9_36-UpdateSkinnedMesh patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
dbghelp-Debug_Symbols Rebase against a2460b2424163bbf5b885db6a5423c3d98f883e0. 2017-03-04 18:31:06 +01:00
ddraw-D3DFINDDEVICERESULT Added patch to accept d3d1 and d3d2 versions of D3DFINDDEVICERESULT in IDirect3D_FindDevice. 2016-02-28 08:07:37 +01:00
ddraw-Device_Caps Rebase against 2cc730b4ad148382093d67f15d40134aee05d058. 2017-03-15 16:16:43 +01:00
ddraw-EnumSurfaces Rebase against e6f8f136fa557d282f44654be509573cb45a831f. 2017-03-02 17:27:26 +01:00
ddraw-Fix_Typos Added patch to fix function names in multiple ddraw ok messages. 2016-03-08 03:16:59 +01:00
ddraw-FlipToGDISurface ddraw-FlipToGDISurface: Update patchset and missing NULL pointer check. 2017-01-20 20:49:08 +01:00
ddraw-IDirect3DTexture2_Load Removed patch to rename wined3d_resource_(un)map to wined3d_resource_sub_resource_(un)map. 2016-04-08 18:07:31 +02:00
ddraw-Rendering_Targets Rebase against ef36a25aec33670cd2099e4bce379bd6e2ac42a0. 2016-04-22 18:50:58 +02:00
ddraw-Silence_FIXMEs Added patch to silence noisy FIXME about unimplemented D3DPROCESSVERTICES_UPDATEEXTENTS. 2017-03-19 19:11:24 +01:00
ddraw-Write_Vtable ddraw-Write_Vtable: Add reference to bug report. 2015-10-31 16:37:01 +01:00
devenum-AudioCompressorCategory Added patch to populate AudioCompressorCategory registry keys. 2017-03-04 21:54:30 +01:00
dinput-Initialize Added patch to avoid waiting for hook thread startup in IDirectInput8::Initialize. 2015-10-02 01:20:46 +02:00
dinput-Revert_Joystick_Hack Added revert of patch which assumes a 1-to-1 axes mapping when no axes match. 2017-06-12 20:10:02 +02:00
dmloader-Tests Added patch to fix test failure in dmloader tests. 2017-05-01 19:50:27 +02:00
dsound-EAX Rebase against 6bb8ca1e25a9cfc66f396b2ae6bc423a8057929c. 2017-02-11 05:57:00 +01:00
dsound-Fast_Mixer Rebase against 1348d9e97b1e83c99b68e0c9b592798038dc7f41. 2016-05-15 02:23:15 +02:00
dsound-Revert_Cleanup Rebase against 9a80284e1a886ff7e01d33f68715c9bfdb773459. 2016-05-19 20:06:07 +02:00
dxdiag-dontskip Added patch to handle /dontskip parameter in dxdiag. 2017-05-29 01:12:35 +02:00
dxdiagn-Display_Information dxdiagn-Display_Information: Add reference to additional bug report. 2017-06-12 16:51:31 +02:00
dxdiagn-Enumerate_DirectSound Rebase against a2460b2424163bbf5b885db6a5423c3d98f883e0. 2017-03-04 18:31:06 +01:00
dxdiagn-GetChildContainer_Leaf_Nodes Added patch to implement special handling for calling GetChildContainer with an empty string. 2015-08-15 05:08:50 +02:00
dxgi-GammaRamp Added patch to implement DXGI GammaControl methods. 2017-01-24 03:52:53 +01:00
dxgi-MakeWindowAssociation Rebase against 3852d3357d087353d71d4d11359014a97dbf3e5a. 2016-08-06 05:03:26 +02:00
dxva2-Video_Decoder dxva2-Video_Decoder: Remove dependency on winecfg-Staging patchset. 2017-05-05 20:34:33 +02:00
explorer-Video_Registry_Key Added patch to ensure System\CurrentControlSet\Control\Video registry key is non-volatile. 2016-01-09 17:40:04 +01:00
fonts-Missing_Fonts patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
fonts-Tahoma fonts-Tahoma: Regenerate tahoma.ttf with ancient fontconfig. 2017-05-02 18:36:25 +02:00
fsutil-Stub_Program Rebase against 4be4e282b737a7cfbccf18552a581ee6de3ac13c. 2016-04-28 00:44:52 +02:00
gdi32-GetCharacterPlacement Added patch to treat lpResults as optional in gdi32.GetCharacterPlacement. 2017-03-20 17:40:32 +01:00
gdi32-Lazy_Font_Initialization Rebase against 781b88b7c586fc295780f0c8ad76bda0ffe96cd1. 2015-10-01 20:41:57 +02:00
gdi32-MultiMonitor gdi32-MultiMonitor: Update patchset and return more reasonable display DeviceID. 2017-05-27 04:23:12 +02:00
gdi32-Path_Metafile Rebase against 9c1fbe509576d7cbaada3af9736888cfa1d02847. 2016-06-22 23:33:39 +02:00
gdi32-Symbol_Truetype_Font gdi32-Symbol_Truetype_Font: Update definition file. 2017-06-06 10:51:49 +02:00
gdiplus-DC_Handling Added patch to ignore externally set DC state in gdiplus. 2016-12-26 17:43:42 +01:00
gdiplus-Grayscale_PNG Rebase against f7187ecbd62f778649e055af61cd2c6786ead7f1. 2016-11-13 20:36:59 +01:00
gdiplus-Performance-Improvements Added patch to improve performance of bilinear bitmap scaling. 2017-03-20 18:01:06 +01:00
hal-KeQueryPerformanceCounter Rebase against a6e1adb8b701c390b248f8c4d74bef1ed5557599. 2016-04-26 17:46:43 +02:00
hnetcfg-INetFwAuthorizedApplication Added patch to improve INetFwAuthorizedApplication::get_ProcessImageFileName stub. 2015-10-31 16:43:16 +01:00
ieframe-IViewObject-Draw Added patch to fake success in IViewObject::Draw stub. 2015-08-08 21:17:33 +02:00
imagehlp-BindImageEx Make definition files optional, move revision numbers to corresponding .patch files. 2014-11-15 10:33:43 +01:00
imagehlp-Cleanup imagehlp-Cleanup: Add reference to upstream bugreport. 2015-09-02 15:14:33 +02:00
imagehlp-ImageLoad imagehlp-ImageLoad: Add dependency on imagehlp-Cleanup and remove a couple of todo_wines. 2016-05-15 22:55:46 +02:00
imm32-IMMDisableLegacyIME Added patch with stub for imm32.IMMDisableLegacyIME. 2016-01-21 01:20:21 +01:00
inseng-Implementation Rebase against e804e9a5bc9fde9ad8b84dfd121d44afbe177752. 2017-02-14 17:01:29 +01:00
iphlpapi-System_Ping iphlpapi-System_Ping: Add/remove todo_wine to avoid test failures. 2016-05-15 17:20:24 +02:00
iphlpapi-TCP_Table iphlpapi-TCP_Table: Fix a test failure. 2017-01-18 17:45:06 +01:00
kernel32-COMSPEC Added patch to fallback to default comspec when %COMSPEC% is not set (fixes Wine Staging Bug #405). 2015-09-02 06:28:05 +02:00
kernel32-CopyFileEx kernel32-SetFileInformationByHandle: Remove patch with unnecessary include file change. 2017-04-24 16:50:23 +02:00
kernel32-Cwd_Startup_Info Added patch to allow non-nullterminated string as working directory in kernel32.create_startup_info (fixes Wine Staging Bug #543). 2015-08-30 09:55:05 +02:00
kernel32-Debugger Added patch to start debugger always on WinSta0. 2017-01-13 02:00:22 +01:00
kernel32-FindFirstFile Rebase against 6dd6c76299f02a311e37d20a4cef3a0f917f7076. 2016-05-06 00:52:12 +02:00
kernel32-GetShortPathName Added patch to fix handling of wildcard paths in GetShortPathName and GetLongPathName. 2016-04-17 15:29:19 +02:00
kernel32-K32GetPerformanceInfo Added patch to use separate wineserver call for kernel32.K32GetPerformanceInfo. 2017-02-20 15:30:14 +01:00
kernel32-Locale_Definitions kernel32-Locale_Definitions: Disable patchset which causes a test failure. 2017-05-01 18:34:32 +02:00
kernel32-LocaleNameToLCID Added patch to silence repeated LocaleNameToLCID/LCIDToLocaleName unsupported flags FIXMEs. 2015-07-23 19:56:28 +02:00
kernel32-Misalign_Workaround Added patch to fill stack with meaningful values in call_process_entry mis-align workaround. 2016-05-01 16:46:46 +02:00
kernel32-MoveFile kernel32-MoveFile: Fix a regression when copying addon to cache directory. 2017-05-17 16:45:13 +02:00
kernel32-Named_Pipe kernel32-Named_Pipe: Comment Fixes lines. 2017-04-27 01:26:18 +02:00
kernel32-NeedCurrentDirectoryForExePath Rebase against 846155f1531207a763c099defa90fc2c41135164. 2016-03-02 23:31:43 +01:00
kernel32-PE_Loader_Fixes Added patches with various PE loader fixes for 8k demos. 2017-01-11 23:30:14 +01:00
kernel32-Processor_Group Rebase against 06eceb3af2d56f158dab2db5a7bc768cc2b1c391. 2017-05-31 07:06:29 +02:00
kernel32-Profile kernel32-Profile: List one additional bug as fixed (Mario Remake fails to load keyboard mapping from profile files). 2015-01-23 04:51:45 +01:00
kernel32-SCSI_Sysfs Added patch to use sysfs to populate SCSI registry keys. 2016-07-23 18:37:21 +02:00
kernel32-SetFileCompletionNotificationModes Rebase against aa1580398e4c9eda851d475213e07d865d9238bd. 2017-04-13 11:52:28 +02:00
kernel32-TimezoneInformation_Registry Added patch to initialize System\CurrentControlSet\Control\TimeZoneInformation registry keys. 2015-06-06 03:52:12 +02:00
kernel32-UmsStubs Rebase against 6c752aaf8da225365b2bdbbf3c43d41afd4d1344. 2017-06-05 11:03:20 +02:00
kernel32-VerifyVersionInfo Added new version of patch to fix condition mask handling in RtlVerifyVersionInfo. 2014-12-01 11:39:29 +01:00
krnl386.exe16-_lclose16 Added patch to avoid reassigning default handles after they got closed. 2016-02-27 05:11:25 +01:00
krnl386.exe16-GDT_LDT_Emulation Rebase against be91fcd879a1de768a57b4a06be470c10313b08d. 2016-04-05 22:35:54 +02:00
krnl386.exe16-Invalid_Console_Handles Added patch to translate all invalid console handles into usable DOS handles. 2016-02-27 00:37:32 +01:00
libs-Debug_Channel patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
libs-Unicode_Collation patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
loader-OSX_Preloader loader-OSX_Preloader: Allocate pagezero for main wine binary. 2017-06-15 05:31:05 +02:00
makedep-PARENTSPEC patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
mmsystem.dll16-MIDIHDR_Refcount Fix compiler warnings in multiple patches. 2016-07-31 03:02:56 +02:00
mountmgr-DosDevices patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
mpr-WNetGetUniversalNameW Rebase against e0e4f9bbcda1243b9317dbfbeeff84a18b4e855c. 2017-06-10 00:47:39 +02:00
mscoree-CorValidateImage patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
mshtml-HTMLLocation_put_hash Added patch to for IHTMLLocation::hash property's getter implementation. 2015-09-07 00:03:21 +02:00
msi-msi_vcl_get_cost Added patch to fix cost computation in MSI for large values. 2017-01-14 01:28:20 +01:00
msi-MsiGetDatabaseState Added patch to return MSIDBSTATE_ERROR when MsiGetDatabaseState is called from a custom action. 2017-06-12 03:34:38 +02:00
msidb-Implementation Rebase against eb5339edaca1c09d76b4afa32bdb07c1549e6650. 2016-10-15 03:52:39 +02:00
msvcr120-_SetWinRTOutOfMemoryExceptionCallback Rebase against 8b1737c0fdf1d3d905bea281d9241f1f48f333e9. 2017-04-10 07:36:39 +02:00
msvcrt-Math_Precision Updated patch to calculate msvcrt exponential math operations with higher precision (fixes Wine Staging Bug #268). 2015-05-05 01:36:50 +02:00
msvfw32-ICGetDisplayFormat Rebase against e804e9a5bc9fde9ad8b84dfd121d44afbe177752. 2017-02-14 17:01:29 +01:00
ntdll-_aulldvrm ntdll-_aulldvrm: Add missing ntoskrnl forwards. 2017-01-22 04:20:55 +01:00
ntdll-Activation_Context Rebase against 9c98d632779862aae15e9e3a25f59065fae03386. 2016-02-10 19:46:44 +01:00
ntdll-APC_Performance Rebase against 9e35dd15454be28c487b0f1bebefbbe530b2aca4. 2017-04-12 09:52:27 +02:00
ntdll-APC_Start_Process Rebase against 06c5a9ab55751b1c66ea0847aea4d4a45d8d343c. 2017-02-11 05:57:19 +01:00
ntdll-ApiSetMap Added patch for dummy apiset in PEB struct. 2017-04-09 16:14:41 +02:00
ntdll-ApiSetQueryApiSetPresence Rebase against b6a4b2f593503a105dde01e7bd11ffdde243117a. 2017-05-09 05:33:36 +02:00
ntdll-Attach_Process_DLLs Rebase against 7cd7f14696dc3fb7aa41ef253ad144d458304a28. 2017-05-02 12:57:50 +02:00
ntdll-Builtin_Prot ntdll-User_Shared_Data: Update patchset. 2017-06-12 17:01:33 +02:00
ntdll-call_thread_func_wrapper ntdll-call_thread_func_wrapper: Fix stack alignment. 2016-02-28 08:06:41 +01:00
ntdll-CLI_Images Rebase against 9c72376c8cc03a4ea86dddaa6d18a93a1a33fc73. 2017-02-11 05:57:20 +01:00
ntdll-Dealloc_Thread_Stack ntdll-Dealloc_Thread_Stack: Temporarily reenable patchset. 2016-04-17 08:32:52 +02:00
ntdll-DeviceType_Systemroot Added patch to return fake device type when systemroot is located on virtual disk. 2015-05-29 20:00:41 +02:00
ntdll-DllOverrides_WOW64 Added patch to always use 64-bit registry view on WOW64 setups. 2015-10-18 16:31:04 +02:00
ntdll-DllRedirects patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
ntdll-DOS_Attributes patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
ntdll-Exception Rebase against 30cdd1fb8cea410cb9e363b16278528669e2c19a. 2016-08-28 20:22:44 +02:00
ntdll-FileDispositionInformation Rebase against 8a92dd9a5720c4b6b334e4f13629c0b0f5a72e94. 2016-10-01 21:04:43 +02:00
ntdll-FileFsFullSizeInformation patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
ntdll-FileFsVolumeInformation Added patch for semi-stub of FileFsVolumeInformation information class. 2015-06-06 19:12:42 +02:00
ntdll-FileNameInformation Added patch to implement FileNameInformation in NtQueryInformationFile for named pipes. 2017-04-09 16:14:41 +02:00
ntdll-Fix_Alignment patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
ntdll-Grow_Virtual_Heap ntdll-Grow_Virtual_Heap: Never attempt to release or decommit memory of a subheap. 2017-01-16 05:01:38 +01:00
ntdll-HashLinks Added patch to implement and use hash links when looking up LDR module. 2017-04-09 16:14:41 +02:00
ntdll-Heap_FreeLists patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
ntdll-Hide_Wine_Exports Rebase against 7cd7f14696dc3fb7aa41ef253ad144d458304a28. 2017-05-02 12:57:50 +02:00
ntdll-Interrupt-0x2e ntdll-Interrupt-0x2e: Add reference to bug report. 2017-03-19 23:06:32 +01:00
ntdll-Junction_Points Rebase against e918c6fd8b426e8298eca5951d917960e4236d95. 2017-03-03 05:40:34 +01:00
ntdll-LDR_MODULE Rebase against e49feb63f489141c08a967a9c47930559e1de4f7. 2017-04-25 03:08:33 +02:00
ntdll-LdrGetDllHandle Added patch to improve performance of LdrGetDllHandle when DLL is not loaded. 2017-02-20 15:56:33 +01:00
ntdll-Loader_Machine_Type Rebase against 11be16ca799ac642fb636633392f4ec80e765da7. 2016-02-10 03:34:43 +01:00
ntdll-NtAccessCheck Added patch to improve invalid paramater handling in NtAccessCheck. 2016-02-22 16:06:58 +01:00
ntdll-NtAllocateUuids Rebase against 152b24015308286441399f9fc2be57213c762c7a. 2017-01-27 23:24:02 +01:00
ntdll-NtContinue Added patch with stub for ntdll.NtContinue. 2017-05-25 05:57:44 +02:00
ntdll-NtCreateThreadEx Added patch to implement semi-stub for ntdll.NtCreateThreadEx. 2017-05-04 21:24:17 +02:00
ntdll-NtDevicePath ntdll-NtQueryVirtualMemory: Update patchset and return proper Nt paths. 2017-05-28 15:55:40 +02:00
ntdll-NtQueryEaFile Rebase against e918c6fd8b426e8298eca5951d917960e4236d95. 2017-03-03 05:40:34 +01:00
ntdll-NtQuerySection Rebase against b05704dbbd429a5325132c77a3e13fcb88b2995f. 2016-07-31 01:20:27 +02:00
ntdll-NtQueryVirtualMemory ntdll-NtQueryVirtualMemory: Skip get_dll_info wineserver call if address does not have VPROT_IMAGE permissions. 2017-05-28 16:16:15 +02:00
ntdll-NtSetInformationToken Added patch to implement TokenIntegrityLevel stub in NtSetInformationToken. 2017-05-04 21:31:38 +02:00
ntdll-NtSetLdtEntries Rebase against fec0b697c74a8e016b41968b342f9fc9fe11bf74. 2016-07-15 17:49:47 +02:00
ntdll-NtSuspendProcess Added patch to implement NtSuspendProcess and NtResumeProcess. 2017-04-09 16:14:41 +02:00
ntdll-Pipe_SpecialCharacters patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
ntdll-ProcessImageFileNameWin32 ntdll-ProcessImageFileNameWin32: Fix test failures. 2017-05-01 18:20:51 +02:00
ntdll-ProcessPriorityClass Added patch to implement ProcessPriorityClass in NtQueryInformationProcess. 2017-02-05 15:38:03 +01:00
ntdll-ProcessQuotaLimits Added patch to implement stub for ProcessQuotaLimits info class. 2015-10-21 03:17:52 +02:00
ntdll-Purist_Mode Added patch to implement support for "Purist Mode" (override for all dlls). 2015-11-10 17:22:06 +01:00
ntdll-RtlCaptureStackBackTrace Added patch to silence FIXME in RtlCaptureStackBackTrace stub function. 2016-12-21 01:13:23 +01:00
ntdll-RtlGetUnloadEventTraceEx Added patch to implement stub for ntdll.RtlGetUnloadEventTraceEx. 2017-04-09 16:14:41 +02:00
ntdll-RtlIpStringToAddress_Stubs Added patch to fix prototype of RtlIpv4StringToAddressExW and add stub for RtlIpv6StringToAddressExW. 2016-01-21 01:33:19 +01:00
ntdll-RtlIpStringToAddress_Tests patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
ntdll-RtlQueryPackageIdentity Rebase against 7cd7f14696dc3fb7aa41ef253ad144d458304a28. 2017-05-02 12:57:50 +02:00
ntdll-RunlevelInformationInActivationContext Added patch to implement RunlevelInformationInActivationContext in RtlQueryInformationActivationContext. 2017-01-15 16:24:24 +01:00
ntdll-Serial_Port_Detection Rebase against b1203af6ba44ff8858ee9ca50fc05f4f3f633892. 2017-05-03 05:45:47 +02:00
ntdll-Stack_Guard_Page Added patch to fix a bug when exception handling triggers stack guard page. 2016-04-17 01:28:17 +02:00
ntdll-Stack_Overflow Added patch to trigger stack overflow exception earlier on x86_64. 2016-04-16 22:45:16 +02:00
ntdll-Status_Mapping Rebase against 8dd86823fdd9a5e631cf3173727b6f667ef1b611. 2015-10-08 18:43:39 +02:00
ntdll-SystemInterruptInformation Added patch to return buffer filled with random values from SystemInterruptInformation. 2016-01-07 06:02:35 +01:00
ntdll-SystemRecommendedSharedDataAlignment Rebase against 0f8a0fd4002f9d5d1cb6dadcb81ef430d8be21b7. 2016-02-13 05:53:03 +01:00
ntdll-SystemRoot_Symlink Disabled ntdll-Syscall_Wrappers patchset. 2016-04-30 05:18:57 +02:00
ntdll-Thread_Stack Temporarily disable ntdll-Thread_Stack patchset. 2016-05-29 17:20:49 +02:00
ntdll-Threading patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
ntdll-ThreadTime Rebase against 5b4f8a385b46a8a8a8b09b8ca6578aa7b7995a1e. 2017-04-09 16:14:41 +02:00
ntdll-TokenLogonSid Added patch to implement TokenLogonSid stub in NtQueryInformationToken. 2017-05-04 21:27:41 +02:00
ntdll-User_Shared_Data ntdll-User_Shared_Data: Update patchset. 2017-06-12 17:01:33 +02:00
ntdll-Wait_User_APC ntdll-Wait_User_APC: Remove todo_wine in tests. 2015-11-05 18:30:01 +01:00
ntdll-WRITECOPY Rebase against 89ef7b59f548a76960b2278d819a8f915c81e132. 2017-04-26 04:01:25 +02:00
ntdll-WriteWatches Rebase against 42ed54b5d8e67aeb647d5a4fc8af7c8962285c7f. 2017-04-09 16:14:41 +02:00
ntdll-x86_64_Builtin_Frames Rebase against 60f8b516e2a6233eaee8ae58cd2eccce998dd81f. 2016-08-19 17:12:13 +02:00
ntdll-Zero_mod_name Added patch to fix random crashes of Cygwin/MSYS2 for some compilers. 2015-10-03 18:30:52 +02:00
ntoskrnl-DriverTest Added patch to simulate a more realistic kernel environment in ntoskrnl/winedevice. 2017-06-10 20:24:36 +02:00
ntoskrnl-Stubs Added patches to implement NtBuildNumber and ExInitializeNPagedLookasideList. 2017-06-10 16:35:54 +02:00
nvapi-Stub_DLL nvapi-Stub_DLL: Add missing linebreaks to ok() messages. 2015-08-17 08:52:58 +02:00
nvcuda-CUDA_Support nvcuda-CUDA_Support: Fixes for Makefile.in. 2017-01-19 11:32:46 +01:00
nvcuvid-CUDA_Video_Support nvcuvid-CUDA_Video_Support: Remove another duplicate struct definition (ancient compilers again ...). 2015-01-25 06:01:27 +01:00
nvencodeapi-Video_Encoder nvencodeapi-Video_Encoder: Fix compile warning on x86_64. 2016-03-25 04:02:28 +01:00
ole32-HGLOBALStream ole32-HGLOBALStream: Add reference to bug report. 2016-12-12 06:08:19 +01:00
ole32-OleGetIconOfFile Added patch to implement ole32.OleGetIconOfFile stub. 2016-06-24 12:00:24 +02:00
ole32-STGPROP Added patch with multiple fixes for ole32 property storage. 2017-01-21 19:24:12 +01:00
oleaut32-CreateTypeLib Added patch to forward CreateTypeLib to CreateTypeLib2. 2016-01-28 10:17:22 +01:00
oleaut32-DispCallFunc Added patch to fix calling function with instance and VARIANT return type in DispCallFunc. 2017-01-19 06:09:18 +01:00
oleaut32-ITypeInfo_fnInvoke oleaut32-ITypeInfo_fnInvoke: Update patchset and add tests. 2017-01-08 20:18:10 +01:00
oleaut32-Load_Save_EMF Added patch to implement support for loading and saving EMF to IPicture interface. 2016-04-27 16:24:34 +02:00
oleaut32-OleLoadPicture oleaut32-OleLoadPicture: Update patchset and fix a regression. 2017-04-09 16:14:41 +02:00
oleaut32-OleLoadPictureFile oleaut32-OleLoadPictureFile: Remove reference to bug report. 2016-03-31 04:30:51 +02:00
oleaut32-OLEPictureImpl_SaveAsFile Rebase against 90173ce448e5afe55627c2cbece28fb4f6bae99d. 2016-08-24 09:29:31 +02:00
oleaut32-TKIND_COCLASS Rebase against 71bbd8da87109161448c7c6d7f6fcfa721b6c746. 2015-12-03 17:52:40 +01:00
oleaut32-Vtable_Offset oleaut32-Vtable_Offset: Add reference to upstream bug report. 2016-05-11 02:48:15 +02:00
oleaut32-x86_64_Marshaller Added patch to implement stubless proxies on x86_64. 2015-11-15 05:21:15 +01:00
opengl32-glDebugMessageCallback Rebase against fec0b697c74a8e016b41968b342f9fc9fe11bf74. 2016-07-15 17:49:47 +02:00
opengl32-Revert_Disable_Ext patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
Pipelight Rebase against 0f8a0fd4002f9d5d1cb6dadcb81ef430d8be21b7. 2016-02-13 05:53:03 +01:00
propsys-Improvements Added patches with multiple improvements for propsys functions. 2017-05-16 00:22:58 +02:00
quartz-MediaSeeking_Positions Update references to upstream bugreports. 2015-06-23 16:43:41 +02:00
quartz-Silence_FIXMEs Added patch to silence repeated FIXME message in Parser_QueryInterface. 2016-02-19 14:58:16 +01:00
riched20-Class_Tests Rebase against 7756d6ba9b0213d5533eb5248e62716e7e8409b8. 2016-10-09 03:07:13 +02:00
riched20-IText_Interface Rebase against 5b3681f62ddd2977924424d6f326ce729de9102a. 2016-03-29 16:45:43 +02:00
secur32-Zero_Buffer_Length Rebase against 3c54d4fb6926195e43a1163b0a243d2614a5951f. 2017-01-14 00:55:36 +01:00
server-ClipCursor patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
server-CreateProcess_ACLs patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
server-Debug_Registers server-Debug_Registers: Add reference to bug report. 2017-06-12 16:49:51 +02:00
server-Desktop_Refcount Rebase against 4c7f3f8af856888f5ab020b2a32d0b01db0c82f7. 2016-12-12 04:28:52 +01:00
server-device_manager_destroy Added patch to fix crash when a device driver segfaults during an open file request. 2017-05-27 17:46:03 +02:00
server-File_Permissions Added patch to improve mapping of DACL to file permissions. 2017-01-13 01:03:25 +01:00
server-FileEndOfFileInformation Updated server-FileEndOfFileInformation patchset, growing a memory mapped file should still work. 2015-10-31 21:12:40 +01:00
server-Inherited_ACLs Update references to upstream bugreports. 2015-06-23 16:43:41 +02:00
server-Key_State server-Key_State: Merge patch #2 and #3 to avoid introducing temporary regressions. 2015-08-19 11:29:42 +02:00
server-LABEL_SECURITY_INFORMATION server-LABEL_SECURITY_INFORMATION: Add reference to upstream bug. 2017-03-05 00:12:59 +01:00
server-Map_EXDEV_Error Added patch to map EXDEV error code to STATUS_NOT_SAME_DEVICE. 2015-08-30 04:18:06 +02:00
server-Misc_ACL Rebase against f55db7882db25019e1af1a497bd7723d10541989. 2016-02-05 18:35:11 +01:00
server-Object_Types Added patch to implement querying for object types and their indices. 2017-03-19 22:27:07 +01:00
server-PeekMessage server-PeekMessage: Update patchset. 2017-02-01 23:43:28 +01:00
server-Pipe_ObjectName Rebase against e49feb63f489141c08a967a9c47930559e1de4f7. 2017-04-25 03:08:33 +02:00
server-Realtime_Priority Added patch to return user/kernel times for threads and processes in NtQuerySystemInformation. 2017-03-19 20:01:39 +01:00
server-Registry_Notifications Rebase against c89dc58deb9ba74d8dcd7faf7012203cff0724a0. 2016-05-30 18:24:40 +02:00
server-Shared_Memory Rebase against aa1580398e4c9eda851d475213e07d865d9238bd. 2017-04-13 11:52:28 +02:00
server-Signal_Thread server-Signal_Thread: Reduce the timeout interval to 1ms. 2016-10-18 20:07:04 +02:00
server-Stored_ACLs Rebase against e804e9a5bc9fde9ad8b84dfd121d44afbe177752. 2017-02-14 17:01:29 +01:00
server-Timestamp_Compat Added patch for forward/backward compatibility of previous format of high precision registry timestamps. 2015-08-19 09:27:00 +02:00
setupapi-DelReg Added patch to fix setupapi DelReg implementation. 2016-02-28 08:07:37 +01:00
setupapi-DiskSpaceList setupapi-DiskSpaceList: Fix compile warning on x86_64. 2016-03-25 04:06:46 +01:00
setupapi-Display_Device Rebase against 1bcd38f788bb5165cc65a830ea912ff4eda50b84. 2016-12-23 04:04:54 +01:00
setupapi-HSPFILEQ_Check_Type Added patch to ignore socket type for protocol IPPROTO_IPV6 in getaddrinfo. 2015-11-29 18:10:07 +01:00
setupapi-SetupDiGetDeviceInterfaceDetail Rebase against 4c7f3f8af856888f5ab020b2a32d0b01db0c82f7. 2016-12-12 04:28:52 +01:00
setupapi-SetupPromptForDisk setupapi-SetupPromptForDisk: Added patch to determine path to system32 directory at runtime. 2016-10-09 19:13:25 +02:00
setupapi-SP_COPY_IN_USE_NEEDS_REBOOT Added patch to implement support for SP_COPY_IN_USE_NEEDS_REBOOT in do_file_copyW. 2016-09-18 23:11:45 +02:00
setupapi-SPFILENOTIFY_FILEINCABINET Added patch to fix Param2 in SPFILENOTIFY_FILEINCABINET handler. 2017-05-02 01:26:37 +02:00
sfc-SfcGetNextProtectedFile Rebase against c715127536a78166e58b165c390a57b704899d29. 2015-11-03 17:47:17 +01:00
shdocvw-ParseURLFromOutsideSource_Tests Make definition files optional, move revision numbers to corresponding .patch files. 2014-11-15 10:33:43 +01:00
shell32-ACE_Viewer Added patch to implement a basic security property tab. 2017-05-15 22:51:33 +02:00
shell32-Context_Menu Rebase against b1930ee4b8a0f77654bbab65c3bc30d721bf5d6a. 2016-07-04 18:14:50 +02:00
shell32-File_Property_Dialog shell32-File_Property_Dialog: Add reference to bug report. 2016-04-07 00:14:28 +02:00
shell32-FolderItemsImpl_get_Count Added patch to improve FolderItemsImpl_get_Count stub in shell32. 2017-03-04 20:18:12 +01:00
shell32-Icons Rebase against e4c9a2ec81b8029876d588e09587db40ab65ee69. 2017-06-06 10:12:28 +02:00
shell32-Microsoft_Windows_Themes Added patch to create Microsoft\Windows\Themes directory during Wineprefix creation. 2015-09-03 04:58:10 +02:00
shell32-NewMenu_Interface Rebase against 6bb8ca1e25a9cfc66f396b2ae6bc423a8057929c. 2017-02-11 05:57:00 +01:00
shell32-Placeholder_Icons Added patch with shell32 placeholder icons to match offsets with Windows. 2015-05-24 18:25:00 +02:00
shell32-Progress_Dialog Rebase against bd2999db92e63f3aa8b48945503c616c28726842. 2016-05-02 20:35:09 +02:00
shell32-RunDLL_CallEntry16 patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
shell32-SFGAO_HASSUBFOLDER Rebase against 4c7f3f8af856888f5ab020b2a32d0b01db0c82f7. 2016-12-12 04:28:52 +01:00
shell32-SHCreateSessionKey shell32-SHCreateSessionKey: Remove definition file. 2016-11-01 14:42:26 +01:00
shell32-SHELL_execute Added patch to expand environment strings in ShellExecute. 2017-06-12 03:34:50 +02:00
shell32-SHFileOperation_Move Rebase against 8348c0ebe00752af2afbabc78315f9e07e43ee09. 2015-09-01 16:22:33 +02:00
shell32-SHFileOperation_Win9x patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
shell32-Toolbar_Bitmaps shell32-Toolbar_Bitmaps: Add more Tango icons. 2016-03-03 07:19:41 +01:00
shell32-UnixFS Added patch to avoid using unixfs for devices without mountpoint. 2015-05-31 00:29:12 +02:00
shlwapi-AssocGetPerceivedType shlwapi-AssocGetPerceivedType: Fixed error checking for RegGetValueW based on feedback from Thomas Faber. 2015-05-31 21:51:48 +02:00
shlwapi-SHAddDataBlock Added patch to fix return type of shlwapi.SHAddDataBlock. 2017-01-19 07:17:02 +01:00
shlwapi-SHMapHandle Rebase against 36bb9d905ae10713bcd197958fb71aa86930a505. 2017-02-01 14:56:51 +01:00
shlwapi-UrlCombine Rebase against 4c7f3f8af856888f5ab020b2a32d0b01db0c82f7. 2016-12-12 04:28:52 +01:00
Staging Rebase against 9c72376c8cc03a4ea86dddaa6d18a93a1a33fc73. 2017-02-11 05:57:20 +01:00
stdole32.idl-Typelib Rebase against bb29a9bf5b42a9848faae749b6d0bd79576f665a. 2016-01-28 10:17:21 +01:00
stdole32.tlb-SLTG_Typelib widl-SLTG_Typelib_Support: Move patch to compile stdole32.tlb as SLTG typelib into separate patchset. 2016-01-25 19:59:47 +01:00
taskmgr-Memory_Usage Added patch to implement IO stats for SystemPerformanceInformation in NtQuerySystemInformation. 2017-03-11 00:11:02 +01:00
user32-Auto_Radio_Button user32-Auto_Radio_Button: Add a missing Fixes line. 2017-01-16 02:34:33 +01:00
user32-Clip_Cursor Added patch to fix handling of cursor position clipping. 2017-06-12 19:38:36 +02:00
user32-Combobox_WM_SIZE Added patch to avoid forcing a combobox repaint on WM_SIZE. 2016-12-12 06:57:32 +01:00
user32-Dialog_Focus Rebase against 6bb8ca1e25a9cfc66f396b2ae6bc423a8057929c. 2017-02-11 05:57:00 +01:00
user32-Dialog_Paint_Event Make definition files optional, move revision numbers to corresponding .patch files. 2014-11-15 10:33:43 +01:00
user32-DialogBoxParam Added patch to fix DialogBoxParam return value when control creation fails. 2016-05-14 23:46:34 +02:00
user32-DM_SETDEFID Added patch to use root dialog for DM_SETDEFID/DM_GETDEFID in DefDlgProc. 2016-06-16 23:52:44 +02:00
user32-DrawMenuItem Added patch to check if menu text is a valid string in MENU_DrawMenuItem. 2016-05-30 15:40:30 +02:00
user32-DrawTextExW patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
user32-GetAutoRotationState user32-GetAutoRotationState: Remove definition file. 2017-05-16 01:31:39 +02:00
user32-GetSystemMetrics Make definition files optional, move revision numbers to corresponding .patch files. 2014-11-15 10:33:43 +01:00
user32-Groupbox_Rectangle Rebase against 6bb8ca1e25a9cfc66f396b2ae6bc423a8057929c. 2017-02-11 05:57:00 +01:00
user32-Invalidate_Key_State Added patch to globally invalidate key state on changes in other threads. 2015-06-16 03:09:11 +02:00
user32-ListBox_Size user32-ListBox_Size: Add missing file. 2015-09-27 15:54:48 +02:00
user32-lpCreateParams Rebase against b6a4b2f593503a105dde01e7bd11ffdde243117a. 2017-05-09 05:33:36 +02:00
user32-LR_LOADFROMFILE Added patch with workaround for Windows 3.1 apps which call LoadImage(LR_LOADFROMFILE) with a resource id. 2016-05-21 15:07:54 +02:00
user32-MessageBox_WS_EX_TOPMOST Rebase against b6a4b2f593503a105dde01e7bd11ffdde243117a. 2017-05-09 05:33:36 +02:00
user32-Mouse_Message_Hwnd user32-Mouse_Message_Hwnd: Add back a missing return statement (thanks Dmitry). 2017-05-29 12:25:31 +02:00
user32-PNG_Support Rebase against b6a4b2f593503a105dde01e7bd11ffdde243117a. 2017-05-09 05:33:36 +02:00
user32-Refresh_MDI_Menus Added patch to refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called. 2015-09-27 20:07:42 +02:00
user32-ScrollWindowEx Added patch to fix return value of ScrollWindowEx for invisible windows. 2014-12-12 05:08:15 +01:00
user32-ShowWindow Added patch to fix handling of ShowWindow when window is already visible. 2017-04-28 15:30:12 +02:00
user32-Sorted_Listbox Added patch with multiple fixes for owner-drawn and sorted listbox. 2017-03-20 16:49:38 +01:00
user32-WM_MEASUREITEM oleaut32-OleLoadPicture: Update patchset to fix regression with transparency handling. 2016-12-31 16:28:23 +01:00
user.exe16-CONTAINING_RECORD Added patch to use CONTAINING_RECORD in user.exe16 instead of reimplementing it. 2016-03-25 23:19:15 +01:00
user.exe16-DlgDirList Added patch to fix handling of DDL_DRIVES flag in user.exe16.DlgDirList. 2016-02-27 05:18:46 +01:00
uxtheme-CloseThemeClass uxtheme-CloseThemeClass: Fix reference to bug report. 2016-12-26 17:35:52 +01:00
uxtheme-GTK_Theming uxtheme-GTK_Theming: Validate theme handles before accessing private data. 2016-01-28 10:17:21 +01:00
version-GetFileVersionInfoSizeExW Added patch to return ERROR_FILE_NOT_FOUND for Win 9X when a file was not found in GetFileVersionInfoSizeEx. 2016-03-02 23:34:19 +01:00
version-VerFindFileA Added patch to correctly return VFF_CURNEDEST flag in VerFindFileA. 2016-03-02 23:32:41 +01:00
version-VerQueryValue Rebase against e804e9a5bc9fde9ad8b84dfd121d44afbe177752. 2017-02-14 17:01:29 +01:00
virtdisk-GetStorageDependencyInformation Added patch to implement stub for virtdisk.GetStorageDependencyInformation. 2017-03-04 23:19:16 +01:00
vulkan-Vulkan_Implementation Rebase against 8967e87c8a890aed7a81051c2d372f065e825bb2. 2017-05-25 03:05:27 +02:00
wbemdisp-ISWbemSecurity Rebase against 8b1737c0fdf1d3d905bea281d9241f1f48f333e9. 2017-04-10 07:36:39 +02:00
wbemprox-Printer Rebase against 152b24015308286441399f9fc2be57213c762c7a. 2017-01-27 23:24:02 +01:00
wbemprox-Win32_VideoController Added patch to add Vendor field in Win32_ComputerSystemProduct. 2017-03-20 05:54:30 +01:00
wevtapi-EvtNext Added patch to implement stub for wevtapi.EvtNext. 2017-02-05 15:38:03 +01:00
widl-SLTG_Typelib_Support widl-SLTG_Typelib_Support: Fixes for Makefile.in. 2017-01-19 11:37:50 +01:00
windowscodecs-32bppGrayFloat Rebase against e2ebc0dc23f0fa04ea79cefc9e3d2faf189a6bf7. 2016-09-17 16:06:46 +02:00
windowscodecs-32bppPRGBA windowscodecs-32bppPRGBA: Update patchset. 2017-02-02 22:48:15 +01:00
windowscodecs-GIF_Encoder windowscodecs-GIF_Encoder: Fix a typo (thanks Dmitry Timoshkov). 2016-12-12 05:12:40 +01:00
windowscodecs-IMILBitmapSource windowscodecs-IMILBitmapSource: Fix number of arguments to IMILUnknown2Impl_unknown2. 2016-03-24 05:57:23 +01:00
windowscodecs-IWICPalette_InitializeFromBitmap Rebase against f7187ecbd62f778649e055af61cd2c6786ead7f1. 2016-11-13 20:36:59 +01:00
windowscodecs-MetadataQueryParser Rename windowscodecs-Metadata -> windowscodecs-MetadataQueryParser. 2017-05-16 00:26:55 +02:00
windowscodecs-Palette_Images Rebase against 4eaaf06ce4e5d7424eec2cf303c8256610544b39. 2017-05-13 01:14:10 +02:00
windowscodecs-TIFF_Support Rebase against 4eaaf06ce4e5d7424eec2cf303c8256610544b39. 2017-05-13 01:14:10 +02:00
windowscodecs-WICCreateBitmapFromSection Rebase against 4c7f3f8af856888f5ab020b2a32d0b01db0c82f7. 2016-12-12 04:28:52 +01:00
wine.inf-Directory_ContextMenuHandlers Added patch for 'New' context menu handler entry for directories. 2016-04-01 01:15:45 +02:00
wine.inf-Dummy_CA_Certificate Added patch to add dummy certificate to CA certificate store. 2016-03-13 06:57:27 +01:00
wine.inf-Performance wine.inf-Performance: Add 'Counters' to the perflib key as an alias for 'Counter'. 2017-05-29 03:40:40 +02:00
wine.inf-ProfileList_UserSID Added patch for ProfileImagePath registry key with users profile directory. 2017-01-23 08:44:17 +01:00
wine.inf-WMP_12 Added patch to announce WMP 12 as installed windows feature. 2016-02-25 15:25:35 +01:00
wineboot-drivers_etc_Stubs wineboot-drivers_etc_Stubs: Add a missing \n to an ERR message. 2015-05-25 05:50:39 +02:00
wineboot-DriveSerial patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
wineboot-HKEY_DYN_DATA patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
wineboot-ProxySettings Added patch to create ProxyEnable key on wineprefix update. 2016-12-26 17:15:36 +01:00
winebuild-Fake_Dlls winebuild-Fake_Dlls: Do not use get_alignment for .balign instructions. 2017-05-28 21:52:48 +02:00
winecfg-Libraries patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
winecfg-Staging winecfg-Staging: Add ' (Staging)' suffix in about dialog. 2017-01-21 21:17:51 +01:00
winecfg-Unmounted_Devices winecfg-Unmounted_Devices: Fix another compile issue on OSX. 2017-04-19 04:48:29 +02:00
wined3d-1DTextures Rebase against 1fbb661ed1745bdfdcd1287c730f63503ee3f13f. 2017-06-04 23:14:03 +02:00
wined3d-Accounting Rebase against ef267f115f76a3041e0da4a0f0dbd7ffb4a022e1. 2017-05-25 01:24:35 +02:00
wined3d-buffer_create wined3d-buffer_create: Update and reenable patch. 2017-03-06 17:45:16 +01:00
wined3d-CSMT_Helper wined3d-Revert_Pixel_Center_Offset: Remove deprecated patchset. 2017-04-24 02:27:04 +02:00
wined3d-CSMT_Main Rebase against e0e4f9bbcda1243b9317dbfbeeff84a18b4e855c. 2017-06-10 00:47:39 +02:00
wined3d-DXTn Rebase against 709935314458bd0ce27aab3986ae98cc556cb663. 2017-04-14 15:28:19 +02:00
wined3d-GTX_560M Added patch to recognize GTX 560M card with NVIDIA driver. 2016-10-16 15:36:30 +02:00
wined3d-Limit_Vram Rebase against 329dfee70c35184329d0820a5e9edbbed8b49b37. 2016-03-22 19:56:57 +01:00
wined3d-QUERY_Stubs Rebase against e4c9a2ec81b8029876d588e09587db40ab65ee69. 2017-06-06 10:12:28 +02:00
wined3d-Revert_Buffer_Upload Rebase against 3f50319ec384730360d16dd79d703adafaa953fc. 2017-03-07 02:12:41 +01:00
wined3d-Silence_FIXMEs Rebase against 1fbb661ed1745bdfdcd1287c730f63503ee3f13f. 2017-06-04 23:14:03 +02:00
wined3d-wined3d_guess_gl_vendor Added patch to check for 'Brian Paul' to detect Mesa gl_vendor. 2017-05-28 23:34:20 +02:00
wined3d-WINED3DFMT_R32G32_UINT wined3d-WINED3DFMT_R32G32_UINT: Remove patch for issue fixed in dev branch (thanks Alistair). 2017-01-13 13:14:56 +01:00
winedbg-Process_Arguments Added patch to print process arguments in winedbg backtraces. 2017-01-21 20:20:13 +01:00
winedevice-Default_Drivers Added patch to simulate a more realistic kernel environment in ntoskrnl/winedevice. 2017-06-10 20:24:36 +02:00
winedevice-Fix_Relocation Rebase against 1510b8b92af23a2305de95f074468c231dc11fa3. 2016-02-26 20:52:05 +01:00
winemenubuilder-Desktop_Icon_Path patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
winemp3.acm-MPEG3_StreamOpen Rebase against 4c7f3f8af856888f5ab020b2a32d0b01db0c82f7. 2016-12-12 04:28:52 +01:00
wineps.drv-PostScript_Fixes wineps.drv-PostScript_Fixes: Add reference to upstream bug. 2016-04-22 08:22:35 +02:00
winepulse-PulseAudio_Support patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
winex11-_NET_ACTIVE_WINDOW Rebase against c76c7d85d0be45edf72e63ae7eae51c018383070. 2016-09-27 18:14:12 +02:00
winex11-CandidateWindowPos Rebase against 002af352fac43d170aad216bf15098b27555539a. 2016-08-30 20:44:42 +02:00
winex11-DefaultDisplayFrequency Rebase against c76c7d85d0be45edf72e63ae7eae51c018383070. 2016-09-27 18:14:12 +02:00
winex11-Limited_Resolutions winex11-Limited_Resolutions: Temporarily disable patchset. 2015-03-07 21:26:33 +01:00
winex11-MWM_Decorations winex11-MWM_Decorations: Update patchset. 2017-01-20 20:34:06 +01:00
winex11-SC_KEYMENU Added patch to send SC_KEYMENU on managed windows. 2016-06-05 01:32:42 +02:00
winex11-UpdateLayeredWindow Rebase against f7402accc40b66140be4d27c5ad1b2fee8532dfc. 2017-04-20 02:16:00 +02:00
winex11-wglShareLists patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
winex11-Window_Groups Make definition files optional, move revision numbers to corresponding .patch files. 2014-11-15 10:33:43 +01:00
winex11-Window_Style patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
winex11-WM_WINDOWPOSCHANGING Added patch to fix handling of WM_WINDOWPOS{CHANGING,CHANGED} for deactivated topmost window. 2017-01-08 17:43:27 +01:00
winex11-XEMBED patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
winhlp32-Flex_Workaround Added patch to workaround a bug present in the current versions of Flex. 2017-01-14 05:50:14 +01:00
winhttp-Accept_Headers Rebase against aa1580398e4c9eda851d475213e07d865d9238bd. 2017-04-13 11:52:28 +02:00
winhttp-System_Proxy_Autoconfig Rebase against 84b3218ed6ad5975f537481edf2f61fb26bedb8b. 2016-08-08 21:43:18 +02:00
wininet-Cleanup Rebase against 4c7f3f8af856888f5ab020b2a32d0b01db0c82f7. 2016-12-12 04:28:52 +01:00
wininet-Http_Decoding Added patch to allow to set INTERNET_OPTION_HTTP_DECODING on wininet sessions and connections. 2017-03-04 20:09:43 +01:00
wininet-Internet_Settings Rebase against d548639d977dee847350b408aec9522d68aef813. 2015-10-09 18:40:56 +02:00
wininet-InternetCrackUrlW Rebase against abb221fa81b60f53c14f6864bbfb9453455aeeeb. 2016-07-10 01:47:10 +02:00
wininet-ParseX509EncodedCertificateForListBoxEntry patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
wininet-Redirect Rebase against 1fbb661ed1745bdfdcd1287c730f63503ee3f13f. 2017-06-04 23:14:03 +02:00
winmm-Delay_Import_Depends patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
winmm-mciSendCommandA Added patch to avoid crash in Win 9X mode when an invalid device ptr is passed to MCI_OPEN. 2016-03-04 17:17:27 +01:00
wintrust-WinVerifyTrust wintrust-WinVerifyTrust: Do not use memory mapping. 2017-03-06 17:30:20 +01:00
wpcap-Dynamic_Linking Rebase against 6c637ab9c6a65d5601f98545b05f413f777c444e. 2016-03-02 23:32:04 +01:00
wpcap-Several_Fixes Rebase against 52a99f2eadf04394a99d81f97a9a6d2a454fa959. 2016-02-17 11:00:33 +01:00
ws2_32-APC_Performance Rebase against 9e35dd15454be28c487b0f1bebefbbe530b2aca4. 2017-04-12 09:52:27 +02:00
ws2_32-Connect_Time patchupdate.py: Remove support for patch categories. 2017-01-23 21:30:25 +01:00
ws2_32-getsockopt Rebase against 52a99f2eadf04394a99d81f97a9a6d2a454fa959. 2016-02-17 11:00:33 +01:00
ws2_32-Tests Added patch to hide random test failures in ws2_32 socket tests. 2016-05-15 17:12:01 +02:00
ws2_32-TransmitFile Rebase against aa1580398e4c9eda851d475213e07d865d9238bd. 2017-04-13 11:52:28 +02:00
ws2_32-WriteWatches Rebase against 42ed54b5d8e67aeb647d5a4fc8af7c8962285c7f. 2017-04-09 16:14:41 +02:00
ws2_32-WSACleanup ws2_32-WSACleanup: Fix compatibility with server-Desktop_Refcount patchset. 2015-12-05 23:56:38 +01:00
wtsapi32-EnumerateProcesses Make definition files optional, move revision numbers to corresponding .patch files. 2014-11-15 10:33:43 +01:00
wtsapi32-WTSQueryUserToken wtsapi32-WTSQueryUserToken: Return a real handle and set last error on failure. 2016-02-13 07:30:47 +01:00
wuauserv-Dummy_Service Rebase against 7ce384c4153112201aa263da6dee15fed21a4e06. 2016-10-14 23:49:07 +02:00
wusa-MSU_Package_Installer Fix compiler warnings in multiple patches. 2016-07-31 03:02:56 +02:00
xaudio2_7-Abandon_Albufs xaudio2_7-Abandon_Albufs: Disable patchset. 2017-01-08 20:24:39 +01:00
xinput9_1_0-Parentsrc Added patch to build independent xinput9_1_0.dll instead of using forwards. 2017-01-14 22:46:53 +01:00
gitapply.sh gitapply.sh: Fix parsing of 'deleted file mode' git header. 2016-02-08 16:28:56 +01:00
Makefile patchinstall.sh: Rename 'git' backend to 'git-am', add 'git-apply' backend. 2015-01-08 14:59:00 +01:00
patchinstall.sh patchinstall.sh: Add workaround for mktemp on macOS <= 10.10. 2017-06-15 05:30:50 +02:00