wine/ dlls/kernel/comm.c files/file.c include/ ...

Alexandre Julliard julliard at winehq.com
Thu Mar 22 14:09:35 CST 2001


ChangeSet ID:	985291774594494881108403
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/03/22 15:09:35

Modified files:
	dlls/kernel    : comm.c 
	files          : file.c 
	include        : file.h server.h thread.h 
	scheduler      : synchro.c 
	server         : async.c object.h request.h serial.c trace.c 

Log message:
	Michael McCormack <mccormac at aals27.alcatel.com.au>
	Use poll() on the client-side during server waits to implement
	overlapped I/O.

Patch: http://cvs.winehq.com/patch.py?id=985291774594494881108403

Revision  Changes    Path
 1.17     +105 -69   wine/dlls/kernel/comm.c
 1.95     +143 -107  wine/files/file.c
 1.27     +17 -0     wine/include/file.h
 1.94     +3 -18     wine/include/server.h
 1.51     +2 -1      wine/include/thread.h
 1.29     +123 -2    wine/scheduler/synchro.c
 1.8      +2 -251    wine/server/async.c
 1.31     +1 -11     wine/server/object.h
 1.44     +0 -2      wine/server/request.h
 1.9      +7 -58     wine/server/serial.c
 1.92     +1 -13     wine/server/trace.c





More information about the wine-cvs mailing list