[AUDIT]
authorAleksey Bragin <aleksey@reactos.org>
Thu, 18 May 2006 12:06:28 +0000 (12:06 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Thu, 18 May 2006 12:06:28 +0000 (12:06 +0000)
commit8a2eb6433b28f73cd43d02d6a6ea15e83dc9ced3
treed3cec23bb220868629d60ce1ff4387eab2a514d1
parent0f5345d5be292864d6de2cfa6218969fabfd0a4e
[AUDIT]
ntoskrnl/ex
(according to functions_list.txt in audited branch comments by Alex Ionescu, and uuid.c comments by me)
- dbgctrl.c: Modified the function slightly for compatibility with some keys, still has nothing to do with Windows'
- lookas.c: File is clean. I merely rewrote existing versions based on a GPLed IBM driver I found on google, OSR documentation and some DDK sample code. The implementation is trivial and only calls caller-defined functions which are the ones doing the work.
- uuid.c: Added programmers, unified formatting, STDCALL->NTAPI change. Code doesn't look suspicious, plus stubbed functions
- win32k.c: Alex Ionescu only changed the functions to call Win32K instead of having the code in ntoskrnl. It was a cut/paste job. Aleksey Bragin: The code looks very trivial and straightforward, certainly it's written based on clean sources of information
- zone.c: Based on David Welch's code, which Alex Ionescu merely cleaned up, using clean development. He's not even sure if the Zone functions are still in Windows.

svn path=/trunk/; revision=21930
reactos/ntoskrnl/ex/uuid.c