Dmitry Timoshkov
|
a4ec059354
|
ntdll/tests: Add some tests for negative file offsets.
|
2013-09-06 12:03:55 +02:00 |
Nikolay Sivov
|
93c59714c0
|
ntdll: Inherit default activation context from creation thread.
|
2013-09-05 13:23:50 +02:00 |
Michael Stefaniuc
|
74b191a605
|
ntdll: Avoid TRUE FALSE conditional expressions.
|
2013-09-05 13:18:24 +02:00 |
Alexandre Julliard
|
f21961cc14
|
ntdll: Add a configure check for the tcdrain function.
Also remove the tcgetattr check that is no longer used.
|
2013-09-05 13:18:21 +02:00 |
Dmitry Timoshkov
|
2d5ecbee43
|
ntdll: NtReadFile should fail for overlapped IO on files if offset is NULL.
|
2013-09-04 17:56:52 +02:00 |
Dmitry Timoshkov
|
d37fac0519
|
ntdll: NtWriteFile should fail for overlapped IO on files if offset is NULL.
|
2013-09-04 17:56:50 +02:00 |
Alexandre Julliard
|
6666614a19
|
ntdll: Actually return the mount point in get_device_mount_point on Mac OS.
|
2013-09-04 16:28:10 +02:00 |
Nikolay Sivov
|
af3a20d2ea
|
ntdll: Added support for multiple progids in comClass and clrClass elements.
|
2013-09-04 11:36:32 +02:00 |
Alexandre Julliard
|
4af4df5af3
|
ntdll: Add stubs for the SRW lock functions.
|
2013-09-03 16:58:19 +02:00 |
Dmitry Timoshkov
|
c25776a981
|
ntdll: Avoid a needless goto.
|
2013-09-03 16:58:19 +02:00 |
Nikolay Sivov
|
045682a4da
|
kernel32: Forward ZombifyActCtx() to ntdll.
|
2013-09-03 16:58:16 +02:00 |
Nikolay Sivov
|
8e211065a8
|
ntdll: Store 'clrClass' as COM class.
|
2013-09-03 16:58:16 +02:00 |
Nikolay Sivov
|
d0deaaa8ce
|
kernel32/tests: Some tests for clrClass data.
|
2013-09-03 16:58:16 +02:00 |
Nikolay Sivov
|
f0e5fd737d
|
ntdll: Implement compatible section for 'clrSurrogate'.
|
2013-09-03 16:58:16 +02:00 |
Nikolay Sivov
|
5b38a13167
|
ntdll: Store clrSurrogate version value, added some tests.
|
2013-09-03 16:58:15 +02:00 |
Nikolay Sivov
|
44d8f6a35a
|
ntdll: For typelib and COM class sections point global data to module names.
|
2013-09-03 16:58:15 +02:00 |
Nikolay Sivov
|
21c1706f79
|
ntdll: Implement interface redirection section.
|
2013-09-02 18:07:03 +02:00 |
Nikolay Sivov
|
9c44cb4f0f
|
ntdll: Store all interface redirection data in context.
|
2013-09-02 18:07:00 +02:00 |
Nikolay Sivov
|
88070accd2
|
ntdll: Implement compatible comClass section.
|
2013-08-30 11:17:33 +02:00 |
Alexandre Julliard
|
3d83da047a
|
ntdll: Use a RunOnce function to initialize relay debugging options.
|
2013-08-29 19:56:18 +02:00 |
Alexandre Julliard
|
d191d5bca0
|
ntdll: Use a RunOnce function to initialize directory lookup options.
|
2013-08-29 19:56:18 +02:00 |
Wolfgang Walter
|
f93a5d2560
|
ntdll: Call tcdrain for serial handles from NtFlushBuffersFile.
|
2013-08-29 19:56:17 +02:00 |
Dmitry Timoshkov
|
52d1080544
|
ntdll: Properly set flag which indicates buffer empty state.
|
2013-08-29 11:21:11 +02:00 |
Nikolay Sivov
|
a5eb9eee42
|
ntdll: Fix typelib section leak on context release.
|
2013-08-29 11:20:43 +02:00 |
Nikolay Sivov
|
52fc0e4e29
|
ntdll: Store all 'comClass' attributes.
|
2013-08-29 11:20:37 +02:00 |
Alexandre Julliard
|
fcb3e60332
|
ntdll: Implement the RunOnce functions.
|
2013-08-28 22:27:31 +02:00 |
Alexandre Julliard
|
af89610364
|
kernel32/tests: Add more tests for the InitOnce functions.
|
2013-08-28 16:14:34 +02:00 |
Dmitry Timoshkov
|
f4f5d06df4
|
ntdll: Stop waiting for COM-port events if the device handle gets closed.
|
2013-08-28 11:36:23 +02:00 |
Dmitry Timoshkov
|
b299d4d4f8
|
ntdll: Add a trace for transmitter's buffer empty flag.
|
2013-08-28 11:36:01 +02:00 |
Alexandre Julliard
|
54017b0fac
|
ntdll/tests: Add a number of tests for keyed events.
|
2013-08-28 11:04:06 +02:00 |
Alexandre Julliard
|
93fbb12e65
|
server: Implement waiting on keyed events.
|
2013-08-28 11:03:38 +02:00 |
Dmitry Timoshkov
|
d21b05b06d
|
ntdll: Properly test line status register for TIOCSER_TEMT bit.
|
2013-08-27 21:30:03 +02:00 |
Dmitry Timoshkov
|
e3dcdadaca
|
ntdll: Fallback to ioctl(TIOCOUTQ) if ioctl(TIOCSERGETLSR) fails.
Most Linux USB-serial drivers don't support TIOCSERGETLSR.
|
2013-08-27 21:30:03 +02:00 |
Dmitry Timoshkov
|
1202c14e6e
|
ntdll: Ignore ioctl(TIOCGICOUNT) failures.
Most USB-serial Linux drivers don't support it.
|
2013-08-27 21:30:03 +02:00 |
Alexandre Julliard
|
5c0b5f4dcb
|
ntdll: Move the select and APC support to server.c.
|
2013-08-26 20:36:56 +02:00 |
Alexandre Julliard
|
a56ffb6326
|
ntdll: Rename NTDLL_wait_for_multiple_objects to server_select since it's more generic now.
|
2013-08-26 20:36:22 +02:00 |
Alexandre Julliard
|
947e337480
|
server: Make signal and wait a separate select operation.
|
2013-08-26 20:34:28 +02:00 |
Alexandre Julliard
|
042e0046d4
|
server: Make select on all handles a separate operation.
|
2013-08-26 20:32:52 +02:00 |
Alexandre Julliard
|
cbdc0ec72d
|
ntdll: Pass a select operation structure to NTDLL_wait_for_multiple_objects.
|
2013-08-26 20:32:19 +02:00 |
Alexandre Julliard
|
c2ab7a625e
|
server: Add a structure to pass the parameters of a select request.
|
2013-08-26 20:24:42 +02:00 |
Andrew Cook
|
cdfee68be1
|
ntdll: Implement NtQueryEvent.
|
2013-08-26 14:27:56 +02:00 |
Dmitry Timoshkov
|
0b4c9cb533
|
server: Store full-sized completion information on the server side.
|
2013-08-23 20:15:43 +02:00 |
Nikolay Sivov
|
36acd61447
|
ntdll: Implement compatible typelib section.
|
2013-08-23 17:56:14 +02:00 |
Nikolay Sivov
|
1ca7eb649c
|
ntdll: Parse 'flags' and 'version' attributes of typelib sections.
|
2013-08-23 17:55:22 +02:00 |
Dmitry Timoshkov
|
42cad0ebb1
|
ntdll/tests: Use WAIT_OBJECT_0 instead of 0.
|
2013-08-23 10:42:39 +02:00 |
Dmitry Timoshkov
|
b126d7c7ce
|
ntdll/tests: Fix one more place regarding temp path usage.
|
2013-08-23 10:42:36 +02:00 |
Dmitry Timoshkov
|
8eb9ffb3fa
|
ntdll/tests: Mark the NtReadFile call which doesn't return STATUS_PENDING for an overlapped IO call as broken, and don't test returned values in broken case.
|
2013-08-23 10:42:21 +02:00 |
Dmitry Timoshkov
|
49e31d29ca
|
ntdll/tests: Add some tests for FILE_USE_FILE_POINTER_POSITION.
|
2013-08-23 10:42:16 +02:00 |
Huw Davies
|
97fd3f3b52
|
ntdll: Call the correct server request.
|
2013-08-22 12:34:44 +02:00 |
Alexandre Julliard
|
dbf9d71ef8
|
server: Add support for keyed event objects.
|
2013-08-21 14:24:06 +02:00 |