[ros-diffs] [hbelusca] 73618: [FREELDR]: Part 3 of my local changes merging: - Remove the DiskVtbl functions (machxbox.c) of the XBOX and share them instead with those of the PC, since they are basica

2017-01-28 Thread hbelusca
Author: hbelusca Date: Sun Jan 29 02:35:28 2017 New Revision: 73618 URL: http://svn.reactos.org/svn/reactos?rev=73618=rev Log: [FREELDR]: Part 3 of my local changes merging: - Remove the DiskVtbl functions (machxbox.c) of the XBOX and share them instead with those of the PC, since they are

[ros-diffs] [tfaber] 73617: [FREELDR] - Correctly check for buffer overflow in DetectPnpBios. Patch by Serge Gautherie. CORE-12623 #resolve

2017-01-28 Thread tfaber
Author: tfaber Date: Sun Jan 29 00:00:22 2017 New Revision: 73617 URL: http://svn.reactos.org/svn/reactos?rev=73617=rev Log: [FREELDR] - Correctly check for buffer overflow in DetectPnpBios. Patch by Serge Gautherie. CORE-12623 #resolve Modified:

[ros-diffs] [hbelusca] 73616: [FREELDR]: More local changes merging, part 2/x: - Move the HW detection code specific to the PC architecture from hardware.c to machpc.c, keeping in hardware.c the code

2017-01-28 Thread hbelusca
Author: hbelusca Date: Sat Jan 28 23:47:35 2017 New Revision: 73616 URL: http://svn.reactos.org/svn/reactos?rev=73616=rev Log: [FREELDR]: More local changes merging, part 2/x: - Move the HW detection code specific to the PC architecture from hardware.c to machpc.c, keeping in hardware.c the code

[ros-diffs] [mjansen] 73615: [EXPLORER] Re-save the start menu banner so that we can display it again (and touch the .rc so it will be used).

2017-01-28 Thread mjansen
Author: mjansen Date: Sat Jan 28 23:05:04 2017 New Revision: 73615 URL: http://svn.reactos.org/svn/reactos?rev=73615=rev Log: [EXPLORER] Re-save the start menu banner so that we can display it again (and touch the .rc so it will be used). Modified:

[ros-diffs] [gadamopoulos] 73614: [SHELL32] - CDefView: When dragging an item it shouldn't interact with itself. So you can move a folder in itself. Highlight the item that we are dragging over if it

2017-01-28 Thread gadamopoulos
Author: gadamopoulos Date: Sat Jan 28 21:43:53 2017 New Revision: 73614 URL: http://svn.reactos.org/svn/reactos?rev=73614=rev Log: [SHELL32] - CDefView: When dragging an item it shouldn't interact with itself. So you can move a folder in itself. Highlight the item that we are dragging over if

[ros-diffs] [tfaber] 73613: [CMAKE] - Add missing target-level dependency when passing a target to add_rostests_file

2017-01-28 Thread tfaber
Author: tfaber Date: Sat Jan 28 21:41:12 2017 New Revision: 73613 URL: http://svn.reactos.org/svn/reactos?rev=73613=rev Log: [CMAKE] - Add missing target-level dependency when passing a target to add_rostests_file Modified: trunk/reactos/sdk/cmake/CMakeMacros.cmake Modified:

[ros-diffs] [dquintana] 73612: [EXPLORER] * Recreated the start menu banner as a SVG file in Inkscape. * Deleted old PSD (Photoshop) files. * Replaced the explorer banner BMP with one exported by Inks

2017-01-28 Thread dquintana
Author: dquintana Date: Sat Jan 28 21:11:39 2017 New Revision: 73612 URL: http://svn.reactos.org/svn/reactos?rev=73612=rev Log: [EXPLORER] * Recreated the start menu banner as a SVG file in Inkscape. * Deleted old PSD (Photoshop) files. * Replaced the explorer banner BMP with one exported by

[ros-diffs] [hbelusca] 73611: Fix build.

2017-01-28 Thread hbelusca
Author: hbelusca Date: Sat Jan 28 20:11:38 2017 New Revision: 73611 URL: http://svn.reactos.org/svn/reactos?rev=73611=rev Log: Fix build. Modified: trunk/reactos/boot/freeldr/freeldr/include/arch/pc/machpc.h Modified: trunk/reactos/boot/freeldr/freeldr/include/arch/pc/machpc.h URL:

[ros-diffs] [hbelusca] 73610: [FREELDR]: Gently merge my local changes, part 1/x: - Adjust the prototype of DiskGetBootPath; - Add back 1 HW helper function.

2017-01-28 Thread hbelusca
Author: hbelusca Date: Sat Jan 28 20:06:03 2017 New Revision: 73610 URL: http://svn.reactos.org/svn/reactos?rev=73610=rev Log: [FREELDR]: Gently merge my local changes, part 1/x: - Adjust the prototype of DiskGetBootPath; - Add back 1 HW helper function. Modified:

[ros-diffs] [tfaber] 73609: [0.4.4] - Update start menu banner

2017-01-28 Thread tfaber
Author: tfaber Date: Sat Jan 28 19:09:24 2017 New Revision: 73609 URL: http://svn.reactos.org/svn/reactos?rev=73609=rev Log: [0.4.4] - Update start menu banner Added: branches/ros-branch-0_4_4/reactos/base/shell/explorer/res/bmp/158-rc1.bmp - copied, changed from r73608,

[ros-diffs] [tfaber] 73608: [FREELDR] - Add missing checks for allocation failure in DetectSerialPointerPeripheral and DetectPS2Mouse. Patch by Serge Gautherie. CORE-12623

2017-01-28 Thread tfaber
Author: tfaber Date: Sat Jan 28 13:55:50 2017 New Revision: 73608 URL: http://svn.reactos.org/svn/reactos?rev=73608=rev Log: [FREELDR] - Add missing checks for allocation failure in DetectSerialPointerPeripheral and DetectPS2Mouse. Patch by Serge Gautherie. CORE-12623 Modified:

[ros-diffs] [tfaber] 73607: [NTOS:MM] - Support MmSpecialPoolTag == '*' to mean all tags. By Serge Gautherie. CORE-12711 #resolve

2017-01-28 Thread tfaber
Author: tfaber Date: Sat Jan 28 13:08:19 2017 New Revision: 73607 URL: http://svn.reactos.org/svn/reactos?rev=73607=rev Log: [NTOS:MM] - Support MmSpecialPoolTag == '*' to mean all tags. By Serge Gautherie. CORE-12711 #resolve Modified: trunk/reactos/ntoskrnl/mm/ARM3/special.c Modified: