reactos/reactos/ntoskrnl/ps
Giannis Adamopoulos 8cf95d1319 [ntoskrnl]
- Implement calling OkayToCloseProcedure callouts to win32k for desktop and window station objects
- Fix a bug that caused ObpCloseHandle to return success even when OkayToCloseProcedure failed

[win32k]
- Rewrite SetProcessWindowStation to actually set the current window station and close the previous one
- Implement OkayToCloseProcedure callouts from the kernel to prevent closing the current desktop or window station

svn path=/trunk/; revision=51115
2011-03-22 09:19:26 +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 [NTOS]: Mark all initialization functions INIT_FUNCTION. 2010-11-02 16:29:06 +00:00
kill.c [CACHE] 2010-11-02 02:32:39 +00:00
process.c [NTOSKRNL] 2011-01-15 19:13:22 +00:00
psmgr.c [NTOSKRNL] 2011-01-12 13:40:34 +00:00
psnotify.c - Fix various ntoskrnl/wdk compilation issues in rossym, cmlib, kdcom, rtl. 2007-03-02 19:52:29 +00:00
query.c [NTOSKRNL] 2011-02-20 11:27:07 +00:00
quota.c [NTOS]: Mark all initialization functions INIT_FUNCTION. 2010-11-02 16:29:06 +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 [NTOSKRNL] 2011-02-18 15:59:32 +00:00
thread.c [ntoskrnl/ps] 2010-09-24 15:27:24 +00:00
win32.c [ntoskrnl] 2011-03-22 09:19:26 +00:00