reactos/reactos/ntoskrnl/ps
Timo Kreuzer bfc2638590 [NTOSKRNL]
Bring over all current amd64 specific code from the amd64 branch

svn path=/trunk/; revision=48222
2010-07-24 01:12:13 +00:00
..
amd64 [NTOSKRNL] 2010-07-24 01:12:13 +00:00
arm - Implement beginnings of Ramdisk Port Driver. Planning compatibility with ISO, SDI and WIM files and full Windows support. 2008-06-29 02:58:05 +00:00
i386 [NTOSKRNL] 2009-12-17 20:58:58 +00:00
debug.c - Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se. 2009-08-26 17:31:02 +00:00
job.c - Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se. 2009-08-26 17:31:02 +00:00
kill.c [ntoskrnl] 2009-12-12 15:21:56 +00:00
process.c [ARM]: Fix the ARM build, hopefully without breaking the x86 build in the process. Sorry buds! 2010-02-01 03:51:45 +00:00
psmgr.c [PERF]: Replace early ZwClose system calls with ObCloseHandle(KernelMode). This avoids taking a system call for those cases and gives a slight perf boost to booting up the system. It also pushes the first system call somewhat later in the boot process, allowing for easier debugging should the interface have issues/need tracing. 2010-01-23 21:27:26 +00:00
psnotify.c
query.c [NTOS]: Fix Implementation of BreakOnTermination -- Process Flags should be accessed with interlocked bit semantics, not through C bitfield extension. 2010-05-29 19:21:08 +00:00
quota.c - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
security.c [NTOS]: No good deed goes unpunished. Continuing the novel/saga from a couple of days ago, it seems that now that impersonation works, various code paths are being tickled into existence. For example, it would seem parts of the system now attempt setting primary tokens. This would cause an assertion, since PspAssignPrimaryToken incorrectly dereferenced the token (leading to a double-dereference) due to an off-by-! mistake. 2010-03-10 04:12:25 +00:00
state.c - Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se. 2009-08-26 17:31:02 +00:00
thread.c [NTOSKRNL] 2009-12-17 20:58:58 +00:00
win32.c - Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se. 2009-08-26 17:31:02 +00:00