Zebediah Figura
257c56f5f3
ntoskrnl.exe: Implement ExAcquireResourceExclusiveLite().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-09 15:46:03 +02:00
Zebediah Figura
1304b4c71b
ntoskrnl.exe: Implement ExInitializeResourceLite().
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45819
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-09 15:46:03 +02:00
Alistair Leslie-Hughes
718b1bc542
hid: Implement HidD_FlushQueue().
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45878
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-08 19:35:47 +02:00
Zebediah Figura
5ae3910e93
hid: Implement HidD_GetIndexedString().
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46711
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-08 19:35:36 +02:00
Jacek Caban
fd8bc0c16d
ntoskrnl.exe: Implement IoCreateSynchronizationEvent.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46804
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-05 22:16:31 +02:00
Zhiyi Zhang
f76447bbab
include: Avoid type redefinition.
...
UUID_DEFINED doesn't exist on Windows but it's needed by
wine because of the usage of some wine private headers.
And some older compilers can't handle the redefinition.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46892
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-25 10:13:16 +01:00
Louis Lenders
d150cc192e
gdi32: Add D3DKMTCloseAdapter() stub.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46571
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-14 17:43:16 +01:00
Gijs Vermeulen
66c321a4b8
ntoskrnl.exe: Add ExSetTimerResolution stub.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46762
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-11 19:29:36 +01:00
Gijs Vermeulen
199b5d2ca2
ntoskrnl.exe: Add MmBuildMdlForNonPagedPool stub.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46761
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-11 19:29:36 +01:00
Zhiyi Zhang
948d39c529
ntoskrnl.exe: Implement ExUuidCreate().
...
This is mostly a copy of UuidCreate() in rpcrt4 with NTSTATUS return code.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-01 17:48:26 +01:00
Jacek Caban
4498648ec1
ntoskrnl.exe: Add KeRevertToUserAffinityThread stub.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-07 12:53:46 +01:00
Michael Müller
7529e74516
ntoskrnl.exe: Implement ExInitializeNPagedLookasideList.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-06 19:57:27 +01:00
Jacek Caban
7149ae1111
ntoskrnl.exe: Add PsRevertToSelf stub.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-06 19:57:27 +01:00
Jacek Caban
5bfbcb735b
ntoskrnl.exe: Implement KeExpandKernelStackAndCallout and KeExpandKernelStackAndCalloutEx.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-04 15:43:01 +01:00
Zebediah Figura
ad1f270430
include: Add ExInitializeFastMutex() definition.
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-30 18:33:24 +01:00
Zebediah Figura
da4291dfc5
ntoskrnl.exe: Implement KeAcquireSpinLockAtDpcLevel().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-28 18:35:45 +01:00
Zebediah Figura
a1dfdfaf22
ntoskrnl.exe: Implement KeReleaseSpinLockFromDpcLevel().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-28 18:35:45 +01:00
Zebediah Figura
171bf1e2a0
ntoskrnl.exe: Implement ExInterlockedRemoveHeadList().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-25 12:00:50 +01:00
Zebediah Figura
834db73121
ntoskrnl.exe: Implement IoAcquireCancelSpinLock().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-25 11:55:54 +01:00
Zebediah Figura
fee112f90a
ntoskrnl.exe: Implement KeAcquireSpinLockRaiseToDpc().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-24 20:46:15 +01:00
Zebediah Figura
389b8fc393
hal: Implement KeAcquireSpinLock().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-24 20:27:12 +01:00
Zebediah Figura
fa6f56b361
hal: Implement KeReleaseSpinLock().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-24 20:26:09 +01:00
Zebediah Figura
92b047e722
ntoskrnl.exe: Implement KeInitializeSpinLock().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-24 20:26:01 +01:00
Zebediah Figura
c00a322d97
ntoskrnl.exe: Implement KeDelayExecutionThread().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-28 09:35:12 +01:00
Zebediah Figura
fc230cd4e3
ntoskrnl.exe: Implement KeCancelTimer().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-28 09:35:03 +01:00
Zebediah Figura
55778f4d8a
ntoskrnl.exe: Implement KeSetTimerEx() and waiting on timers.
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-28 09:34:58 +01:00
Zebediah Figura
2e4ffcd861
include: Add KeInitializeTimer().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-28 09:34:50 +01:00
Aric Stewart
a2ab553818
hid: Implement HidP_SetUsageValue.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-27 19:37:09 +01:00
Zebediah Figura
b9e556d5e8
ntoskrnl.exe: Implement KeClearEvent().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-27 08:59:58 +01:00
Zebediah Figura
e3223f30aa
ntoskrnl.exe: Implement KeInitializeMutex().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-27 08:59:17 +01:00
Zebediah Figura
05b278675f
ntoskrnl.exe: Implement KeWaitForSingleObject().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-26 13:27:28 +01:00
Zebediah Figura
a29204cb13
ntoskrnl.exe: Implement KeInitializeEvent().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-26 13:26:39 +01:00
Zebediah Figura
d3b2517c88
ntoskrnl.exe: Implement KeWaitForMultipleObjects().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-26 13:26:37 +01:00
Aric Stewart
9faf36789d
ntoskrnl.exe: Implement IoRegisterDeviceInterface.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-13 09:56:18 +01:00
Louis Lenders
52ed788838
ntoskrnl.exe: Add stub for KeSetTargetProcessorDpc.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46040
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-07 21:39:42 +01:00
Jactry Zeng
c43030b664
ntoskrnl: Add FsRtlIsNameInExpression stub.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=41039
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-09-14 12:52:35 +02:00
Alistair Leslie-Hughes
82634cd923
include: Add MmIsAddressValid to header.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-09-03 15:53:45 +02:00
Alistair Leslie-Hughes
6b3f665787
ntoskrnl.exe: Add DbgQueryDebugFilterState stub.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45655
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-29 22:01:36 +02:00
Zebediah Figura
ad6845b4af
ntoskrnl.exe: Implement IoSetDeviceInterfaceState().
...
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-17 16:53:04 +02:00
Alistair Leslie-Hughes
d28fdb041a
include: Add more definitions to wdm.h.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-30 22:26:49 +02:00
Alistair Leslie-Hughes
0b6337f095
include: Add MmGetSystemRoutineAddress definition.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-22 10:25:05 +02:00
Zebediah Figura
fb365b10e6
ntoskrnl.exe/tests: Add a simple test for MmMapLockedPagesSpecifyCache().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-02 10:00:48 +02:00
Alistair Leslie-Hughes
f8f7b46ea4
ntoskrnl: Add FsRtlRegisterFileSystemFilterCallbacks stub.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-04-17 17:03:13 +02:00
Alistair Leslie-Hughes
bb74918b23
ntoskrnl: Implement ExInterlockedPushEntrySList.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-04-16 10:32:00 +02:00
Michael Müller
ae75d6a92b
ntoskrnl: Implement ExInterlockedPopEntrySList.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-04-16 10:31:56 +02:00
Alistair Leslie-Hughes
a7b33a6a42
fltmgr.sys: Implement FltGetRoutineAddress.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-04-12 20:02:03 +02:00
Alistair Leslie-Hughes
0bbb1c32a9
include/ddk: Add fltkernel.h.
...
This also updates fltmgr.sys to make use of this new file.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-04-04 22:04:25 +02:00
Alexander Morozov
fec2aadebe
ntoskrnl.exe: Add stubs for ExAcquireFastMutexUnsafe and ExReleaseFastMutexUnsafe.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-04-03 18:22:36 +02:00
Alistair Leslie-Hughes
813c6f3af6
ntoskrnl.exe: Add ObGetFilterVersion stub.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-21 19:18:38 +01:00
Alistair Leslie-Hughes
8b0c857c81
ntoskrnl.exe: Add ObUnRegisterCallbacks stub.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-21 19:18:28 +01:00
Alistair Leslie-Hughes
6bc12302d9
ntoskrnl.exe: Add ObRegisterCallbacks stub.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-21 19:18:21 +01:00
Alistair Leslie-Hughes
210bb7ddb4
include: Add more types to ntifs.h.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-21 19:18:14 +01:00
Alistair Leslie-Hughes
4e6900890d
include: Add more typedefs to wdm.h.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-21 19:18:00 +01:00
Christian Costa
0cb9ddb7f5
ntoskrnl.exe: Fix IoReleaseCancelSpinLock argument.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-12 19:10:54 +01:00
Alexander Morozov
3a82fde6b5
ntoskrnl.exe: Add stub for ObReferenceObjectByPointer.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-12 19:10:50 +01:00
Austin English
9566c50a1e
ntoskrnl.exe: Add PsSetCreateProcessNotifyRoutineEx stub.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-06 09:15:29 -06:00
Austin English
f3ccfc092b
ntoskrnl.exe: Add KeAcquireInStackQueuedSpinLock stub.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-07 16:33:38 +01:00
Austin English
a8222a0437
ntoskrnl.exe: Add IoCreateFile stub.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-31 11:05:27 +01:00
Aric Stewart
a8ab3107cf
hid: Implement HidP_GetData.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-30 13:07:49 +01:00
Aric Stewart
6bf21e1a54
hid: Implement HidP_MaxDataListLength.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-30 13:07:45 +01:00
Aric Stewart
cc00075a65
hid: Implement HidP_GetUsagesEx.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-26 10:35:06 +01:00
Aric Stewart
fbd3525e24
hid: Implement HidD_GetNumInputBuffers.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-26 10:35:00 +01:00
Aric Stewart
a4ed76b948
hid: Implement HidP_GetSpecificButtonCaps.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-18 11:12:46 -06:00
Aric Stewart
3c60e4bf58
hid: Implement HidP_GetSpecificValueCaps.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-14 11:07:08 -06:00
Aric Stewart
fc1485b86b
hid: Implement HidD_SetOutputReport.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-26 20:12:04 +02:00
Aric Stewart
8e8e0b24da
include: Correct NTSTATUS declaration for hidsdi.h.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-19 08:10:02 -07:00
Sebastian Lackner
b466e89311
ntoskrnl.exe: Explicitly set MappedSystemVa for MDLs.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-17 16:19:48 -07:00
Sebastian Lackner
9912ef778f
ntoskrnl.exe: Use MmInitializeMdl in IoAllocateMdl.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-17 16:19:48 -07:00
Aric Stewart
c86d81d550
include: Define IoSkipCurrentIrpStackLocation.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-13 16:14:43 +02:00
Sebastian Lackner
8d799ea57b
ntoskrnl.exe: Don't transfer back input buffer for IRP_MJ_WRITE requests.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-12 21:31:36 +02:00
Sebastian Lackner
5400210376
ntoskrnl.exe: Use completion routine to transfer result of IRP back to server.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-11 09:41:16 +02:00
Aric Stewart
b82ce81957
hid: Stub HidP_TranslateUsagesToI8042ScanCodes.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-21 21:17:37 +09:00
Aric Stewart
9f99a045a3
ntoskrnl.exe: Stub IoInvalidateDeviceRelations.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-01 20:47:50 +09:00
Aric Stewart
71b66998f6
include: Fix definition of DRIVER_EXTENSION.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-01 20:47:49 +09:00
Aric Stewart
ab3b9bd84d
hidclass.sys: Call IoAttachDeviceToDeviceStack when creating HID device.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-17 13:37:06 +09:00
Alexander Morozov
2898df50e6
ntoskrnl.exe: Add stub for ObDereferenceObject.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-09 11:59:38 +09:00
Aric Stewart
c75751ed54
include: Add declaration for ObReferenceObjectByName.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-09 11:59:31 +09:00
Austin English
fee017c221
ntdll: Add NtSetLdtEntries/ZwSetLdtEntries stub.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-01 11:56:23 +09:00
Henri Verbeet
0a41694b53
gdi32: Implement DC creation from pre-existing memory.
...
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-13 23:01:07 +09:00
Aric Stewart
fa8eedddd5
hid: Implement HidD_SetNumInputBuffers.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-06 14:54:32 +09:00
Juan Jose Gonzalez
4eddd5dba3
include: Add HidD_GetSerialNumberString to ddk/hidsdi.h.
...
Signed-off-by: Juan Jose Gonzalez <juanj.gh@gmail.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-01 12:06:16 +09:00
André Hentschel
f71f7db63c
ndis.sys: Add NdisRegisterProtocol stub.
...
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-22 21:36:50 +09:00
André Hentschel
113f43250a
ndis.sys: Implement NdisSystemProcessorCount.
...
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-22 21:36:43 +09:00
Austin English
c9516970f9
ndis.sys: Add NdisAllocateSpinLock stub.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-29 21:34:14 +09:00
Austin English
2bb17745df
ndis.sys: Add NdisAllocateMemoryWithTag stub.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-30 08:21:53 +01:00
Austin English
f12241ae14
ntoskrnl.exe: Add RtlInitializeGenericTableAvl/RtlInsertElementGenericTableAvl stubs.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-24 15:04:31 +01:00
Rafał Harabień
3acac5b221
include/ddk: Fix memory layout of IRP and IO_STACK_LOCATION in wine64.
...
Signed-off-by: Rafał Harabień <rafalh1992@o2.pl>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-23 23:35:12 +09:00
Austin English
0a5f0f7420
ntoskrnl.exe: Add CmRegisterCallback/CmUnRegisterCallback stub.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-17 22:56:41 +09:00
Austin English
d8d759af5b
ntoskrnl.exe: Add ExReleaseResourceForThreadLite stub.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-11 20:05:50 +09:00
Austin English
f91a7b2cfe
fltmgr.sys: Add FltInitializePushLock stub.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-05 20:22:37 +09:00
Aric Stewart
0aca2d7dc9
hidclass.sys: Implement creating/destroying HID devices.
2015-09-04 18:08:26 +09:00
Gerald Pfeifer
4349b3c16d
include: Define HIDP_STATUS constants via unsigned parameters.
2015-09-03 17:53:07 +09:00
Aric Stewart
f9105eac34
include: Add IRP_MJ_POWER minor function codes.
2015-07-08 16:02:24 +09:00
Aric Stewart
e485da13ce
include: Add HID_XFER_PACKET and HID_REVISION to hidclass.h.
2015-07-08 16:02:24 +09:00
Aric Stewart
b32aaab065
include: New ddk/hidtypes.h include file.
2015-07-08 16:02:24 +09:00
Alexandre Julliard
354688faba
include: Add ddk/ prefix when including ddk headers.
2015-07-08 15:24:18 +09:00
Aric Stewart
71e5fdf478
include: Add ddk/hidport.h.
2015-07-07 21:47:30 +09:00
Aric Stewart
098efa1edc
hid: Implement HidP_GetScaledUsageValue.
2015-07-01 19:18:20 +09:00
Aric Stewart
1174fc63ad
hid: Implement HidP_MaxUsageListLength.
2015-07-01 19:18:20 +09:00
Aric Stewart
674080da91
hid: Implement HidD_GetAttributes.
2015-07-01 19:18:19 +09:00
Aric Stewart
eac15cae71
hid: Implement HidD_GetInputReport.
2015-07-01 19:18:19 +09:00
Aric Stewart
5b790bde5e
hid: Implement HidD_GetPreparsedData and HidD_FreePreparsedData.
2015-07-01 19:18:18 +09:00
Aric Stewart
30480a2369
hid: Implement HidP_InitializeReportForID.
2015-07-01 19:18:18 +09:00
Aric Stewart
ecc6196508
hid: Implement HidP_GetUsageValue.
2015-07-01 19:18:18 +09:00
Aric Stewart
8bb231c4ae
hid: Implement HidP_GetUsages.
2015-07-01 19:18:17 +09:00
Aric Stewart
0bb216ff35
hid: Implement HidP_GetValueCaps.
2015-07-01 19:18:17 +09:00
Aric Stewart
b183dc3d6e
hid: Implement HidP_GetButtonCaps.
2015-07-01 19:18:17 +09:00
Aric Stewart
ab3300cdda
include: Add ddk/hidpi.h.
2015-06-26 20:35:06 +09:00
Aric Stewart
4ba1d8d8ef
include: Add ddk/hidclass.h.
2015-06-26 20:35:05 +09:00
Alexandre Julliard
a78f8f298a
ntoskrnl: Flesh out IoBuildSynchronousFsdRequest implementation.
2015-05-06 17:16:48 +09:00
Alexandre Julliard
1895a42509
ntoskrnl: Use the MDL allocation routines for standard ioctl processing.
2015-03-04 23:57:38 +09:00
Alexandre Julliard
5fc369ff21
ntoskrnl: Use the IRP allocation routines for standard ioctl processing.
2015-03-04 23:51:32 +09:00
Francois Gouget
fa01fdc321
include/ddk: Make ntddk.h compatible with systems that don't support nameless unions.
2015-03-02 13:49:08 +09:00
Austin English
47e7f4fdf2
include: Add hidusage.h.
2015-02-04 21:32:50 +09:00
Austin English
59e3a851f2
include/ddk: Add KWAIT_BLOCK struct to ntddk.h.
2015-01-27 21:30:43 +01:00
Stefan Leichter
f592eea591
ntoskrnl.exe: Add stub for KeSetSystemAffinityThread.
2015-01-05 20:09:02 +01:00
Austin English
0db8da7075
include/ddk: Add csq.h.
2014-12-23 22:14:32 +01:00
Austin English
825673210f
ntoskrnl.exe: Add a stub for IoRegisterPlugPlayNotification.
2014-11-04 13:26:28 +09:00
Austin English
9c5f23121a
ntoskrnl.exe: Add ObQueryNameString stub.
2014-10-30 12:33:54 +09:00
Austin English
bb25986702
hid: Add HidD_GetProductString stub.
2014-08-04 16:20:15 +02:00
Alistair Leslie-Hughes
d8c6a11971
ntoskrnl.exe: Add stub KeInsertQueue.
2014-03-19 11:33:24 +01:00
Grazvydas Ignotas
7e4fa63621
include: Remove unneeded semicolons and fix a typo.
2014-03-03 17:02:36 +01:00
Michael Stefaniuc
23b86eb44e
include: Replace the remaining CONSTs.
2013-09-27 10:34:09 +02:00
André Hentschel
8bbbf7cd25
include/ddk: Add DEVICE_RELATIONS and DEVICE_INTERFACE_CHANGE_NOTIFICATION.
2013-08-16 11:55:23 +02:00
André Hentschel
545bbb1315
include/ddk: Add USB_HUB_DESCRIPTOR.
2013-08-16 11:55:23 +02:00
André Hentschel
ca7ba7053f
usbd.sys: Implement USBD_ParseConfigurationDescriptor using its Ex version.
2013-07-29 19:07:53 +02:00
Damjan Jovanovic
f5f04e8a2f
include/ddk: Add usbioctl.h.
2013-07-29 14:20:19 +02:00
Damjan Jovanovic
f7daa3f596
include/ddk: Add usbiodef.h.
2013-07-29 14:20:04 +02:00
André Hentschel
4b98d78951
hid: Add HidD_GetManufacturerString stub.
2013-04-04 13:28:46 +02:00
Hans Leidekker
c019083240
kernel32: Implement SetFileValidData.
2012-12-04 14:42:28 +01:00
Christian Costa
068ff64e0a
ntoskrnl.exe: Add MDL flags definitions.
2012-10-09 18:32:25 +02:00
Christian Costa
ea943293c6
ntoskrnl.exe: Add stub for ExCreateCallback.
2012-10-03 13:10:45 +02:00
Christian Costa
59eaf2003b
ntoskrnl.exe: Add stub for MmMapLockedPagesSpecifyCache.
2012-10-01 12:03:55 +02:00
Christian Costa
0a7ab9841d
ntoskrnl.exe: Add stub for MmProbeAndLockPages.
2012-10-01 12:03:31 +02:00
André Hentschel
c540c98d55
usbd.sys: Add partial USBD_ValidateConfigurationDescriptor implementation.
2012-08-29 21:26:38 +02:00
Alexandre Goujon
9536e66d61
include/ddk: Add DVD_DESCRIPTOR_HEADER descriptor structure.
2012-07-12 16:10:43 -05:00
Francois Gouget
d979d9cd64
ntoskrnl.exe: Fix the name of a POOL_TYPE value.
2012-05-15 16:26:39 +02:00
Dan Kegel
b94fabfb5b
include: ntddcdvd.h structure naming, packing fixes.
2012-01-24 18:10:32 +01:00
Stefan Leichter
34c49777a3
ntoskrnl.exe: Add stub for IoInitializeRemoveLockEx.
2011-12-29 17:56:45 +01:00
André Hentschel
c0892ca989
ntoskrnl: Add a stub for ExInitializePagedLookasideList.
2011-12-02 12:17:51 +01:00
Francois Gouget
21d6086c60
ntdll: Fix the field names of KUSER_SHARED_DATA and update it.
2011-08-03 14:15:48 +02:00
Stefan Leichter
c643aec175
ntoskrnl.exe: Add stub for PsSetLoadImageNotifyRoutine.
2011-03-28 17:13:05 +02:00
Alexander Morozov
745a50c9db
ntoskrnl.exe: Add stub for IoGetDeviceInterfaces.
2011-02-03 16:28:05 +01:00
Stefan Leichter
f7192d329e
ntoskrnl.exe: Add stub for IoWMIRegistrationControl.
2010-12-09 12:16:51 +01:00
Stefan Leichter
b9e676febd
ntoskrnl.exe: Add stub for PoSetPowerState.
2010-11-23 14:16:22 +01:00
Austin English
77f4c853f9
ntoskrnl.exe: Add stub for MmAllocateContiguousMemorySpecifyCache:.
2010-06-28 11:43:06 +02:00
Damjan Jovanovic
6aeffb53ee
ntoskrnl.exe: Stub out IoGetDeviceProperty.
2010-04-15 14:17:55 +02:00
Damjan Jovanovic
50aa0215a7
usb.h: Add and fix some USBD_STATUS codes.
2010-04-14 18:00:44 +02:00
Damjan Jovanovic
189335441e
wdm.h: Declare IoCallDriver.
2010-04-13 21:13:07 +02:00
Damjan Jovanovic
aadd2ac33f
wdm.h: Define KeResetEvent and KeSetEvent.
2010-04-13 11:37:14 +02:00
Damjan Jovanovic
e54d029f88
wdm.h: Define IoGetNextIrpStackLocation.
2010-04-12 11:29:22 +02:00
Damjan Jovanovic
394839fecf
include: Define IoGetCurrentIrpStackLocation based on NONAMELESSUNION and NONAMELESSSTRUCT.
2010-03-25 16:08:40 +01:00
Damjan Jovanovic
3c6c2fe8df
ntoskrnl.exe: Implement IoCompleteRequest.
2010-03-23 17:30:48 +01:00
Damjan Jovanovic
3f02dee355
usbd.sys: Implement URB building functions.
2010-03-22 15:53:36 +01:00
Damjan Jovanovic
6e4873691c
usbd.sys: Add USB descriptor parsing functions.
2010-03-19 12:00:40 +01:00
Charles Davis
5415b62fc2
include: Don't accidentally redefine a member in struct _IRP (LLVM/Clang).
2010-02-25 12:10:07 +01:00
Stefan Leichter
dd5abc2dcf
ntoskrnl.exe: Add stub for KeGetCurrentThread/PsGetCurrentThread.
2009-12-31 12:12:18 +01:00
Stefan Leichter
0190edee7e
ntoskrnl.exe: Add stub for KeSetPriorityThread.
2009-12-29 11:17:23 +01:00
Stefan Leichter
d8a12d8374
ntoskrnl.exe: Add stub for KeReleaseSemaphore.
2009-12-29 11:17:15 +01:00
Stefan Leichter
217828978f
ntoskrnl.exe: Add stub for KeInitializeSemaphore.
2009-12-21 15:01:26 +01:00
Wolfram Sang
7790280c5b
ntoskrnl: Add IoAllocateErrorLogEntry stub.
2009-12-10 12:38:58 +01:00
Louis Lenders
76ae295a09
ntoskrnl.exe: Add stub for MmAllocateContiguousMemory.
2009-11-17 16:04:33 +01:00
Louis Lenders
6c350ad155
ntoskrnl.exe: Add stub for MmAllocatePagesForMdl.
2009-11-17 16:03:50 +01:00
Damjan Jovanovic
8a210f4e55
usb.h: Add USBD_STATUS codes and the USBD_VERSION_INFORMATION struct.
2009-10-21 16:05:56 +02:00
Detlef Riekenberg
29c9c7f50d
include: Fix the fpAddPortEx prototype in struct PRINTPROVIDOR.
2009-09-29 15:05:24 +02:00
Stefan Leichter
1690044d78
ntoskrnl.exe: Add stub for IoQueryDeviceDescription.
2009-08-14 15:29:54 +02:00
Anders Jonsson
a2f6bac107
ntoskrnl.exe: Stub for ExInitializeNPagedLookasideList.
2009-06-16 15:32:39 +02:00
Anders Jonsson
fc07a52148
ntoskrnl.exe: Stub for ExInitializeZone.
2009-06-15 13:42:31 +02:00
Anders Jonsson
afff5f9da5
ntoskrnl.exe: Stub for ExInitializeResourceLite.
2009-06-15 13:42:31 +02:00
Anders Jonsson
15dd9e8d35
ntoskrnl.exe: Stub for IoInitializeTimer.
2009-06-15 13:42:31 +02:00
Stefan Leichter
56031d2ba4
ntoskrnl.exe: Stub for MmQuerySystemSize.
2009-03-02 13:20:46 +01:00
Andrew Nguyen
8dc97882f3
hid: Stub HidD_SetFeature.
2009-02-23 15:54:16 +01:00
Andrew Nguyen
45a1f85d15
hid: Stub HidD_GetFeature.
2009-02-23 15:54:01 +01:00
Michael Stefaniuc
7d2b787783
imm32: Make space for a 64bit pointer in the IMM window.
2009-02-12 11:52:31 +01:00
Alexander Morozov
902443579f
ntoskrnl.exe: Add stubs for Io{Allocate,Get}DriverObjectExtension.
2008-12-16 14:10:53 +01:00
Ricardo Filipe
bad677d58a
hal: Add stubs for ExAcquireFastMutex and ExReleaseFastMutex.
2008-12-11 14:28:07 +01:00
Alexandre Julliard
bc32b857ab
mountmgr: Add a Wine-specific ioctl to query the Unix information about a drive.
2008-10-24 14:24:58 +02:00
Alexandre Julliard
8faceff2f9
mountmgr: Add a Wine-specific ioctl to define a drive for a Unix path.
2008-10-24 14:24:53 +02:00
Alexandre Julliard
750e7e072c
include: Convert source files to utf-8.
2008-10-18 19:22:02 +02:00
Vitaly Lipatov
98d0155371
include/ddk: Fix include path and include guard name.
2008-10-08 12:17:24 +02:00
Alexander Morozov
626de2b35a
include: Add usb.h, usb100.h, usb200.h and usbdlib.h.
2008-10-07 12:48:52 +02:00
Alexander Morozov
332105331a
include: Add some definitions.
2008-10-07 12:43:55 +02:00
Peter Dons Tychsen
6e7c73cacf
ntoskrnl: Implement partial stub for IoGetConfigurationInformation().
2008-09-09 11:46:17 +02:00
Jim Cameron
410cb3e7f8
ntoskrnl.exe: Add stub for ObReferenceObjectByHandle().
2008-09-03 14:21:43 +02:00
Jim Cameron
4f39948f7b
ntoskrnl.exe: Add stub for IoRegisterShutdownNotification().
2008-09-03 14:21:43 +02:00
Jim Cameron
9a4d1d15cf
ntoskrnl.exe: Add stub for IoRegisterDriverReinitialization().
2008-09-03 14:21:43 +02:00
Jim Cameron
597150f692
ntoskrnl.exe: Add stub for IoGetRelatedDeviceObject().
2008-09-03 14:21:43 +02:00
Jim Cameron
faa6ca08e9
ntoskrnl.exe: Add stub for IoGetDeviceObjectPointer().
2008-09-03 14:21:43 +02:00
Alexander Morozov
217af4e7b9
ntoskrnl.exe: Add stubs for IoAllocateIrp, IoInitializeIrp and IoFreeIrp.
2008-07-30 15:23:58 +02:00
Alexander Morozov
478e64f549
include/ddk/wdm.h: Add defines.
2008-07-30 15:23:43 +02:00
ByeongSik Jeon
63d81263e2
imm32: Add the updated ImmTranslateMessage declaration.
2008-04-28 14:29:43 +02:00
ByeongSik Jeon
a6ff00c4da
imm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.
2008-04-23 13:26:48 +02:00
ByeongSik Jeon
f9316b1877
imm32: Add stub and header of ImmRequestMessage.
2008-04-23 13:26:45 +02:00
Aric Stewart
3dde049f31
imm32: All HIMCC in the InputContext should be initialized at creation.
2008-04-14 12:41:53 +02:00
Aric Stewart
5b3d4b473c
imm32: Add IME dll prototypes to the ddk/imm.h header.
2008-03-21 11:25:11 +01:00
Francois Gouget
ae9411089a
ddk: Add a stub ntddk.h header.
2008-03-06 17:39:17 +01:00
Alexandre Julliard
d1b356745b
include: Added the mountmgr.h header.
2007-12-20 16:41:35 +01:00
Alexandre Julliard
7ac931acf2
ntoskrnl.exe: Added implementation for IoCreateDriver and IoDeleteDriver.
2007-12-18 19:46:06 +01:00
EA Durbin
eb6a1fc9d0
ntoskrnl.exe: Add stub Implementation of IoAllocateWorkItem.
2007-11-09 12:58:26 +01:00
Marcel Partap
91b3eac2f2
include: Add winddiui.h header.
2007-11-02 12:27:12 +01:00