Alexandre Julliard
|
e5d69d9ee6
configure: Assume that sys/ioctl.h is available on Unix.
|
2 年之前 |
Alexandre Julliard
|
7d5af65591
configure: Assume that termios.h is available on Unix.
|
2 年之前 |
Huw Davies
|
6fdae1979b
configure: Stop checking for poll.h and sys/poll.h - always use poll.h.
|
3 年之前 |
Alexandre Julliard
|
c954e5b9e6
server: Avoid using wine/port.h.
|
3 年之前 |
Zebediah Figura
|
4f1c7ba5f9
server: Cancel asyncs through fd_ops.
|
3 年之前 |
Zebediah Figura
|
b1e4d920c3
server: Return void from the ioctl callback.
|
3 年之前 |
Zebediah Figura
|
101082253f
server: Do not forbid closing fd handles in other processes.
|
3 年之前 |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
3 年之前 |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
3 年之前 |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 年之前 |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 年之前 |
Jacek Caban
|
04094a6669
server: Use server_get_file_info for all info classes not implemented on client side.
|
6 年之前 |
Jacek Caban
|
6b08e60f03
server: Introduce get_file_info request for server-side NtQueryInformationFile implementation.
|
6 年之前 |
Jacek Caban
|
2ab2f31f18
server: Allow server side NtQueryVolumeInformationFile implementation.
|
7 年之前 |
Jacek Caban
|
7b33613fc4
server: Make fd_queue_async infallible.
|
7 年之前 |
Jacek Caban
|
c56c42ff79
server: Use create_request_async in ioctl request handler.
|
7 年之前 |
Alexandre Julliard
|
c43f13c3e4
server: Store the SERIAL_TIMEOUTS structure directly in the object.
|
7 年之前 |
Alexandre Julliard
|
e77873da73
server: Implement IOCTL_SERIAL_GET_WAIT_MASK as an ioctl on the server side.
|
7 年之前 |
Alexandre Julliard
|
b7b9c4eaa6
server: Implement IOCTL_SERIAL_SET_WAIT_MASK as an ioctl on the server side.
|
7 年之前 |
Alexandre Julliard
|
84e97cf604
server: Implement IOCTL_SERIAL_SET_TIMEOUTS as an ioctl on the server side.
|
7 年之前 |
Alexandre Julliard
|
a682420b58
server: Implement IOCTL_SERIAL_GET_TIMEOUTS as an ioctl on the server side.
|
7 年之前 |
Jacek Caban
|
a3acdf117f
server: Pass existing async object to fd_queue_async.
|
7 年之前 |
Jacek Caban
|
a604db1261
server: Create async object in register_async handler.
|
7 年之前 |
Jacek Caban
|
64dc8f5c48
server: Store iosb in async object.
|
8 年之前 |
Jacek Caban
|
ad1e0609a0
server: Get rid of no loner used cancel_async from fd_ops.
|
8 年之前 |
Alexandre Julliard
|
f55db7882d
server: Add link_name and unlink_name object operations.
|
8 年之前 |
Alexandre Julliard
|
bc0bf9e505
server: Implement serial port read interval timeouts.
|
8 年之前 |
Alexandre Julliard
|
837b39b202
server: Add read and write fd member functions.
|
9 年之前 |
Dmitry Timoshkov
|
a890d0f030
server: Make it possible for WaitCommEvent to detect recursive requests.
|
11 年之前 |
Dmitry Timoshkov
|
3b429e88ff
server: Add support for pending write flag to the serial device.
|
11 年之前 |