wine/ dlls/kernel/kernel.spec include/server.h ...

Alexandre Julliard julliard at winehq.com
Tue Feb 20 22:21:51 CST 2001


ChangeSet ID:	982729310885745618026704
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/02/20 23:21:51

Modified files:
	dlls/kernel    : kernel.spec 
	include        : server.h thread.h 
	scheduler      : client.c synchro.c thread.c 
	server         : request.c request.h thread.c thread.h trace.c 

Log message:
	Added separate server pipe to wait on blocking server calls.
	Send the complete request/reply through the request fifo instead of
	just a dummy byte.
	Convert error status to text in server reply tracing.

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

Revision  Changes    Path
 1.19     +3 -3      wine/dlls/kernel/kernel.spec
 1.88     +1 -2      wine/include/server.h
 1.46     +5 -4      wine/include/thread.h
 1.66     +27 -21    wine/scheduler/client.c
 1.25     +41 -15    wine/scheduler/synchro.c
 1.91     +2 -0      wine/scheduler/thread.c
 1.47     +70 -60    wine/server/request.c
 1.40     +4 -10     wine/server/request.h
 1.60     +67 -62    wine/server/thread.c
 1.30     +2 -6      wine/server/thread.h
 1.86     +69 -17    wine/server/trace.c





More information about the wine-cvs mailing list