wine/server
Alexandre Julliard 38d0aa68da server: Always make pipes non-blocking.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-09-22 15:11:55 +02:00
..
async.c server: Remove no loner needed fd NULL check (Coverity). 2017-07-21 15:19:47 +02:00
atom.c
change.c server: Make fd_queue_async infallible. 2017-07-05 10:43:14 +02:00
class.c
clipboard.c server: Don't increment the clipboard sequence number for delayed rendering or synthesized formats. 2017-05-24 13:03:39 +02:00
completion.c
console.c
debugger.c
device.c server: Call create_irp from queue_irp. 2017-07-05 10:43:49 +02:00
directory.c
event.c
fd.c server: Make fd_queue_async infallible. 2017-07-05 10:43:14 +02:00
file.c server: Use create_request_async in flush request handler. 2017-06-28 12:35:33 +02:00
file.h server: Make fd_queue_async infallible. 2017-07-05 10:43:14 +02:00
handle.c server: Do not set SE_{D, S}ACL_PRESENT if no {D, S}ACL was set. 2017-06-15 11:09:16 +02:00
handle.h
hook.c
mach.c server: Add a platform-specific entry point to initialize registers of a new thread. 2017-07-27 17:04:04 +02:00
mailslot.c server: Make fd_queue_async infallible. 2017-07-05 10:43:14 +02:00
main.c
Makefile.in configure: Add a separate variable for wineloader-specific flags. 2017-04-28 15:01:38 +02:00
mapping.c ntdll: Pass the mapping file access instead of the protection bits to the server. 2017-09-12 20:32:01 +02:00
mutex.c
named_pipe.c server: Always make pipes non-blocking. 2017-09-22 15:11:55 +02:00
object.c server: Do not set SE_{D, S}ACL_PRESENT if no {D, S}ACL was set. 2017-06-15 11:09:16 +02:00
object.h
process.c ntdll: Suspend the process before attaching dlls, using the process initial context. 2017-09-19 12:43:00 +02:00
process.h
procfs.c server: Add a platform-specific entry point to initialize registers of a new thread. 2017-07-27 17:04:04 +02:00
protocol.def ntdll: Suspend the process before attaching dlls, using the process initial context. 2017-09-19 12:43:00 +02:00
ptrace.c server: Initialize debug registers in new threads if necessary. 2017-07-27 17:04:04 +02:00
queue.c
region.c
registry.c server: Fix copy & paste for number of subkeys. 2017-04-25 20:53:08 +02:00
request.c server: On macOS, don't use clock_gettime() even if it's available. 2017-06-02 10:33:16 +02:00
request.h ntdll: Suspend the process before attaching dlls, using the process initial context. 2017-09-19 12:43:00 +02:00
security.h server: Assign a default label to all tokens. 2017-06-19 09:50:32 +02:00
semaphore.c
serial.c server: Make fd_queue_async infallible. 2017-07-05 10:43:14 +02:00
signal.c
snapshot.c
sock.c server: Make async_queue object a simple list instead of a server object. 2017-07-05 10:39:54 +02:00
symlink.c
thread.c server: Don't return debug registers unless explicitly requested. 2017-09-18 15:50:34 +02:00
thread.h server: Initialize debug registers in new threads if necessary. 2017-07-27 17:04:04 +02:00
timer.c
token.c server: Assign a default label to all tokens. 2017-06-19 09:50:32 +02:00
trace.c ntdll: Suspend the process before attaching dlls, using the process initial context. 2017-09-19 12:43:00 +02:00
unicode.c
unicode.h
user.c
user.h
window.c user32: Don't exclude clipped children from the copied window bits since they may be up to date. 2017-07-20 10:41:43 +02:00
wineserver.de.UTF-8.man.in
wineserver.fr.UTF-8.man.in
wineserver.man.in
winstation.c