Detlef Riekenberg
|
5c3e919b10
|
ntdll: Support TokenIntegrityLevel.
|
2012-07-31 10:55:08 +02:00 |
|
Nikolay Sivov
|
b1c3c8c898
|
kernel32: Added InitOnceInitialize() implementation.
|
2012-07-23 12:53:24 +02:00 |
|
Alexandre Goujon
|
5feea8ce1a
|
kernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdManufacturerDescriptor) test.
|
2012-07-17 11:55:52 +02:00 |
|
André Hentschel
|
1ceec8c789
|
ntdll: Add support for relay debugging on ARM.
|
2012-07-16 14:29:12 +02:00 |
|
Alexandre Goujon
|
9fce6a37ec
|
kernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdCopyrightDescriptor) test.
|
2012-07-12 16:13:49 -05:00 |
|
Alexandre Goujon
|
a3b5dd2dff
|
kernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdPhysicalDescriptor) test.
|
2012-07-12 16:13:35 -05:00 |
|
Huw Davies
|
59f7c24432
|
ntdll: Remove a spurious assignment.
|
2012-07-11 10:00:18 -05:00 |
|
Huw Davies
|
760f487f6c
|
ntdll: Increase the buffer size for processor features and add a check to catch future overflows.
|
2012-07-11 10:00:15 -05:00 |
|
Thomas Faber
|
a7e95a27fb
|
ntdll/tests: Add test for RtlIpv4StringToAddress.
|
2012-07-10 11:17:30 -05:00 |
|
Hans Leidekker
|
700eec9687
|
ntdll: Report 3dnow and sse features if the processor supports them.
|
2012-07-09 15:06:13 -04:00 |
|
Gerald Pfeifer
|
80d078d071
|
ntdll: Omit unused typedef in test_query_process_basic.
|
2012-07-09 09:59:46 -04:00 |
|
André Hentschel
|
567e44161c
|
ntdll: Check for ARMv7 architecture dynamically when loading a PE.
|
2012-06-25 10:37:56 +02:00 |
|
Gerald Pfeifer
|
0016d8a2dd
|
ntdll: Omit unused typedef in test_query_process.
|
2012-06-21 08:36:38 +02:00 |
|
André Hentschel
|
4f08dc0a7b
|
ntdll: Check for NetBSD in CDROM_Verify.
|
2012-06-15 10:30:42 +02:00 |
|
André Hentschel
|
a8139f0ba1
|
ntdll: Enhance FreeBSD checks for cdrom code to also check for DragonFly BSD when appropriate.
|
2012-06-13 12:10:23 +02:00 |
|
Dan Kegel
|
9af12506b0
|
ntdll: Avoid clobbering valgrind annotations during HeapReAlloc.
|
2012-06-11 11:26:43 +02:00 |
|
Erich Hoover
|
e7dbb212a2
|
server: Access the completion from the file descriptor instead of the async object.
|
2012-06-06 13:47:28 +02:00 |
|
André Hentschel
|
04201096a2
|
ntdll: Add stub for NtQuerySystemEnvironmentValueEx.
|
2012-06-06 11:54:37 +02:00 |
|
Gerald Pfeifer
|
43923decba
|
ntdll: Omit unused typedef in test_query_timeofday.
|
2012-06-05 19:58:12 +02:00 |
|
André Hentschel
|
54a9c0fc60
|
ntdll: Add a helper function that returns the record length of a dirent struct.
|
2012-06-04 12:17:56 +02:00 |
|
André Hentschel
|
4c44e151be
|
ntdll: Get the unix tid on DragonFly BSD.
|
2012-06-04 12:17:55 +02:00 |
|
André Hentschel
|
1b1af34173
|
ntdll: Change default COM device for FreeBSD 8.0.
|
2012-06-04 12:17:55 +02:00 |
|
André Hentschel
|
1748f0de4e
|
ntdll: Add default COM device for DragonFly BSD.
|
2012-06-04 12:17:54 +02:00 |
|
André Hentschel
|
1013d2e75c
|
ntdll: Enhance FreeBSD checks to also check for DragonFly BSD when appropriate.
|
2012-06-04 12:17:54 +02:00 |
|
Detlef Riekenberg
|
0f4e9ffc22
|
ntdll: Implement RtlGetProductInfo.
|
2012-05-31 12:37:24 +02:00 |
|
Daniel Jelinski
|
6ec731b65c
|
ntdll: Add missing parameters to syscall call.
|
2012-05-30 11:21:45 +02:00 |
|
Alexandre Julliard
|
bb23d63663
|
ntdll: Export _local_unwind.
|
2012-05-29 21:33:45 +02:00 |
|
Detlef Riekenberg
|
979099a441
|
ntdll: Read the current processor with the __NR_getcpu syscall.
|
2012-05-21 11:33:55 +02:00 |
|
Detlef Riekenberg
|
0e235e5dc6
|
ntdll/tests: Add tests for NtGetCurrentProcessorNumber.
|
2012-05-21 11:33:40 +02:00 |
|
Detlef Riekenberg
|
1f80bacc65
|
ntdll: Use ThreadAffinityMask for NtGetCurrentProcessorNumber.
|
2012-05-21 10:27:40 +02:00 |
|
Detlef Riekenberg
|
02b74d3fd3
|
ntdll: Implement NtGetCurrentProcessorNumber.
|
2012-05-21 10:20:25 +02:00 |
|
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
|
André Hentschel
|
2a58169dbc
|
ntdll: Correctly handle Thumb exceptions on ARM.
|
2012-04-30 19:33:28 +02:00 |
|
Michael Stefaniuc
|
6ea39eed8d
|
ntdll/tests: Avoid casting zero.
|
2012-04-16 12:07:05 +02:00 |
|
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 |
|