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 |
Alexandre Julliard
|
1e78c99388
|
kernel32: Validate the architecture of newly created processes on the server side.
|
2013-11-22 12:32:48 +01:00 |
Frédéric Delanoy
|
57d7f74d34
|
Assorted spelling fixes.
|
2013-11-21 19:44:46 +01:00 |
Alexandre Julliard
|
e8eb781327
|
server: Check PE file architecture at mapping creation time.
|
2013-11-21 19:39:02 +01:00 |
André Hentschel
|
6c140786e7
|
ntdll/tests: Mark win8 behaviour as failing.
|
2013-11-14 10:35:16 +01:00 |
André Hentschel
|
4ecc9788bd
|
ntdll: Adjust NtAreMappedFilesTheSame to win8 behaviour.
|
2013-11-13 11:21:50 +01:00 |
Dmitry Timoshkov
|
a890d0f030
|
server: Make it possible for WaitCommEvent to detect recursive requests.
|
2013-11-13 11:21:28 +01:00 |
André Hentschel
|
b6b9050d58
|
ntdll: Implement LdrResolveDelayLoadedAPI.
|
2013-11-12 12:58:03 +01:00 |
André Hentschel
|
eef5e45ee6
|
ntdll: Improved reporting of CPU Level and Revision on ARM.
|
2013-11-11 17:06:46 +01:00 |
André Hentschel
|
a160a65317
|
ntdll: Enable compilation with -D__WINESRC__.
|
2013-11-06 12:01:53 +01:00 |
André Hentschel
|
94d8e3ab68
|
tools/winapi: Remove PCTSTR, PTSTR and TCHAR from the list of tested types.
|
2013-11-06 12:01:52 +01:00 |
Frédéric Delanoy
|
416930d498
|
ntdll: Use BOOL type where appropriate.
|
2013-11-04 11:03:43 +01:00 |
Frédéric Delanoy
|
7e63200672
|
ntdll: Use BOOL type where appropriate.
|
2013-11-01 10:52:42 +01:00 |
Dmitry Timoshkov
|
60ef62c8c2
|
ntdll: NtReadFile should update io status block on EOF for a synchronous read.
|
2013-10-31 16:52:48 +01:00 |
Dmitry Timoshkov
|
a5e80b2d60
|
ntdll: NtReadFile should not fail for 0-length reads at EOF.
|
2013-10-31 16:18:33 +01:00 |
Frédéric Delanoy
|
86fdca6750
|
ntdll: Use BOOL type where appropriate.
|
2013-10-30 09:45:20 +01:00 |
Nikolay Sivov
|
cb0ef08839
|
ntdll: Suppress a warning on 'description' attribute of 'comClass'.
|
2013-10-29 20:07:07 +01:00 |
Alexandre Julliard
|
61770be5f1
|
ntdll: Add an futimens syscall wrapper for Android.
|
2013-10-29 10:24:34 +01:00 |
Frédéric Delanoy
|
81b181fe72
|
ntdll/tests: Use BOOL type where appropriate.
|
2013-10-29 10:22:15 +01:00 |
Dmitry Timoshkov
|
3a41ebfbf2
|
ntdll/tests: Add tests for reading 0 bytes at end of file.
|
2013-10-29 10:21:41 +01:00 |
Dmitry Timoshkov
|
3b429e88ff
|
server: Add support for pending write flag to the serial device.
|
2013-10-25 13:36:01 +02:00 |
Daniel Lehman
|
0669a8aca2
|
kernel32: Don't use depth in RtlInterlockedFlushSList.
Depth wraps around at 65536 but list supports more elements.
|
2013-10-24 10:56:13 +02:00 |
André Hentschel
|
e0e7a0770b
|
ntdll: vm86 is not available on PowerPC.
|
2013-10-23 11:20:51 +02:00 |
Alexandre Julliard
|
63092712c9
|
ntdll/tests: Skip test if LdrAddRefDll is missing.
|
2013-10-15 18:37:05 +02:00 |
Francois Gouget
|
4db9cd5f21
|
ntdll/tests: Fix compilation on systems that don't support nameless unions.
|
2013-10-15 14:28:20 +02:00 |
Nikolay Sivov
|
146ff49161
|
ntdll: Support pinning module refcount with LdrAddRefDll().
|
2013-10-14 10:49:44 +02:00 |
Dmitry Timoshkov
|
49d0e64f88
|
kernel32: The return and last error values set by ReadFile on EOF depend on whether overlapped pointer was passed in.
|
2013-10-11 12:45:06 +02:00 |
Dmitry Timoshkov
|
fa2ca8f6b4
|
ntdll/tests: Add more tests for reading beyond EOF.
|
2013-10-11 12:45:06 +02:00 |