Zebediah Figura
|
484b78bda0
ntoskrnl: Report the initial status of an IRP separately from the IOSB status.
|
3 years ago |
Zebediah Figura
|
a1c42293a2
server: Don't wake up always-blocking asyncs.
|
3 years ago |
Zebediah Figura
|
4f1c7ba5f9
server: Cancel asyncs through fd_ops.
|
3 years ago |
Zebediah Figura
|
b1e4d920c3
server: Return void from the ioctl callback.
|
3 years ago |
Zebediah Figura
|
a36e2769c9
server: Return void from the flush callback.
|
3 years ago |
Zebediah Figura
|
377d18c7b1
server: Return void from the write callback.
|
3 years ago |
Zebediah Figura
|
6d49991188
server: Return void from the read callback.
|
3 years ago |
Zebediah Figura
|
6cc36a46ff
server: Return void from the get_volume_info callback.
|
3 years ago |
Zebediah Figura
|
15b8f91e24
server: Check the status code to determine whether the async has failed.
|
3 years ago |
Zebediah Figura
|
dd58bf9ce2
server: Use a separate function and flag to communicate that the initial status of an async is not known yet.
|
3 years ago |
Zebediah Figura
|
559a8cea57
server: Add a helper to call async_request_complete() while allocating new memory.
|
3 years ago |
Zebediah Figura
|
96593370cd
server: Introduce a helper to fill an iosb and terminate the async.
|
3 years ago |
Zebediah Figura
|
fd4e7703e9
server: Do not create an iosb for IRP calls not associated with an async.
|
3 years ago |
Qian Hong
|
4e84a553a8
ntdll: Truncate files through the server.
|
3 years ago |
Zebediah Figura
|
8c26fca5c2
server: Don't rely on async_is_blocking() to determine whether IOCTL_AFD_WINE_ADDRESS_LIST_CHANGE should block.
|
3 years ago |
Zebediah Figura
|
b8f4061df0
ntdll: Implement IOCTL_AFD_RECV.
|
3 years ago |
Zebediah Figura
|
101082253f
server: Do not forbid closing fd handles in other processes.
|
3 years ago |
Erich E. Hoover
|
61d7629ba4
server: Allow volume information queries to be asynchronous.
|
4 years ago |
Zebediah Figura
|
61abc500f5
server: Use a callback to free the accept_req structure.
|
3 years ago |
Alexandre Julliard
|
3bb5381587
server: Return the NT name for the ProcessImageFileName query.
|
3 years ago |
Alexandre Julliard
|
bb00942671
server: Store the NT name in the fd object.
|
3 years ago |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
3 years ago |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
3 years ago |
Alexandre Julliard
|
123023eac7
server: Fetch the data for the debug events from the process memory views.
|
3 years ago |
Alexandre Julliard
|
8fa03e494a
server: Create the NLS section object for the l_intl.nls file.
|
4 years ago |
Zebediah Figura
|
93fb921ca7
ws2_32: Use server-side async I/O in accept().
|
4 years ago |
Alexandre Julliard
|
5c4d6cf837
server: Pass all creation arguments to the device creation functions.
|
4 years ago |
Zebediah Figura
|
3ad1739bc8
server: Create the Afd device.
|
4 years ago |
Zebediah Figura
|
820d703c31
server: Remove no longer used is_fd_signaled().
|
4 years ago |
Jacek Caban
|
6898bdca94
server: Introduce ConDrv device.
|
4 years ago |