reactos/reactos/ntoskrnl/ps
2006-07-23 07:24:20 +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 - Fixup PSTRACE to print much nicer output and actually work. 2006-07-23 07:13:19 +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 - Fixup PSTRACE to print much nicer output and actually work. 2006-07-23 07:13:19 +00:00
quota.c - Make ROS buildable with GCC 4.1 2006-03-04 17:27:40 +00:00
security.c - SeAccessCheck should assume failure if no SD was passed. Also fixes bugcheck on startup since processes don't currently have SDs. 2006-07-23 07:24:20 +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