[ros-diffs] [jimtabor] 45198: [Win32k] - Remove CriticalRegion calls.

2010-01-21 Thread jimtabor
Author: jimtabor Date: Fri Jan 22 02:29:21 2010 New Revision: 45198 URL: http://svn.reactos.org/svn/reactos?rev=45198&view=rev Log: [Win32k] - Remove CriticalRegion calls. Modified: trunk/reactos/subsystems/win32/win32k/objects/dclife.c Modified: trunk/reactos/subsystems/win32/win32k/objects

[ros-diffs] [jimtabor] 45197: [Win32k] - Remove CriticalRegion calls.

2010-01-21 Thread jimtabor
Author: jimtabor Date: Fri Jan 22 02:12:06 2010 New Revision: 45197 URL: http://svn.reactos.org/svn/reactos?rev=45197&view=rev Log: [Win32k] - Remove CriticalRegion calls. Modified: trunk/reactos/subsystems/win32/win32k/objects/dcattr.c trunk/reactos/subsystems/win32/win32k/objects/gdiobj

[ros-diffs] [tkreuzer] 45196: Merge from amd64-branch: 44886 KxAcquireSpinLock: check for already owned lock only on debug builds, fix check in inner loop, don't call Kii386SpinOnSpinLock inside the i

2010-01-21 Thread tkreuzer
Author: tkreuzer Date: Thu Jan 21 23:34:01 2010 New Revision: 45196 URL: http://svn.reactos.org/svn/reactos?rev=45196&view=rev Log: Merge from amd64-branch: 44886 KxAcquireSpinLock: check for already owned lock only on debug builds, fix check in inner loop, don't call Kii386SpinOnSpinLock inside

[ros-diffs] [tkreuzer] 45195: [HAL] Cleanup part 1/x - Rename each architectures default hal to "hal" and delete the stubbed "hal" module. - Delete halamd64 (will later reuse the x86 hal) - Rename "ha

2010-01-21 Thread tkreuzer
Author: tkreuzer Date: Thu Jan 21 22:05:45 2010 New Revision: 45195 URL: http://svn.reactos.org/svn/reactos?rev=45195&view=rev Log: [HAL] Cleanup part 1/x - Rename each architectures default hal to "hal" and delete the stubbed "hal" module. - Delete halamd64 (will later reuse the x86 hal) - Renam

[ros-diffs] [sserapion] 45194: Minor fix

2010-01-21 Thread sserapion
Author: sserapion Date: Thu Jan 21 20:59:46 2010 New Revision: 45194 URL: http://svn.reactos.org/svn/reactos?rev=45194&view=rev Log: Minor fix Modified: trunk/tools/Qemu GUI/QEmu.cs Modified: trunk/tools/Qemu GUI/QEmu.cs URL: http://svn.reactos.org/svn/reactos/trunk/tools/Qemu%20GUI/QEmu.cs

[ros-diffs] [sserapion] 45193: Fix build.

2010-01-21 Thread sserapion
Author: sserapion Date: Thu Jan 21 20:54:40 2010 New Revision: 45193 URL: http://svn.reactos.org/svn/reactos?rev=45193&view=rev Log: Fix build. Modified: branches/ros-amd64-bringup/reactos/hal/halx86/generic/amd64/irq.S branches/ros-amd64-bringup/reactos/hal/halx86/hal_generic_up.rbuild

[ros-diffs] [tkreuzer] 45192: fix build with USERMODE = 1

2010-01-21 Thread tkreuzer
Author: tkreuzer Date: Thu Jan 21 20:48:38 2010 New Revision: 45192 URL: http://svn.reactos.org/svn/reactos?rev=45192&view=rev Log: fix build with USERMODE = 1 Modified: branches/ros-amd64-bringup/reactos/lib/tdilib/tdilib.rbuild Modified: branches/ros-amd64-bringup/reactos/lib/tdilib/tdilib

[ros-diffs] [tkreuzer] 45191: [FREELDR] Remove deprecated reactos loader code

2010-01-21 Thread tkreuzer
Author: tkreuzer Date: Thu Jan 21 20:43:08 2010 New Revision: 45191 URL: http://svn.reactos.org/svn/reactos?rev=45191&view=rev Log: [FREELDR] Remove deprecated reactos loader code Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/loader.c Modified: branches/ros-am

[ros-diffs] [sserapion] 45190: - Remove old HalpInitPICs

2010-01-21 Thread sserapion
Author: sserapion Date: Thu Jan 21 20:40:32 2010 New Revision: 45190 URL: http://svn.reactos.org/svn/reactos?rev=45190&view=rev Log: - Remove old HalpInitPICs Removed: branches/ros-amd64-bringup/reactos/hal/halx86/generic/amd64/pic.c Modified: branches/ros-amd64-bringup/reactos/hal/halx86

[ros-diffs] [tkreuzer] 45189: [HAL] Fix build

2010-01-21 Thread tkreuzer
Author: tkreuzer Date: Thu Jan 21 20:34:30 2010 New Revision: 45189 URL: http://svn.reactos.org/svn/reactos?rev=45189&view=rev Log: [HAL] Fix build Modified: branches/ros-amd64-bringup/reactos/hal/halx86/generic/amd64/halinit.c branches/ros-amd64-bringup/reactos/hal/halx86/generic/amd64/m

[ros-diffs] [tkreuzer] 45188: [NTOS] Fixup code based on recent changes

2010-01-21 Thread tkreuzer
Author: tkreuzer Date: Thu Jan 21 20:33:47 2010 New Revision: 45188 URL: http://svn.reactos.org/svn/reactos?rev=45188&view=rev Log: [NTOS] Fixup code based on recent changes Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/boot.S branches/ros-amd64-bringup/reactos/ntoskrnl/k

[ros-diffs] [tkreuzer] 45187: [NTOS] - Comment out NtRaiseException and NtContinue for now - Use TrapFrame->PreviousMode like done for arm

2010-01-21 Thread tkreuzer
Author: tkreuzer Date: Thu Jan 21 20:32:39 2010 New Revision: 45187 URL: http://svn.reactos.org/svn/reactos?rev=45187&view=rev Log: [NTOS] - Comment out NtRaiseException and NtContinue for now - Use TrapFrame->PreviousMode like done for arm Modified: branches/ros-amd64-bringup/reactos/ntoskrn

[ros-diffs] [tkreuzer] 45185: [NTOS] - Fix bugcheck paramters in KiGeneralProtectionFault - Disable x87 fpu exceptions

2010-01-21 Thread tkreuzer
Author: tkreuzer Date: Thu Jan 21 19:00:23 2010 New Revision: 45185 URL: http://svn.reactos.org/svn/reactos?rev=45185&view=rev Log: [NTOS] - Fix bugcheck paramters in KiGeneralProtectionFault - Disable x87 fpu exceptions Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/kiinit.c

[ros-diffs] [tkreuzer] 45184: reduce difference to trunk

2010-01-21 Thread tkreuzer
Author: tkreuzer Date: Thu Jan 21 18:58:38 2010 New Revision: 45184 URL: http://svn.reactos.org/svn/reactos?rev=45184&view=rev Log: reduce difference to trunk Modified: branches/ros-amd64-bringup/reactos/dll/directx/directx.rbuild Modified: branches/ros-amd64-bringup/reactos/dll/directx/dire

[ros-diffs] [cwittich] 45183: [HAL] -header cleanup -spaces -> tabs in rbuild file

2010-01-21 Thread cwittich
Author: cwittich Date: Thu Jan 21 14:43:49 2010 New Revision: 45183 URL: http://svn.reactos.org/svn/reactos?rev=45183&view=rev Log: [HAL] -header cleanup -spaces -> tabs in rbuild file Modified: trunk/reactos/hal/halx86/hal_generic_up.rbuild trunk/reactos/hal/halx86/mp/apic.c trunk/re

[ros-diffs] [sir_richard] 45182: [HAL]: The HAL is a mess. Fix build.

2010-01-21 Thread sir_richard
Author: sir_richard Date: Thu Jan 21 14:36:30 2010 New Revision: 45182 URL: http://svn.reactos.org/svn/reactos?rev=45182&view=rev Log: [HAL]: The HAL is a mess. Fix build. Modified: trunk/reactos/hal/halx86/mp/halinit_mp.c trunk/reactos/hal/halx86/mp/ioapic.c Modified: trunk/reactos/hal/

[ros-diffs] [jimtabor] 45181: [Win32k] - Fixes to region support code. See bug 5124.

2010-01-21 Thread jimtabor
Author: jimtabor Date: Thu Jan 21 14:18:33 2010 New Revision: 45181 URL: http://svn.reactos.org/svn/reactos?rev=45181&view=rev Log: [Win32k] - Fixes to region support code. See bug 5124. Modified: trunk/reactos/subsystems/win32/win32k/include/dc.h trunk/reactos/subsystems/win32/win32k/in

[ros-diffs] [sir_richard] 45180: [HAL]: Initialize the i8259A PIC controllers in C, and add register structures and enumerations to document the bits. These were taken from ISA System Architecture 3rd

2010-01-21 Thread sir_richard
Author: sir_richard Date: Thu Jan 21 13:51:13 2010 New Revision: 45180 URL: http://svn.reactos.org/svn/reactos?rev=45180&view=rev Log: [HAL]: Initialize the i8259A PIC controllers in C, and add register structures and enumerations to document the bits. These were taken from ISA System Architectu

[ros-diffs] [fireball] 45179: - Fully sync up desktopbg.c with 44999 and merge arwinss-specific changes.

2010-01-21 Thread fireball
Author: fireball Date: Thu Jan 21 13:44:04 2010 New Revision: 45179 URL: http://svn.reactos.org/svn/reactos?rev=45179&view=rev Log: - Fully sync up desktopbg.c with 44999 and merge arwinss-specific changes. Modified: branches/arwinss/reactos/subsystems/win32/csrss/win32csr/desktopbg.c Modifi

[ros-diffs] [fireball] 45176: - Merge 44130:44183

2010-01-21 Thread fireball
Author: fireball Date: Thu Jan 21 11:49:07 2010 New Revision: 45176 URL: http://svn.reactos.org/svn/reactos?rev=45176&view=rev Log: - Merge 44130:44183 Removed: branches/arwinss/reactos/drivers/network/tcpip/recmutex/ Modified: branches/arwinss/reactos/ (props changed) branches/arwi

[ros-diffs] [fireball] 45175: - Merge 44085:44129.

2010-01-21 Thread fireball
Author: fireball Date: Thu Jan 21 11:44:42 2010 New Revision: 45175 URL: http://svn.reactos.org/svn/reactos?rev=45175&view=rev Log: - Merge 44085:44129. Modified: branches/arwinss/reactos/ (props changed) branches/arwinss/reactos/Makefile branches/arwinss/reactos/ReactOS-amd64.rbuil

[ros-diffs] [fireball] 45174: - Merge 44013:44084

2010-01-21 Thread fireball
Author: fireball Date: Thu Jan 21 11:36:58 2010 New Revision: 45174 URL: http://svn.reactos.org/svn/reactos?rev=45174&view=rev Log: - Merge 44013:44084 Added: branches/arwinss/reactos/hal/halx86/generic/bus/pcidata.c - copied unchanged from r44084, trunk/reactos/hal/halx86/generic/bus/

[ros-diffs] [fireball] 45173: - Merge 43924:44012

2010-01-21 Thread fireball
Author: fireball Date: Thu Jan 21 11:21:05 2010 New Revision: 45173 URL: http://svn.reactos.org/svn/reactos?rev=45173&view=rev Log: - Merge 43924:44012 Added: branches/arwinss/reactos/dll/directx/dsound_new/notify.c - copied unchanged from r44012, trunk/reactos/dll/directx/dsound_new/n