Austin English
|
132da2c428
|
ntdll: Give a better error message if signal context functions aren't defined.
|
2012-04-10 16:21:27 +02:00 |
Erich Hoover
|
48174b6d1e
|
ntdll: Fix section header heap deadlock.
|
2012-04-06 20:10:58 +02:00 |
Henri Verbeet
|
f1651e9208
|
ntdll: Use the copy of the section headers for applying memory protections as well in map_image().
|
2012-04-04 17:22:12 +02:00 |
Henri Verbeet
|
31eff06654
|
ntdll: Free the correct section headers copy in map_image().
|
2012-04-04 17:22:08 +02:00 |
Alexandre Julliard
|
3d4a73e601
|
ntdll: Add a __chkstk entry point for x86_64.
|
2012-04-02 12:46:40 +02:00 |
Alexandre Julliard
|
aa55603b73
|
ntdll: Move the _chkstk implementation to signal_i386.c.
|
2012-04-02 12:46:38 +02:00 |
Alexandre Julliard
|
a777676bc4
|
ntdll: Also call the unwind handler for the target frame.
|
2012-03-30 14:42:55 +02:00 |
Erich Hoover
|
3dd58d8bfb
|
ntdll: Fix mapping sections for applications that map over the section headers.
|
2012-03-16 11:21:01 +01:00 |
Alexandre Julliard
|
c0610daf77
|
ntdll: Properly follow jumps when checking a function epilog.
|
2012-03-15 20:29:23 +01:00 |
Ken Thomases
|
97645d7a1a
|
ntdll: Fix status returned for too-long registry value names.
|
2012-03-13 10:28:10 +01:00 |
Alexandre Julliard
|
b663a6dea4
|
ntdll: Add support for jump instructions in function epilogs.
|
2012-03-12 19:18:37 +01:00 |
Alexandre Julliard
|
34c875bf8b
|
ntdll: Add support for rep;ret instruction in function epilogs.
|
2012-03-12 18:59:51 +01:00 |
Alexandre Julliard
|
e562623a15
|
ntdll: Add support for the special STATUS_UNWIND_CONSOLIDATE exception code.
|
2012-03-12 16:04:49 +01:00 |
Alexandre Julliard
|
f996c89274
|
ntdll: Trace the exception extra information also in RtlUnwindEx.
|
2012-03-12 16:04:44 +01:00 |
Alexandre Julliard
|
2bce0c698e
|
ntdll: Set the TARGET_UNWIND flag when calling the unwind handler for the target frame.
|
2012-03-12 13:04:37 +01:00 |
Alexandre Julliard
|
7c36b51aaf
|
ntdll: Restore the original context for the last frame instead of the result of the unwind handler.
|
2012-03-12 13:04:36 +01:00 |
Alexandre Julliard
|
de9330cbcb
|
ntdll: Use the context argument as working variable instead of making a copy in RtlUnwindEx.
|
2012-03-12 13:04:35 +01:00 |
André Hentschel
|
33236819c8
|
ntdll: Add support for dynamically generated stub entry points on ARM.
|
2012-03-12 10:47:32 +01:00 |
Austin English
|
78f82fa063
|
ntdll: Use proper CPU speed detection on FreeBSD.
Reported by Hardy Schumacher.
|
2012-03-01 17:38:41 +01:00 |
William Panlener
|
f6dae487aa
|
ntdll: Use success return values for stubs.
|
2012-02-16 11:57:12 +01:00 |
Charles Davis
|
454467dc93
|
ntdll: Zero reserved fields of the request structure in DVD_ReadDescriptor().
|
2012-02-14 17:59:28 +01:00 |
Dan Kegel
|
6077b623f2
|
ntdll: Fix endianness of three fields in DVD_LAYER_DESCRIPTOR.
|
2012-02-14 17:59:28 +01:00 |
André Hentschel
|
0fb4cba77f
|
ntdll/tests: Fix some typos.
|
2012-02-13 18:37:35 +01:00 |
Austin English
|
93ed8a062d
|
kernel32: Add support for IOCTL_STORAGE_CHECK_VERIFY2.
|
2012-02-07 14:03:30 -06:00 |
Dmitry Timoshkov
|
3a5ee02735
|
ntdll: Add an access check for file mappings.
|
2012-01-24 18:10:31 +01:00 |
Dmitry Timoshkov
|
0e85fc66de
|
ntdll: Use PAGE_EXECUTE_READ protection for an image section.
|
2012-01-24 18:10:31 +01:00 |
Dmitry Timoshkov
|
1d01a7ba1e
|
kernel32: Fix access flags to page protection mapping in MapViewOfFileEx.
|
2012-01-17 11:54:43 +01:00 |
Alexandre Julliard
|
6d2063f41b
|
ntdll: Set the thread exit code when a thread is killed inside a wait.
|
2012-01-16 14:04:39 +01:00 |
André Hentschel
|
37ba5eb2a2
|
ntdll: No need for WINE_ prefixed debug output macro.
|
2012-01-11 17:47:24 +01:00 |
Jacek Caban
|
43a9faa734
|
ntdll: Make LdrLoadDll hotpatchable.
|
2012-01-06 19:24:23 +01:00 |
André Hentschel
|
cc50de1156
|
ntdll/tests: Add optional return value for some win7 machines.
|
2012-01-03 19:25:44 +01:00 |
Francois Gouget
|
1c59b91d64
|
ntdll: Avoid hardcoding the Unicode string literal lengths.
|
2011-12-16 17:40:39 +01:00 |
Dmitry Timoshkov
|
332eee4053
|
ntdll: Replace WRITE by WRITECOPY protection on an image section as Windows does.
|
2011-12-16 16:38:29 +01:00 |
Dmitry Timoshkov
|
eed406e028
|
ntdll: Setting WRITECOPY protection on a memory-mapped file is allowed.
|
2011-12-16 16:38:29 +01:00 |
Francois Gouget
|
c7cb3e6cb2
|
configure: Use errno.h instead of the non-standard sys/errno.h header.
|
2011-12-15 17:46:38 +01:00 |
Adam Martinson
|
759d76ae23
|
ntdll: Properly set flags in NtCreateNamedPipe().
|
2011-12-15 17:46:36 +01:00 |
Alexandre Julliard
|
70f4b2d502
|
ntdll: Make an error message a proper ERR.
|
2011-12-13 14:00:23 +01:00 |
André Hentschel
|
2503f2e1bb
|
winecfg: Bump NT 3.51 to Service Pack 5.
|
2011-12-05 12:22:28 +01:00 |
André Hentschel
|
9f0dde4d48
|
winecfg: Fill in the Service Pack major version for win2008.
|
2011-12-05 12:22:23 +01:00 |
Ken Thomases
|
35302a643a
|
ntdll: Don't change SIGCHLD disposition; no automatic reaping of child processes.
|
2011-12-01 10:10:54 +01:00 |
André Hentschel
|
3f90cb8c9e
|
ntdll: Move a return out of a #ifdef.
|
2011-11-30 11:45:14 +01:00 |
Francois Gouget
|
51a256e65f
|
Assorted spelling fixes and wording tweaks.
|
2011-11-28 16:40:50 +01:00 |
Dmitry Timoshkov
|
517d0800df
|
ntdll: Revert 33b0f0edff .
The tests clearly show that this commit is wrong.
|
2011-11-23 14:14:25 +01:00 |
Dmitry Timoshkov
|
277259157b
|
ntdll: Change the virtual memory test to accept both READWRITE and WRITECOPY protections.
|
2011-11-23 14:14:17 +01:00 |
Frédéric Delanoy
|
ea67d804f3
|
ntdll/tests: Avoid harcoding array lengths.
|
2011-11-21 11:05:00 +01:00 |
Maarten Lankhorst
|
d9889cfd63
|
ntdll: Use VALGRIND_RESIZEINPLACE_BLOCK when available.
|
2011-11-15 11:46:02 +01:00 |
Dmitry Timoshkov
|
a93f86716f
|
kernel32: Add a bunch of tests for protections accepted by VirtualAlloc, make it pass under Wine.
|
2011-11-08 10:19:51 +01:00 |
Dmitry Timoshkov
|
26f4ff1a38
|
ntdll: Use PAGE_EXECUTE_READWRITE protection when allocating stubs.
|
2011-11-08 10:19:42 +01:00 |
André Hentschel
|
2741edb998
|
ntdll: Declare debug channel only when used.
|
2011-11-07 11:30:38 +01:00 |
Dmitry Timoshkov
|
33255ee6ec
|
ntdll: Make the VirtualProtect tests pass under Wine.
|
2011-11-03 13:51:56 +01:00 |