[ros-diffs] [cgutman] 54042: [KBDCLASS/MOUCLASS] - Better fix for the race condition

2011-10-06 Thread cgutman
Author: cgutman Date: Fri Oct 7 05:52:52 2011 New Revision: 54042 URL: http://svn.reactos.org/svn/reactos?rev=54042&view=rev Log: [KBDCLASS/MOUCLASS] - Better fix for the race condition Modified: trunk/reactos/drivers/input/kbdclass/kbdclass.c trunk/reactos/drivers/input/mouclass/mouclas

[ros-diffs] [cgutman] 54041: [KBDCLASS/MOUCLASS] - Fix a race condition in IRP queuing that can cause an assertion to fail in the cancellation routine

2011-10-06 Thread cgutman
Author: cgutman Date: Fri Oct 7 05:23:16 2011 New Revision: 54041 URL: http://svn.reactos.org/svn/reactos?rev=54041&view=rev Log: [KBDCLASS/MOUCLASS] - Fix a race condition in IRP queuing that can cause an assertion to fail in the cancellation routine Modified: trunk/reactos/drivers/input/k

[ros-diffs] [cgutman] 54040: [NTOSKRNL] - Fix symbolic link creation with a reference string - Audio devices start successfully again (sound still seems to be regressed however)

2011-10-06 Thread cgutman
Author: cgutman Date: Fri Oct 7 03:13:58 2011 New Revision: 54040 URL: http://svn.reactos.org/svn/reactos?rev=54040&view=rev Log: [NTOSKRNL] - Fix symbolic link creation with a reference string - Audio devices start successfully again (sound still seems to be regressed however) Modified: tr

[ros-diffs] [jimtabor] 54039: - Add new CreateWindowEx flags.

2011-10-06 Thread jimtabor
Author: jimtabor Date: Fri Oct 7 01:18:29 2011 New Revision: 54039 URL: http://svn.reactos.org/svn/reactos?rev=54039&view=rev Log: - Add new CreateWindowEx flags. Modified: trunk/reactos/include/reactos/undocuser.h Modified: trunk/reactos/include/reactos/undocuser.h URL: http://svn.reactos

[ros-diffs] [tfaber] 54038: [SETUPAPI] - Implement a FIXME in SetupDiOpenDeviceInfoW

2011-10-06 Thread tfaber
Author: tfaber Date: Thu Oct 6 22:34:45 2011 New Revision: 54038 URL: http://svn.reactos.org/svn/reactos?rev=54038&view=rev Log: [SETUPAPI] - Implement a FIXME in SetupDiOpenDeviceInfoW Modified: trunk/reactos/dll/win32/setupapi/devinst.c Modified: trunk/reactos/dll/win32/setupapi/devinst.c

[ros-diffs] [tfaber] 54037: [SETUPAPI] - Do not fail in SetupDiInstallDevice if the inf file already exists. Fixes VirtualBox 4.1.x additions See issue #6522 for more details.

2011-10-06 Thread tfaber
Author: tfaber Date: Thu Oct 6 22:33:06 2011 New Revision: 54037 URL: http://svn.reactos.org/svn/reactos?rev=54037&view=rev Log: [SETUPAPI] - Do not fail in SetupDiInstallDevice if the inf file already exists. Fixes VirtualBox 4.1.x additions See issue #6522 for more details. Modified: trun

[ros-diffs] [tfaber] 54036: [SETUPAPI] - Correctly interpret the result of compare_files in SetupCopyOEMInfW. Prevents random failures

2011-10-06 Thread tfaber
Author: tfaber Date: Thu Oct 6 22:31:29 2011 New Revision: 54036 URL: http://svn.reactos.org/svn/reactos?rev=54036&view=rev Log: [SETUPAPI] - Correctly interpret the result of compare_files in SetupCopyOEMInfW. Prevents random failures Modified: trunk/reactos/dll/win32/setupapi/install.c M

[ros-diffs] [cgutman] 54035: [HALACPI] - Work around a race condition related to devices reported before the I/O subsystem is fully up - Fixes bug #6271

2011-10-06 Thread cgutman
Author: cgutman Date: Thu Oct 6 21:50:07 2011 New Revision: 54035 URL: http://svn.reactos.org/svn/reactos?rev=54035&view=rev Log: [HALACPI] - Work around a race condition related to devices reported before the I/O subsystem is fully up - Fixes bug #6271 Modified: trunk/reactos/hal/halx86/ac

[ros-diffs] [pschweitzer] 54034: [REGEXPL] Fix memory leaks Fix broken if condition Use delete[] operator for allocations made with new[] operator Properly check for failed allocations by not throwing

2011-10-06 Thread pschweitzer
Author: pschweitzer Date: Thu Oct 6 21:36:10 2011 New Revision: 54034 URL: http://svn.reactos.org/svn/reactos?rev=54034&view=rev Log: [REGEXPL] Fix memory leaks Fix broken if condition Use delete[] operator for allocations made with new[] operator Properly check for failed allocations by not thro

[ros-diffs] [pschweitzer] 54033: [PEDUMP] Fix memory & resource leaks

2011-10-06 Thread pschweitzer
Author: pschweitzer Date: Thu Oct 6 20:45:06 2011 New Revision: 54033 URL: http://svn.reactos.org/svn/reactos?rev=54033&view=rev Log: [PEDUMP] Fix memory & resource leaks Modified: trunk/rosapps/applications/sysutils/pedump/pedump.c Modified: trunk/rosapps/applications/sysutils/pedump/pedum

[ros-diffs] [pschweitzer] 54032: [MAN] Fix memory leaks

2011-10-06 Thread pschweitzer
Author: pschweitzer Date: Thu Oct 6 20:35:52 2011 New Revision: 54032 URL: http://svn.reactos.org/svn/reactos?rev=54032&view=rev Log: [MAN] Fix memory leaks Modified: trunk/rosapps/applications/sysutils/man/man.c Modified: trunk/rosapps/applications/sysutils/man/man.c URL: http://svn.react

[ros-diffs] [pschweitzer] 54031: [FRAGINATOR] Use vector<>::empty() instead of vector<>::size() to check for vector emptyness

2011-10-06 Thread pschweitzer
Author: pschweitzer Date: Thu Oct 6 20:24:19 2011 New Revision: 54031 URL: http://svn.reactos.org/svn/reactos?rev=54031&view=rev Log: [FRAGINATOR] Use vector<>::empty() instead of vector<>::size() to check for vector emptyness Modified: trunk/rosapps/applications/fraginator/Defragment.cpp M

[ros-diffs] [pschweitzer] 54030: [COMP] Fix resource leak

2011-10-06 Thread pschweitzer
Author: pschweitzer Date: Thu Oct 6 20:13:54 2011 New Revision: 54030 URL: http://svn.reactos.org/svn/reactos?rev=54030&view=rev Log: [COMP] Fix resource leak Modified: trunk/rosapps/applications/cmdutils/comp/comp.c Modified: trunk/rosapps/applications/cmdutils/comp/comp.c URL: http://sv

[ros-diffs] [dgorbachev] 54029: [NTOSKRNL] Fix dbg output.

2011-10-06 Thread dgorbachev
Author: dgorbachev Date: Thu Oct 6 19:59:27 2011 New Revision: 54029 URL: http://svn.reactos.org/svn/reactos?rev=54029&view=rev Log: [NTOSKRNL] Fix dbg output. Modified: trunk/reactos/ntoskrnl/io/pnpmgr/pnpnotify.c Modified: trunk/reactos/ntoskrnl/io/pnpmgr/pnpnotify.c URL: http://svn.reac

[ros-diffs] [dgorbachev] 54028: [HAL] Do not write past the end of buffer.

2011-10-06 Thread dgorbachev
Author: dgorbachev Date: Thu Oct 6 19:59:20 2011 New Revision: 54028 URL: http://svn.reactos.org/svn/reactos?rev=54028&view=rev Log: [HAL] Do not write past the end of buffer. Modified: trunk/reactos/hal/halx86/legacy/bussupp.c Modified: trunk/reactos/hal/halx86/legacy/bussupp.c URL: http:

[ros-diffs] [rharabien] 54027: [NTOSKRNL] - Set special value in Next ptr when Ex(f)InterlockedPopEntryList is called on checked build. Fixes all ntos:ExSingleList kmtests.

2011-10-06 Thread rharabien
Author: rharabien Date: Thu Oct 6 19:53:51 2011 New Revision: 54027 URL: http://svn.reactos.org/svn/reactos?rev=54027&view=rev Log: [NTOSKRNL] - Set special value in Next ptr when Ex(f)InterlockedPopEntryList is called on checked build. Fixes all ntos:ExSingleList kmtests. Modified: trunk/r

[ros-diffs] [rharabien] 54026: [NTOSKRNL] - Save special values in F/Blink when Ex(f)InterlockedRemoveHeadList is called on checked build. Fixes all ntos:ExDoubleList kmtests

2011-10-06 Thread rharabien
Author: rharabien Date: Thu Oct 6 19:39:37 2011 New Revision: 54026 URL: http://svn.reactos.org/svn/reactos?rev=54026&view=rev Log: [NTOSKRNL] - Save special values in F/Blink when Ex(f)InterlockedRemoveHeadList is called on checked build. Fixes all ntos:ExDoubleList kmtests Modified: trunk

[ros-diffs] [gadamopoulos] 54025: [user32_apitest] - Add a couple of tests for the messages sent when changing the z-oder of windows with DeferWindowPos (this test ignores owners z-order)

2011-10-06 Thread gadamopoulos
Author: gadamopoulos Date: Thu Oct 6 14:19:04 2011 New Revision: 54025 URL: http://svn.reactos.org/svn/reactos?rev=54025&view=rev Log: [user32_apitest] - Add a couple of tests for the messages sent when changing the z-oder of windows with DeferWindowPos (this test ignores owners z-order) Modifi

[ros-diffs] [tkreuzer] 54024: [WIN32K] use GreCreateBitmapEx in IntSetDIBits as well to handle RLE images. Fixes bug 6388

2011-10-06 Thread tkreuzer
Author: tkreuzer Date: Thu Oct 6 13:38:45 2011 New Revision: 54024 URL: http://svn.reactos.org/svn/reactos?rev=54024&view=rev Log: [WIN32K] use GreCreateBitmapEx in IntSetDIBits as well to handle RLE images. Fixes bug 6388 Modified: trunk/reactos/subsystems/win32/win32k/objects/dibobj.c Mo

[ros-diffs] [gadamopoulos] 54023: [user32_apitest] - remove all previous SetActiveWindow tests as they were completely wrong. This is because changing the z-order of the owner windows is done by SetWi

2011-10-06 Thread gadamopoulos
Author: gadamopoulos Date: Thu Oct 6 13:06:52 2011 New Revision: 54023 URL: http://svn.reactos.org/svn/reactos?rev=54023&view=rev Log: [user32_apitest] - remove all previous SetActiveWindow tests as they were completely wrong. This is because changing the z-order of the owner windows is done by

[ros-diffs] [gadamopoulos] 54022: [user32_apitest] - Add some more tests for SetWindowPos with or without SWP_NOOWNERZORDER. This clears the misunderstanding on changing owner window z-order once and

2011-10-06 Thread gadamopoulos
Author: gadamopoulos Date: Thu Oct 6 12:46:21 2011 New Revision: 54022 URL: http://svn.reactos.org/svn/reactos?rev=54022&view=rev Log: [user32_apitest] - Add some more tests for SetWindowPos with or without SWP_NOOWNERZORDER. This clears the misunderstanding on changing owner window z-order once

[ros-diffs] [akhaldi] 54021: [SPEC2DEF] * Support thiscall and float specifiers. By Samuel Serapion. See issue #6539 for more details.

2011-10-06 Thread akhaldi
Author: akhaldi Date: Thu Oct 6 11:10:54 2011 New Revision: 54021 URL: http://svn.reactos.org/svn/reactos?rev=54021&view=rev Log: [SPEC2DEF] * Support thiscall and float specifiers. By Samuel Serapion. See issue #6539 for more details. Modified: trunk/reactos/tools/spec2def/spec2def.c Modif

[ros-diffs] [tkreuzer] 54020: [WIN32K] Remove a debug breakpoint that was not supposed to be comitted.

2011-10-06 Thread tkreuzer
Author: tkreuzer Date: Thu Oct 6 11:02:44 2011 New Revision: 54020 URL: http://svn.reactos.org/svn/reactos?rev=54020&view=rev Log: [WIN32K] Remove a debug breakpoint that was not supposed to be comitted. Modified: trunk/reactos/subsystems/win32/win32k/objects/dibobj.c Modified: trunk/reacto

[ros-diffs] [tkreuzer] 54019: [WIN32K] Fix handling of RLE compressed bitmaps in NtGdiStretchDIBitsInternal, by using similar code as in NtGdiSetDIBitsToDeviceInternal calling GreCreateBitmapEx instea

2011-10-06 Thread tkreuzer
Author: tkreuzer Date: Thu Oct 6 10:56:58 2011 New Revision: 54019 URL: http://svn.reactos.org/svn/reactos?rev=54019&view=rev Log: [WIN32K] Fix handling of RLE compressed bitmaps in NtGdiStretchDIBitsInternal, by using similar code as in NtGdiSetDIBitsToDeviceInternal calling GreCreateBitmapEx