[ros-diffs] [tfaber] 59301: [VS_JC] - Clean out branch

2013-06-23 Thread tfaber
Author: tfaber Date: Sun Jun 23 07:28:35 2013 New Revision: 59301 URL: http://svn.reactos.org/svn/reactos?rev=59301view=rev Log: [VS_JC] - Clean out branch Removed: branches/vs_jc/

[ros-diffs] [tfaber] 59302: [VS_JC] - Recreate from trunk

2013-06-23 Thread tfaber
Author: tfaber Date: Sun Jun 23 07:30:10 2013 New Revision: 59302 URL: http://svn.reactos.org/svn/reactos?rev=59302view=rev Log: [VS_JC] - Recreate from trunk Added: branches/vs_jc/ - copied from r59301, trunk/

[ros-diffs] [tfaber] 59303: [0.3.15] - Tag the release

2013-06-23 Thread tfaber
Author: tfaber Date: Sun Jun 23 07:34:18 2013 New Revision: 59303 URL: http://svn.reactos.org/svn/reactos?rev=59303view=rev Log: [0.3.15] - Tag the release Added: tags/ReactOS-0.3.15/ (props changed) - copied from r59302, branches/ReactOS-0.3.15/ Removed: branches/ReactOS-0.3.15/

[ros-diffs] [tfaber] 59304: [0.3.15-LT2013] - Tag the release

2013-06-23 Thread tfaber
Author: tfaber Date: Sun Jun 23 07:35:11 2013 New Revision: 59304 URL: http://svn.reactos.org/svn/reactos?rev=59304view=rev Log: [0.3.15-LT2013] - Tag the release Added: tags/ReactOS-0.3.15-LT2013/ (props changed) - copied from r59303, branches/ros-branch-0_3_15-lt2013/ Removed:

[ros-diffs] [aandrejevic] 59305: [NTOSKRNL] Fix NtQueryTimerResolution and NtSetTimerResolution to work in kernel mode.

2013-06-23 Thread aandrejevic
Author: aandrejevic Date: Sun Jun 23 08:44:46 2013 New Revision: 59305 URL: http://svn.reactos.org/svn/reactos?rev=59305view=rev Log: [NTOSKRNL] Fix NtQueryTimerResolution and NtSetTimerResolution to work in kernel mode. Modified: branches/ntvdm/ntoskrnl/ke/clock.c Modified:

[ros-diffs] [hbelusca] 59306: [CONSRV] Hey Arch, how do you define functions types?! Fix MSVC builds.

2013-06-23 Thread hbelusca
Author: hbelusca Date: Sun Jun 23 10:55:18 2013 New Revision: 59306 URL: http://svn.reactos.org/svn/reactos?rev=59306view=rev Log: [CONSRV] Hey Arch, how do you define functions types?! Fix MSVC builds. Modified: trunk/reactos/win32ss/user/consrv/console.c Modified:

[ros-diffs] [ekohl] 59307: [SAMSRV] Implement SamIFree_SAMPR_SR_SECURITY_DESCRIPTOR.

2013-06-23 Thread ekohl
Author: ekohl Date: Sun Jun 23 11:20:32 2013 New Revision: 59307 URL: http://svn.reactos.org/svn/reactos?rev=59307view=rev Log: [SAMSRV] Implement SamIFree_SAMPR_SR_SECURITY_DESCRIPTOR. Modified: trunk/reactos/dll/win32/samsrv/samsrv.c trunk/reactos/dll/win32/samsrv/samsrv.spec

[ros-diffs] [hbelusca] 59308: [CONSRV] Move some output functions to the future console driver (i.e. for the moment, CSR console server functions SrvConsole* call ConDrv* functions). Don't worry, inte

2013-06-23 Thread hbelusca
Author: hbelusca Date: Sun Jun 23 12:13:21 2013 New Revision: 59308 URL: http://svn.reactos.org/svn/reactos?rev=59308view=rev Log: [CONSRV] Move some output functions to the future console driver (i.e. for the moment, CSR console server functions SrvConsole* call ConDrv* functions). Don't worry,

[ros-diffs] [hbelusca] 59309: Fix compilation (forgot this change).

2013-06-23 Thread hbelusca
Author: hbelusca Date: Sun Jun 23 12:18:31 2013 New Revision: 59309 URL: http://svn.reactos.org/svn/reactos?rev=59309view=rev Log: Fix compilation (forgot this change). Modified: trunk/reactos/win32ss/user/consrv/condrv/console.c Modified: trunk/reactos/win32ss/user/consrv/condrv/console.c

[ros-diffs] [aandrejevic] 59310: [KERNEL32] Implement BasepCheckDosApp. Enable NTVDM in CreateProcessInternalW. [NTVDM] Remove the old command line parser code. The entire command line is for the DOS

2013-06-23 Thread aandrejevic
Author: aandrejevic Date: Sun Jun 23 12:33:13 2013 New Revision: 59310 URL: http://svn.reactos.org/svn/reactos?rev=59310view=rev Log: [KERNEL32] Implement BasepCheckDosApp. Enable NTVDM in CreateProcessInternalW. [NTVDM] Remove the old command line parser code. The entire command line is for the

[ros-diffs] [akhaldi] 59311: [WIDL] * Don't mix static and extern (FORCEINLINE).

2013-06-23 Thread akhaldi
Author: akhaldi Date: Sun Jun 23 12:42:00 2013 New Revision: 59311 URL: http://svn.reactos.org/svn/reactos?rev=59311view=rev Log: [WIDL] * Don't mix static and extern (FORCEINLINE). Modified: trunk/reactos/tools/widl/header.c Modified: trunk/reactos/tools/widl/header.c URL:

[ros-diffs] [akhaldi] 59312: [WIDL] * Do not generate empty Vtbl structure for empty interfaces. Brought to you by Thomas Faber. * Patch is pending upstream.

2013-06-23 Thread akhaldi
Author: akhaldi Date: Sun Jun 23 12:47:33 2013 New Revision: 59312 URL: http://svn.reactos.org/svn/reactos?rev=59312view=rev Log: [WIDL] * Do not generate empty Vtbl structure for empty interfaces. Brought to you by Thomas Faber. * Patch is pending upstream. Modified:

[ros-diffs] [akhaldi] 59313: [MSHTML] * Welcome to the MSVC build club. Thanks to Thomas Faber.

2013-06-23 Thread akhaldi
Author: akhaldi Date: Sun Jun 23 12:49:24 2013 New Revision: 59313 URL: http://svn.reactos.org/svn/reactos?rev=59313view=rev Log: [MSHTML] * Welcome to the MSVC build club. Thanks to Thomas Faber. Added: trunk/reactos/dll/win32/mshtml/msvc.S (with props) Modified:

[ros-diffs] [hbelusca] 59314: [KERNEL32] Never EVER process instructions INSIDE a debug macro (e.g. ASSERT) because when compiling in Release Mode, the code isn't executed at all. Fix that. See revisi

2013-06-23 Thread hbelusca
Author: hbelusca Date: Sun Jun 23 12:55:17 2013 New Revision: 59314 URL: http://svn.reactos.org/svn/reactos?rev=59314view=rev Log: [KERNEL32] Never EVER process instructions INSIDE a debug macro (e.g. ASSERT) because when compiling in Release Mode, the code isn't executed at all. Fix that. See

[ros-diffs] [akhaldi] 59315: [MSHTML] * Fix a typo.

2013-06-23 Thread akhaldi
Author: akhaldi Date: Sun Jun 23 12:56:00 2013 New Revision: 59315 URL: http://svn.reactos.org/svn/reactos?rev=59315view=rev Log: [MSHTML] * Fix a typo. Modified: trunk/reactos/dll/win32/mshtml/msvc.S Modified: trunk/reactos/dll/win32/mshtml/msvc.S URL:

[ros-diffs] [aandrejevic] 59316: [KERNEL32] Use the already implemented BaseIsDosApplication instead of BasepCheckDosApp.

2013-06-23 Thread aandrejevic
Author: aandrejevic Date: Sun Jun 23 13:17:06 2013 New Revision: 59316 URL: http://svn.reactos.org/svn/reactos?rev=59316view=rev Log: [KERNEL32] Use the already implemented BaseIsDosApplication instead of BasepCheckDosApp. Modified: branches/ntvdm/dll/win32/kernel32/client/proc.c Modified:

[ros-diffs] [ekohl] 59317: [SAMSRV] Create and store a security descriptor for the server object.

2013-06-23 Thread ekohl
Author: ekohl Date: Sun Jun 23 14:26:18 2013 New Revision: 59317 URL: http://svn.reactos.org/svn/reactos?rev=59317view=rev Log: [SAMSRV] Create and store a security descriptor for the server object. Added: trunk/reactos/dll/win32/samsrv/security.c (with props) Modified:

[ros-diffs] [hbelusca] 59318: Seccurity -- Security

2013-06-23 Thread hbelusca
Author: hbelusca Date: Sun Jun 23 14:34:30 2013 New Revision: 59318 URL: http://svn.reactos.org/svn/reactos?rev=59318view=rev Log: Seccurity -- Security Modified: trunk/reactos/dll/win32/samsrv/security.c Modified: trunk/reactos/dll/win32/samsrv/security.c URL:

[ros-diffs] [hbelusca] 59321: [CONSRV] Continue to move some (text) functions to condrv.

2013-06-23 Thread hbelusca
Author: hbelusca Date: Sun Jun 23 17:19:08 2013 New Revision: 59321 URL: http://svn.reactos.org/svn/reactos?rev=59321view=rev Log: [CONSRV] Continue to move some (text) functions to condrv. Modified: trunk/reactos/win32ss/user/consrv/condrv/text.c

[ros-diffs] [hbelusca] 59322: [CONSRV] Finish to move some text functions to condrv.

2013-06-23 Thread hbelusca
Author: hbelusca Date: Sun Jun 23 18:20:39 2013 New Revision: 59322 URL: http://svn.reactos.org/svn/reactos?rev=59322view=rev Log: [CONSRV] Finish to move some text functions to condrv. Modified: trunk/reactos/win32ss/user/consrv/condrv/text.c

[ros-diffs] [akhaldi] 59323: [DXGI] * Import from Wine 1.5.26.

2013-06-23 Thread akhaldi
Author: akhaldi Date: Sun Jun 23 19:14:50 2013 New Revision: 59323 URL: http://svn.reactos.org/svn/reactos?rev=59323view=rev Log: [DXGI] * Import from Wine 1.5.26. Added: trunk/reactos/dll/directx/dxgi/ trunk/reactos/dll/directx/dxgi/CMakeLists.txt (with props)

[ros-diffs] [akhaldi] 59324: [WBEMPROX] * Import from Wine 1.5.26

2013-06-23 Thread akhaldi
Author: akhaldi Date: Sun Jun 23 20:41:42 2013 New Revision: 59324 URL: http://svn.reactos.org/svn/reactos?rev=59324view=rev Log: [WBEMPROX] * Import from Wine 1.5.26 Added: trunk/reactos/dll/win32/wbemprox/ trunk/reactos/dll/win32/wbemprox/CMakeLists.txt (with props)

[ros-diffs] [tfaber] 59325: [NTOS:SE] - Fix pool corruption of the nastiest sort. Big thanks to Amine. Also thanks to MS for idiotic unsafe typedefs.

2013-06-23 Thread tfaber
Author: tfaber Date: Sun Jun 23 22:10:47 2013 New Revision: 59325 URL: http://svn.reactos.org/svn/reactos?rev=59325view=rev Log: [NTOS:SE] - Fix pool corruption of the nastiest sort. Big thanks to Amine. Also thanks to MS for idiotic unsafe typedefs. Modified:

[ros-diffs] [hbelusca] 59326: [CONSRV] - Turn some BOOLs into BOOLEANs in condrv. - Move some coninput functions into condrv.

2013-06-23 Thread hbelusca
Author: hbelusca Date: Sun Jun 23 23:19:42 2013 New Revision: 59326 URL: http://svn.reactos.org/svn/reactos?rev=59326view=rev Log: [CONSRV] - Turn some BOOLs into BOOLEANs in condrv. - Move some coninput functions into condrv. Added: trunk/reactos/win32ss/user/consrv/condrv/coninput.c

[ros-diffs] [hbelusca] 59327: Revert an unwanted change committed by error.

2013-06-23 Thread hbelusca
Author: hbelusca Date: Sun Jun 23 23:22:38 2013 New Revision: 59327 URL: http://svn.reactos.org/svn/reactos?rev=59327view=rev Log: Revert an unwanted change committed by error. Modified: trunk/reactos/win32ss/user/consrv/condrv/console.c Modified:

[ros-diffs] [aandrejevic] 59328: [NTOSKRNL] Check for old-style MZ executable in PeFmtCreateSection. [NTVDM] Fix bugs. Implement MZ executable loading.

2013-06-23 Thread aandrejevic
Author: aandrejevic Date: Mon Jun 24 01:59:09 2013 New Revision: 59328 URL: http://svn.reactos.org/svn/reactos?rev=59328view=rev Log: [NTOSKRNL] Check for old-style MZ executable in PeFmtCreateSection. [NTVDM] Fix bugs. Implement MZ executable loading. Modified:

[ros-diffs] [jjones] 59329: Merge with trunk.

2013-06-23 Thread jjones
Author: jjones Date: Mon Jun 24 04:01:33 2013 New Revision: 59329 URL: http://svn.reactos.org/svn/reactos?rev=59329view=rev Log: Merge with trunk. Added: branches/vs_jc/reactos/dll/directx/dxgi/ - copied from r59328, trunk/reactos/dll/directx/dxgi/