[ros-diffs] [akhaldi] 58965: [XDK/DDK] * The event parameter in IoBuildDeviceIoControlRequest is optional. Spotted by Nikolay Borisov. CORE-7172 #resolve

2013-05-08 Thread akhaldi
Author: akhaldi Date: Wed May 8 10:26:24 2013 New Revision: 58965 URL: http://svn.reactos.org/svn/reactos?rev=58965view=rev Log: [XDK/DDK] * The event parameter in IoBuildDeviceIoControlRequest is optional. Spotted by Nikolay Borisov. CORE-7172 #resolve Modified:

[ros-diffs] [akhaldi] 58966: [AFD] * Add some function annotations. * Fix several debug print specifiers. * Properly mark some unreferenced parameters as such. * This fixes several warnings emitted by

2013-05-08 Thread akhaldi
Author: akhaldi Date: Wed May 8 10:55:46 2013 New Revision: 58966 URL: http://svn.reactos.org/svn/reactos?rev=58966view=rev Log: [AFD] * Add some function annotations. * Fix several debug print specifiers. * Properly mark some unreferenced parameters as such. * This fixes several warnings

[ros-diffs] [akhaldi] 58967: [AFD] * Fix more debug print specifiers.

2013-05-08 Thread akhaldi
Author: akhaldi Date: Wed May 8 11:33:13 2013 New Revision: 58967 URL: http://svn.reactos.org/svn/reactos?rev=58967view=rev Log: [AFD] * Fix more debug print specifiers. Modified: trunk/reactos/drivers/network/afd/afd/info.c trunk/reactos/drivers/network/afd/afd/lock.c

[ros-diffs] [akhaldi] 58969: [AFD] * Mark SelectTimeout as a KDEFERRED_ROUTINE and fix its calling convention. This fixes a potential stack corruption. * Brought to you by Nikolay Borisov and the MSVC

2013-05-08 Thread akhaldi
Author: akhaldi Date: Wed May 8 12:12:15 2013 New Revision: 58969 URL: http://svn.reactos.org/svn/reactos?rev=58969view=rev Log: [AFD] * Mark SelectTimeout as a KDEFERRED_ROUTINE and fix its calling convention. This fixes a potential stack corruption. * Brought to you by Nikolay Borisov and the

[ros-diffs] [hbelusca] 58970: [KDROSDBG-NTOS] Put the 3 helper COM functions into KDBG directly.

2013-05-08 Thread hbelusca
Author: hbelusca Date: Wed May 8 15:36:38 2013 New Revision: 58970 URL: http://svn.reactos.org/svn/reactos?rev=58970view=rev Log: [KDROSDBG-NTOS] Put the 3 helper COM functions into KDBG directly. Added: branches/kd++/ntoskrnl/kd/arm/ branches/kd++/ntoskrnl/kd/arm/kdbg.c - copied,

[ros-diffs] [hbelusca] 58971: [FREELDR] - Fix dprints (be careful when Status variables are booleans). - Don't fail when trying to load an non-existent KD transport dll.

2013-05-08 Thread hbelusca
Author: hbelusca Date: Wed May 8 17:52:16 2013 New Revision: 58971 URL: http://svn.reactos.org/svn/reactos?rev=58971view=rev Log: [FREELDR] - Fix dprints (be careful when Status variables are booleans). - Don't fail when trying to load an non-existent KD transport dll. Modified: