[PATCH] server, ntoskrnl: Implement support for IRP_MJ_CREATE requests.

Charles Davis cdavis at mymail.mines.edu
Mon Nov 9 15:34:45 CST 2009


Also, add stub handlers in mountmgr.

This patch fixes an issue with the previous one where wine would hang if
ntoskrnl got a STATUS_BUFFER_OVERFLOW back from thes server.
---
 dlls/mountmgr.sys/device.c   |    8 ++
 dlls/mountmgr.sys/mountmgr.c |    8 ++
 dlls/ntoskrnl.exe/ntoskrnl.c |  104 ++++++++++++++--
 server/device.c              |  275
+++++++++++++++++++++++++++++++++---------
 server/protocol.def          |   33 ++++-
 server/thread.c              |    4 +-
 server/trace.c               |   23 ++++
 7 files changed, 373 insertions(+), 82 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-server-ntoskrnl-Implement-support-for-IRP_MJ_CREATE-.patch
Type: text/x-patch
Size: 30580 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091109/0a03919a/attachment-0001.bin>


More information about the wine-patches mailing list