From c457577370e52164c48ae471a3b3ea13ecbf126a Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 25 Mar 2003 03:22:42 +0000 Subject: [PATCH] +KeReleaseMutant() +CcSetLogHandleForFile() +KeAcquireQueuedSpinLockRaiseToSynch() --- src/libcaptive/ke/exports.captivesym | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libcaptive/ke/exports.captivesym b/src/libcaptive/ke/exports.captivesym index b011333..af8cd68 100644 --- a/src/libcaptive/ke/exports.captivesym +++ b/src/libcaptive/ke/exports.captivesym @@ -305,11 +305,13 @@ ntoskrnl.exe VerSetConditionMask pass ntoskrnl.exe RtlVerifyVersionInfo pass ntoskrnl.exe RtlGetVersion ntoskrnl.exe KeInitializeMutant pass +ntoskrnl.exe KeReleaseMutant pass ntoskrnl.exe IoRegisterDriverReinitialization ntoskrnl.exe PoQueueShutdownWorkItem ntoskrnl.exe ZwCreateEvent ntoskrnl.exe PsCreateSystemThread ntoskrnl.exe IoCreateStreamFileObjectLite +ntoskrnl.exe CcSetLogHandleForFile hal.dll KfReleaseSpinLock hal.dll KeGetCurrentIrql @@ -376,7 +378,7 @@ hal.dll KfLowerIrql hal.dll HalStartProfileInterrupt undef hal.dll HalSetProfileInterval undef hal.dll HalStopProfileInterrupt undef -hal.dll KeAcquireQueuedSpinLockRaiseToSynch undef +hal.dll KeAcquireQueuedSpinLockRaiseToSynch hal.dll HalRequestIpi undef hal.dll HalStartNextProcessor undef hal.dll KeTryToAcquireQueuedSpinLock undef -- 1.8.3.1