reactos/reactos/ntoskrnl/ps
Alex Ionescu 90ea51a96b - ImperstionationLocale -> ImpersonationLocale.
- Implement PspWriteTebImpersonationInfo for setting the impersonation locale and impersonation status in the TEB (since User-mode needs to read this value and we don't want to NtQueryInformationThread for it each time to read the ETHERAD flag).
- Complete the implementation of PspSetPrimaryToken to recalculate a process's access rights to itself based on a new primary token.
- Reorganize ps.h header like ob.h and io.h, implement Tracing support but not the tracing itself yet.
- Get rid of some deprecated cruft.

svn path=/trunk/; revision=23233
2006-07-23 05:43:28 +00:00
..
debug.c - Factor out NtSet/GetContextThread implementation into PsGet/SetContexThread, new exported kernel APIs available to drivers, and export them. 2006-07-17 14:30:53 +00:00
idle.c - Move a bunch of externs to ps.h and delete many dupped/tripped ones. 2006-07-20 16:26:10 +00:00
job.c - Implement Kernel, Memory Manager and Process Manager APIs for the following concepts (not yet used): 2006-07-21 19:28:38 +00:00
kill.c - Add bugcheck CRITICAL_OBJECT_TERMINATED 2006-07-21 19:59:16 +00:00
notify.c [AUDIT] - notify.c contains trivial (3 or 4 lines of code) implementations of adding a pointer to an array, and then looping said array and calling a pointer. Your grandmother could code this. 2006-07-17 22:18:44 +00:00
process.c - Implement Kernel, Memory Manager and Process Manager APIs for the following concepts (not yet used): 2006-07-21 19:28:38 +00:00
psmgr.c - Add Pushlock support for GCC (Thanks Thomas!) 2006-07-20 17:44:30 +00:00
query.c - Give winlogon SE_ASSIGNPRIMARYTOKEN_PRIVILEGE because it was lacking it and would fail under this kernel patch. 2006-07-22 16:03:12 +00:00
quota.c - Make ROS buildable with GCC 4.1 2006-03-04 17:27:40 +00:00
security.c - ImperstionationLocale -> ImpersonationLocale. 2006-07-23 05:43:28 +00:00
state.c - Refactor NtSuspend/ResumeThread into PsSuspend/ResumeThread. 2006-07-20 18:29:54 +00:00
thread.c - Use safe referencing. 2006-07-20 18:47:35 +00:00
win32.c [FORMATTING] - Cleanup win32.c 2006-07-17 17:32:58 +00:00