Author: ion
Date: Thu Jul 20 07:09:40 2006
New Revision: 23177
URL:
http://svn.reactos.org/svn/reactos?rev=23177&view=rev
Log:
[AUDIT]
- PspGetImagePath: internal to ROS and reads the image path pretty differently from how
NT does it.
- NtQuery/Set functions: although huge in size, they are just a set of 2-10 line
sub-functions which only transfer data from EPROCESS into a usermode structure or
vice-versa. Fully documented in Nebett's book, and we have many test cases in the tree
which show their clean implementation.
- Also, our nice automatgic buffer validation and size checks are 100% Thomas's
genius and not used in NT at all.
- Thus, file is clean.
Modified:
trunk/reactos/ntoskrnl/ps/query.c (props changed)
Propchange: trunk/reactos/ntoskrnl/ps/query.c
------------------------------------------------------------------------------
--- svn:needs-lock (original)
+++ svn:needs-lock (removed)
@@ -1,1 +1,0 @@
-*