Francois Gouget
|
1dbc3d0924
|
ntdll/tests: Add a trailing '\n' to an ok() call.
|
2013-08-19 12:53:20 +02:00 |
Nikolay Sivov
|
30425ece6c
|
ntdll: Fix hash collision check condition for string keys.
|
2013-08-16 16:33:34 +02:00 |
Andrey Turkin
|
2df4caa6a1
|
ntdll/tests: Test FileDispositionInformation file class.
|
2013-08-16 11:55:23 +02:00 |
Nikolay Sivov
|
2a5a8bc4a3
|
ntdll: Implement compatible section for dll redirects.
|
2013-08-15 16:21:45 +02:00 |
Nikolay Sivov
|
cddea89d22
|
ntdll: Support optional 'versioned' attribute for windowClass sections.
|
2013-08-15 16:19:03 +02:00 |
Qian Hong
|
f56edbf537
|
ntdll: Fixed parameter list in spec file for RtlpNtQueryValueKey.
|
2013-08-15 16:16:37 +02:00 |
Nikolay Sivov
|
5ce01b3597
|
ntdll: Implement compatible FindActCtxSectionString() for window class section.
|
2013-08-02 14:36:12 +02:00 |
Nikolay Sivov
|
1692ccc56d
|
ntdll: Added RtlFindActivationContextSectionGuid() stub.
|
2013-07-31 16:29:49 +02:00 |
Alexandre Julliard
|
f8cdbecc25
|
ntdll: Add context definitions missing from the Android NDK.
|
2013-07-30 14:43:31 +02:00 |
Alexandre Julliard
|
f7161ebe89
|
ntdll: Don't use TIOCGICOUNT if we don't have linux/serial.h to define the necessary struct.
|
2013-07-29 21:08:02 +02:00 |
Alexandre Julliard
|
581cef082e
|
ntdll: Use fclose instead of endmntent since we use fopen anyway.
|
2013-07-29 21:07:12 +02:00 |
Nikolay Sivov
|
9e5097187e
|
ntdll: Implement RtlHashUnicodeString().
|
2013-07-24 14:35:09 -05:00 |
Nikolay Sivov
|
7e136d68f7
|
ntdll/tests: Properly skip on missing functions.
|
2013-07-22 19:31:28 +02:00 |
Dmitry Timoshkov
|
3d759a0c69
|
ntdll: NtAllocateVirtualMemory should fail to commit if an address range is already committed for a memory mapped file.
|
2013-07-19 14:40:17 +02:00 |
Alexandre Julliard
|
3799d55d9b
|
ntdll: Implement RtlExitUserProcess.
|
2013-07-19 12:15:15 +02:00 |
Alexandre Julliard
|
1c11770159
|
ntdll: Simplify detach sequence now that there is no possible race on process exit.
|
2013-07-19 12:13:09 +02:00 |
Nikolay Sivov
|
173b834b4a
|
ntdll/tests: Tests for RtlHashUnicodeString().
|
2013-07-19 11:56:37 +02:00 |
Alexandre Julliard
|
4142fc9b52
|
ntdll/tests: Don't test . and .. masks, they don't work on Windows.
|
2013-07-02 10:03:50 +02:00 |
Alexandre Julliard
|
641e1bee02
|
ntdll/tests: Add some tests for NtQueryDirectoryFile with a non-wildcard mask.
|
2013-07-01 19:51:21 +02:00 |
Alexandre Julliard
|
96b7c71cfe
|
ntdll: Leave NtQueryDirectoryFile early when a non-wildcard mask is used in the getdirentries case.
This avoids having to retry the getdirentries call which may fail if
the buffer size is too small.
|
2013-07-01 19:51:20 +02:00 |
Dmitry Timoshkov
|
934ba51c80
|
ntdll: Correct RtlFreeHeap .spec parameter type.
|
2013-06-26 12:14:41 +02:00 |
Piotr Caban
|
76bfbf43e9
|
server: Don't create new handle when DUP_HANDLE_CLOSE_SOURCE is used if possible.
|
2013-06-05 17:31:40 +02:00 |
André Hentschel
|
ef856a29ef
|
ntdll: Actually store PC in RtlCaptureContext on ARM.
|
2013-05-31 11:58:03 +02:00 |
Alexandre Julliard
|
45a2cf1e22
|
ntdll: Reimplement the x86_64 relay entry point in assembler.
|
2013-05-23 19:03:01 +02:00 |
Alexandre Julliard
|
fb75238f7e
|
ntdll: Reimplement the i386 relay entry point in assembler.
|
2013-05-23 19:03:01 +02:00 |
Alexandre Julliard
|
f4e58868d4
|
ntdll: Make the entire relay entry point routine CPU-specific.
|
2013-05-23 19:03:00 +02:00 |
Dmitry Timoshkov
|
94336f1aab
|
ntdll: Thread creation control is now taken care by server.
|
2013-05-17 12:29:43 +02:00 |
Dmitry Timoshkov
|
10476af626
|
include: Make KNONVOLATILE_CONTEXT_POINTERS match PSDK definition.
|
2013-04-30 11:47:05 +02:00 |
Dmitry Timoshkov
|
e2791cdfb1
|
include: Make IMAGE_RESOURCE_DIRECTORY_ENTRY match PSDK definition.
|
2013-04-29 13:33:54 +02:00 |
Dmitry Timoshkov
|
59a23fb42f
|
ntdll: Refuse to create new thread if the target process is being terminated.
|
2013-04-22 12:37:51 +02:00 |
Francois Gouget
|
77a142da55
|
ntdll: Remove an unused debug channel.
|
2013-04-18 19:12:57 +02:00 |
André Hentschel
|
e187c4aec2
|
ntdll: Respect the 8-bit part in the ARM relocation.
|
2013-04-15 17:01:46 +02:00 |
Dmitry Timoshkov
|
b92c82c942
|
server: Add support for NtTerminateProcess(0).
|
2013-04-15 16:45:33 +02:00 |
Daniel Lehman
|
12f3ac4f46
|
ntdll: Use larger virtual heap for 64-bit.
|
2013-04-12 11:56:10 +02:00 |
André Hentschel
|
b6fdba7873
|
ntdll: Hint that call_entry_point is ARM assembler.
|
2013-04-05 11:57:52 +02:00 |
Alexandre Julliard
|
cd03a51e7d
|
ntdll: Set the address space limit before running application code.
|
2013-04-04 13:28:43 +02:00 |
Austin English
|
56057acdcd
|
ntdll: Add a stub for RtlConvertToAutoInheritSecurityObject.
|
2013-03-27 20:12:26 +01:00 |
André Hentschel
|
d53a55ea88
|
ntdll: Improve stub for FileFsAttributeInformation in NtQueryVolumeInformationFile.
|
2013-03-26 16:36:42 +01:00 |
André Hentschel
|
3c04958b8a
|
ntdll: Implement RtlLookupFunctionEntry on ARM.
|
2013-03-25 14:08:42 +01:00 |
André Hentschel
|
df7f4fb720
|
ntdll: Add stubs for RtlAddFunctionTable and RtlDeleteFunctionTable on ARM.
|
2013-03-25 14:08:32 +01:00 |
Alexandre Julliard
|
e3f9f7b388
|
ntdll: Copy some missing string functions from msvcrt.
|
2013-03-14 13:53:46 +01:00 |
Alexandre Julliard
|
17be935568
|
ntdll: Copy some missing math functions from msvcrt.
|
2013-03-14 13:43:46 +01:00 |
André Hentschel
|
6e8be236ee
|
ntdll: Unify the usage of internal SIGCONTEXT type on ARM and ARM64.
|
2013-03-11 11:44:29 +01:00 |
André Hentschel
|
0effd926b6
|
server: Remove SPARC support.
|
2013-03-05 11:04:07 +01:00 |
André Hentschel
|
6c02f66075
|
ntdll: Remove SPARC support.
|
2013-03-05 11:01:27 +01:00 |
Andrew Talbot
|
d0d28b96a4
|
ntdll: Avoid signed-unsigned integer comparisons.
|
2013-02-21 08:34:13 +01:00 |
Jörg Höhle
|
2f0b93ca13
|
ntdll: Stabilize CreateTimerQueueTimer callbacks over time.
|
2013-02-19 19:50:54 +01:00 |
André Hentschel
|
242da67082
|
ntdll: Correctly align the stack for odd numbers of arguments in relay traces on ARM.
|
2013-02-19 10:39:03 +01:00 |
Marcus Meissner
|
fc179497bd
|
kernel32: Use the correct pointer size in atl thunk (Coverity).
|
2013-02-18 10:31:22 +01:00 |
André Hentschel
|
22c3993226
|
ntdll: Implement RtlUnwind for ARM.
|
2013-02-13 17:44:06 +01:00 |