reactos/ntoskrnl/ps
Timo Kreuzer e8496b4fbf [NTOS:PS/x64] Fix PspGetOrSetContextKernelRoutine
It now uses KiSetTrapContext to set the non-volatile context on the stack and the volatile context in the trap frame.
2021-06-02 18:25:36 +02:00
..
amd64 [NTOS:PS/x64] Fix PspGetOrSetContextKernelRoutine 2021-06-02 18:25:36 +02:00
arm
i386
apphelp.c [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
debug.c [NTOS:PS] Use KD routine to safely read memory from thread stack 2021-05-10 19:11:21 +02:00
job.c [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
kill.c
process.c [NTOSKRNL][NDK] Get rid of SECTION_OBJECT typedef 2021-02-03 09:41:21 +01:00
psmgr.c [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
psnotify.c
query.c [NTOS:PS] Do not leak the Thread. Addendum to 0c8f0785 2021-05-08 00:32:14 +03:00
quota.c [NTOS:PS] Guard the quota in a spin lock (#3419) 2021-03-04 04:43:30 +03:00
security.c [NTOS:PS] Make sure we can impersonate the given token first 2021-05-02 16:55:20 +02:00
state.c [NTOSKRNL][PS] Implement NtQueueApcThreadEx and use it in NtQueueApcThread 2019-08-15 12:32:09 +02:00
thread.c
win32.c