[ros-diffs] [tfaber] 58989: [KBDHID][MOUHID] - Use switch instead of nested ifs - Remove some unnecessary casts - Fix some spacing issues

2013-05-11 Thread tfaber
Author: tfaber Date: Sat May 11 10:23:54 2013 New Revision: 58989 URL: http://svn.reactos.org/svn/reactos?rev=58989view=rev Log: [KBDHID][MOUHID] - Use switch instead of nested ifs - Remove some unnecessary casts - Fix some spacing issues Modified: trunk/reactos/drivers/hid/kbdhid/kbdhid.c

[ros-diffs] [akhaldi] 58990: [FASTFAT] * Add some function annotations. * Fix several debug print specifiers. * Properly mark some unreferenced parameters as such.

2013-05-11 Thread akhaldi
Author: akhaldi Date: Sat May 11 11:03:12 2013 New Revision: 58990 URL: http://svn.reactos.org/svn/reactos?rev=58990view=rev Log: [FASTFAT] * Add some function annotations. * Fix several debug print specifiers. * Properly mark some unreferenced parameters as such. Modified:

[ros-diffs] [akhaldi] 58991: [FS_REC] * Properly mark some unreferenced parameters as such.

2013-05-11 Thread akhaldi
Author: akhaldi Date: Sat May 11 11:13:23 2013 New Revision: 58991 URL: http://svn.reactos.org/svn/reactos?rev=58991view=rev Log: [FS_REC] * Properly mark some unreferenced parameters as such. Modified: trunk/reactos/drivers/filesystems/fs_rec/ext2.c

[ros-diffs] [tfaber] 58993: [KBDHID][MOUHID] - Free device resources

2013-05-11 Thread tfaber
Author: tfaber Date: Sat May 11 12:17:36 2013 New Revision: 58993 URL: http://svn.reactos.org/svn/reactos?rev=58993view=rev Log: [KBDHID][MOUHID] - Free device resources Modified: trunk/reactos/drivers/hid/kbdhid/kbdhid.c trunk/reactos/drivers/hid/mouhid/mouhid.c Modified:

[ros-diffs] [tfaber] 58995: [HIDPARSE] - Fix some whitespace

2013-05-11 Thread tfaber
Author: tfaber Date: Sat May 11 15:39:50 2013 New Revision: 58995 URL: http://svn.reactos.org/svn/reactos?rev=58995view=rev Log: [HIDPARSE] - Fix some whitespace Modified: trunk/reactos/drivers/hid/hidparse/hidparse.c Modified: trunk/reactos/drivers/hid/hidparse/hidparse.c URL:

[ros-diffs] [tfaber] 58996: [HIDPARSE] - Use pool tagging - Avoid a cast

2013-05-11 Thread tfaber
Author: tfaber Date: Sat May 11 15:41:22 2013 New Revision: 58996 URL: http://svn.reactos.org/svn/reactos?rev=58996view=rev Log: [HIDPARSE] - Use pool tagging - Avoid a cast Modified: trunk/reactos/drivers/hid/hidparse/hidparse.c trunk/reactos/drivers/hid/hidparse/hidparse.h Modified:

[ros-diffs] [tfaber] 58997: [HIDPARSER] - Don't use a platform-dependent free function aka fix build

2013-05-11 Thread tfaber
Author: tfaber Date: Sat May 11 15:51:37 2013 New Revision: 58997 URL: http://svn.reactos.org/svn/reactos?rev=58997view=rev Log: [HIDPARSER] - Don't use a platform-dependent free function aka fix build Modified: trunk/reactos/lib/drivers/hidparser/hidparser.c Modified:

[ros-diffs] [tfaber] 58998: [KBDHID][MOUHID] - Free the correct usage list buffer

2013-05-11 Thread tfaber
Author: tfaber Date: Sat May 11 17:15:54 2013 New Revision: 58998 URL: http://svn.reactos.org/svn/reactos?rev=58998view=rev Log: [KBDHID][MOUHID] - Free the correct usage list buffer Modified: trunk/reactos/drivers/hid/kbdhid/kbdhid.c trunk/reactos/drivers/hid/kbdhid/kbdhid.h

[ros-diffs] [jimtabor] 58999: [Win32k] - Cleanup and one fix.

2013-05-11 Thread jimtabor
Author: jimtabor Date: Sat May 11 19:26:18 2013 New Revision: 58999 URL: http://svn.reactos.org/svn/reactos?rev=58999view=rev Log: [Win32k] - Cleanup and one fix. Modified: trunk/reactos/win32ss/user/ntuser/msgqueue.h trunk/reactos/win32ss/user/ntuser/object.c

[ros-diffs] [jimtabor] 59000: [Win32k] - Thread ID to Thread Information.

2013-05-11 Thread jimtabor
Author: jimtabor Date: Sat May 11 19:33:40 2013 New Revision: 59000 URL: http://svn.reactos.org/svn/reactos?rev=59000view=rev Log: [Win32k] - Thread ID to Thread Information. Modified: trunk/reactos/win32ss/user/ntuser/hook.c trunk/reactos/win32ss/user/ntuser/misc.c

[ros-diffs] [hbelusca] 59001: [CONSRV] - Use new helpers ConsoleAllocHeap and ConsoleFreeHeap instead of RtlAllocateHeap and RtlFreeHeap, to be able to use also debug heaps etc... - Initialize complet

2013-05-11 Thread hbelusca
Author: hbelusca Date: Sun May 12 00:20:15 2013 New Revision: 59001 URL: http://svn.reactos.org/svn/reactos?rev=59001view=rev Log: [CONSRV] - Use new helpers ConsoleAllocHeap and ConsoleFreeHeap instead of RtlAllocateHeap and RtlFreeHeap, to be able to use also debug heaps etc... - Initialize