[2/6] ntdll: Implement CreateJobObject

Andrew Cook ariscop at gmail.com
Tue Mar 31 20:18:34 CDT 2015


This patch series includes a (hopefully) complete implementation of
process tracking in job objects, but no limits or events outside
of those.

Changes by Sebastian Lackner <sebastian at fds-team.de>:
* Only use a single list instead of two for active / all processes.
* Various cleanups to fit with the rest of the wineserver coding style.

Changes in revision 2:
* Fix a wineserver crash when terminated processes are added to a job.
---
 dlls/ntdll/sync.c   |  33 ++++++++++++++--
 server/process.c    | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 server/protocol.def |   7 ++++
 3 files changed, 147 insertions(+), 3 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-ntdll-Implement-CreateJobObject.patch
Type: text/x-patch
Size: 6793 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150401/7e65be91/attachment.bin>


More information about the wine-patches mailing list