Author: fireball Date: Thu Jun 1 02:36:27 2006 New Revision: 22135
URL: http://svn.reactos.ru/svn/reactos?rev=22135&view=rev Log: - Small update of the auditing doc - Test of new ViewVC post-commit hook
Modified: trunk/documentation/audit/ntoskrnl/io/pnpmgr.txt
Modified: trunk/documentation/audit/ntoskrnl/io/pnpmgr.txt URL: http://svn.reactos.ru/svn/reactos/trunk/documentation/audit/ntoskrnl/io/pnpm... ============================================================================== --- trunk/documentation/audit/ntoskrnl/io/pnpmgr.txt (original) +++ trunk/documentation/audit/ntoskrnl/io/pnpmgr.txt Thu Jun 1 02:36:27 2006 @@ -41,7 +41,7 @@ Searches BusTypeGuid entry in the IopBusTypeGuidList list. If it is not found, create a new entry in the list and return its index Only ReactOS source code got in results of Google search. Function is heavily commented. There is a goto usage, however it's obvious and doesn't seem to come from reverse engineering. -Result: ? +Result: Probably clean (?)
IopCreateDeviceNode() / IopFreeDeviceNode() Info: Google finds only ReactOS results. I haven't checked other information sources