[ros-diffs] [tfaber] 53888: [NTOSKRNL] - Fix handling of hard error string parameters from kernel mode - Some simplification

2011-09-29 Thread tfaber
Author: tfaber Date: Thu Sep 29 06:48:19 2011 New Revision: 53888 URL: http://svn.reactos.org/svn/reactos?rev=53888view=rev Log: [NTOSKRNL] - Fix handling of hard error string parameters from kernel mode - Some simplification Modified: trunk/reactos/ntoskrnl/ex/harderr.c

[ros-diffs] [gadamopoulos] 53889: [kernel32] - Do not force the hard error dialog to appear. As a result, calling SetErrorMode now really prevents the hard error dialog from appearing.

2011-09-29 Thread gadamopoulos
Author: gadamopoulos Date: Thu Sep 29 10:07:15 2011 New Revision: 53889 URL: http://svn.reactos.org/svn/reactos?rev=53889view=rev Log: [kernel32] - Do not force the hard error dialog to appear. As a result, calling SetErrorMode now really prevents the hard error dialog from appearing.

[ros-diffs] [gadamopoulos] 53890: fix some relocations

2011-09-29 Thread gadamopoulos
Author: gadamopoulos Date: Thu Sep 29 12:04:13 2011 New Revision: 53890 URL: http://svn.reactos.org/svn/reactos?rev=53890view=rev Log: fix some relocations Modified: trunk/reactos/baseaddress.rbuild trunk/reactos/cmake/baseaddress.cmake Modified: trunk/reactos/baseaddress.rbuild URL:

[ros-diffs] [dgorbachev] 53891: [FREELDR] - Silence an error about unsupported PnP BIOS function. - Do not share edge-triggered interrupts (not implemented). Bug #6508.

2011-09-29 Thread dgorbachev
Author: dgorbachev Date: Thu Sep 29 13:20:24 2011 New Revision: 53891 URL: http://svn.reactos.org/svn/reactos?rev=53891view=rev Log: [FREELDR] - Silence an error about unsupported PnP BIOS function. - Do not share edge-triggered interrupts (not implemented). Bug #6508. Modified:

[ros-diffs] [cgutman] 53892: [ACPI] - Add a hack to skip calling methods of the HPET object because it causes a hardlock on VMWare - Attempt #2 at fixing VMware

2011-09-29 Thread cgutman
Author: cgutman Date: Thu Sep 29 16:03:49 2011 New Revision: 53892 URL: http://svn.reactos.org/svn/reactos?rev=53892view=rev Log: [ACPI] - Add a hack to skip calling methods of the HPET object because it causes a hardlock on VMWare - Attempt #2 at fixing VMware Modified:

[ros-diffs] [akhaldi] 53893: [SHELL32] * Properly stub SHPropStgCreate, SHPropStgReadMultiple and SHPropStgWriteMultiple. By Claudiu Mihail. * Shell32 shellole winetest doesn't crash anymore.

2011-09-29 Thread akhaldi
Author: akhaldi Date: Thu Sep 29 16:55:52 2011 New Revision: 53893 URL: http://svn.reactos.org/svn/reactos?rev=53893view=rev Log: [SHELL32] * Properly stub SHPropStgCreate, SHPropStgReadMultiple and SHPropStgWriteMultiple. By Claudiu Mihail. * Shell32 shellole winetest doesn't crash anymore.

[ros-diffs] [cgutman] 53894: [ACPI] - Silence debug spam - Add comment about the width parameter (bits not bytes)

2011-09-29 Thread cgutman
Author: cgutman Date: Thu Sep 29 18:49:10 2011 New Revision: 53894 URL: http://svn.reactos.org/svn/reactos?rev=53894view=rev Log: [ACPI] - Silence debug spam - Add comment about the width parameter (bits not bytes) Modified: trunk/reactos/drivers/bus/acpi/osl.c Modified:

[ros-diffs] [cgutman] 53895: [ACPI] - Update ACPICA from 20091214 to 20110922 - Rewrite a large portion of the OSL code - Perform a full initialization of ACPI objects (don't skip devices and events)

2011-09-29 Thread cgutman
Author: cgutman Date: Thu Sep 29 20:57:14 2011 New Revision: 53895 URL: http://svn.reactos.org/svn/reactos?rev=53895view=rev Log: [ACPI] - Update ACPICA from 20091214 to 20110922 - Rewrite a large portion of the OSL code - Perform a full initialization of ACPI objects (don't skip devices and

[ros-diffs] [tkreuzer] 53896: [FREELDR] - Move some disk related stuff that is unrelated to the registry data into a new file, hwdisk.c - Don't get the disk count from the size value of a structure th

2011-09-29 Thread tkreuzer
Author: tkreuzer Date: Thu Sep 29 21:12:40 2011 New Revision: 53896 URL: http://svn.reactos.org/svn/reactos?rev=53896view=rev Log: [FREELDR] - Move some disk related stuff that is unrelated to the registry data into a new file, hwdisk.c - Don't get the disk count from the size value of a

[ros-diffs] [tfaber] 53897: [SETUPAPI/FORMATTING] - Try to fix some indentation nightmares. No code changes

2011-09-29 Thread tfaber
Author: tfaber Date: Thu Sep 29 22:30:48 2011 New Revision: 53897 URL: http://svn.reactos.org/svn/reactos?rev=53897view=rev Log: [SETUPAPI/FORMATTING] - Try to fix some indentation nightmares. No code changes Modified: trunk/reactos/dll/win32/setupapi/devinst.c

[ros-diffs] [cgutman] 53898: [ACPI] - Remove a couple of debugging changes that were never meant to see the light of day ; )

2011-09-29 Thread cgutman
Author: cgutman Date: Fri Sep 30 01:17:33 2011 New Revision: 53898 URL: http://svn.reactos.org/svn/reactos?rev=53898view=rev Log: [ACPI] - Remove a couple of debugging changes that were never meant to see the light of day ;) Modified: trunk/reactos/drivers/bus/acpi/osl.c Modified:

[ros-diffs] [cgutman] 53899: [ACPI] - Report the device's lockable status in the device capabilities request - Only report the device as disabled if it is both not enabled and not functional

2011-09-29 Thread cgutman
Author: cgutman Date: Fri Sep 30 04:12:31 2011 New Revision: 53899 URL: http://svn.reactos.org/svn/reactos?rev=53899view=rev Log: [ACPI] - Report the device's lockable status in the device capabilities request - Only report the device as disabled if it is both not enabled and not functional