Zebediah Figura
5e5b163eba
winebuild-Fake_Dlls: another fixup
...
user_shared_data_init() copies the internal data to the external data, but at the same time kernel32 makes calls down to ntdll before this happens, so we need both of these.
2019-05-25 11:44:35 -05:00
Zebediah Figura
5bc08f5e70
winebuild-Fake_Dlls: fixup
2019-05-25 00:04:40 -05:00
Zebediah Figura
5b59788752
winebuild-Fake_Dlls: Change layout of system call thunks.
...
Based on patches by Fabian Maurer.
2019-05-24 19:20:28 -05:00
Alistair Leslie-Hughes
6f185a694c
Rebase against 6a610a325809d47f48bc72f3a757e1a62b193ea8
2019-05-22 08:24:22 +10:00
Zebediah Figura
77ef8ff7ef
Rebase against 61aea5a9879f41224022d4775cce28d28618ea89.
2019-05-17 16:51:57 -05:00
Alistair Leslie-Hughes
1773e25340
Rebase against 17056908acae1d5c7cf5d255ec232210abfe86da
2019-04-05 09:20:03 +11:00
Zebediah Figura
3a1bf0a033
Rebase against 56f34c7489cb463981e987a59aee9f8780fef7cd.
2019-03-06 22:07:08 -06:00
Alistair Leslie-Hughes
d3067e60ff
Rebase against 6d35c10a7b7155dd552a3ad1a266d205e38f8765
2019-03-05 09:11:28 +11:00
Zebediah Figura
5e8beb5ff2
Rebase against 1e8f4c059befe4a026ddf5c56e81d720b35c6c2f.
2019-02-28 22:32:39 -06:00
Alistair Leslie-Hughes
7cbbfd0a9e
Rebase against 3fc1180623b9a0c9fc9e16abf358b179f2eff49b
2019-02-15 11:18:02 +11:00
Alistair Leslie-Hughes
b8de62375f
Rebase against 9781b5433cd4b708c0f537aa0b5608ff4157f04c
2019-02-13 11:01:29 +11:00
Alistair Leslie-Hughes
1c5f409745
Rebase against ca29ac4650f7f9a96cfaa75a7919ef007306cbbb
2019-01-29 11:02:57 +11:00
Alistair Leslie-Hughes
4beed4a313
Rebase against 9f0534301321c9192c9e3a705b2bae84a2081745
2018-10-10 10:06:27 +11:00
Zebediah Figura
eb5196c132
winebuild-Fake_Dlls: Fix __wine_syscall_dispatcher to return to the ntdll syscall thunk on i386.
...
Based on a patch by Andrew Wesie.
League of Legends hooks the RET instruction in some cases, so we need to
return to that frame.
Fixes https://bugs.winehq.org/show_bug.cgi?id=45573
2018-08-09 00:22:03 -05:00
Alistair Leslie-Hughes
7da7ae71d2
Added ml-patches patchset
...
Patches directly from the mailing list with second sign-off if
supplied.
2018-08-03 10:39:36 +10:00
Zebediah Figura
c3a5e9290e
Revert "winebuild-Fake_Dlls: Get rid of dependency on ntdll-User_Shared_Data."
...
This reverts commit c9eaabbba9c6599cedd3214edfde17ded5a9b6dc.
ntdll-User_Shared_Data touches basically everything that uses shared data.
Trying to avoid any interdependency between these two is futile.
2018-06-20 21:52:57 -05:00
Zebediah Figura
01a9cda461
Revert "winebuild-Fake_Dlls: Reorder some lines to avoid collision with ntdll-User_Shared_Data."
...
This reverts commit b27ebc675ac29095aebae56d967ab1b1dcc930a9.
2018-06-20 21:52:32 -05:00
Zebediah Figura
b27ebc675a
winebuild-Fake_Dlls: Reorder some lines to avoid collision with ntdll-User_Shared_Data.
2018-06-20 17:45:35 -05:00
Zebediah Figura
6499b77447
winebuild-Fake_Dlls: Restore changes to krnl386.exe/wowthunk.c removed by bdf29b7cd.
...
"Don't know if the code modification was correct"—indeed, it was not.
2018-06-20 17:20:31 -05:00
Zebediah Figura
c9eaabbba9
winebuild-Fake_Dlls: Get rid of dependency on ntdll-User_Shared_Data.
...
By using the marginally documented 'SystemCall' field rather than adding our own.
Note that the SystemCall field is only 32 bits wide even on 64-bit systems, so we have to write over the SystemCallReturn field as well. Since we don't need return thunks this should be fine.
2018-06-20 17:20:31 -05:00
Zebediah Figura
ae4862e0fb
Update several definition files
2018-06-19 16:29:27 -05:00
Zebediah Figura
7d1d3410c8
Rebase against 7b62a970e9ad3b4179394cf54f0232475fe2388a
2018-02-27 19:59:50 -06:00
gloriouseggroll
4f69cc1bb7
winebuild-Fake_Dlls: 0010 fix patch apply
2018-02-20 18:07:02 -05:00
Alistair Leslie-Hughes
fb385c985c
Merge pull request #25 from omega13a/patch-21
...
Update 0010-tools-winebuild-Add-syscall-thunks-for-64-bit.patch
2018-02-19 17:06:02 +11:00
Alistair Leslie-Hughes
167843b4f5
Merge pull request #24 from omega13a/patch-20
...
Update 0002-krnl386.exe16-Do-not-abuse-WOW32Reserved-field-for-1.patch
2018-02-19 17:05:03 +11:00