Commit Graph

19 Commits

Author SHA1 Message Date
Sebastian Lackner
05f4f2dfaf Disabled ntdll-Syscall_Wrappers patchset.
There are easier ways to workaround this bug in the meantime. Also,
the idea is not really feasible because its impossible to implement
proper syscall wrappers on 64-bit.
2016-04-30 05:18:57 +02:00
Sebastian Lackner
9527830afa Rebase against f820c0942854c14fcd063c83225af03e73286334.
[dinput-DIPROP_USERNAME]
Removed patch to implement dinput device property DIPROP_USERNAME (accepted
upstream).

[kernel32-CreateFileA]
Removed patch to check for invalid filename pointers in CreateFileA in Win 9x
mode (accepted upstream).

[kernel32-ERROR_DLL_NOT_FOUND]
Removed patch to set ERROR_DLL_NOT_FOUND as error code for Win 9X instead of
ERROR_MOD_NOT_FOUND in load_library (accepted upstream).

[kernel32-GetOverlappedResult]
Removed patch to fix handling of GetOverlappedResult when status remains
STATUS_PENDING (accepted upstream).

[setupapi-SetupDiSetDeviceInstallParamsW]
Removed patch to add stub for setupapi.SetupDiSetDeviceInstallParamsW
(accepted upstream).

[user32-EnumDisplayMonitors]
Removed patch to set %ecx to address of rect in EnumDisplayMonitors callback
(accepted upstream).
2016-04-01 00:36:37 +02:00
Sebastian Lackner
4d81da5229 Rebase against 11be16ca799ac642fb636633392f4ec80e765da7. 2016-02-10 03:34:43 +01:00
Sebastian Lackner
164e63ad82 Rebase against fe0924625fc138d84dccb056f86f46ce23c346d9.
[ntdll-NtOpenSection]
Removed patch to avoid crash in om tests when NULL attr is passed to
NtOpenSection (fixed upstream).
2016-02-01 04:49:22 +01:00
Sebastian Lackner
558b4dcc4b Rebase against b3064d748b1cab6464e8b92a558b2d4ba4fe3909. 2016-02-01 04:48:56 +01:00
Sebastian Lackner
08db287ce8 Rebase against 8b2ba27c860da63c503f5d7dee08e2c9c01efd74. 2016-02-01 04:47:33 +01:00
Sebastian Lackner
6d78916f98 Rebase against d1841f496b423afa0e29cd7da87cfd297e5e8054. 2016-01-20 06:04:27 +01:00
Sebastian Lackner
26e0bddfb4 Rebase against 1eb69be36f176f499b67a16c93a470475bb1b330. 2016-01-19 03:56:30 +01:00
Sebastian Lackner
6e91988232 Rebase against 3198fb0c1c3779882944659d52a676319ffcc68d. 2016-01-15 21:13:24 +01:00
Sebastian Lackner
3faa0f1212 Rebase against 5cf95396503d49f0249c473c1ed51e51213124c0. 2015-11-11 18:20:09 +01:00
Sebastian Lackner
97d07afaf9 Rebase against 61c49bd78e5c96f14870e5c21a2ff75da7ac17b2. 2015-11-10 20:14:26 +01:00
Sebastian Lackner
f98e04ebc1 Rebase against 7bd852c6ce0299f14fa585c124bae029f0d6d214. 2015-11-09 17:04:55 +01:00
Sebastian Lackner
9afe850d99 Rebase against bfb845f9fccb2ff5bff0b0ba3238fec7f9f7b710. 2015-11-05 17:57:35 +01:00
Sebastian Lackner
0488823205 Added patch to use close_handle instead of NtClose for internal memory management functions. 2015-10-31 03:32:37 +01:00
Sebastian Lackner
d2f012b3d1 Added patch to pass '-read_only_relocs suppress' to the linker on OSX and enable patchset to use Nt* function wrappers. 2015-10-30 23:48:00 +01:00
Sebastian Lackner
d8cf46384c ntdll-Syscall_Wrappers: Only enable syscall wrappers on Linux, MacOS needs special linker flags. 2015-10-19 05:30:18 +02:00
Sebastian Lackner
091bcbce3c ntdll-Syscall_Wrappers: Run directory initialization early during process startup instead of wrapping syscalls. 2015-10-17 12:49:06 +02:00
Sebastian Lackner
458dd1fbce ntdll-Syscall_Wrappers: Added patches to call the implementation instead of the syscall wrapper when possible. 2015-10-16 05:56:30 +02:00
Sebastian Lackner
216a2d8994 Added patch to use wrapper functions for syscalls to appease Chromium sandbox (32-bit). 2015-10-16 03:48:10 +02:00