[ros-diffs] [hbelusca] 58950: [KDROSDBG] Remove further legacy exports (the aim is to obtain at least the same exports as kdcom).

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 19:36:05 2013 New Revision: 58950 URL: http://svn.reactos.org/svn/reactos?rev=58950view=rev Log: [KDROSDBG] Remove further legacy exports (the aim is to obtain at least the same exports as kdcom). Modified: branches/kd++/drivers/base/kdrosdbg/arm/kdbg.c

[ros-diffs] [hbelusca] 58951: I said remove !!

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 19:38:12 2013 New Revision: 58951 URL: http://svn.reactos.org/svn/reactos?rev=58951view=rev Log: I said remove !! Modified: branches/kd++/drivers/base/kdrosdbg/arm/kdbg.c branches/kd++/drivers/base/kdrosdbg/i386/kdbg.c branches/kd++/drivers/base

[ros-diffs] [hbelusca] 58952: Further remove legacy, now only 3 functions remain.

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 19:55:42 2013 New Revision: 58952 URL: http://svn.reactos.org/svn/reactos?rev=58952view=rev Log: Further remove legacy, now only 3 functions remain. Modified: branches/kd++/drivers/base/kdrosdbg/arm/kdbg.c branches/kd++/drivers/base/kdrosdbg/i386/kdbg.c

[ros-diffs] [hbelusca] 58954: Legacy code from KdPortInitialize, which was put in KdPortInitializeEx, is deactivated because it was unusued (the actual code doesn't call KdPortInitialize).

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 20:05:50 2013 New Revision: 58954 URL: http://svn.reactos.org/svn/reactos?rev=58954view=rev Log: Legacy code from KdPortInitialize, which was put in KdPortInitializeEx, is deactivated because it was unusued (the actual code doesn't call KdPortInitialize

[ros-diffs] [hbelusca] 58956: [KDROSDBG] One can safely remove these forward declarations.

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 20:19:55 2013 New Revision: 58956 URL: http://svn.reactos.org/svn/reactos?rev=58956view=rev Log: [KDROSDBG] One can safely remove these forward declarations. Modified: branches/kd++/drivers/base/kdrosdbg/i386/kdbg.c Modified: branches/kd++/drivers/base

[ros-diffs] [hbelusca] 58957: [KDROSDBG] Comment that part too, because it was in KdPortInitialize and here, it reported an invalid port. KdPortInUse is initialized by KDBG.

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 21:23:20 2013 New Revision: 58957 URL: http://svn.reactos.org/svn/reactos?rev=58957view=rev Log: [KDROSDBG] Comment that part too, because it was in KdPortInitialize and here, it reported an invalid port. KdPortInUse is initialized by KDBG. Modified

[ros-diffs] [hbelusca] 58958: [KDROSDBG] Place the (unimplemented) real KD functions into a dedicated file and isolate ReactOS-specific port functions. They can go into a libary along KDBG !

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 21:57:42 2013 New Revision: 58958 URL: http://svn.reactos.org/svn/reactos?rev=58958view=rev Log: [KDROSDBG] Place the (unimplemented) real KD functions into a dedicated file and isolate ReactOS-specific port functions. They can go into a libary along KDBG

[ros-diffs] [hbelusca] 58964: [KDROSDBG] In fact, the kdcom used for KDBG (in GCC builds) is really a thin layer atop of CPORTLIB. Remove extra code (remove also the KD_PORT_INFORMATION type) and repl

2013-05-06 Thread hbelusca
Author: hbelusca Date: Tue May 7 00:14:36 2013 New Revision: 58964 URL: http://svn.reactos.org/svn/reactos?rev=58964view=rev Log: [KDROSDBG] In fact, the kdcom used for KDBG (in GCC builds) is really a thin layer atop of CPORTLIB. Remove extra code (remove also the KD_PORT_INFORMATION type

[ros-diffs] [hbelusca] 58970: [KDROSDBG-NTOS] Put the 3 helper COM functions into KDBG directly.

2013-05-08 Thread hbelusca
Author: hbelusca Date: Wed May 8 15:36:38 2013 New Revision: 58970 URL: http://svn.reactos.org/svn/reactos?rev=58970view=rev Log: [KDROSDBG-NTOS] Put the 3 helper COM functions into KDBG directly. Added: branches/kd++/ntoskrnl/kd/arm/ branches/kd++/ntoskrnl/kd/arm/kdbg.c - copied

[ros-diffs] [hbelusca] 58971: [FREELDR] - Fix dprints (be careful when Status variables are booleans). - Don't fail when trying to load an non-existent KD transport dll.

2013-05-08 Thread hbelusca
Author: hbelusca Date: Wed May 8 17:52:16 2013 New Revision: 58971 URL: http://svn.reactos.org/svn/reactos?rev=58971view=rev Log: [FREELDR] - Fix dprints (be careful when Status variables are booleans). - Don't fail when trying to load an non-existent KD transport dll. Modified: branches/kd

[ros-diffs] [hbelusca] 58973: [NTOS] Remove the kdbg-specific tags from the tag header and put them into the kdbg-specific header.

2013-05-09 Thread hbelusca
Author: hbelusca Date: Thu May 9 12:55:39 2013 New Revision: 58973 URL: http://svn.reactos.org/svn/reactos?rev=58973view=rev Log: [NTOS] Remove the kdbg-specific tags from the tag header and put them into the kdbg-specific header. Modified: branches/kd++/ntoskrnl/include/internal/tag.h

[ros-diffs] [hbelusca] 58974: Merge my current work done on the kd++ branch: - FreeLdr is able now to load personalized Kernel Debugger Transport DLLs by reading at the kernel command line and interpr

2013-05-09 Thread hbelusca
Author: hbelusca Date: Thu May 9 13:12:58 2013 New Revision: 58974 URL: http://svn.reactos.org/svn/reactos?rev=58974view=rev Log: Merge my current work done on the kd++ branch: - FreeLdr is able now to load personalized Kernel Debugger Transport DLLs by reading at the kernel command line

[ros-diffs] [hbelusca] 59001: [CONSRV] - Use new helpers ConsoleAllocHeap and ConsoleFreeHeap instead of RtlAllocateHeap and RtlFreeHeap, to be able to use also debug heaps etc... - Initialize complet

2013-05-11 Thread hbelusca
Author: hbelusca Date: Sun May 12 00:20:15 2013 New Revision: 59001 URL: http://svn.reactos.org/svn/reactos?rev=59001view=rev Log: [CONSRV] - Use new helpers ConsoleAllocHeap and ConsoleFreeHeap instead of RtlAllocateHeap and RtlFreeHeap, to be able to use also debug heaps etc... - Initialize

[ros-diffs] [hbelusca] 59055: [CMD] - Simplify CommandColor and document it. Checking whether one sets the same color for both foreground and background is now only checked inside SetScreenColor. Base

2013-05-20 Thread hbelusca
Author: hbelusca Date: Mon May 20 17:43:37 2013 New Revision: 59055 URL: http://svn.reactos.org/svn/reactos?rev=59055view=rev Log: [CMD] - Simplify CommandColor and document it. Checking whether one sets the same color for both foreground and background is now only checked inside SetScreenColor

[ros-diffs] [hbelusca] 59099: [CONSOLE.CPL-KERNEL32] Fix some compilation warnings with MSVC. [KERNEL32-CONSRV] - Implement console graphics screen buffers, as described in http://blog.airesoft.co.uk/

2013-05-28 Thread hbelusca
Author: hbelusca Date: Wed May 29 00:29:07 2013 New Revision: 59099 URL: http://svn.reactos.org/svn/reactos?rev=59099view=rev Log: [CONSOLE.CPL-KERNEL32] Fix some compilation warnings with MSVC. [KERNEL32-CONSRV] - Implement console graphics screen buffers, as described in http

[ros-diffs] [hbelusca] 59100: Let's try to fix GCC builds on Linux bots.

2013-05-28 Thread hbelusca
Author: hbelusca Date: Wed May 29 00:44:18 2013 New Revision: 59100 URL: http://svn.reactos.org/svn/reactos?rev=59100view=rev Log: Let's try to fix GCC builds on Linux bots. Modified: trunk/reactos/win32ss/user/consrv/CMakeLists.txt Modified: trunk/reactos/win32ss/user/consrv/CMakeLists.txt

[ros-diffs] [hbelusca] 59112: [KERNEL32-CONSRV] - Implement ConsoleMenuControl; see http://undoc.airesoft.co.uk/kernel32.dll/ConsoleMenuControl.php for more information. - Implement SetConsoleMenuClos

2013-05-29 Thread hbelusca
Author: hbelusca Date: Thu May 30 00:50:03 2013 New Revision: 59112 URL: http://svn.reactos.org/svn/reactos?rev=59112view=rev Log: [KERNEL32-CONSRV] - Implement ConsoleMenuControl; see http://undoc.airesoft.co.uk/kernel32.dll/ConsoleMenuControl.php for more information. - Implement

[ros-diffs] [hbelusca] 59129: Finally, ... ... use Ninja by default for compiling ReactOS !! Users now have to do: ./configure to use Ninja for building ReactOS. The old method (using makefiles) is av

2013-05-31 Thread hbelusca
Author: hbelusca Date: Fri May 31 21:04:28 2013 New Revision: 59129 URL: http://svn.reactos.org/svn/reactos?rev=59129view=rev Log: Finally,... ... use Ninja by default for compiling ReactOS !! Users now have to do: ./configure to use Ninja for building ReactOS. The old method (using makefiles

[ros-diffs] [hbelusca] 59132: [CMD] COLOR builtin command of CMD does not format output color correctly. When changing the color of the foreground of the console with the command color 3 for instanc

2013-06-01 Thread hbelusca
Author: hbelusca Date: Sat Jun 1 18:45:04 2013 New Revision: 59132 URL: http://svn.reactos.org/svn/reactos?rev=59132view=rev Log: [CMD] COLOR builtin command of CMD does not format output color correctly. When changing the color of the foreground of the console with the command color 3

[ros-diffs] [hbelusca] 59135: [KERNEL32-CONSRV] - Implement SetConsoleCursor and ShowConsoleCursor (set the shape of the cursor, and show/hide it). It appears that SetConsoleCursor acts only on graphi

2013-06-01 Thread hbelusca
Author: hbelusca Date: Sat Jun 1 22:49:50 2013 New Revision: 59135 URL: http://svn.reactos.org/svn/reactos?rev=59135view=rev Log: [KERNEL32-CONSRV] - Implement SetConsoleCursor and ShowConsoleCursor (set the shape of the cursor, and show/hide it). It appears that SetConsoleCursor acts only

[ros-diffs] [hbelusca] 59139: Hey Arch! Do not define NEWCC for now ! (look at http://git.reactos.org/?p=reactos.gita=searchh=HEADst=greps=NEWCC ; spotted by Samuel Serapion)

2013-06-01 Thread hbelusca
Author: hbelusca Date: Sun Jun 2 00:21:55 2013 New Revision: 59139 URL: http://svn.reactos.org/svn/reactos?rev=59139view=rev Log: Hey Arch! Do not define NEWCC for now ! (look at http://git.reactos.org/?p=reactos.gita=searchh=HEADst=greps=NEWCC ; spotted by Samuel Serapion) Modified

[ros-diffs] [hbelusca] 59146: [APITESTS-KERNEL32] Commit my FindFiles test. ROSTESTS-84 #resolve #comment Committed in revision 59146.

2013-06-02 Thread hbelusca
Author: hbelusca Date: Sun Jun 2 17:01:22 2013 New Revision: 59146 URL: http://svn.reactos.org/svn/reactos?rev=59146view=rev Log: [APITESTS-KERNEL32] Commit my FindFiles test. ROSTESTS-84 #resolve #comment Committed in revision 59146. Added: trunk/rostests/apitests/kernel32/FindFiles.c

[ros-diffs] [hbelusca] 59148: [RTL-PATH] - Fix hackish lower-casing instructions. - Fix a DPRINT string specifier. - Fix some string/pointer algebra. Fixes 10 kernel32:FindFiles tests (all the Test f

2013-06-02 Thread hbelusca
Author: hbelusca Date: Sun Jun 2 18:33:52 2013 New Revision: 59148 URL: http://svn.reactos.org/svn/reactos?rev=59148view=rev Log: [RTL-PATH] - Fix hackish lower-casing instructions. - Fix a DPRINT string specifier. - Fix some string/pointer algebra. Fixes 10 kernel32:FindFiles tests (all

[ros-diffs] [hbelusca] 59149: We use Jira now, as our bug tracker. Patch by André Guibert de Bruet CORE-7219 #resolve #comment Committed in r59149, thanks ;)

2013-06-02 Thread hbelusca
Author: hbelusca Date: Sun Jun 2 18:41:40 2013 New Revision: 59149 URL: http://svn.reactos.org/svn/reactos?rev=59149view=rev Log: We use Jira now, as our bug tracker. Patch by André Guibert de Bruet CORE-7219 #resolve #comment Committed in r59149, thanks ;) Modified: trunk/reactos/dll/cpl

[ros-diffs] [hbelusca] 59150: bugzilla -- Jira

2013-06-02 Thread hbelusca
Author: hbelusca Date: Sun Jun 2 18:44:50 2013 New Revision: 59150 URL: http://svn.reactos.org/svn/reactos?rev=59150view=rev Log: bugzilla -- Jira Modified: trunk/reactos/INSTALL trunk/reactos/base/shell/cmd/readme.txt Modified: trunk/reactos/INSTALL URL: http://svn.reactos.org/svn

[ros-diffs] [hbelusca] 59163: [RTL] Use RtlDowncaseUnicodeChar instead of towlower

2013-06-02 Thread hbelusca
Author: hbelusca Date: Sun Jun 2 22:11:50 2013 New Revision: 59163 URL: http://svn.reactos.org/svn/reactos?rev=59163view=rev Log: [RTL] Use RtlDowncaseUnicodeChar instead of towlower Modified: trunk/reactos/lib/rtl/path.c Modified: trunk/reactos/lib/rtl/path.c URL: http://svn.reactos.org

[ros-diffs] [hbelusca] 59164: [RTL] Clarify the code a bit, no logical changes.

2013-06-02 Thread hbelusca
Author: hbelusca Date: Sun Jun 2 22:44:09 2013 New Revision: 59164 URL: http://svn.reactos.org/svn/reactos?rev=59164view=rev Log: [RTL] Clarify the code a bit, no logical changes. Modified: trunk/reactos/lib/rtl/unicode.c Modified: trunk/reactos/lib/rtl/unicode.c URL: http

[ros-diffs] [hbelusca] 59165: [RTL] Use RtlPrefixUnicodeString.

2013-06-02 Thread hbelusca
Author: hbelusca Date: Sun Jun 2 22:51:24 2013 New Revision: 59165 URL: http://svn.reactos.org/svn/reactos?rev=59165view=rev Log: [RTL] Use RtlPrefixUnicodeString. Modified: trunk/reactos/lib/rtl/path.c Modified: trunk/reactos/lib/rtl/path.c URL: http://svn.reactos.org/svn/reactos/trunk

[ros-diffs] [hbelusca] 59173: [RTL] Revert r59165 because RtlPrefixUnicodeString may not behave exactly as what the original code did (but keep the command in comment). I also want how tests behave wi

2013-06-03 Thread hbelusca
Author: hbelusca Date: Mon Jun 3 21:05:32 2013 New Revision: 59173 URL: http://svn.reactos.org/svn/reactos?rev=59173view=rev Log: [RTL] Revert r59165 because RtlPrefixUnicodeString may not behave exactly as what the original code did (but keep the command in comment). I also want how tests

[ros-diffs] [hbelusca] 59179: [ROSAPPS] Add 4 little tests for RtlDetermineDosPathNameType

2013-06-05 Thread hbelusca
Author: hbelusca Date: Wed Jun 5 23:24:04 2013 New Revision: 59179 URL: http://svn.reactos.org/svn/reactos?rev=59179view=rev Log: [ROSAPPS] Add 4 little tests for RtlDetermineDosPathNameType Modified: trunk/rostests/apitests/ntdll/RtlDetermineDosPathNameType.c Modified: trunk/rostests

[ros-diffs] [hbelusca] 59183: [KERNEL32-RTL] Fix return type and usage of RtlDetermineDosPathNameType_U, and use the declaration of RTL_PATH_TYPE in winternl.h instead of the wineism DOS_PATHNAME_TYPE

2013-06-06 Thread hbelusca
Author: hbelusca Date: Fri Jun 7 01:25:57 2013 New Revision: 59183 URL: http://svn.reactos.org/svn/reactos?rev=59183view=rev Log: [KERNEL32-RTL] Fix return type and usage of RtlDetermineDosPathNameType_U, and use the declaration of RTL_PATH_TYPE in winternl.h instead of the wineism

[ros-diffs] [hbelusca] 59185: [KERNEL32-RTL] Fix return type and usage of RtlDetermineDosPathNameType_U, and use the declaration of RTL_PATH_TYPE in winternl.h instead of the wineism DOS_PATHNAME_TYPE

2013-06-07 Thread hbelusca
Author: hbelusca Date: Fri Jun 7 20:40:34 2013 New Revision: 59185 URL: http://svn.reactos.org/svn/reactos?rev=59185view=rev Log: [KERNEL32-RTL] Fix return type and usage of RtlDetermineDosPathNameType_U, and use the declaration of RTL_PATH_TYPE in winternl.h instead of the wineism

[ros-diffs] [hbelusca] 59193: [KERNEL32] - Fix IN/OUT declaration of parameters for GetFullPathNameA/W - Fix a bad usage of GetFullPathNameW in the GetTempPathW API, where the source and destination b

2013-06-08 Thread hbelusca
Author: hbelusca Date: Sat Jun 8 14:48:33 2013 New Revision: 59193 URL: http://svn.reactos.org/svn/reactos?rev=59193view=rev Log: [KERNEL32] - Fix IN/OUT declaration of parameters for GetFullPathNameA/W - Fix a bad usage of GetFullPathNameW in the GetTempPathW API, where the source

[ros-diffs] [hbelusca] 59198: [CONSRV] - Pressing the Shift key while copying text in the console, allows us to copy it without newlines (tested on Windows). - When starting keyboard selection (Marki

2013-06-09 Thread hbelusca
Author: hbelusca Date: Sun Jun 9 19:03:53 2013 New Revision: 59198 URL: http://svn.reactos.org/svn/reactos?rev=59198view=rev Log: [CONSRV] - Pressing the Shift key while copying text in the console, allows us to copy it without newlines (tested on Windows). - When starting keyboard selection

[ros-diffs] [hbelusca] 59199: Code formatting only

2013-06-09 Thread hbelusca
Author: hbelusca Date: Sun Jun 9 21:37:34 2013 New Revision: 59199 URL: http://svn.reactos.org/svn/reactos?rev=59199view=rev Log: Code formatting only Modified: trunk/reactos/lib/rtl/env.c Modified: trunk/reactos/lib/rtl/env.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl

[ros-diffs] [hbelusca] 59211: [KERNEL32] Code formatting only + member variable type fix.

2013-06-13 Thread hbelusca
Author: hbelusca Date: Fri Jun 14 01:00:49 2013 New Revision: 59211 URL: http://svn.reactos.org/svn/reactos?rev=59211view=rev Log: [KERNEL32] Code formatting only + member variable type fix. Modified: trunk/reactos/dll/win32/kernel32/client/console/console.c trunk/reactos/include/reactos

[ros-diffs] [hbelusca] 59212: [CONSRV] - Use a Unicode screen-buffer for the console. - Fix some pointers miscalculations in Read/Write console output routines, which lead to character display problem

2013-06-13 Thread hbelusca
Author: hbelusca Date: Fri Jun 14 01:10:43 2013 New Revision: 59212 URL: http://svn.reactos.org/svn/reactos?rev=59212view=rev Log: [CONSRV] - Use a Unicode screen-buffer for the console. - Fix some pointers miscalculations in Read/Write console output routines, which lead to character display

[ros-diffs] [hbelusca] 59234: [KERNEL32] - Simplify initialization of CONSOLE_START_INFO objects by also initializing their AppPath member in InitConsoleInfo. - Add two members IconPath and IconIndex

2013-06-16 Thread hbelusca
Author: hbelusca Date: Sun Jun 16 17:16:33 2013 New Revision: 59234 URL: http://svn.reactos.org/svn/reactos?rev=59234view=rev Log: [KERNEL32] - Simplify initialization of CONSOLE_START_INFO objects by also initializing their AppPath member in InitConsoleInfo. - Add two members IconPath

[ros-diffs] [hbelusca] 59240: [KERNEL32] - Change the argument types of both GetConsoleFontInfo() and SetConsoleFont() to be more complete. This research is based off of the examining of source code f

2013-06-16 Thread hbelusca
Author: hbelusca Date: Sun Jun 16 21:35:18 2013 New Revision: 59240 URL: http://svn.reactos.org/svn/reactos?rev=59240view=rev Log: [KERNEL32] - Change the argument types of both GetConsoleFontInfo() and SetConsoleFont() to be more complete. This research is based off of the examining of source

[ros-diffs] [hbelusca] 59241: Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details.

2013-06-16 Thread hbelusca
Author: hbelusca Date: Sun Jun 16 22:01:41 2013 New Revision: 59241 URL: http://svn.reactos.org/svn/reactos?rev=59241view=rev Log: Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. Added: branches/ntvdm/ (props

[ros-diffs] [hbelusca] 59247: Integrate softx86-v0.00.0033 library. Allow compilation warnings (the downsides are that it generates LOTS of warnings...)

2013-06-16 Thread hbelusca
Author: hbelusca Date: Sun Jun 16 23:33:04 2013 New Revision: 59247 URL: http://svn.reactos.org/svn/reactos?rev=59247view=rev Log: Integrate softx86-v0.00.0033 library. Allow compilation warnings (the downsides are that it generates LOTS of warnings...) Added: branches/ntvdm/include/reactos

[ros-diffs] [hbelusca] 59248: [SOFTX86] Fix some bugs of softx86, see CORE-7250 for more information. All diffs from the original softx86 code should also be put in softx86_ros.diff.

2013-06-16 Thread hbelusca
Author: hbelusca Date: Sun Jun 16 23:54:30 2013 New Revision: 59248 URL: http://svn.reactos.org/svn/reactos?rev=59248view=rev Log: [SOFTX86] Fix some bugs of softx86, see CORE-7250 for more information. All diffs from the original softx86 code should also be put in softx86_ros.diff. Added

[ros-diffs] [hbelusca] 59257: [WIN32K] Check for NULL pointer returned by PEN_AllocPenWithHandle before dereferencing the returned pointer (the allocation function can return NULL in low memory condit

2013-06-18 Thread hbelusca
Author: hbelusca Date: Tue Jun 18 22:14:50 2013 New Revision: 59257 URL: http://svn.reactos.org/svn/reactos?rev=59257view=rev Log: [WIN32K] Check for NULL pointer returned by PEN_AllocPenWithHandle before dereferencing the returned pointer (the allocation function can return NULL in low memory

[ros-diffs] [hbelusca] 59258: [WIN32K] Make F12 key working again on ReactOS. The problem was that it was hardcoded for activating a debugger and since we currently didn't activated a debugger, then n

2013-06-18 Thread hbelusca
Author: hbelusca Date: Tue Jun 18 23:51:14 2013 New Revision: 59258 URL: http://svn.reactos.org/svn/reactos?rev=59258view=rev Log: [WIN32K] Make F12 key working again on ReactOS. The problem was that it was hardcoded for activating a debugger and since we currently didn't activated a debugger

[ros-diffs] [hbelusca] 59259: Fix the fix of revision 59258. By the way, I forgot to say that this feature was introduced in revision 54107.

2013-06-18 Thread hbelusca
Author: hbelusca Date: Wed Jun 19 00:00:19 2013 New Revision: 59259 URL: http://svn.reactos.org/svn/reactos?rev=59259view=rev Log: Fix the fix of revision 59258. By the way, I forgot to say that this feature was introduced in revision 54107. Modified: trunk/reactos/win32ss/user/ntuser

[ros-diffs] [hbelusca] 59280: [NTVDM] Use correctly NDEBUG, and use ReactOS macro: ASSERT, instead of the assert() CRT function.

2013-06-21 Thread hbelusca
Author: hbelusca Date: Sat Jun 22 01:48:28 2013 New Revision: 59280 URL: http://svn.reactos.org/svn/reactos?rev=59280view=rev Log: [NTVDM] Use correctly NDEBUG, and use ReactOS macro: ASSERT, instead of the assert() CRT function. Modified: branches/ntvdm/subsystems/ntvdm/bios.c branches

[ros-diffs] [hbelusca] 59283: - Remove two strange characters in configure.cmd - Add a space between a word and an opening parenthese (in the informative message) in configure.sh

2013-06-22 Thread hbelusca
Author: hbelusca Date: Sat Jun 22 10:54:11 2013 New Revision: 59283 URL: http://svn.reactos.org/svn/reactos?rev=59283view=rev Log: - Remove two strange characters in configure.cmd - Add a space between a word and an opening parenthese (in the informative message) in configure.sh Modified

[ros-diffs] [hbelusca] 59284: [CMAKE] As ThFabba said: - Properly escape exclamation mark in configure message -- It's for delayed variable expansions in CMD scripts !! That's the true reason ! S

2013-06-22 Thread hbelusca
Author: hbelusca Date: Sat Jun 22 11:11:35 2013 New Revision: 59284 URL: http://svn.reactos.org/svn/reactos?rev=59284view=rev Log: [CMAKE] As ThFabba said: - Properly escape exclamation mark in configure message -- It's for delayed variable expansions in CMD scripts !! That's the true reason

[ros-diffs] [hbelusca] 59297: [CONSRV] Start to separate better the CSR console server layer from the pure set of console functions (which will constitute a future console driver called... condrv :) )

2013-06-22 Thread hbelusca
Author: hbelusca Date: Sun Jun 23 00:18:47 2013 New Revision: 59297 URL: http://svn.reactos.org/svn/reactos?rev=59297view=rev Log: [CONSRV] Start to separate better the CSR console server layer from the pure set of console functions (which will constitute a future console driver called

[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: trunk/reactos/win32ss

[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] [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] [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: http://svn.reactos.org/svn

[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 trunk/reactos/win32ss/user/consrv

[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 trunk/reactos/win32ss/user/consrv

[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: trunk/reactos/win32ss/user/consrv/condrv

[ros-diffs] [hbelusca] 59345: [KERNEL32] Remove a spurious cast, and add a note for the pInputControl parameter of ReadConsole. [CONSRV] - Move some input/output console function helpers to condrv. -

2013-06-26 Thread hbelusca
Author: hbelusca Date: Thu Jun 27 00:20:58 2013 New Revision: 59345 URL: http://svn.reactos.org/svn/reactos?rev=59345view=rev Log: [KERNEL32] Remove a spurious cast, and add a note for the pInputControl parameter of ReadConsole. [CONSRV] - Move some input/output console function helpers

[ros-diffs] [hbelusca] 59364: [MUP] Return STATUS_OBJECT_NAME_INVALID instead of STATUS_BAD_NETWORK_PATH, fixes some tests (kernel32:FindFiles in particular).

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 14:03:04 2013 New Revision: 59364 URL: http://svn.reactos.org/svn/reactos?rev=59364view=rev Log: [MUP] Return STATUS_OBJECT_NAME_INVALID instead of STATUS_BAD_NETWORK_PATH, fixes some tests (kernel32:FindFiles in particular). Modified: trunk/reactos/drivers

[ros-diffs] [hbelusca] 59366: [RTL:PATH] - Use UNICODE markers for characters (the L'.' symbol for example) (i.e. fix code originating from Wine). - Accept NULL Path/FileName in RtlDosSearchPath_U (fi

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 15:29:09 2013 New Revision: 59366 URL: http://svn.reactos.org/svn/reactos?rev=59366view=rev Log: [RTL:PATH] - Use UNICODE markers for characters (the L'.' symbol for example) (i.e. fix code originating from Wine). - Accept NULL Path/FileName

[ros-diffs] [hbelusca] 59370: [REGEDIT] Code formatting only.

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 19:05:15 2013 New Revision: 59370 URL: http://svn.reactos.org/svn/reactos?rev=59370view=rev Log: [REGEDIT] Code formatting only. Modified: trunk/reactos/base/applications/regedit/settings.c Modified: trunk/reactos/base/applications/regedit/settings.c URL

[ros-diffs] [hbelusca] 59371: [REGEDIT] Fix tree-view's image-list handle leakage when application quits. Loosely based on a patch by Edijs Kolesnicovičs and Grégory Macário Harbs NOTE: Always cleanup

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 19:22:00 2013 New Revision: 59371 URL: http://svn.reactos.org/svn/reactos?rev=59371view=rev Log: [REGEDIT] Fix tree-view's image-list handle leakage when application quits. Loosely based on a patch by Edijs Kolesnicovičs and Grégory Macário Harbs NOTE: Always

[ros-diffs] [hbelusca] 59373: [FREELDR] Fix extended and control characters handling in text-boxes. We don't show anymore strange characters when pressing on, e.g. up or down arrows anymore. Also, fix

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 20:22:36 2013 New Revision: 59373 URL: http://svn.reactos.org/svn/reactos?rev=59373view=rev Log: [FREELDR] Fix extended and control characters handling in text-boxes. We don't show anymore strange characters when pressing on, e.g. up or down arrows anymore. Also

[ros-diffs] [hbelusca] 59377: [CMD] Fix some whitespace and misspellings (part 1/x)

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 23:18:27 2013 New Revision: 59377 URL: http://svn.reactos.org/svn/reactos?rev=59377view=rev Log: [CMD] Fix some whitespace and misspellings (part 1/x) Modified: trunk/reactos/base/shell/cmd/cmd.rc trunk/reactos/base/shell/cmd/readme.txt trunk/reactos

[ros-diffs] [hbelusca] 59378: [CMD] Fix whitespace (part 2/x) (convert tabs into 4-space indent).

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 23:50:13 2013 New Revision: 59378 URL: http://svn.reactos.org/svn/reactos?rev=59378view=rev Log: [CMD] Fix whitespace (part 2/x) (convert tabs into 4-space indent). Modified: trunk/reactos/base/shell/cmd/batch.h trunk/reactos/base/shell/cmd/cmd.h

[ros-diffs] [hbelusca] 59379: [CMD] Fix whitespace (part 3/x) (convert tabs into 4-space indent).

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sun Jun 30 00:08:43 2013 New Revision: 59379 URL: http://svn.reactos.org/svn/reactos?rev=59379view=rev Log: [CMD] Fix whitespace (part 3/x) (convert tabs into 4-space indent). Modified: trunk/reactos/base/shell/cmd/alias.c trunk/reactos/base/shell/cmd/assoc.c

[ros-diffs] [hbelusca] 59383: [CMD] Fix whitespace (part 4/x) (convert tabs into 4-space indent).

2013-06-30 Thread hbelusca
Author: hbelusca Date: Sun Jun 30 12:27:18 2013 New Revision: 59383 URL: http://svn.reactos.org/svn/reactos?rev=59383view=rev Log: [CMD] Fix whitespace (part 4/x) (convert tabs into 4-space indent). Modified: trunk/reactos/base/shell/cmd/dir.c trunk/reactos/base/shell/cmd/filecomp.c

[ros-diffs] [hbelusca] 59385: [CMD] Fix whitespace (part 5/6) (convert tabs into 4-space indent).

2013-06-30 Thread hbelusca
Author: hbelusca Date: Sun Jun 30 12:38:11 2013 New Revision: 59385 URL: http://svn.reactos.org/svn/reactos?rev=59385view=rev Log: [CMD] Fix whitespace (part 5/6) (convert tabs into 4-space indent). Modified: trunk/reactos/base/shell/cmd/chcp.c trunk/reactos/base/shell/cmd/date.c

[ros-diffs] [hbelusca] 59387: [CMD] Fix whitespace (part 5ter/6) (convert tabs into 4-space indent).

2013-06-30 Thread hbelusca
Author: hbelusca Date: Sun Jun 30 12:58:45 2013 New Revision: 59387 URL: http://svn.reactos.org/svn/reactos?rev=59387view=rev Log: [CMD] Fix whitespace (part 5ter/6) (convert tabs into 4-space indent). Modified: trunk/reactos/base/shell/cmd/cmdinput.c Modified: trunk/reactos/base/shell/cmd

[ros-diffs] [hbelusca] 59393: [CMD] Give help for the help command.

2013-06-30 Thread hbelusca
Author: hbelusca Date: Sun Jun 30 14:09:38 2013 New Revision: 59393 URL: http://svn.reactos.org/svn/reactos?rev=59393view=rev Log: [CMD] Give help for the help command. Modified: trunk/reactos/base/shell/cmd/cmdtable.c trunk/reactos/base/shell/cmd/internal.c trunk/reactos/base/shell

[ros-diffs] [hbelusca] 59395: [CMD] Fix the TYPE command (now behaves as on Windows)

2013-06-30 Thread hbelusca
Author: hbelusca Date: Sun Jun 30 15:28:40 2013 New Revision: 59395 URL: http://svn.reactos.org/svn/reactos?rev=59395view=rev Log: [CMD] Fix the TYPE command (now behaves as on Windows) Modified: trunk/reactos/base/shell/cmd/type.c Modified: trunk/reactos/base/shell/cmd/type.c URL: http

[ros-diffs] [hbelusca] 59399: [KERNEL32] Code formatting only.

2013-06-30 Thread hbelusca
Author: hbelusca Date: Sun Jun 30 18:48:45 2013 New Revision: 59399 URL: http://svn.reactos.org/svn/reactos?rev=59399view=rev Log: [KERNEL32] Code formatting only. Modified: trunk/reactos/dll/win32/kernel32/client/file/rw.c Modified: trunk/reactos/dll/win32/kernel32/client/file/rw.c URL

[ros-diffs] [hbelusca] 59400: [CONSRV] Improve debug prints.

2013-06-30 Thread hbelusca
Author: hbelusca Date: Sun Jun 30 19:21:42 2013 New Revision: 59400 URL: http://svn.reactos.org/svn/reactos?rev=59400view=rev Log: [CONSRV] Improve debug prints. Modified: trunk/reactos/win32ss/user/consrv/handle.c Modified: trunk/reactos/win32ss/user/consrv/handle.c URL: http

[ros-diffs] [hbelusca] 59401: [CMD] Add a helper function which checks whether we are going to output text to a console handle or to a file handle. Use it in ConWrite and in ConPrintfPaging.

2013-06-30 Thread hbelusca
Author: hbelusca Date: Sun Jun 30 19:55:39 2013 New Revision: 59401 URL: http://svn.reactos.org/svn/reactos?rev=59401view=rev Log: [CMD] Add a helper function which checks whether we are going to output text to a console handle or to a file handle. Use it in ConWrite and in ConPrintfPaging

[ros-diffs] [hbelusca] 59404: [CMD] Fix whitespace

2013-06-30 Thread hbelusca
Author: hbelusca Date: Sun Jun 30 23:58:48 2013 New Revision: 59404 URL: http://svn.reactos.org/svn/reactos?rev=59404view=rev Log: [CMD] Fix whitespace Modified: trunk/reactos/base/shell/cmd/error.c Modified: trunk/reactos/base/shell/cmd/error.c URL: http://svn.reactos.org/svn/reactos

[ros-diffs] [hbelusca] 59405: [CMD] Fix the default input output console modes. Now, you can use the command interpreter via serial port redirection, by: 1- Enabling a serial port on the machine on

2013-06-30 Thread hbelusca
Author: hbelusca Date: Mon Jul 1 00:07:39 2013 New Revision: 59405 URL: http://svn.reactos.org/svn/reactos?rev=59405view=rev Log: [CMD] Fix the default input output console modes. Now, you can use the command interpreter via serial port redirection, by: 1- Enabling a serial port on the machine

[ros-diffs] [hbelusca] 59411: [CMD] Remove extra \r put by hand in some console output functions, so that we use there only \n. But modify the ConWrite function so that, if we redirect output to somet

2013-07-02 Thread hbelusca
Author: hbelusca Date: Tue Jul 2 23:07:15 2013 New Revision: 59411 URL: http://svn.reactos.org/svn/reactos?rev=59411view=rev Log: [CMD] Remove extra \r put by hand in some console output functions, so that we use there only \n. But modify the ConWrite function so that, if we redirect output

[ros-diffs] [hbelusca] 59420: [CONSRV] - Move SrvSetConsoleWindowInfo to a better place. - When enlarging the console buffer, use the attributes of the last cell of each line to fill the new cells for

2013-07-03 Thread hbelusca
Author: hbelusca Date: Wed Jul 3 22:40:58 2013 New Revision: 59420 URL: http://svn.reactos.org/svn/reactos?rev=59420view=rev Log: [CONSRV] - Move SrvSetConsoleWindowInfo to a better place. - When enlarging the console buffer, use the attributes of the last cell of each line to fill the new

[ros-diffs] [hbelusca] 59422: [CMD] Features-only commit: - Fix version presentation at startup and when using the ver command (in French) - Add to the prompt's command help, the fact that the $S sp

2013-07-03 Thread hbelusca
Author: hbelusca Date: Thu Jul 4 01:05:14 2013 New Revision: 59422 URL: http://svn.reactos.org/svn/reactos?rev=59422view=rev Log: [CMD] Features-only commit: - Fix version presentation at startup and when using the ver command (in French) - Add to the prompt's command help, the fact that the $S

[ros-diffs] [hbelusca] 59423: Fix some comments

2013-07-03 Thread hbelusca
Author: hbelusca Date: Thu Jul 4 01:08:28 2013 New Revision: 59423 URL: http://svn.reactos.org/svn/reactos?rev=59423view=rev Log: Fix some comments Modified: trunk/reactos/base/shell/cmd/prompt.c Modified: trunk/reactos/base/shell/cmd/prompt.c URL: http://svn.reactos.org/svn/reactos/trunk

[ros-diffs] [hbelusca] 59433: [CONSRV] - Fix some files' info-header text. - Move code of SrvSetConsoleWindowInfo to ConDrvSetConsoleWindowInfo. - Introduce the helper function GetScreenBufferSizeUnit

2013-07-06 Thread hbelusca
Author: hbelusca Date: Sat Jul 6 15:59:28 2013 New Revision: 59433 URL: http://svn.reactos.org/svn/reactos?rev=59433view=rev Log: [CONSRV] - Fix some files' info-header text. - Move code of SrvSetConsoleWindowInfo to ConDrvSetConsoleWindowInfo. - Introduce the helper function

[ros-diffs] [hbelusca] 59434: [CONSRV] Fix copy of text in text-mode screenbuffers, in case we are copying NULL chars.

2013-07-06 Thread hbelusca
Author: hbelusca Date: Sat Jul 6 16:05:39 2013 New Revision: 59434 URL: http://svn.reactos.org/svn/reactos?rev=59434view=rev Log: [CONSRV] Fix copy of text in text-mode screenbuffers, in case we are copying NULL chars. Modified: trunk/reactos/win32ss/user/consrv/frontends/gui/text.c

[ros-diffs] [hbelusca] 59435: [CONSRV] - Use a handle table for storing consoles. Now checking validity of console handles is done in O(1) instead of O(n) as before. I will see later on whether it wou

2013-07-06 Thread hbelusca
Author: hbelusca Date: Sat Jul 6 19:47:53 2013 New Revision: 59435 URL: http://svn.reactos.org/svn/reactos?rev=59435view=rev Log: [CONSRV] - Use a handle table for storing consoles. Now checking validity of console handles is done in O(1) instead of O(n) as before. I will see later on whether

[ros-diffs] [hbelusca] 59436: [KERNEL32] Forgot to add those files in the previous commit r59435: We now store only console handles and not console pointers themselves.

2013-07-06 Thread hbelusca
Author: hbelusca Date: Sat Jul 6 19:57:38 2013 New Revision: 59436 URL: http://svn.reactos.org/svn/reactos?rev=59436view=rev Log: [KERNEL32] Forgot to add those files in the previous commit r59435: We now store only console handles and not console pointers themselves. Modified: trunk

[ros-diffs] [hbelusca] 59437: Revert revision r59381 since it fails to detect VS2010 (and I suppose the other ones, then). Indeed with VS2010, checking for the string content 16. instead of 16. m

2013-07-06 Thread hbelusca
Author: hbelusca Date: Sun Jul 7 00:23:34 2013 New Revision: 59437 URL: http://svn.reactos.org/svn/reactos?rev=59437view=rev Log: Revert revision r59381 since it fails to detect VS2010 (and I suppose the other ones, then). Indeed with VS2010, checking for the string content 16. instead of 16

[ros-diffs] [hbelusca] 59447: [CONDRV] Initial commit of the ReactOS Console Driver. For the moment, it's just able to load/unload, creating a controller device and being able to DPRINT1 lots of mes

2013-07-07 Thread hbelusca
Author: hbelusca Date: Sun Jul 7 15:15:10 2013 New Revision: 59447 URL: http://svn.reactos.org/svn/reactos?rev=59447view=rev Log: [CONDRV] Initial commit of the ReactOS Console Driver. For the moment, it's just able to load/unload, creating a controller device and being able to DPRINT1 lots

[ros-diffs] [hbelusca] 59448: [CONDRV] - Hey Arch! You're displaying Major function codes, not IOCTL codes. Also, remove unnecessary casts (coming from some old code), and a use-after free. - Add some

2013-07-07 Thread hbelusca
Author: hbelusca Date: Sun Jul 7 15:57:48 2013 New Revision: 59448 URL: http://svn.reactos.org/svn/reactos?rev=59448view=rev Log: [CONDRV] - Hey Arch! You're displaying Major function codes, not IOCTL codes. Also, remove unnecessary casts (coming from some old code), and a use-after free. - Add

[ros-diffs] [hbelusca] 59455: Remove an unneccesary commented definition of RegOpenCurrentUser.

2013-07-10 Thread hbelusca
Author: hbelusca Date: Wed Jul 10 22:28:29 2013 New Revision: 59455 URL: http://svn.reactos.org/svn/reactos?rev=59455view=rev Log: Remove an unneccesary commented definition of RegOpenCurrentUser. Modified: trunk/rostests/apitests/powrprof/power.c Modified: trunk/rostests/apitests/powrprof

[ros-diffs] [hbelusca] 59459: [KERNEL32] CreateEvent -- NtCreateEvent -- NotificationEvent or SynchronizationEvent (contrary to CreateTimer -- NtCreateTimer).

2013-07-12 Thread hbelusca
Author: hbelusca Date: Fri Jul 12 22:27:12 2013 New Revision: 59459 URL: http://svn.reactos.org/svn/reactos?rev=59459view=rev Log: [KERNEL32] CreateEvent -- NtCreateEvent -- NotificationEvent or SynchronizationEvent (contrary to CreateTimer -- NtCreateTimer). Modified: trunk/reactos/dll

[ros-diffs] [hbelusca] 59461: [CONSRV-WINSRV] Now that the console server works fine, move it into its real place (as in Windows), that is, inside winsrv.dll, instead of hosting it in consrv.dll.

2013-07-12 Thread hbelusca
Author: hbelusca Date: Sat Jul 13 04:54:49 2013 New Revision: 59461 URL: http://svn.reactos.org/svn/reactos?rev=59461view=rev Log: [CONSRV-WINSRV] Now that the console server works fine, move it into its real place (as in Windows), that is, inside winsrv.dll, instead of hosting it in consrv.dll

[ros-diffs] [hbelusca] 59470: [CONSRV] Create a new consrv_new to study its interfacing with the console driver (condrv).

2013-07-13 Thread hbelusca
Author: hbelusca Date: Sat Jul 13 15:18:34 2013 New Revision: 59470 URL: http://svn.reactos.org/svn/reactos?rev=59470view=rev Log: [CONSRV] Create a new consrv_new to study its interfacing with the console driver (condrv). Added: trunk/reactos/win32ss/user/winsrv/consrv_new/ - copied

[ros-diffs] [hbelusca] 59471: Forgot this file

2013-07-13 Thread hbelusca
Author: hbelusca Date: Sat Jul 13 15:22:27 2013 New Revision: 59471 URL: http://svn.reactos.org/svn/reactos?rev=59471view=rev Log: Forgot this file Added: trunk/reactos/win32ss/user/winsrv/consrv_new.cmake - copied, changed from r59468, trunk/reactos/win32ss/user/winsrv/consrv.cmake

[ros-diffs] [hbelusca] 59480: [WINSRV] Fix a delayed-imports problem, catched by Timo and Thomas with a MSVC build. Caused by the fact that the static library consrv specified delayed imports for it,

2013-07-14 Thread hbelusca
Author: hbelusca Date: Sun Jul 14 11:33:26 2013 New Revision: 59480 URL: http://svn.reactos.org/svn/reactos?rev=59480view=rev Log: [WINSRV] Fix a delayed-imports problem, catched by Timo and Thomas with a MSVC build. Caused by the fact that the static library consrv specified delayed imports

[ros-diffs] [hbelusca] 59485: [KERNEL32] Fix parameters usage when calling NtDuplicateObject.

2013-07-14 Thread hbelusca
Author: hbelusca Date: Sun Jul 14 14:52:39 2013 New Revision: 59485 URL: http://svn.reactos.org/svn/reactos?rev=59485view=rev Log: [KERNEL32] Fix parameters usage when calling NtDuplicateObject. Modified: trunk/reactos/dll/win32/kernel32/client/proc.c Modified: trunk/reactos/dll/win32

[ros-diffs] [hbelusca] 59486: [KERNEL32] Fix some broken logic: we can duplicate console handles only if both the source and the target processes are in fact the current process.

2013-07-14 Thread hbelusca
Author: hbelusca Date: Sun Jul 14 16:57:26 2013 New Revision: 59486 URL: http://svn.reactos.org/svn/reactos?rev=59486view=rev Log: [KERNEL32] Fix some broken logic: we can duplicate console handles only if both the source and the target processes are in fact the current process. Modified

[ros-diffs] [hbelusca] 59498: [NTVDM] Fix the TESTING case, in case you run ntvdm without other parameters.

2013-07-17 Thread hbelusca
Author: hbelusca Date: Thu Jul 18 00:17:04 2013 New Revision: 59498 URL: http://svn.reactos.org/svn/reactos?rev=59498view=rev Log: [NTVDM] Fix the TESTING case, in case you run ntvdm without other parameters. Modified: branches/ntvdm/subsystems/ntvdm/ntvdm.c Modified: branches/ntvdm

[ros-diffs] [hbelusca] 59511: Fix ASSERTMSG definition and usage (which is: ASSERTMSG(Message, expression) and not the other way around, see http://msdn.microsoft.com/en-us/library/windows/hardware/ff

2013-07-19 Thread hbelusca
Author: hbelusca Date: Fri Jul 19 13:16:47 2013 New Revision: 59511 URL: http://svn.reactos.org/svn/reactos?rev=59511view=rev Log: Fix ASSERTMSG definition and usage (which is: ASSERTMSG(Message, expression) and not the other way around, see http://msdn.microsoft.com/en-us/library/windows

[ros-diffs] [hbelusca] 59508: Fix ASSERTMSG definition and usage (which is: ASSERTMSG(Message, expression) and not the other way around, see http://msdn.microsoft.com/en-us/library/windows/hardware/ff

2013-07-19 Thread hbelusca
Author: hbelusca Date: Fri Jul 19 12:54:34 2013 New Revision: 59508 URL: http://svn.reactos.org/svn/reactos?rev=59508view=rev Log: Fix ASSERTMSG definition and usage (which is: ASSERTMSG(Message, expression) and not the other way around, see http://msdn.microsoft.com/en-us/library/windows

[ros-diffs] [hbelusca] 59512: Add the SYNCHRONIZE flag to the DesiredAccess parameter when using the flags FILE_SYNCHRONOUS_IO_(NON)ALERT in NtCreateFile or NtOpenFile, even if one uses DesiredAccess

2013-07-19 Thread hbelusca
Author: hbelusca Date: Fri Jul 19 14:03:46 2013 New Revision: 59512 URL: http://svn.reactos.org/svn/reactos?rev=59512view=rev Log: Add the SYNCHRONIZE flag to the DesiredAccess parameter when using the flags FILE_SYNCHRONOUS_IO_(NON)ALERT in NtCreateFile or NtOpenFile, even if one uses

<    1   2   3   4   5   6   7   8   9   10   >