[PATCH 1/6] server: Implement socket-specific ioctl() routine.

Erich E. Hoover erich.e.hoover at wine-staging.com
Tue Jan 20 15:45:54 CST 2015


This patchset fixes issues with Silverlight, Aeria Ignite, PlayOn,
Family Tree Maker, and Sonos Desktop Controller (Bug #32328, and
duplicates #36839, #37621, #34905, and #37921).  These applications
require the implementation of SIO_ADDRESS_LIST_CHANGE notifications on
sockets.

Now that unprocessed WSAIoctl() calls are forwarded to the server it
makes sense to have a socket-specific ioctl() routine.  The attached
patch adds this routine and sets STATUS_NOT_SUPPORTED for all
requests, though it specifically enumerates the
SIO_ADDRESS_LIST_CHANGE request in preparation for the following
patches.

Note: Since AJ requested that delayed processing for blocking calls be
handled on an ioctl()-specific basis this patch series has been
reordered such that patch 2 and 3 are flipped compared to what was
reviewed last time.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-server-Implement-socket-specific-ioctl-routine.patch
Type: text/x-diff
Size: 3299 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150120/3c4cb3de/attachment-0001.patch>


More information about the wine-patches mailing list