[ros-diffs] [tfaber] 69111: [FATTEN] - Fix VC2010 build

2015-09-08 Thread tfaber
Author: tfaber Date: Tue Sep 8 08:27:00 2015 New Revision: 69111 URL: http://svn.reactos.org/svn/reactos?rev=69111=rev Log: [FATTEN] - Fix VC2010 build Modified: trunk/reactos/tools/fatten/fatten.c Modified: trunk/reactos/tools/fatten/fatten.c URL:

[ros-diffs] [dquintana] 69112: [FATTEN] * Switch to using our existing host-tools header for types. Thanks Colin for pointing me to the right header (it was discrete so I missed it when looking).

2015-09-08 Thread dquintana
Author: dquintana Date: Tue Sep 8 10:26:12 2015 New Revision: 69112 URL: http://svn.reactos.org/svn/reactos?rev=69112=rev Log: [FATTEN] * Switch to using our existing host-tools header for types. Thanks Colin for pointing me to the right header (it was discrete so I missed it when looking).

[ros-diffs] [akhaldi] 69115: [COMCTL32] Revert Wine Commit 5b7b911 as it breaks Explorer Toolbar Buttons. Update comctl32_ros.diff accordingly. CORE-9970

2015-09-08 Thread akhaldi
Author: akhaldi Date: Tue Sep 8 12:41:11 2015 New Revision: 69115 URL: http://svn.reactos.org/svn/reactos?rev=69115=rev Log: [COMCTL32] Revert Wine Commit 5b7b911 as it breaks Explorer Toolbar Buttons. Update comctl32_ros.diff accordingly. CORE-9970 Modified:

[ros-diffs] [akhaldi] 69116: [UXTHEME] Revert Wine Commit 2b650fa as it breaks themed Explorer Toolbar Separators. CORE-9636 and Wine Bug #38538.

2015-09-08 Thread akhaldi
Author: akhaldi Date: Tue Sep 8 12:47:33 2015 New Revision: 69116 URL: http://svn.reactos.org/svn/reactos?rev=69116=rev Log: [UXTHEME] Revert Wine Commit 2b650fa as it breaks themed Explorer Toolbar Separators. CORE-9636 and Wine Bug #38538. Modified: trunk/reactos/dll/win32/uxtheme/draw.c

[ros-diffs] [tfaber] 69114: [KERNEL32] - Issue a debug print on LoadLibrary failure, since this is often a good lead when debugging

2015-09-08 Thread tfaber
Author: tfaber Date: Tue Sep 8 11:41:08 2015 New Revision: 69114 URL: http://svn.reactos.org/svn/reactos?rev=69114=rev Log: [KERNEL32] - Issue a debug print on LoadLibrary failure, since this is often a good lead when debugging Modified: trunk/reactos/dll/win32/kernel32/client/loader.c

[ros-diffs] [pschweitzer] 69127: [FATTEN] Let's try not to leak memory... So, close what's been opened in case of an error And in a general way, close files we opened CORE-10140 #resolve #comment Fixe

2015-09-08 Thread pschweitzer
Author: pschweitzer Date: Tue Sep 8 20:04:04 2015 New Revision: 69127 URL: http://svn.reactos.org/svn/reactos?rev=69127=rev Log: [FATTEN] Let's try not to leak memory... So, close what's been opened in case of an error And in a general way, close files we opened CORE-10140 #resolve #comment

[ros-diffs] [sginsberg] 69128: [NTOS] STUB ALL THE EXPORTS. We should now have all the exports expected by a 2k3-ish kernel (except for a few amd64-specific ones). Add some missing explicit cdecl to t

2015-09-08 Thread sginsberg
Author: sginsberg Date: Tue Sep 8 20:14:39 2015 New Revision: 69128 URL: http://svn.reactos.org/svn/reactos?rev=69128=rev Log: [NTOS] STUB ALL THE EXPORTS. We should now have all the exports expected by a 2k3-ish kernel (except for a few amd64-specific ones). Add some missing explicit cdecl to

[ros-diffs] [akhaldi] 69124: [FREETYPE] Sync up to 2.6.0. CORE-10072

2015-09-08 Thread akhaldi
Author: akhaldi Date: Tue Sep 8 19:23:01 2015 New Revision: 69124 URL: http://svn.reactos.org/svn/reactos?rev=69124=rev Log: [FREETYPE] Sync up to 2.6.0. CORE-10072 Added: trunk/reactos/lib/3rdparty/freetype/include/ftfntfmt.h - copied, changed from r69086,

[ros-diffs] [rnaumann] 69126: [SHELL32] Add missing Icons for ZIP/JAZ drives, webbrowser and rename. Patch by Lee Schroeder. CORE-9889 CORE-9968

2015-09-08 Thread rnaumann
Author: rnaumann Date: Tue Sep 8 20:03:54 2015 New Revision: 69126 URL: http://svn.reactos.org/svn/reactos?rev=69126=rev Log: [SHELL32] Add missing Icons for ZIP/JAZ drives, webbrowser and rename. Patch by Lee Schroeder. CORE-9889 CORE-9968 Added:

[ros-diffs] [sginsberg] 69129: Fix build (TM)

2015-09-08 Thread sginsberg
Author: sginsberg Date: Tue Sep 8 20:19:10 2015 New Revision: 69129 URL: http://svn.reactos.org/svn/reactos?rev=69129=rev Log: Fix build (TM) Modified: trunk/reactos/ntoskrnl/ntoskrnl.spec Modified: trunk/reactos/ntoskrnl/ntoskrnl.spec URL:

[ros-diffs] [akhaldi] 69125: [MESA] Add missing xdk dependency for mesa_x86. CORE-9586

2015-09-08 Thread akhaldi
Author: akhaldi Date: Tue Sep 8 19:24:26 2015 New Revision: 69125 URL: http://svn.reactos.org/svn/reactos?rev=69125=rev Log: [MESA] Add missing xdk dependency for mesa_x86. CORE-9586 Modified: trunk/reactos/dll/opengl/mesa/x86/CMakeLists.txt Modified:

[ros-diffs] [sginsberg] 69130: [NTOS] Add in MmDoesFileHaveUserWritableReferences, seemingly new to 2k3 SP2. MSDN reports this as "Vista and later" but this is not entirely correct it seems.

2015-09-08 Thread sginsberg
Author: sginsberg Date: Tue Sep 8 20:42:21 2015 New Revision: 69130 URL: http://svn.reactos.org/svn/reactos?rev=69130=rev Log: [NTOS] Add in MmDoesFileHaveUserWritableReferences, seemingly new to 2k3 SP2. MSDN reports this as "Vista and later" but this is not entirely correct it seems.

[ros-diffs] [jimtabor] 69118: [Win32k] - Fix non-client paint. See CORE-10101.

2015-09-08 Thread jimtabor
Author: jimtabor Date: Tue Sep 8 14:18:56 2015 New Revision: 69118 URL: http://svn.reactos.org/svn/reactos?rev=69118=rev Log: [Win32k] - Fix non-client paint. See CORE-10101. Modified: trunk/reactos/win32ss/user/ntuser/nonclient.c Modified: trunk/reactos/win32ss/user/ntuser/nonclient.c

[ros-diffs] [akhaldi] 69117: [APITESTS] Add missing xdk dependency. CORE-9586

2015-09-08 Thread akhaldi
Author: akhaldi Date: Tue Sep 8 12:51:53 2015 New Revision: 69117 URL: http://svn.reactos.org/svn/reactos?rev=69117=rev Log: [APITESTS] Add missing xdk dependency. CORE-9586 Modified: trunk/rostests/apitests/CMakeLists.txt Modified: trunk/rostests/apitests/CMakeLists.txt URL:

[ros-diffs] [sginsberg] 69134: [HAL] Remove seemingly deprecated HalPutDmaAdapter. Also reorder exports slightly towards alphabetical order.

2015-09-08 Thread sginsberg
Author: sginsberg Date: Tue Sep 8 23:42:24 2015 New Revision: 69134 URL: http://svn.reactos.org/svn/reactos?rev=69134=rev Log: [HAL] Remove seemingly deprecated HalPutDmaAdapter. Also reorder exports slightly towards alphabetical order. Modified: trunk/reactos/hal/hal.spec Modified:

[ros-diffs] [sginsberg] 69133: - While we are at it, remove a bunch of kernel exports that shouldn't exist. KiEoiHelper stays for now.

2015-09-08 Thread sginsberg
Author: sginsberg Date: Tue Sep 8 22:58:28 2015 New Revision: 69133 URL: http://svn.reactos.org/svn/reactos?rev=69133=rev Log: - While we are at it, remove a bunch of kernel exports that shouldn't exist. KiEoiHelper stays for now. Modified: trunk/reactos/ntoskrnl/ntoskrnl.spec Modified:

[ros-diffs] [dquintana] 69122: [BOOTMGFW] * Add stubs for unimplemented platforms, so the compilation succeeds even if it can't possibly work.

2015-09-08 Thread dquintana
Author: dquintana Date: Tue Sep 8 15:56:33 2015 New Revision: 69122 URL: http://svn.reactos.org/svn/reactos?rev=69122=rev Log: [BOOTMGFW] * Add stubs for unimplemented platforms, so the compilation succeeds even if it can't possibly work. Added: trunk/reactos/boot/environ/lib/arch/stub/

[ros-diffs] [hbelusca] 69136: [FATTEN]: static'ify a variable; do not hardcode array lengths.

2015-09-08 Thread hbelusca
Author: hbelusca Date: Wed Sep 9 00:52:01 2015 New Revision: 69136 URL: http://svn.reactos.org/svn/reactos?rev=69136=rev Log: [FATTEN]: static'ify a variable; do not hardcode array lengths. Modified: trunk/reactos/tools/fatten/fatten.c Modified: trunk/reactos/tools/fatten/fatten.c URL:

[ros-diffs] [dquintana] 69138: [FATTEN] * "struct tm" uses years offset on 1900, so we only have to offset by 80 years to make it into a FAT year.

2015-09-08 Thread dquintana
Author: dquintana Date: Wed Sep 9 01:38:21 2015 New Revision: 69138 URL: http://svn.reactos.org/svn/reactos?rev=69138=rev Log: [FATTEN] * "struct tm" uses years offset on 1900, so we only have to offset by 80 years to make it into a FAT year. Modified: trunk/reactos/tools/fatten/fatten.c

[ros-diffs] [dquintana] 69135: [FATTEN] * Change the number of FAT copies stored by the formatting code to 2. * Implement /BOOT command, to apply a boot sector to the image (FAT12/16 only, for now). *

2015-09-08 Thread dquintana
Author: dquintana Date: Wed Sep 9 00:49:47 2015 New Revision: 69135 URL: http://svn.reactos.org/svn/reactos?rev=69135=rev Log: [FATTEN] * Change the number of FAT copies stored by the formatting code to 2. * Implement /BOOT command, to apply a boot sector to the image (FAT12/16 only, for now).

[ros-diffs] [dquintana] 69137: [FATTEN] * WHO ATE THAT 'b'?! WHO?! * The jump instruction is 3 bytes long, not 2 (and dequick a bit while at it).

2015-09-08 Thread dquintana
Author: dquintana Date: Wed Sep 9 01:33:27 2015 New Revision: 69137 URL: http://svn.reactos.org/svn/reactos?rev=69137=rev Log: [FATTEN] * WHO ATE THAT 'b'?! WHO?! * The jump instruction is 3 bytes long, not 2 (and dequick a bit while at it). Modified:

[ros-diffs] [hbelusca] 69139: OMGWTFBBQ!!!! We can now boot our ISOs on UEFI systems!! Thanks gigaherz for the "fatten" utility!, and others for testing. [CDMAKE] - Add multi-boot CD support, followin

2015-09-08 Thread hbelusca
Author: hbelusca Date: Wed Sep 9 02:11:49 2015 New Revision: 69139 URL: http://svn.reactos.org/svn/reactos?rev=69139=rev Log: OMGWTFBBQ We can now boot our ISOs on UEFI systems!! Thanks gigaherz for the "fatten" utility!, and others for testing. [CDMAKE] - Add multi-boot CD support,

[ros-diffs] [dquintana] 69140: [FATTEN] * Allow customizing the 8-letter volume label from the FAT header. * Make the efisys.bin have EFIBOOT as a label. * Improve a bit the help text.

2015-09-08 Thread dquintana
Author: dquintana Date: Wed Sep 9 03:01:14 2015 New Revision: 69140 URL: http://svn.reactos.org/svn/reactos?rev=69140=rev Log: [FATTEN] * Allow customizing the 8-letter volume label from the FAT header. * Make the efisys.bin have EFIBOOT as a label. * Improve a bit the help text. Modified:

[ros-diffs] [dquintana] 69120: [FATTEN] * Do not allow "/" as a parameter prefix in unixes.

2015-09-08 Thread dquintana
Author: dquintana Date: Tue Sep 8 15:30:32 2015 New Revision: 69120 URL: http://svn.reactos.org/svn/reactos?rev=69120=rev Log: [FATTEN] * Do not allow "/" as a parameter prefix in unixes. Modified: trunk/reactos/tools/fatten/fatten.c Modified: trunk/reactos/tools/fatten/fatten.c URL:

[ros-diffs] [dquintana] 69119: [EFISYS][BOOTMGFW] * Compute and use a "platform short name" in the EFI filenames.

2015-09-08 Thread dquintana
Author: dquintana Date: Tue Sep 8 15:26:34 2015 New Revision: 69119 URL: http://svn.reactos.org/svn/reactos?rev=69119=rev Log: [EFISYS][BOOTMGFW] * Compute and use a "platform short name" in the EFI filenames. Modified: trunk/reactos/boot/CMakeLists.txt

[ros-diffs] [ion] 69142: [BOOTMGFW] - 1.5KLOC code dump of current device block I/O handling. Totally untested and broken, just a checkpoint for now. - Implement most of Hash Table Utility Functions.

2015-09-08 Thread ion
Author: ion Date: Wed Sep 9 05:48:50 2015 New Revision: 69142 URL: http://svn.reactos.org/svn/reactos?rev=69142=rev Log: [BOOTMGFW] - 1.5KLOC code dump of current device block I/O handling. Totally untested and broken, just a checkpoint for now. - Implement most of Hash Table Utility Functions.

[ros-diffs] [ion] 69141: [CDMAKE] - Fix Build on VS2015

2015-09-08 Thread ion
Author: ion Date: Wed Sep 9 04:58:25 2015 New Revision: 69141 URL: http://svn.reactos.org/svn/reactos?rev=69141=rev Log: [CDMAKE] - Fix Build on VS2015 Modified: trunk/reactos/tools/cdmake/cdmake.c Modified: trunk/reactos/tools/cdmake/cdmake.c URL: