wine/ server/winstation.c server/trace.c serve ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu Oct 27 13:30:37 CDT 2005


ChangeSet ID:	20893
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/10/27 13:30:37

Modified files:
	server         : winstation.c trace.c timer.c semaphore.c 
	                 protocol.def named_pipe.c mutex.c mapping.c 
	                 mailslot.c handle.h handle.c event.c 
	include/wine   : server_protocol.h 
	dlls/ntdll     : virtual.c sync.c file.c 

Log message:
	Vitaliy Margolen <wine-patch at kievinfo.com>
	- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
	inherit flag.
	- Pass DesiredAccess to the server when creating mailslot.

Patch: http://cvs.winehq.org/patch.py?id=20893

Old revision  New revision  Changes     Path
 1.10          1.11          +4 -2       wine/server/winstation.c
 1.265         1.266         +16 -15     wine/server/trace.c
 1.28          1.29          +4 -2       wine/server/timer.c
 1.29          1.30          +4 -2       wine/server/semaphore.c
 1.157         1.158         +16 -15     wine/server/protocol.def
 1.48          1.49          +2 -2       wine/server/named_pipe.c
 1.29          1.30          +4 -2       wine/server/mutex.c
 1.56          1.57          +4 -2       wine/server/mapping.c
 1.9           1.10          +3 -2       wine/server/mailslot.c
 1.17          1.18          +1 -1       wine/server/handle.h
 1.39          1.40          +3 -2       wine/server/handle.c
 1.31          1.32          +4 -2       wine/server/event.c
 1.158         1.159         +17 -16     wine/include/wine/server_protocol.h
 1.71          1.72          +3 -3       wine/dlls/ntdll/virtual.c
 1.51          1.52          +8 -8       wine/dlls/ntdll/sync.c
 1.101         1.102         +5 -4       wine/dlls/ntdll/file.c




More information about the wine-cvs mailing list