[ros-diffs] [cgutman] 45568: - Fix floppy controller detection - Simplify waiting in Get_Byte and Send_Byte - See issue #4391 for details

2010-02-10 Thread cgutman
Author: cgutman Date: Thu Feb 11 03:22:34 2010 New Revision: 45568 URL: http://svn.reactos.org/svn/reactos?rev=45568&view=rev Log: - Fix floppy controller detection - Simplify waiting in Get_Byte and Send_Byte - See issue #4391 for details Modified: trunk/reactos/drivers/storage/floppy/flo

[ros-diffs] [sir_richard] 45566: [NTOS]: Move more functions from the i386 ARM3 directory to the portable/shared directory, since they apply to all architectures. [NTOS]: Refactor the mapping of the P

2010-02-10 Thread sir_richard
Author: sir_richard Date: Thu Feb 11 01:01:32 2010 New Revision: 45566 URL: http://svn.reactos.org/svn/reactos?rev=45566&view=rev Log: [NTOS]: Move more functions from the i386 ARM3 directory to the portable/shared directory, since they apply to all architectures. [NTOS]: Refactor the mapping of

[ros-diffs] [tkreuzer] 45565: [REACTOS] Add asm.h containing macros to make assembly code both GAS and ML compatible at the same time. [NTOS/HAL] Move trap entry points from C into a GAS/ML compatile

2010-02-10 Thread tkreuzer
Author: tkreuzer Date: Thu Feb 11 00:24:59 2010 New Revision: 45565 URL: http://svn.reactos.org/svn/reactos?rev=45565&view=rev Log: [REACTOS] Add asm.h containing macros to make assembly code both GAS and ML compatible at the same time. [NTOS/HAL] Move trap entry points from C into a GAS/ML compa

[ros-diffs] [gadamopoulos] 45564: [rbuild] - Major improvements in the msvc backend - Create a .vsprops file for every configuration in the root folder. This lets us make vcproj files a lot smaller -

2010-02-10 Thread gadamopoulos
Author: gadamopoulos Date: Wed Feb 10 22:55:51 2010 New Revision: 45564 URL: http://svn.reactos.org/svn/reactos?rev=45564&view=rev Log: [rbuild] - Major improvements in the msvc backend - Create a .vsprops file for every configuration in the root folder. This lets us make vcproj files a lot small

[ros-diffs] [spetreolle] 45563: Add french translations for location overrides.

2010-02-10 Thread spetreolle
Author: spetreolle Date: Wed Feb 10 21:11:13 2010 New Revision: 45563 URL: http://svn.reactos.org/svn/reactos?rev=45563&view=rev Log: Add french translations for location overrides. Modified: trunk/reactos/media/inf/keyboard.inf trunk/reactos/media/inf/msmouse.inf Modified: trunk/reactos

[ros-diffs] [cwittich] 45562: partially revert changes from 45560

2010-02-10 Thread cwittich
Author: cwittich Date: Wed Feb 10 20:56:27 2010 New Revision: 45562 URL: http://svn.reactos.org/svn/reactos?rev=45562&view=rev Log: partially revert changes from 45560 Modified: trunk/reactos/media/inf/keyboard.inf Modified: trunk/reactos/media/inf/keyboard.inf URL: http://svn.reactos.org/s

[ros-diffs] [dreimer] 45561: Experimental try to get Itunes Setup start. By Samuel Serapion

2010-02-10 Thread dreimer
Author: dreimer Date: Wed Feb 10 20:50:30 2010 New Revision: 45561 URL: http://svn.reactos.org/svn/reactos?rev=45561&view=rev Log: Experimental try to get Itunes Setup start. By Samuel Serapion Modified: trunk/reactos/dll/win32/cfgmgr32/cfgmgr32.spec Modified: trunk/reactos/dll/win32/cfgmgr3

[ros-diffs] [ekohl] 45560: Add device location information override PS/2 keyboards. Please translate the location override string.

2010-02-10 Thread ekohl
Author: ekohl Date: Wed Feb 10 20:35:13 2010 New Revision: 45560 URL: http://svn.reactos.org/svn/reactos?rev=45560&view=rev Log: Add device location information override PS/2 keyboards. Please translate the location override string. Modified: trunk/reactos/media/inf/keyboard.inf Modified: t

[ros-diffs] [dreimer] 45559: Update Rapps Links and add the two RosBE Addons.

2010-02-10 Thread dreimer
Author: dreimer Date: Wed Feb 10 20:33:10 2010 New Revision: 45559 URL: http://svn.reactos.org/svn/reactos?rev=45559&view=rev Log: Update Rapps Links and add the two RosBE Addons. Added: trunk/reactos/base/applications/rapps/rapps/rosbeamd64.txt (with props) trunk/reactos/base/applicati

[ros-diffs] [sir_richard] 45558: [NTOS]: Allocate and initialize color tables based on MmSecondaryColors (MiInitializeColorTables). [NTOS]: These come after the PFN database, so modify the MmPfnAlloca

2010-02-10 Thread sir_richard
Author: sir_richard Date: Wed Feb 10 19:44:30 2010 New Revision: 45558 URL: http://svn.reactos.org/svn/reactos?rev=45558&view=rev Log: [NTOS]: Allocate and initialize color tables based on MmSecondaryColors (MiInitializeColorTables). [NTOS]: These come after the PFN database, so modify the MmPfnA

[ros-diffs] [sir_richard] 45557: [NTOS]: Factor out SecondaryColor computations into MiComputeColorInformation. [NTOS]: Fix SecondaryColor computations. If the KPCR has no deta, use the default colors

2010-02-10 Thread sir_richard
Author: sir_richard Date: Wed Feb 10 19:10:04 2010 New Revision: 45557 URL: http://svn.reactos.org/svn/reactos?rev=45557&view=rev Log: [NTOS]: Factor out SecondaryColor computations into MiComputeColorInformation. [NTOS]: Fix SecondaryColor computations. If the KPCR has no deta, use the default c

[ros-diffs] [sir_richard] 45556: [NTOS]: MxGetNextPage is not platform-specific, so share it. [NTOS]: Factor out computations of NP sizes and limits into MiComputeNonPagedPoolVa. [NTOS]: Fix NP size/l

2010-02-10 Thread sir_richard
Author: sir_richard Date: Wed Feb 10 18:42:07 2010 New Revision: 45556 URL: http://svn.reactos.org/svn/reactos?rev=45556&view=rev Log: [NTOS]: MxGetNextPage is not platform-specific, so share it. [NTOS]: Factor out computations of NP sizes and limits into MiComputeNonPagedPoolVa. [NTOS]: Fix NP s

[ros-diffs] [dgorbachev] 45555: Do not crash, use valid kernel PTE.

2010-02-10 Thread dgorbachev
Author: dgorbachev Date: Wed Feb 10 14:56:54 2010 New Revision: 4 URL: http://svn.reactos.org/svn/reactos?rev=4&view=rev Log: Do not crash, use valid kernel PTE. Modified: trunk/reactos/ntoskrnl/mm/ARM3/hypermap.c trunk/reactos/ntoskrnl/mm/ARM3/iosup.c trunk/reactos/ntoskrnl/m

[ros-diffs] [mjmartin] 45554: [usb/usbehci] - Remove WorkItem code as its not needed. UsbHub driver polls the hubs for device connects. - Register USB Host Controller Device Interface during AddDevice

2010-02-10 Thread mjmartin
Author: mjmartin Date: Wed Feb 10 13:38:18 2010 New Revision: 45554 URL: http://svn.reactos.org/svn/reactos?rev=45554&view=rev Log: [usb/usbehci] - Remove WorkItem code as its not needed. UsbHub driver polls the hubs for device connects. - Register USB Host Controller Device Interface during AddD

[ros-diffs] [cwittich] 45553: [usb/usbehci] fix typo

2010-02-10 Thread cwittich
Author: cwittich Date: Wed Feb 10 13:25:35 2010 New Revision: 45553 URL: http://svn.reactos.org/svn/reactos?rev=45553&view=rev Log: [usb/usbehci] fix typo Modified: trunk/reactos/drivers/usb/usbehci/usbiffn.c Modified: trunk/reactos/drivers/usb/usbehci/usbiffn.c URL: http://svn.reactos.org/

[ros-diffs] [mjmartin] 45552: [usb/usbehci] - Define Device and Configuration Descriptors for RootHub20. - Queue all USB_SUBMIT_URBs and create a separate thread to handle them. - For PNP START_DEVICE

2010-02-10 Thread mjmartin
Author: mjmartin Date: Wed Feb 10 13:21:23 2010 New Revision: 45552 URL: http://svn.reactos.org/svn/reactos?rev=45552&view=rev Log: [usb/usbehci] - Define Device and Configuration Descriptors for RootHub20. - Queue all USB_SUBMIT_URBs and create a separate thread to handle them. - For PNP START_DE

[ros-diffs] [dgorbachev] 45551: Update log2lines to ver. 2.1. Jan Roeloffzen, bug #4342.

2010-02-10 Thread dgorbachev
Author: dgorbachev Date: Wed Feb 10 13:10:23 2010 New Revision: 45551 URL: http://svn.reactos.org/svn/reactos?rev=45551&view=rev Log: Update log2lines to ver. 2.1. Jan Roeloffzen, bug #4342. Added: trunk/reactos/tools/log2lines/cmd.c (with props) trunk/reactos/tools/log2lines/cmd.h (w

[ros-diffs] [gedmurphy] 45550: Found a leak fix patch from years ago

2010-02-10 Thread gedmurphy
Author: gedmurphy Date: Wed Feb 10 09:24:34 2010 New Revision: 45550 URL: http://svn.reactos.org/svn/reactos?rev=45550&view=rev Log: Found a leak fix patch from years ago Modified: trunk/reactos/base/applications/network/ipconfig/ipconfig.c Modified: trunk/reactos/base/applications/network/i