[ros-diffs] [ion] 55093: [KERNEL32]: Fix a copy-pasta (and a regression). Thanks vicmarcal/testbot.

2012-01-22 Thread ion
Author: ion Date: Mon Jan 23 05:32:11 2012 New Revision: 55093 URL: http://svn.reactos.org/svn/reactos?rev=55093&view=rev Log: [KERNEL32]: Fix a copy-pasta (and a regression). Thanks vicmarcal/testbot. Modified: trunk/reactos/dll/win32/kernel32/client/proc.c Modified: trunk/reactos/dll/win32

[ros-diffs] [janderwald] 55091: [USBEHCI] - Don't complete irps with lock held

2012-01-22 Thread janderwald
Author: janderwald Date: Mon Jan 23 04:22:11 2012 New Revision: 55091 URL: http://svn.reactos.org/svn/reactos?rev=55091&view=rev Log: [USBEHCI] - Don't complete irps with lock held Modified: branches/usb-bringup-trunk/drivers/usb/usbehci_new/usb_queue.cpp Modified: branches/usb-bringup-trunk

[ros-diffs] [janderwald] 55090: [USBEHCI] - Don't acquire spinlock twice

2012-01-22 Thread janderwald
Author: janderwald Date: Mon Jan 23 03:50:11 2012 New Revision: 55090 URL: http://svn.reactos.org/svn/reactos?rev=55090&view=rev Log: [USBEHCI] - Don't acquire spinlock twice Modified: branches/usb-bringup-trunk/drivers/usb/usbehci_new/usb_queue.cpp Modified: branches/usb-bringup-trunk/drive

[ros-diffs] [janderwald] 55089: [USBSTOR] - Fix attempt #2 the offset bug - fix identation

2012-01-22 Thread janderwald
Author: janderwald Date: Mon Jan 23 02:58:52 2012 New Revision: 55089 URL: http://svn.reactos.org/svn/reactos?rev=55089&view=rev Log: [USBSTOR] - Fix attempt #2 the offset bug - fix identation Modified: branches/usb-bringup-trunk/drivers/usb/usbstor/scsi.c Modified: branches/usb-bringup-tru

[ros-diffs] [janderwald] 55088: [USBSTOR] - Fix bug in usbstor, which did not take the offset into account

2012-01-22 Thread janderwald
Author: janderwald Date: Mon Jan 23 02:49:40 2012 New Revision: 55088 URL: http://svn.reactos.org/svn/reactos?rev=55088&view=rev Log: [USBSTOR] - Fix bug in usbstor, which did not take the offset into account Modified: branches/usb-bringup-trunk/drivers/usb/usbstor/scsi.c Modified: branches/

[ros-diffs] [cgutman] 55087: [USB-BRINGUP-TRUNK] - Don't send removal IRPs to device nodes already pending removal - USB device removal and reinsertion works now

2012-01-22 Thread cgutman
Author: cgutman Date: Mon Jan 23 00:50:25 2012 New Revision: 55087 URL: http://svn.reactos.org/svn/reactos?rev=55087&view=rev Log: [USB-BRINGUP-TRUNK] - Don't send removal IRPs to device nodes already pending removal - USB device removal and reinsertion works now Modified: branches/usb-bringu

[ros-diffs] [cgutman] 55086: [USB-BRINGUP-TRUNK] - Fix a broken check that resulted in freeing the same device object twice - Enable the IoDetachDevice call in usbstor now that the kernel bug is fixed

2012-01-22 Thread cgutman
Author: cgutman Date: Mon Jan 23 00:39:28 2012 New Revision: 55086 URL: http://svn.reactos.org/svn/reactos?rev=55086&view=rev Log: [USB-BRINGUP-TRUNK] - Fix a broken check that resulted in freeing the same device object twice - Enable the IoDetachDevice call in usbstor now that the kernel bug is f

[ros-diffs] [janderwald] 55085: [USBOHCI] - Implement interrupt routing

2012-01-22 Thread janderwald
Author: janderwald Date: Mon Jan 23 00:36:00 2012 New Revision: 55085 URL: http://svn.reactos.org/svn/reactos?rev=55085&view=rev Log: [USBOHCI] - Implement interrupt routing Modified: branches/usb-bringup-trunk/drivers/usb/usbohci/hardware.cpp Modified: branches/usb-bringup-trunk/drivers/usb

[ros-diffs] [tfaber] 55084: [USBHUB_NEW] - Fix another calling convention issue

2012-01-22 Thread tfaber
Author: tfaber Date: Mon Jan 23 00:27:30 2012 New Revision: 55084 URL: http://svn.reactos.org/svn/reactos?rev=55084&view=rev Log: [USBHUB_NEW] - Fix another calling convention issue Modified: branches/usb-bringup-trunk/drivers/usb/usbhub_new/fdo.c Modified: branches/usb-bringup-trunk/drivers

[ros-diffs] [janderwald] 55083: [USBHUB_NEW] - Fix calling convention of completion routine

2012-01-22 Thread janderwald
Author: janderwald Date: Sun Jan 22 23:56:03 2012 New Revision: 55083 URL: http://svn.reactos.org/svn/reactos?rev=55083&view=rev Log: [USBHUB_NEW] - Fix calling convention of completion routine Modified: branches/usb-bringup-trunk/drivers/usb/usbhub_new/fdo.c branches/usb-bringup-trunk/dr

[ros-diffs] [janderwald] 55082: [USBHUB_NEW] - Fix calling convention of completion routine

2012-01-22 Thread janderwald
Author: janderwald Date: Sun Jan 22 23:25:33 2012 New Revision: 55082 URL: http://svn.reactos.org/svn/reactos?rev=55082&view=rev Log: [USBHUB_NEW] - Fix calling convention of completion routine Modified: branches/usb-bringup-trunk/drivers/usb/usbhub_new/fdo.c Modified: branches/usb-bringup-t

[ros-diffs] [gadamopoulos] 55081: [kernel32] - Fix IntReadConsoleOutputCharacter to copy the correct count of characters. Its 3rd parameter is a character count and not buffer size. - Should fix infin

2012-01-22 Thread gadamopoulos
Author: gadamopoulos Date: Sun Jan 22 22:27:08 2012 New Revision: 55081 URL: http://svn.reactos.org/svn/reactos?rev=55081&view=rev Log: [kernel32] - Fix IntReadConsoleOutputCharacter to copy the correct count of characters. Its 3rd parameter is a character count and not buffer size. - Should fix

[ros-diffs] [cgutman] 55080: [USB-BRINGUP-TRUNK] - Implement device disconnect indication for usbehci and usbohci - Implement device removal for FDOs and PDOs in usbstor and usbhub

2012-01-22 Thread cgutman
Author: cgutman Date: Sun Jan 22 21:58:06 2012 New Revision: 55080 URL: http://svn.reactos.org/svn/reactos?rev=55080&view=rev Log: [USB-BRINGUP-TRUNK] - Implement device disconnect indication for usbehci and usbohci - Implement device removal for FDOs and PDOs in usbstor and usbhub Modified:

[ros-diffs] [cgutman] 55079: [USB-BRINGUP-TRUNK] - Send removal IRPs to children and removal relations before sending to the device itself

2012-01-22 Thread cgutman
Author: cgutman Date: Sun Jan 22 21:50:29 2012 New Revision: 55079 URL: http://svn.reactos.org/svn/reactos?rev=55079&view=rev Log: [USB-BRINGUP-TRUNK] - Send removal IRPs to children and removal relations before sending to the device itself Modified: branches/usb-bringup-trunk/ntoskrnl/io/pn

[ros-diffs] [tkreuzer] 55078: [PSDK} Add missing BYTE GAMMA_TABLES declaration

2012-01-22 Thread tkreuzer
Author: tkreuzer Date: Sun Jan 22 21:49:13 2012 New Revision: 55078 URL: http://svn.reactos.org/svn/reactos?rev=55078&view=rev Log: [PSDK} Add missing BYTE GAMMA_TABLES declaration Modified: trunk/reactos/include/psdk/winddi.h Modified: trunk/reactos/include/psdk/winddi.h URL: http://svn.re

[ros-diffs] [fireball] 55077: - Misc trunk headers compatibility fixes.

2012-01-22 Thread fireball
Author: fireball Date: Sun Jan 22 21:31:01 2012 New Revision: 55077 URL: http://svn.reactos.org/svn/reactos?rev=55077&view=rev Log: - Misc trunk headers compatibility fixes. Modified: branches/arwinss/reactos/subsystems/win32/win32k/eng/device.c Modified: branches/arwinss/reactos/subsystems/

[ros-diffs] [cgutman] 55076: [USB-BRINGUP-TRUNK] - Load the disk class for USB drives in 1st stage - They don't show up on the partition page due to some usetup stuff that needs to be changed

2012-01-22 Thread cgutman
Author: cgutman Date: Sun Jan 22 16:55:16 2012 New Revision: 55076 URL: http://svn.reactos.org/svn/reactos?rev=55076&view=rev Log: [USB-BRINGUP-TRUNK] - Load the disk class for USB drives in 1st stage - They don't show up on the partition page due to some usetup stuff that needs to be changed Mo

[ros-diffs] [janderwald] 55075: [USBSTOR] - Implement legacy IOCTL IOCTL_SCSI_GET_CAPABILITIES, IOCTL_SCSI_GET_INQUIRY_DATA, IOCTL_SCSI_GET_ADDRESS - Patch by Cameron Gutman and minor modifications

2012-01-22 Thread janderwald
Author: janderwald Date: Sun Jan 22 16:39:53 2012 New Revision: 55075 URL: http://svn.reactos.org/svn/reactos?rev=55075&view=rev Log: [USBSTOR] - Implement legacy IOCTL IOCTL_SCSI_GET_CAPABILITIES, IOCTL_SCSI_GET_INQUIRY_DATA, IOCTL_SCSI_GET_ADDRESS - Patch by Cameron Gutman and minor modificati

[ros-diffs] [cgutman] 55074: [USB-BRINGUP-TRUNK] - Remove the legacy usbdrv

2012-01-22 Thread cgutman
Author: cgutman Date: Sun Jan 22 16:07:58 2012 New Revision: 55074 URL: http://svn.reactos.org/svn/reactos?rev=55074&view=rev Log: [USB-BRINGUP-TRUNK] - Remove the legacy usbdrv Removed: branches/usb-bringup-trunk/drivers/usb/nt4compat/ Modified: branches/usb-bringup-trunk/boot/bootdata/h

[ros-diffs] [janderwald] 55073: [INF] - Add keyboard installation inf

2012-01-22 Thread janderwald
Author: janderwald Date: Sun Jan 22 15:25:43 2012 New Revision: 55073 URL: http://svn.reactos.org/svn/reactos?rev=55073&view=rev Log: [INF] - Add keyboard installation inf Modified: branches/usb-bringup-trunk/media/inf/keyboard.inf Modified: branches/usb-bringup-trunk/media/inf/keyboard.inf

[ros-diffs] [akhaldi] 55072: [PSDK] * Missed this one.

2012-01-22 Thread akhaldi
Author: akhaldi Date: Sun Jan 22 15:17:55 2012 New Revision: 55072 URL: http://svn.reactos.org/svn/reactos?rev=55072&view=rev Log: [PSDK] * Missed this one. Modified: trunk/reactos/include/psdk/ntdef.h Modified: trunk/reactos/include/psdk/ntdef.h URL: http://svn.reactos.org/svn/reactos/trun

[ros-diffs] [janderwald] 55071: [USBHUB] - Fix build

2012-01-22 Thread janderwald
Author: janderwald Date: Sun Jan 22 14:58:19 2012 New Revision: 55071 URL: http://svn.reactos.org/svn/reactos?rev=55071&view=rev Log: [USBHUB] - Fix build Modified: branches/usb-bringup-trunk/drivers/usb/usbhub_new/pdo.c Modified: branches/usb-bringup-trunk/drivers/usb/usbhub_new/pdo.c URL:

[ros-diffs] [janderwald] 55070: [USBHUB] - Check if there is device description buffer, as some usb devices don't provide one

2012-01-22 Thread janderwald
Author: janderwald Date: Sun Jan 22 14:51:32 2012 New Revision: 55070 URL: http://svn.reactos.org/svn/reactos?rev=55070&view=rev Log: [USBHUB] - Check if there is device description buffer, as some usb devices don't provide one Modified: branches/usb-bringup-trunk/drivers/usb/usbhub_new/pdo.

[ros-diffs] [akhaldi] 55069: [DDK] * Update wdm.h, ntifs.h and ntddk.h to reflect the recent XDK changes.

2012-01-22 Thread akhaldi
Author: akhaldi Date: Sun Jan 22 14:51:10 2012 New Revision: 55069 URL: http://svn.reactos.org/svn/reactos?rev=55069&view=rev Log: [DDK] * Update wdm.h, ntifs.h and ntddk.h to reflect the recent XDK changes. Modified: trunk/reactos/include/ddk/ntddk.h trunk/reactos/include/ddk/ntifs.h

[ros-diffs] [akhaldi] 55068: [PSDK] * Add __out_data_source annotation.

2012-01-22 Thread akhaldi
Author: akhaldi Date: Sun Jan 22 14:47:46 2012 New Revision: 55068 URL: http://svn.reactos.org/svn/reactos?rev=55068&view=rev Log: [PSDK] * Add __out_data_source annotation. Modified: trunk/reactos/include/psdk/specstrings.h Modified: trunk/reactos/include/psdk/specstrings.h URL: http://svn

[ros-diffs] [akhaldi] 55067: [XDK] * Massive annotations commit. Dedicated to Timo.

2012-01-22 Thread akhaldi
Author: akhaldi Date: Sun Jan 22 14:43:53 2012 New Revision: 55067 URL: http://svn.reactos.org/svn/reactos?rev=55067&view=rev Log: [XDK] * Massive annotations commit. Dedicated to Timo. Modified: trunk/reactos/include/xdk/ccfuncs.h trunk/reactos/include/xdk/cctypes.h trunk/reactos/inc

[ros-diffs] [akhaldi] 55066: [MSI] * Adopt a compatible syntax for the resource file.

2012-01-22 Thread akhaldi
Author: akhaldi Date: Sun Jan 22 14:33:44 2012 New Revision: 55066 URL: http://svn.reactos.org/svn/reactos?rev=55066&view=rev Log: [MSI] * Adopt a compatible syntax for the resource file. Modified: trunk/reactos/dll/win32/msi/msi.rc Modified: trunk/reactos/dll/win32/msi/msi.rc URL: http://s

[ros-diffs] [akhaldi] 55065: [MSHTML] * Adopt a compatible syntax for the resource files.

2012-01-22 Thread akhaldi
Author: akhaldi Date: Sun Jan 22 14:32:11 2012 New Revision: 55065 URL: http://svn.reactos.org/svn/reactos?rev=55065&view=rev Log: [MSHTML] * Adopt a compatible syntax for the resource files. Modified: trunk/reactos/dll/win32/mshtml/Bg.rc trunk/reactos/dll/win32/mshtml/Da.rc trunk/rea

[ros-diffs] [akhaldi] 55064: [GDI32] * Fix a typo.

2012-01-22 Thread akhaldi
Author: akhaldi Date: Sun Jan 22 14:24:23 2012 New Revision: 55064 URL: http://svn.reactos.org/svn/reactos?rev=55064&view=rev Log: [GDI32] * Fix a typo. Modified: trunk/reactos/dll/win32/gdi32/misc/gdientry.c Modified: trunk/reactos/dll/win32/gdi32/misc/gdientry.c URL: http://svn.reactos.or

[ros-diffs] [akhaldi] 55063: [PSDK] * Add some annotations.

2012-01-22 Thread akhaldi
Author: akhaldi Date: Sun Jan 22 14:15:04 2012 New Revision: 55063 URL: http://svn.reactos.org/svn/reactos?rev=55063&view=rev Log: [PSDK] * Add some annotations. Modified: trunk/reactos/include/psdk/sal.h Modified: trunk/reactos/include/psdk/sal.h URL: http://svn.reactos.org/svn/reactos/tru

[ros-diffs] [pschweitzer] 55062: [MSI] Partly revert r55050. It should work without now

2012-01-22 Thread pschweitzer
Author: pschweitzer Date: Sun Jan 22 11:04:20 2012 New Revision: 55062 URL: http://svn.reactos.org/svn/reactos?rev=55062&view=rev Log: [MSI] Partly revert r55050. It should work without now Modified: trunk/reactos/dll/win32/msi/CMakeLists.txt Modified: trunk/reactos/dll/win32/msi/CMakeLists.

[ros-diffs] [pschweitzer] 55061: [MSI] Delete useless file. Spotted by Thomas Faber

2012-01-22 Thread pschweitzer
Author: pschweitzer Date: Sun Jan 22 11:01:32 2012 New Revision: 55061 URL: http://svn.reactos.org/svn/reactos?rev=55061&view=rev Log: [MSI] Delete useless file. Spotted by Thomas Faber Removed: trunk/reactos/dll/win32/msi/join.c Modified: trunk/reactos/dll/win32/msi/CMakeLists.txt tr