Alexandre Julliard
|
0e42fd97c0
|
ntdll: Detect 16-bit modules and resolve imports for them.
|
2014-02-25 16:08:24 -06:00 |
Nikolay Sivov
|
88fc916442
|
ntdll: Use case-insensitive matching for typelib flags.
Spotted by Austin English.
|
2014-02-24 09:12:03 -06:00 |
Alexandre Julliard
|
ff08cd597d
|
ntdll: Only allocate TLS data when resolving imports.
|
2014-02-17 20:16:08 +01:00 |
Alexandre Julliard
|
f5fc925f0e
|
ntdll: Move fixup_imports to avoid forward declarations.
|
2014-02-17 20:15:45 +01:00 |
Alexandre Julliard
|
0f0bf58663
|
ntdll: Don't fixup imports for executables.
|
2014-02-17 20:15:44 +01:00 |
Alexandre Julliard
|
7307298ac3
|
ntdll: Don't fixup imports when a dll is already loaded.
|
2014-02-17 20:15:43 +01:00 |
Alexandre Julliard
|
183c184565
|
ntdll: Trace missing exception info on ARM.
|
2014-02-14 13:51:19 +01:00 |
Alexandre Julliard
|
241dd9ff23
|
ntdll: Fix printing formats for ARM registers.
|
2014-02-12 19:15:04 +01:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Alexandre Julliard
|
cf0e96c6d0
|
configure: Rename substituted variables to a standard _CFLAGS and _LIBS format.
|
2014-01-30 14:51:33 +01:00 |
Sebastian Lackner
|
23adc9aaed
|
ntdll: Fix incorrect value passed to RtlDeleteTimerQueueEx.
|
2014-01-30 10:35:53 +01:00 |
André Hentschel
|
d7fb376db4
|
ntdll: Use boolean return values in boolean functions.
|
2014-01-29 17:30:46 +01:00 |
Sebastian Lackner
|
fad29fc5d9
|
ntdll: Implement RtlSleepConditionVariableSRW.
|
2014-01-27 14:13:48 +01:00 |
Sebastian Lackner
|
899fc8d4ee
|
ntdll: Implement RtlTryAcquireSRWLockShared/Exclusive commands.
|
2014-01-27 14:13:45 +01:00 |
Sebastian Lackner
|
8ca96a9de0
|
ntdll: Throw STATUS_RESOURCE_NOT_OWNED when it's impossible to acquire/release the SRWLock.
|
2014-01-27 14:13:44 +01:00 |
Sebastian Lackner
|
31a283d4da
|
ntdll: Implement SRWLock functions using keyed events.
|
2014-01-17 11:26:38 +01:00 |
Frédéric Delanoy
|
841aabfd82
|
ntdll: Fix a typo in comment.
|
2014-01-17 11:01:44 +01:00 |
Frédéric Delanoy
|
acf22e83f6
|
ntdll: Avoid TRUE:FALSE conditional expressions.
|
2014-01-13 17:37:04 +01:00 |
Alexandre Julliard
|
406587898f
|
ntdll/tests: Fix a test that fails on Win2k.
|
2014-01-09 17:39:51 +01:00 |
Dmitry Timoshkov
|
c7332fa1dc
|
ntdll: Remove shadow local variables.
|
2014-01-09 12:10:42 +01:00 |
Sebastian Lackner
|
5472b9f9ca
|
ntdll: Implement condition variable functions using keyed events.
|
2014-01-08 14:34:14 +01:00 |
André Hentschel
|
87c7c961f2
|
Assorted spelling fixes.
|
2014-01-06 17:33:24 +01:00 |
André Hentschel
|
5865fe78de
|
ntdll: Add signal definitions for GNU/Hurd.
Partially based on a patch by Andrew Nguyen.
|
2014-01-06 17:10:05 +01:00 |
Martin Storsjo
|
48ae8f3070
|
ntdll: Improve handling of THUMB_MOV32 relocations.
|
2014-01-03 11:27:29 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Nikolay Sivov
|
1e1084232d
|
ntdll: Fix manifest attribute parsing.
|
2014-01-01 19:32:56 +01:00 |
Nikolay Sivov
|
aa4ebeb57c
|
ntdll: Fix return value when failed to locate resource.
|
2013-12-30 19:01:45 +01:00 |
Nikolay Sivov
|
031c027262
|
ntdll: Open source file only when needed during context creation.
|
2013-12-30 19:01:44 +01:00 |
Frédéric Delanoy
|
1181c850dd
|
ntdll/tests: Constify a character string.
|
2013-12-27 14:31:53 +01:00 |
Dmitry Timoshkov
|
bfb4f28dc5
|
ntdll: Implement NtQuerySemaphore/SemaphoreBasicInformation.
|
2013-12-26 16:51:07 +01:00 |
Alexandre Julliard
|
e54503f708
|
ntdll: Allocate TLS data in all running threads on module load.
|
2013-12-23 18:39:58 +01:00 |
Alexandre Julliard
|
1a4eca6f16
|
ntdll: Allocate TLS slots dynamically on module load.
|
2013-12-23 18:39:58 +01:00 |
Alexandre Julliard
|
384d698a9e
|
ntdll: Allocate a separate pointer for each TLS slot.
|
2013-12-23 18:39:58 +01:00 |
Sebastian Lackner
|
09bb38d12b
|
ntdll/tests: Add test for _snprintf.
|
2013-12-23 18:39:55 +01:00 |
Sebastian Lackner
|
3c2dc4a7b3
|
ntdll: Allow passing NULL buffer to printf functions.
|
2013-12-23 12:05:07 +01:00 |
Sebastian Lackner
|
805311f798
|
ntdll: Don't do further calls to pf_output_stringA if previous call failed.
|
2013-12-20 17:09:09 +01:00 |
Sebastian Lackner
|
29de7dd60b
|
ntdll: Handle error if RtlAllocateHeap fails in printf functions.
|
2013-12-20 11:13:11 +01:00 |
Sebastian Lackner
|
661212b5f5
|
ntdll: Fix incorrect value added to out->used in pf_output_stringA.
|
2013-12-20 11:13:11 +01:00 |
Austin English
|
2a3932a0a2
|
ntdll: Export a few more functions.
|
2013-12-20 10:54:16 +01:00 |
Austin English
|
0dac887f48
|
ntdll: Return success for FSCTL_IS_VOLUME_MOUNTED ioctl.
|
2013-12-20 10:51:52 +01:00 |
André Hentschel
|
2692b9d2ca
|
ntdll: Trace NtFlushInstructionCache on x86_64.
|
2013-12-17 16:36:28 +01:00 |
Alexandre Bique
|
5af5179313
|
ntdll: Fixme once for NtFlushInstructionCache().
|
2013-12-16 16:11:36 +01:00 |
Hans Leidekker
|
0463d01f15
|
ntdll: Report the latest service pack for 64-bit Windows XP.
|
2013-12-11 12:57:18 +01:00 |
André Hentschel
|
51ec8af230
|
ntdll/tests: Add ARM support for map protection tests.
|
2013-12-10 12:20:36 +01:00 |
Frédéric Delanoy
|
502fc1aef9
|
ntdll: Use boolean type where appropriate.
|
2013-12-09 11:45:50 +01:00 |
Ken Thomases
|
22cf68e1bc
|
ntdll: On Mac, store the dyld image info address in the PEB.
|
2013-12-05 12:40:56 +01:00 |
Frédéric Delanoy
|
5ba7f79bad
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
Huw Davies
|
fed9f67bc4
|
ntdll: Don't reduce the size of the local buffer when we come to read another batch of entries.
In the wildcard case, we can't know how much to reduce it by anyway.
|
2013-12-03 19:40:22 +01:00 |
Nikolay Sivov
|
fd65b0a1c3
|
ntdll: Allow NULL return length argument in NtAdjustPrivilegesToken().
|
2013-12-02 10:52:41 +01:00 |