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 |
Alexandre Julliard
|
ac519d0eea
|
ntdll: Add defines for the file position magic constants.
|
2013-10-09 16:13:41 +02:00 |
Dmitry Timoshkov
|
3cae528eef
|
ntdll: Offset -1 (FILE_WRITE_TO_END_OF_FILE) is supposed to work in NtWriteFile for disk files in overlapped mode.
|
2013-10-09 16:11:33 +02:00 |
Dmitry Timoshkov
|
1670c7f9a6
|
ntdll/tests: Accept previously declared behaviour of overlapped IO as broken.
It highly depends on Windows version and updates/SP installed.
|
2013-10-07 14:44:35 +02:00 |
Dmitry Timoshkov
|
aa8546ecc2
|
ntdll: Add support for FILE_APPEND_DATA to NtWriteFile.
|
2013-10-07 14:44:35 +02:00 |
Dmitry Timoshkov
|
ae3c49d841
|
ntdll/tests: Add a test for file position after NtWriteFile in FILE_APPEND_DATA mode.
|
2013-10-07 14:44:35 +02:00 |
Dmitry Timoshkov
|
ba372b92b5
|
ntdll: Make it possible to store FILE_APPEND_DATA access bit in the server fd cache.
|
2013-10-04 19:59:58 +02:00 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Hans Leidekker
|
b0755344c4
|
ntdll: Fix the version reported for 64-bit Windows XP.
|
2013-10-01 19:08:22 +02:00 |
Dmitry Timoshkov
|
c7afb0bb88
|
ntdll: Don't use asynchronous file IO in the loader.
|
2013-09-30 20:35:03 +02:00 |
Dmitry Timoshkov
|
fe3bc8c574
|
ntdll: Unify the checks for asynchronous NtReadFile behaviour.
|
2013-09-30 20:35:03 +02:00 |
Dmitry Timoshkov
|
5e5fb99755
|
ntdll: Unify the checks for asynchronous NtWriteFile behaviour.
|
2013-09-30 20:35:03 +02:00 |
Nikolay Sivov
|
437c84655a
|
ntdll/tests: Add proper skips in tests.
|
2013-09-27 10:42:12 +02:00 |
Dmitry Timoshkov
|
a63be0823a
|
ntdll: Make set_line_control() for a serial device print slightly more informative messages.
|
2013-09-26 10:46:56 +02:00 |
Dmitry Timoshkov
|
a20b07c558
|
ntdll: Make asynchronous WaitCommEvent report correct number of bytes returned.
|
2013-09-26 10:46:54 +02:00 |
Michael Stefaniuc
|
2a39cb377a
|
dlls: Replace the remaining CONSTs.
|
2013-09-25 11:49:20 +02:00 |
Dmitry Timoshkov
|
2ffd28cff7
|
ntdll: Perform the offset checks in NtWriteFile also for a serial device.
|
2013-09-25 11:48:56 +02:00 |
Dmitry Timoshkov
|
4544826291
|
ntdll/tests: Use official path for temporary files instead of current directory.
|
2013-09-24 20:42:35 +02:00 |
Dmitry Timoshkov
|
084f4b643c
|
ntdll: Perform the offset checks also for a serial device.
|
2013-09-23 20:32:22 +02:00 |
Dmitry Timoshkov
|
ab8d704e24
|
ntdll/tests: Extend the FILE_APPEND_DATA test.
|
2013-09-23 11:49:55 +02:00 |
Dmitry Timoshkov
|
b4ab43b3de
|
kernel32: Remove a 0-length read optimization from ReadFile.
|
2013-09-20 11:11:47 +02:00 |