[ros-diffs] [hbelusca] 57399: [NTOSKRNL] - Code formatting - It's my first commit \o/ CORE-6687 #comment Committed. #resolve

2012-09-27 Thread hbelusca
Author: hbelusca Date: Thu Sep 27 13:39:14 2012 New Revision: 57399 URL: http://svn.reactos.org/svn/reactos?rev=57399view=rev Log: [NTOSKRNL] - Code formatting - It's my first commit \o/ CORE-6687 #comment Committed. #resolve Modified: trunk/reactos/ntoskrnl/io/pnpmgr/pnproot.c Modified

[ros-diffs] [hbelusca] 57400: [NTOSKRNL] Coverity code defects fixes : - Cache: CID 701441 - Config: CIDs 716570, 716669, 716760 - Dbgk: Kdbg: CIDs 716571, 515128/9, 500432 - Ex: CIDs 500156/7, 515122

2012-09-27 Thread hbelusca
Author: hbelusca Date: Thu Sep 27 17:16:31 2012 New Revision: 57400 URL: http://svn.reactos.org/svn/reactos?rev=57400view=rev Log: [NTOSKRNL] Coverity code defects fixes : - Cache: CID 701441 - Config: CIDs 716570, 716669, 716760 - Dbgk: Kdbg: CIDs 716571, 515128/9, 500432 - Ex: CIDs 500156/7

[ros-diffs] [hbelusca] 57401: [BOOTDATA] - Correct the version signature of some inf files. CORE-6549 #comment Committed in rev.57401 #resolved

2012-09-27 Thread hbelusca
Author: hbelusca Date: Thu Sep 27 18:18:36 2012 New Revision: 57401 URL: http://svn.reactos.org/svn/reactos?rev=57401view=rev Log: [BOOTDATA] - Correct the version signature of some inf files. CORE-6549 #comment Committed in rev.57401 #resolved Modified: trunk/reactos/boot/bootdata

[ros-diffs] [hbelusca] 57402: [CSRSS/CSRSRV] - Do not compile anymore the old CSRSS. - Update some headers and resource files. - Add header guards in srv.h

2012-09-27 Thread hbelusca
Author: hbelusca Date: Thu Sep 27 18:44:50 2012 New Revision: 57402 URL: http://svn.reactos.org/svn/reactos?rev=57402view=rev Log: [CSRSS/CSRSRV] - Do not compile anymore the old CSRSS. - Update some headers and resource files. - Add header guards in srv.h Modified: trunk/reactos/subsystems

[ros-diffs] [hbelusca] 57411: [NTOSKRNL] - Revert rev.57400 only for this file since CID 701342 was a false-positive from Coverity (because Coverity doesn't know what the aim of the POOL_RAISE_IF_ALLO

2012-09-28 Thread hbelusca
Author: hbelusca Date: Fri Sep 28 10:01:00 2012 New Revision: 57411 URL: http://svn.reactos.org/svn/reactos?rev=57411view=rev Log: [NTOSKRNL] - Revert rev.57400 only for this file since CID 701342 was a false-positive from Coverity (because Coverity doesn't know what the aim

[ros-diffs] [hbelusca] 57412: [NTOSKRNL] - ExFreePool -- ExFreePoolWithTag in some places. - Remove dead code (section.c) - Free resource (sysldr.c)

2012-09-28 Thread hbelusca
Author: hbelusca Date: Fri Sep 28 12:17:23 2012 New Revision: 57412 URL: http://svn.reactos.org/svn/reactos?rev=57412view=rev Log: [NTOSKRNL] - ExFreePool -- ExFreePoolWithTag in some places. - Remove dead code (section.c) - Free resource (sysldr.c) Modified: trunk/reactos/ntoskrnl/cache

[ros-diffs] [hbelusca] 57413: [BOOTDATA] - HACK: Add artificially a symbolic link to the first COM port, because it happens for whatever reason that the serial.sys driver doesn't create it when it cre

2012-09-28 Thread hbelusca
Author: hbelusca Date: Fri Sep 28 18:46:46 2012 New Revision: 57413 URL: http://svn.reactos.org/svn/reactos?rev=57413view=rev Log: [BOOTDATA] - HACK: Add artificially a symbolic link to the first COM port, because it happens for whatever reason that the serial.sys driver doesn't create it when

[ros-diffs] [hbelusca] 57414: [BOOTDATA] - Revert rev.57413. Indeed, when one boots ReactOS without debugging (selecting the first entry in the boot menu), the COM1 symbolic link (corresponding to \De

2012-09-28 Thread hbelusca
Author: hbelusca Date: Fri Sep 28 19:04:37 2012 New Revision: 57414 URL: http://svn.reactos.org/svn/reactos?rev=57414view=rev Log: [BOOTDATA] - Revert rev.57413. Indeed, when one boots ReactOS without debugging (selecting the first entry in the boot menu), the COM1 symbolic link (corresponding

[ros-diffs] [hbelusca] 57415: [CMD] - Clarify the code, no functional changes.

2012-09-28 Thread hbelusca
Author: hbelusca Date: Fri Sep 28 19:36:49 2012 New Revision: 57415 URL: http://svn.reactos.org/svn/reactos?rev=57415view=rev Log: [CMD] - Clarify the code, no functional changes. Modified: trunk/reactos/base/shell/cmd/cmd.h trunk/reactos/base/shell/cmd/parser.c trunk/reactos/base

[ros-diffs] [hbelusca] 57453: [REGEDIT] - Update informative messages CORE-6239 Patch by Edijs Kolesnikovičs (1/2)

2012-10-01 Thread hbelusca
Author: hbelusca Date: Mon Oct 1 22:00:38 2012 New Revision: 57453 URL: http://svn.reactos.org/svn/reactos?rev=57453view=rev Log: [REGEDIT] - Update informative messages CORE-6239 Patch by Edijs Kolesnikovičs (1/2) Modified: trunk/reactos/base/applications/regedit/framewnd.c trunk

[ros-diffs] [hbelusca] 57456: [REGEDIT - Fix comment headers. - Improve error-displaying function and add another one (to be used later on). - Clear a part of code.

2012-10-01 Thread hbelusca
Author: hbelusca Date: Mon Oct 1 23:16:43 2012 New Revision: 57456 URL: http://svn.reactos.org/svn/reactos?rev=57456view=rev Log: [REGEDIT - Fix comment headers. - Improve error-displaying function and add another one (to be used later on). - Clear a part of code. Modified: trunk/reactos

[ros-diffs] [hbelusca] 57462: [REGEDIT] - WCHAR == TCHAR in (before a REALLY conversion of regedit into UNICODE) - Correct some mistakes in displayed strings - Improve informative / warning / error m

2012-10-02 Thread hbelusca
Author: hbelusca Date: Tue Oct 2 23:29:22 2012 New Revision: 57462 URL: http://svn.reactos.org/svn/reactos?rev=57462view=rev Log: [REGEDIT] - WCHAR == TCHAR in (before a REALLY conversion of regedit into UNICODE) - Correct some mistakes in displayed strings - Improve informative / warning

[ros-diffs] [hbelusca] 57463: [REGEDIT] - Don't forget to close the file handle.

2012-10-02 Thread hbelusca
Author: hbelusca Date: Tue Oct 2 23:43:55 2012 New Revision: 57463 URL: http://svn.reactos.org/svn/reactos?rev=57463view=rev Log: [REGEDIT] - Don't forget to close the file handle. Modified: trunk/reactos/base/applications/regedit/regedit.c Modified: trunk/reactos/base/applications/regedit

[ros-diffs] [hbelusca] 57470: [CLB] - Code cleaning

2012-10-03 Thread hbelusca
Author: hbelusca Date: Wed Oct 3 21:58:28 2012 New Revision: 57470 URL: http://svn.reactos.org/svn/reactos?rev=57470view=rev Log: [CLB] - Code cleaning Modified: trunk/reactos/base/applications/regedit/clb/CMakeLists.txt trunk/reactos/base/applications/regedit/clb/clb.c Modified: trunk

[ros-diffs] [hbelusca] 57471: [REGEDIT] - Convert the application's code to UNICODE - But the regproc.c's code is untouched (apart from the pseudo-error messages issued with fprintf)

2012-10-03 Thread hbelusca
Author: hbelusca Date: Wed Oct 3 22:42:34 2012 New Revision: 57471 URL: http://svn.reactos.org/svn/reactos?rev=57471view=rev Log: [REGEDIT] - Convert the application's code to UNICODE - But the regproc.c's code is untouched (apart from the pseudo-error messages issued with fprintf) Modified

[ros-diffs] [hbelusca] 57472: [REGEDIT] - Forgot to remove a comment

2012-10-03 Thread hbelusca
Author: hbelusca Date: Wed Oct 3 22:50:06 2012 New Revision: 57472 URL: http://svn.reactos.org/svn/reactos?rev=57472view=rev Log: [REGEDIT] - Forgot to remove a comment Modified: trunk/reactos/base/applications/regedit/regedit.h Modified: trunk/reactos/base/applications/regedit/regedit.h

[ros-diffs] [hbelusca] 57473: [REGEDIT] ... and this line of code (I'm sorry for the generated noise :-( )

2012-10-03 Thread hbelusca
Author: hbelusca Date: Wed Oct 3 22:51:53 2012 New Revision: 57473 URL: http://svn.reactos.org/svn/reactos?rev=57473view=rev Log: [REGEDIT] ... and this line of code (I'm sorry for the generated noise :-( ) Modified: trunk/reactos/base/applications/regedit/main.c Modified: trunk/reactos

[ros-diffs] [hbelusca] 57490: [REGEDIT] - Re-number some resource IDs. - Add key exportation message-box error (thus removing some fwprintf calls). - Use IDS_MY_COMPUTER localized string instead of ha

2012-10-05 Thread hbelusca
Author: hbelusca Date: Fri Oct 5 20:08:16 2012 New Revision: 57490 URL: http://svn.reactos.org/svn/reactos?rev=57490view=rev Log: [REGEDIT] - Re-number some resource IDs. - Add key exportation message-box error (thus removing some fwprintf calls). - Use IDS_MY_COMPUTER localized string instead

[ros-diffs] [hbelusca] 57498: [NTDLL_APITEST] Initialize Length to default value.

2012-10-06 Thread hbelusca
Author: hbelusca Date: Sat Oct 6 14:50:18 2012 New Revision: 57498 URL: http://svn.reactos.org/svn/reactos?rev=57498view=rev Log: [NTDLL_APITEST] Initialize Length to default value. Modified: trunk/rostests/apitests/ntdll/RtlDosSearchPath_U.c Modified: trunk/rostests/apitests/ntdll

[ros-diffs] [hbelusca] 57499: [NTOSKRNL] Fix Coverity defects : CID 716579, 716580 and 716582.

2012-10-06 Thread hbelusca
Author: hbelusca Date: Sat Oct 6 18:46:13 2012 New Revision: 57499 URL: http://svn.reactos.org/svn/reactos?rev=57499view=rev Log: [NTOSKRNL] Fix Coverity defects : CID 716579, 716580 and 716582. Modified: trunk/reactos/ntoskrnl/fstub/fstubex.c trunk/reactos/ntoskrnl/io/iomgr/driver.c

[ros-diffs] [hbelusca] 57500: [NTOSKRNL] Use TAG_FSTUB instead of 'BtsF'

2012-10-06 Thread hbelusca
Author: hbelusca Date: Sat Oct 6 18:49:23 2012 New Revision: 57500 URL: http://svn.reactos.org/svn/reactos?rev=57500view=rev Log: [NTOSKRNL] Use TAG_FSTUB instead of 'BtsF' Modified: trunk/reactos/ntoskrnl/fstub/fstubex.c Modified: trunk/reactos/ntoskrnl/fstub/fstubex.c URL: http

[ros-diffs] [hbelusca] 57504: [NTOSKRNL] Rearrange the NtQuerySystemEnvironmentValue code to have successive logical checks.

2012-10-06 Thread hbelusca
Author: hbelusca Date: Sat Oct 6 19:50:17 2012 New Revision: 57504 URL: http://svn.reactos.org/svn/reactos?rev=57504view=rev Log: [NTOSKRNL] Rearrange the NtQuerySystemEnvironmentValue code to have successive logical checks. Modified: trunk/reactos/ntoskrnl/ex/sysinfo.c Modified: trunk

[ros-diffs] [hbelusca] 57506: [NTOSKRNL] Some ExFreePool - ExFreePoolWithTag CORE-6725 #resolve #comment Committed in r57506.

2012-10-06 Thread hbelusca
Author: hbelusca Date: Sat Oct 6 21:42:19 2012 New Revision: 57506 URL: http://svn.reactos.org/svn/reactos?rev=57506view=rev Log: [NTOSKRNL] Some ExFreePool - ExFreePoolWithTag CORE-6725 #resolve #comment Committed in r57506. Modified: trunk/reactos/ntoskrnl/mm/ARM3/ncache.c trunk

[ros-diffs] [hbelusca] 57512: [APITEST:NTDLL] Add a test for the NtQuerySystemEnvironmentValue API. Tested successfully under Win2k3 SP1 and Win7.

2012-10-07 Thread hbelusca
Author: hbelusca Date: Sun Oct 7 12:31:13 2012 New Revision: 57512 URL: http://svn.reactos.org/svn/reactos?rev=57512view=rev Log: [APITEST:NTDLL] Add a test for the NtQuerySystemEnvironmentValue API. Tested successfully under Win2k3 SP1 and Win7. Added: trunk/rostests/apitests/ntdll

[ros-diffs] [hbelusca] 57513: [APITEST:NTDLL] Improve the code.

2012-10-07 Thread hbelusca
Author: hbelusca Date: Sun Oct 7 12:46:44 2012 New Revision: 57513 URL: http://svn.reactos.org/svn/reactos?rev=57513view=rev Log: [APITEST:NTDLL] Improve the code. Modified: trunk/rostests/apitests/ntdll/NtQuerySystemEnvironmentValue.c Modified: trunk/rostests/apitests/ntdll

[ros-diffs] [hbelusca] 57514: [NTOSKRNL] In NtQuerySystemEnvironmentValue : - Use a fixed-length buffer size for holding a temporary variable. - Correct the pool TAG.

2012-10-07 Thread hbelusca
Author: hbelusca Date: Sun Oct 7 14:16:13 2012 New Revision: 57514 URL: http://svn.reactos.org/svn/reactos?rev=57514view=rev Log: [NTOSKRNL] In NtQuerySystemEnvironmentValue : - Use a fixed-length buffer size for holding a temporary variable. - Correct the pool TAG. Modified: trunk/reactos

[ros-diffs] [hbelusca] 57515: [APITEST:NTDLL] Add a parameter for displaying the current test number when something fails.

2012-10-07 Thread hbelusca
Author: hbelusca Date: Sun Oct 7 14:17:37 2012 New Revision: 57515 URL: http://svn.reactos.org/svn/reactos?rev=57515view=rev Log: [APITEST:NTDLL] Add a parameter for displaying the current test number when something fails. Modified: trunk/rostests/apitests/ntdll

[ros-diffs] [hbelusca] 57524: [MSVCRT:APITEST] - Add a test which allows testing the command line argument lpCmdLine in WinMain function (GUI programs).

2012-10-09 Thread hbelusca
Author: hbelusca Date: Tue Oct 9 20:56:11 2012 New Revision: 57524 URL: http://svn.reactos.org/svn/reactos?rev=57524view=rev Log: [MSVCRT:APITEST] - Add a test which allows testing the command line argument lpCmdLine in WinMain function (GUI programs). Added: trunk/rostests/apitests/msvcrt

[ros-diffs] [hbelusca] 57526: [BOOTDATA-CMAKE] Add a bin\data directory for holding data files which can be used for tests.

2012-10-09 Thread hbelusca
Author: hbelusca Date: Tue Oct 9 22:00:47 2012 New Revision: 57526 URL: http://svn.reactos.org/svn/reactos?rev=57526view=rev Log: [BOOTDATA-CMAKE] Add a bin\data directory for holding data files which can be used for tests. Modified: trunk/reactos/boot/bootdata/hivesys_amd64.inf trunk

[ros-diffs] [hbelusca] 57527: [MSVCRT:APITEST] Move cmdline_util to CmdLineUtil and locate it in bin/data instead of bin

2012-10-09 Thread hbelusca
Author: hbelusca Date: Tue Oct 9 22:03:50 2012 New Revision: 57527 URL: http://svn.reactos.org/svn/reactos?rev=57527view=rev Log: [MSVCRT:APITEST] Move cmdline_util to CmdLineUtil and locate it in bin/data instead of bin Added: trunk/rostests/apitests/msvcrt/CmdLineUtil/ - copied from

[ros-diffs] [hbelusca] 57528: [MSVCRT:APITEST] Update encoding, no code changes.

2012-10-09 Thread hbelusca
Author: hbelusca Date: Tue Oct 9 22:08:32 2012 New Revision: 57528 URL: http://svn.reactos.org/svn/reactos?rev=57528view=rev Log: [MSVCRT:APITEST] Update encoding, no code changes. Modified: trunk/rostests/apitests/msvcrt/CmdLineUtil/CmdLineUtil.c trunk/rostests/apitests/msvcrt

[ros-diffs] [hbelusca] 57532: [BOOTDATA] Remove unneeded %SystemRoot%\bin\data value in PATH environment variable.

2012-10-10 Thread hbelusca
Author: hbelusca Date: Wed Oct 10 21:20:25 2012 New Revision: 57532 URL: http://svn.reactos.org/svn/reactos?rev=57532view=rev Log: [BOOTDATA] Remove unneeded %SystemRoot%\bin\data value in PATH environment variable. Modified: trunk/reactos/boot/bootdata/hivesys_amd64.inf trunk/reactos

[ros-diffs] [hbelusca] 57533: [MSVCRT:APITEST] Update a comment. No code changes.

2012-10-10 Thread hbelusca
Author: hbelusca Date: Wed Oct 10 21:23:49 2012 New Revision: 57533 URL: http://svn.reactos.org/svn/reactos?rev=57533view=rev Log: [MSVCRT:APITEST] Update a comment. No code changes. Modified: trunk/rostests/apitests/msvcrt/CommandLine.c Modified: trunk/rostests/apitests/msvcrt

[ros-diffs] [hbelusca] 57534: [MSVCRT:APITEST] Modify the test for GetModuleFileName, should work better now.

2012-10-10 Thread hbelusca
Author: hbelusca Date: Wed Oct 10 21:56:27 2012 New Revision: 57534 URL: http://svn.reactos.org/svn/reactos?rev=57534view=rev Log: [MSVCRT:APITEST] Modify the test for GetModuleFileName, should work better now. Modified: trunk/rostests/apitests/msvcrt/CommandLine.c Modified: trunk/rostests

[ros-diffs] [hbelusca] 57536: [CRT] Use a temporary buffer to parse the program's arguments, instead of using (and thus overwriting) the _a/wcmdln variable. Fix msvcrt_apitest:CommandLine test. CORE-6

2012-10-10 Thread hbelusca
Author: hbelusca Date: Thu Oct 11 00:30:57 2012 New Revision: 57536 URL: http://svn.reactos.org/svn/reactos?rev=57536view=rev Log: [CRT] Use a temporary buffer to parse the program's arguments, instead of using (and thus overwriting) the _a/wcmdln variable. Fix msvcrt_apitest:CommandLine test

[ros-diffs] [hbelusca] 57543: [BOOTDATA] Correct the SP number (== SP1) we are reporting (currently SP1 of Windows Server 2003). The SP6 thingie was a remainder from our previous target, Windows NT 4

2012-10-12 Thread hbelusca
Author: hbelusca Date: Fri Oct 12 20:43:48 2012 New Revision: 57543 URL: http://svn.reactos.org/svn/reactos?rev=57543view=rev Log: [BOOTDATA] Correct the SP number (== SP1) we are reporting (currently SP1 of Windows Server 2003). The SP6 thingie was a remainder from our previous target, Windows

[ros-diffs] [hbelusca] 57546: [ADVAPI32] - Pre-implement InitiateSystemShutdownExW. - Cosmetic formatting code (by me). Patch by Lee Schroeder. See CORE-6613 for more details. CORE-6613 #comment Commi

2012-10-12 Thread hbelusca
Author: hbelusca Date: Fri Oct 12 22:12:44 2012 New Revision: 57546 URL: http://svn.reactos.org/svn/reactos?rev=57546view=rev Log: [ADVAPI32] - Pre-implement InitiateSystemShutdownExW. - Cosmetic formatting code (by me). Patch by Lee Schroeder. See CORE-6613 for more details. CORE-6613 #comment

[ros-diffs] [hbelusca] 57553: [RAPPS] - Use COM for calling SHBrowseForFolder. - Allow choosing a directory for downloading. - Correct a typo in the name of a function.

2012-10-13 Thread hbelusca
Author: hbelusca Date: Sat Oct 13 13:35:55 2012 New Revision: 57553 URL: http://svn.reactos.org/svn/reactos?rev=57553view=rev Log: [RAPPS] - Use COM for calling SHBrowseForFolder. - Allow choosing a directory for downloading. - Correct a typo in the name of a function. Modified: trunk

[ros-diffs] [hbelusca] 57555: [USER32] - Change the French keyboard accelerators of the windows' system menu to match those of Win2k3.

2012-10-13 Thread hbelusca
Author: hbelusca Date: Sat Oct 13 18:19:31 2012 New Revision: 57555 URL: http://svn.reactos.org/svn/reactos?rev=57555view=rev Log: [USER32] - Change the French keyboard accelerators of the windows' system menu to match those of Win2k3. Modified: trunk/reactos/win32ss/user/user32/lang/fr

[ros-diffs] [hbelusca] 57556: [CSRSRV] - Remove $Id$ property. - Correct misspellings : othwerwise -- otherwise and (de)refence -- (de)reference. - Add missing functions' documentation (from

2012-10-13 Thread hbelusca
Author: hbelusca Date: Sat Oct 13 20:32:44 2012 New Revision: 57556 URL: http://svn.reactos.org/svn/reactos?rev=57556view=rev Log: [CSRSRV] - Remove $Id$ property. - Correct misspellings : othwerwise -- otherwise and (de)refence -- (de)reference. - Add missing functions' documentation (from

[ros-diffs] [hbelusca] 57558: [CSRSS] Code formatting only.

2012-10-14 Thread hbelusca
Author: hbelusca Date: Sun Oct 14 11:46:22 2012 New Revision: 57558 URL: http://svn.reactos.org/svn/reactos?rev=57558view=rev Log: [CSRSS] Code formatting only. Modified: trunk/reactos/include/reactos/subsys/csrss/csrss.h trunk/reactos/subsystems/win32/csrss/include/api.h trunk

[ros-diffs] [hbelusca] 57561: Create a branch for working on csrss and co.

2012-10-14 Thread hbelusca
Author: hbelusca Date: Sun Oct 14 13:04:31 2012 New Revision: 57561 URL: http://svn.reactos.org/svn/reactos?rev=57561view=rev Log: Create a branch for working on csrss and co. Added: branches/ros-csrss/ (props changed) - copied from r57560, trunk/reactos/ Propchange: branches/ros

[ros-diffs] [hbelusca] 57562: - Use only the cmd.exe as a shell. - Deactivate compilation of the (optional) applications and of explorer(_new).exe

2012-10-14 Thread hbelusca
Author: hbelusca Date: Sun Oct 14 13:53:59 2012 New Revision: 57562 URL: http://svn.reactos.org/svn/reactos?rev=57562view=rev Log: - Use only the cmd.exe as a shell. - Deactivate compilation of the (optional) applications and of explorer(_new).exe Modified: branches/ros-csrss/base

[ros-diffs] [hbelusca] 57563: Enable widl to read .idl files when they are in another disk drive. (This enable the ReactOS' source code to be placed e.g. in C:\ros_src, and to be compiled into G:\rosb

2012-10-14 Thread hbelusca
Author: hbelusca Date: Sun Oct 14 14:03:51 2012 New Revision: 57563 URL: http://svn.reactos.org/svn/reactos?rev=57563view=rev Log: Enable widl to read .idl files when they are in another disk drive. (This enable the ReactOS' source code to be placed e.g. in C:\ros_src, and to be compiled into G

[ros-diffs] [hbelusca] 57569: [BOOTDATA] Revert r57562; it is better to perform tests...

2012-10-17 Thread hbelusca
Author: hbelusca Date: Wed Oct 17 22:19:29 2012 New Revision: 57569 URL: http://svn.reactos.org/svn/reactos?rev=57569view=rev Log: [BOOTDATA] Revert r57562; it is better to perform tests... Modified: branches/ros-csrss/base/CMakeLists.txt branches/ros-csrss/base/shell/CMakeLists.txt

[ros-diffs] [hbelusca] 57570: [NTDLL/KERNEL32/CSRSRV/WIN32K/USER32/WIN32CSR] - Use the new messaging structures and the new macros, plus the new CSR_API function's signature (-- and rename some varia

2012-10-17 Thread hbelusca
Author: hbelusca Date: Wed Oct 17 23:10:40 2012 New Revision: 57570 URL: http://svn.reactos.org/svn/reactos?rev=57570view=rev Log: [NTDLL/KERNEL32/CSRSRV/WIN32K/USER32/WIN32CSR] - Use the new messaging structures and the new macros, plus the new CSR_API function's signature (-- and rename some

[ros-diffs] [hbelusca] 57579: [CSR] Remove old csrss.

2012-10-19 Thread hbelusca
Author: hbelusca Date: Fri Oct 19 20:14:47 2012 New Revision: 57579 URL: http://svn.reactos.org/svn/reactos?rev=57579view=rev Log: [CSR] Remove old csrss. Removed: branches/ros-csrss/subsystems/csr/

[ros-diffs] [hbelusca] 57580: [CSRSS/CSRSRV] - Rename ProcessDataLock to CsrProcessLock (as it was in the old csrsrv, see r57579). - Merge the APIs from the old csrsrv (subsystems/csr , see r57579

2012-10-20 Thread hbelusca
Author: hbelusca Date: Sat Oct 20 13:00:41 2012 New Revision: 57580 URL: http://svn.reactos.org/svn/reactos?rev=57580view=rev Log: [CSRSS/CSRSRV] - Rename ProcessDataLock to CsrProcessLock (as it was in the old csrsrv, see r57579). - Merge the APIs from the old csrsrv (subsystems/csr , see

[ros-diffs] [hbelusca] 57582: [CSRSS/CSRSRV] - Reorganize the source code tree. (Branch build still broken)

2012-10-20 Thread hbelusca
Author: hbelusca Date: Sat Oct 20 13:28:09 2012 New Revision: 57582 URL: http://svn.reactos.org/svn/reactos?rev=57582view=rev Log: [CSRSS/CSRSRV] - Reorganize the source code tree. (Branch build still broken) Added: branches/ros-csrss/subsystems/win32/csrsrv/ - copied from r57580

[ros-diffs] [hbelusca] 57583: [CSRSRV] - Start renaming some APIs which should not be present there, but in basesrv instead. Names come from http://j00ru.vexillium.org/csrss_list/api_list.html#Windows

2012-10-20 Thread hbelusca
Author: hbelusca Date: Sat Oct 20 14:07:04 2012 New Revision: 57583 URL: http://svn.reactos.org/svn/reactos?rev=57583view=rev Log: [CSRSRV] - Start renaming some APIs which should not be present there, but in basesrv instead. Names come from http://j00ru.vexillium.org/csrss_list/api_list.html

[ros-diffs] [hbelusca] 57584: [NTDLL] - Activate new code (but keep the old one for the moment).

2012-10-20 Thread hbelusca
Author: hbelusca Date: Sat Oct 20 14:10:50 2012 New Revision: 57584 URL: http://svn.reactos.org/svn/reactos?rev=57584view=rev Log: [NTDLL] - Activate new code (but keep the old one for the moment). Modified: branches/ros-csrss/dll/ntdll/csr/connect.c Modified: branches/ros-csrss/dll/ntdll

[ros-diffs] [hbelusca] 57587: [NTDLL/KERNEL32] - Use new naming scheme. [CSRSRV] - Continuing headers reorganization. - Activate new code. [CSRSRV/WIN32CSR] - Move some code into basesrv. [BASESRV] -

2012-10-20 Thread hbelusca
Author: hbelusca Date: Sat Oct 20 21:03:32 2012 New Revision: 57587 URL: http://svn.reactos.org/svn/reactos?rev=57587view=rev Log: [NTDLL/KERNEL32] - Use new naming scheme. [CSRSRV] - Continuing headers reorganization. - Activate new code. [CSRSRV/WIN32CSR] - Move some code into basesrv

[ros-diffs] [hbelusca] 57588: [BASESRV] Forget two files.

2012-10-20 Thread hbelusca
Author: hbelusca Date: Sat Oct 20 21:04:51 2012 New Revision: 57588 URL: http://svn.reactos.org/svn/reactos?rev=57588view=rev Log: [BASESRV] Forget two files. Added: branches/ros-csrss/subsystems/win/CMakeLists.txt (with props) Modified: branches/ros-csrss/subsystems/CMakeLists.txt

[ros-diffs] [hbelusca] 57591: [NTDLL] - Fix a variable and a header names. [CSR] - Move all the interesting code from the old csrsrv (see r57579) to the new one. TODO: finish to reorganize the code.

2012-10-21 Thread hbelusca
Author: hbelusca Date: Mon Oct 22 00:09:51 2012 New Revision: 57591 URL: http://svn.reactos.org/svn/reactos?rev=57591view=rev Log: [NTDLL] - Fix a variable and a header names. [CSR] - Move all the interesting code from the old csrsrv (see r57579) to the new one. TODO: finish to reorganize

[ros-diffs] [hbelusca] 57596: [BASESRV] - Remove an unneeded cmake comment. [CSRSRV] - Compile the resource file.

2012-10-22 Thread hbelusca
Author: hbelusca Date: Mon Oct 22 23:37:07 2012 New Revision: 57596 URL: http://svn.reactos.org/svn/reactos?rev=57596view=rev Log: [BASESRV] - Remove an unneeded cmake comment. [CSRSRV] - Compile the resource file. Modified: branches/ros-csrss/subsystems/win/basesrv/CMakeLists.txt

[ros-diffs] [hbelusca] 57597: [CONSRV/WIN32CSR] - Move all the console subsystem from win32csr to a new server dll called consrv.dll (instead of putting it directly to winsrv.dll). It's because I want

2012-10-22 Thread hbelusca
Author: hbelusca Date: Mon Oct 22 23:55:51 2012 New Revision: 57597 URL: http://svn.reactos.org/svn/reactos?rev=57597view=rev Log: [CONSRV/WIN32CSR] - Move all the console subsystem from win32csr to a new server dll called consrv.dll (instead of putting it directly to winsrv.dll). It's because I

[ros-diffs] [hbelusca] 57600: Synchronize with trunk's revision r57599.

2012-10-23 Thread hbelusca
Author: hbelusca Date: Tue Oct 23 19:54:03 2012 New Revision: 57600 URL: http://svn.reactos.org/svn/reactos?rev=57600view=rev Log: Synchronize with trunk's revision r57599. Added: branches/ros-csrss/dll/win32/lsasrv/lookup.c - copied unchanged from r57599, trunk/reactos/dll/win32

[ros-diffs] [hbelusca] 57602: [CONSRV] - Add consrv to compilation. It compiles now \o/ - Convert the used console-csrss structures to the new ones. [CSR] - Continue to move some structures, and tempo

2012-10-23 Thread hbelusca
Author: hbelusca Date: Tue Oct 23 22:31:36 2012 New Revision: 57602 URL: http://svn.reactos.org/svn/reactos?rev=57602view=rev Log: [CONSRV] - Add consrv to compilation. It compiles now \o/ - Convert the used console-csrss structures to the new ones. [CSR] - Continue to move some structures

[ros-diffs] [hbelusca] 57605: [CSRSRV/BASESRV/CONSRV/WIN32CSR/WINSRV] - Fix resource files strings, headers, delete unuseful files... Nothing interesting. - Add winsrv to build.

2012-10-24 Thread hbelusca
Author: hbelusca Date: Wed Oct 24 21:37:22 2012 New Revision: 57605 URL: http://svn.reactos.org/svn/reactos?rev=57605view=rev Log: [CSRSRV/BASESRV/CONSRV/WIN32CSR/WINSRV] - Fix resource files strings, headers, delete unuseful files... Nothing interesting. - Add winsrv to build. Removed

[ros-diffs] [hbelusca] 57610: [CSRSRV/WINSRV] - Move the last User CSR api which was in csrsrv instead of in winsrv. - Remove unneeded file.

2012-10-24 Thread hbelusca
Author: hbelusca Date: Wed Oct 24 22:07:46 2012 New Revision: 57610 URL: http://svn.reactos.org/svn/reactos?rev=57610view=rev Log: [CSRSRV/WINSRV] - Move the last User CSR api which was in csrsrv instead of in winsrv. - Remove unneeded file. Removed: branches/ros-csrss/subsystems/win32

[ros-diffs] [hbelusca] 57612: [BOOTDATA] - Add winsrv and consrv to the Win32 subsystem command line. Keep win32csr but move it to another Server ID (till it disappears).

2012-10-24 Thread hbelusca
Author: hbelusca Date: Wed Oct 24 23:35:35 2012 New Revision: 57612 URL: http://svn.reactos.org/svn/reactos?rev=57612view=rev Log: [BOOTDATA] - Add winsrv and consrv to the Win32 subsystem command line. Keep win32csr but move it to another Server ID (till it disappears). Modified: branches

[ros-diffs] [hbelusca] 57619: [CSR/CONSRV/WINSRV] - Move some structures to better place, fix code.

2012-10-25 Thread hbelusca
Author: hbelusca Date: Thu Oct 25 21:37:52 2012 New Revision: 57619 URL: http://svn.reactos.org/svn/reactos?rev=57619view=rev Log: [CSR/CONSRV/WINSRV] - Move some structures to better place, fix code. Modified: branches/ros-csrss/include/reactos/subsys/csr/csrmsg.h branches/ros-csrss

[ros-diffs] [hbelusca] 57620: [CONSRV/WINSRV] - Fix structures usage and headers inclusions. - Make winsrv compile. - Deactivate some code related to processes enumeration (for testing purposes).

2012-10-25 Thread hbelusca
Author: hbelusca Date: Thu Oct 25 22:14:46 2012 New Revision: 57620 URL: http://svn.reactos.org/svn/reactos?rev=57620view=rev Log: [CONSRV/WINSRV] - Fix structures usage and headers inclusions. - Make winsrv compile. - Deactivate some code related to processes enumeration (for testing purposes

[ros-diffs] [hbelusca] 57622: [CSRSRV] Code formatting only.

2012-10-27 Thread hbelusca
Author: hbelusca Date: Sat Oct 27 14:30:32 2012 New Revision: 57622 URL: http://svn.reactos.org/svn/reactos?rev=57622view=rev Log: [CSRSRV] Code formatting only. Modified: branches/ros-csrss/subsystems/win32/csrsrv/api.c branches/ros-csrss/subsystems/win32/csrsrv/server.c branches

[ros-diffs] [hbelusca] 57625: [NTDLL] - Code formatting. - Fix CSR message length computation. [CSR] - Remove unneeded comments. - Correct arguments names.

2012-10-27 Thread hbelusca
Author: hbelusca Date: Sat Oct 27 19:05:10 2012 New Revision: 57625 URL: http://svn.reactos.org/svn/reactos?rev=57625view=rev Log: [NTDLL] - Code formatting. - Fix CSR message length computation. [CSR] - Remove unneeded comments. - Correct arguments names. Modified: branches/ros-csrss/dll

[ros-diffs] [hbelusca] 57627: [BASESRV] Remove unneeded comments.

2012-10-27 Thread hbelusca
Author: hbelusca Date: Sat Oct 27 23:18:49 2012 New Revision: 57627 URL: http://svn.reactos.org/svn/reactos?rev=57627view=rev Log: [BASESRV] Remove unneeded comments. Modified: branches/ros-csrss/include/reactos/subsys/win/basemsg.h Modified: branches/ros-csrss/include/reactos/subsys/win

[ros-diffs] [hbelusca] 57628: [WIN32SS/USER32] - Use the new subsystems header winmsg.h - Use the new USER_API_MESSAGE structure, and adapt co_CsrNotify in consequence. - Code formatting. [KERNEL32] -

2012-10-27 Thread hbelusca
Author: hbelusca Date: Sat Oct 27 23:52:28 2012 New Revision: 57628 URL: http://svn.reactos.org/svn/reactos?rev=57628view=rev Log: [WIN32SS/USER32] - Use the new subsystems header winmsg.h - Use the new USER_API_MESSAGE structure, and adapt co_CsrNotify in consequence. - Code formatting

[ros-diffs] [hbelusca] 57631: Try to update properties.

2012-10-28 Thread hbelusca
Author: hbelusca Date: Sun Oct 28 10:15:26 2012 New Revision: 57631 URL: http://svn.reactos.org/svn/reactos?rev=57631view=rev Log: Try to update properties. Modified: branches/ros-csrss/ (props changed) Propchange: branches/ros-csrss

[ros-diffs] [hbelusca] 57634: Update properties

2012-10-28 Thread hbelusca
Author: hbelusca Date: Sun Oct 28 12:00:19 2012 New Revision: 57634 URL: http://svn.reactos.org/svn/reactos?rev=57634view=rev Log: Update properties Modified: branches/ros-csrss/ (props changed) Propchange: branches/ros-csrss

[ros-diffs] [hbelusca] 57636: [FREELDR] Really use the 'status' variable.

2012-10-28 Thread hbelusca
Author: hbelusca Date: Sun Oct 28 12:32:31 2012 New Revision: 57636 URL: http://svn.reactos.org/svn/reactos?rev=57636view=rev Log: [FREELDR] Really use the 'status' variable. Modified: trunk/reactos/boot/freeldr/freeldr/fs/fat.c Modified: trunk/reactos/boot/freeldr/freeldr/fs/fat.c URL

[ros-diffs] [hbelusca] 57637: Synchronize with trunk's revision r57636.

2012-10-28 Thread hbelusca
Author: hbelusca Date: Sun Oct 28 12:33:23 2012 New Revision: 57637 URL: http://svn.reactos.org/svn/reactos?rev=57637view=rev Log: Synchronize with trunk's revision r57636. Modified: branches/ros-csrss/boot/freeldr/freeldr/fs/fat.c Modified: branches/ros-csrss/boot/freeldr/freeldr/fs/fat.c

[ros-diffs] [hbelusca] 57638: Fix part of build.

2012-10-28 Thread hbelusca
Author: hbelusca Date: Sun Oct 28 12:57:03 2012 New Revision: 57638 URL: http://svn.reactos.org/svn/reactos?rev=57638view=rev Log: Fix part of build. Modified: branches/ros-csrss/win32ss/pch.h Modified: branches/ros-csrss/win32ss/pch.h URL: http://svn.reactos.org/svn/reactos/branches/ros

[ros-diffs] [hbelusca] 57643: [NTDLL/CSR/SM] - Clean some headers. - Code formatting.

2012-10-28 Thread hbelusca
Author: hbelusca Date: Sun Oct 28 22:56:13 2012 New Revision: 57643 URL: http://svn.reactos.org/svn/reactos?rev=57643view=rev Log: [NTDLL/CSR/SM] - Clean some headers. - Code formatting. Removed: branches/ros-csrss/include/reactos/subsys/csr/csrss.h Modified: branches/ros-csrss/ (props

[ros-diffs] [hbelusca] 57653: Synchronize with trunk's revision r57652.

2012-10-30 Thread hbelusca
Author: hbelusca Date: Wed Oct 31 00:26:38 2012 New Revision: 57653 URL: http://svn.reactos.org/svn/reactos?rev=57653view=rev Log: Synchronize with trunk's revision r57652. Added: branches/ros-csrss/dll/opengl/glu32/ - copied from r57633, trunk/reactos/dll/opengl/glu32/ branches

[ros-diffs] [hbelusca] 57660: Synchronize with trunk's revision r57659.

2012-10-31 Thread hbelusca
Author: hbelusca Date: Wed Oct 31 19:39:53 2012 New Revision: 57660 URL: http://svn.reactos.org/svn/reactos?rev=57660view=rev Log: Synchronize with trunk's revision r57659. Modified: branches/ros-csrss/ (props changed) branches/ros-csrss/win32ss/include/ntuser.h branches/ros-csrss

[ros-diffs] [hbelusca] 57661: [BOOTDATA] Fix report of OS version: we report us as Windows Server 2003 SP1, in a consistent way, i.e. our product type is ServerNT and not WinNT (workstation). However,

2012-10-31 Thread hbelusca
Author: hbelusca Date: Wed Oct 31 23:36:52 2012 New Revision: 57661 URL: http://svn.reactos.org/svn/reactos?rev=57661view=rev Log: [BOOTDATA] Fix report of OS version: we report us as Windows Server 2003 SP1, in a consistent way, i.e. our product type is ServerNT and not WinNT (workstation

[ros-diffs] [hbelusca] 57662: [KERNEL32/NTDLL] - Move the ReactOS-specific workaround described in http://jira.reactos.org/browse/CORE-6611 and http://jira.reactos.org/browse/CORE-4620 from kernel32 t

2012-11-01 Thread hbelusca
Author: hbelusca Date: Thu Nov 1 12:52:34 2012 New Revision: 57662 URL: http://svn.reactos.org/svn/reactos?rev=57662view=rev Log: [KERNEL32/NTDLL] - Move the ReactOS-specific workaround described in http://jira.reactos.org/browse/CORE-6611 and http://jira.reactos.org/browse/CORE-4620 from

[ros-diffs] [hbelusca] 57664: [WIN32K/USER32/WINSRV] - Correct an enumeration identificator initialization. - Move the call of CSR for registering the logon application, from kernel-mode win32k to use

2012-11-02 Thread hbelusca
Author: hbelusca Date: Fri Nov 2 11:23:26 2012 New Revision: 57664 URL: http://svn.reactos.org/svn/reactos?rev=57664view=rev Log: [WIN32K/USER32/WINSRV] - Correct an enumeration identificator initialization. - Move the call of CSR for registering the logon application, from kernel-mode win32k

[ros-diffs] [hbelusca] 57665: [WIN32K] - Remove the now unneeded CSR messaging support. - CsrInit() goes away also and the usage of the CsrProcess is replaced by that of gpepCSRSS. [WINSRV] - Use a DL

2012-11-02 Thread hbelusca
Author: hbelusca Date: Fri Nov 2 13:50:31 2012 New Revision: 57665 URL: http://svn.reactos.org/svn/reactos?rev=57665view=rev Log: [WIN32K] - Remove the now unneeded CSR messaging support. - CsrInit() goes away also and the usage of the CsrProcess is replaced by that of gpepCSRSS. [WINSRV

[ros-diffs] [hbelusca] 57668: [KERNEL32] Use the new messaging structures...

2012-11-02 Thread hbelusca
Author: hbelusca Date: Fri Nov 2 18:30:27 2012 New Revision: 57668 URL: http://svn.reactos.org/svn/reactos?rev=57668view=rev Log: [KERNEL32] Use the new messaging structures... Modified: branches/ros-csrss/dll/win32/kernel32/client/file/deviceio.c branches/ros-csrss/dll/win32/kernel32

[ros-diffs] [hbelusca] 57685: [CONSRV] Add a new header containing per-process console-specific structure CSRSS_CON_PROCESS_DATA (it is stored inside one of the element of the ServerData array inside

2012-11-07 Thread hbelusca
Author: hbelusca Date: Wed Nov 7 21:04:47 2012 New Revision: 57685 URL: http://svn.reactos.org/svn/reactos?rev=57685view=rev Log: [CONSRV] Add a new header containing per-process console-specific structure CSRSS_CON_PROCESS_DATA (it is stored inside one of the element of the ServerData array

[ros-diffs] [hbelusca] 57686: [CONSRV] - Use the new PCONSOLE_PROCESS_DATA type instead of PCSR_PROCESS, for accessing console-specific fields inside a console structure (the code modifications inside

2012-11-07 Thread hbelusca
Author: hbelusca Date: Wed Nov 7 21:10:48 2012 New Revision: 57686 URL: http://svn.reactos.org/svn/reactos?rev=57686view=rev Log: [CONSRV] - Use the new PCONSOLE_PROCESS_DATA type instead of PCSR_PROCESS, for accessing console-specific fields inside a console structure (the code modifications

[ros-diffs] [hbelusca] 57687: [CONSRV] Code formatting only.

2012-11-07 Thread hbelusca
Author: hbelusca Date: Wed Nov 7 21:16:09 2012 New Revision: 57687 URL: http://svn.reactos.org/svn/reactos?rev=57687view=rev Log: [CONSRV] Code formatting only. Modified: branches/ros-csrss/win32ss/user/consrv/tuiconsole.c Modified: branches/ros-csrss/win32ss/user/consrv/tuiconsole.c URL

[ros-diffs] [hbelusca] 57688: [BASESRV] - Comment some code and correct the DllMain prototype. No functional changes though.

2012-11-07 Thread hbelusca
Author: hbelusca Date: Wed Nov 7 22:08:38 2012 New Revision: 57688 URL: http://svn.reactos.org/svn/reactos?rev=57688view=rev Log: [BASESRV] - Comment some code and correct the DllMain prototype. No functional changes though. Modified: branches/ros-csrss/subsystems/win/basesrv/init.c

[ros-diffs] [hbelusca] 57689: [CONSRV] - Use the DLL instance for getting its win23 resources. - Use the CONSOLE_PROCESS_DATA structure (see r57686) for accessing console-specific fields of the proces

2012-11-07 Thread hbelusca
Author: hbelusca Date: Wed Nov 7 22:23:36 2012 New Revision: 57689 URL: http://svn.reactos.org/svn/reactos?rev=57689view=rev Log: [CONSRV] - Use the DLL instance for getting its win23 resources. - Use the CONSOLE_PROCESS_DATA structure (see r57686) for accessing console-specific fields

[ros-diffs] [hbelusca] 57690: Synchronize up to trunk's revision r57689.

2012-11-07 Thread hbelusca
Author: hbelusca Date: Wed Nov 7 23:07:18 2012 New Revision: 57690 URL: http://svn.reactos.org/svn/reactos?rev=57690view=rev Log: Synchronize up to trunk's revision r57689. Added: branches/ros-csrss/dll/win32/netapi32/netapi32.h - copied unchanged from r57689, trunk/reactos/dll/win32

[ros-diffs] [hbelusca] 57694: [BASESRV] - Remove the unneeded CallProcessCreated function since the same functionality is programmed and executed in CSRSRV when CsrInsertProcess is called via a call o

2012-11-09 Thread hbelusca
Author: hbelusca Date: Fri Nov 9 23:39:45 2012 New Revision: 57694 URL: http://svn.reactos.org/svn/reactos?rev=57694view=rev Log: [BASESRV] - Remove the unneeded CallProcessCreated function since the same functionality is programmed and executed in CSRSRV when CsrInsertProcess is called via

[ros-diffs] [hbelusca] 57696: [MSGINA] Introduce a new logon image. Resizing the dialog boxes remains to do.

2012-11-10 Thread hbelusca
Author: hbelusca Date: Sat Nov 10 23:45:08 2012 New Revision: 57696 URL: http://svn.reactos.org/svn/reactos?rev=57696view=rev Log: [MSGINA] Introduce a new logon image. Resizing the dialog boxes remains to do. Modified: trunk/reactos/dll/win32/msgina/resources/reactos.bmp Modified: trunk

[ros-diffs] [hbelusca] 57697: [MSGINA] Resize the dialogs to fit the ReactOS image, and add the logo to the Please wait... dialog (which is displayed when a user is logging-on or quitting his sessio

2012-11-10 Thread hbelusca
Author: hbelusca Date: Sun Nov 11 01:54:11 2012 New Revision: 57697 URL: http://svn.reactos.org/svn/reactos?rev=57697view=rev Log: [MSGINA] Resize the dialogs to fit the ReactOS image, and add the logo to the Please wait... dialog (which is displayed when a user is logging-on or quitting his

[ros-diffs] [hbelusca] 57701: [CSRSRV] - Use a variable ServerDll instead of using each time CsrLoadedServerDll[i], as it is done in some other places. - Clean the code (remove extra-parentheses). - Z

2012-11-13 Thread hbelusca
Author: hbelusca Date: Tue Nov 13 21:08:19 2012 New Revision: 57701 URL: http://svn.reactos.org/svn/reactos?rev=57701view=rev Log: [CSRSRV] - Use a variable ServerDll instead of using each time CsrLoadedServerDll[i], as it is done in some other places. - Clean the code (remove extra-parentheses

[ros-diffs] [hbelusca] 57702: [CONSRV] - Initialize the per-process structure size : fixes console initialization.

2012-11-13 Thread hbelusca
Author: hbelusca Date: Tue Nov 13 21:11:30 2012 New Revision: 57702 URL: http://svn.reactos.org/svn/reactos?rev=57702view=rev Log: [CONSRV] - Initialize the per-process structure size : fixes console initialization. Modified: branches/ros-csrss/win32ss/user/consrv/init.c Modified: branches

[ros-diffs] [hbelusca] 57703: [CSRSRV] - Comments formatting. - Correct a nasty initialization bug which unveiled itself as, eg., critical sections being already initialized in consoles, whereas we we

2012-11-13 Thread hbelusca
Author: hbelusca Date: Tue Nov 13 23:45:02 2012 New Revision: 57703 URL: http://svn.reactos.org/svn/reactos?rev=57703view=rev Log: [CSRSRV] - Comments formatting. - Correct a nasty initialization bug which unveiled itself as, eg., critical sections being already initialized in consoles, whereas

[ros-diffs] [hbelusca] 57705: [KERNEL32] - Place console.c file in a dedicated directory because I will after split it into logical units (eg. a file for Alias-functions, a file for Read-write functio

2012-11-15 Thread hbelusca
Author: hbelusca Date: Thu Nov 15 16:24:43 2012 New Revision: 57705 URL: http://svn.reactos.org/svn/reactos?rev=57705view=rev Log: [KERNEL32] - Place console.c file in a dedicated directory because I will after split it into logical units (eg. a file for Alias-functions, a file for Read-write

[ros-diffs] [hbelusca] 57706: [KERNEL32] Fix some comments formatting.

2012-11-15 Thread hbelusca
Author: hbelusca Date: Thu Nov 15 16:29:21 2012 New Revision: 57706 URL: http://svn.reactos.org/svn/reactos?rev=57706view=rev Log: [KERNEL32] Fix some comments formatting. Modified: branches/ros-csrss/dll/win32/kernel32/client/console/console.c Modified: branches/ros-csrss/dll/win32

[ros-diffs] [hbelusca] 57707: [KERNEL32] - Move alias-functions to a dedicated file. The names of the programmers were retrieved via svn information (see r32093 and r32118).

2012-11-15 Thread hbelusca
Author: hbelusca Date: Thu Nov 15 16:51:29 2012 New Revision: 57707 URL: http://svn.reactos.org/svn/reactos?rev=57707view=rev Log: [KERNEL32] - Move alias-functions to a dedicated file. The names of the programmers were retrieved via svn information (see r32093 and r32118). Added: branches

[ros-diffs] [hbelusca] 57708: Fix header (no code changes).

2012-11-15 Thread hbelusca
Author: hbelusca Date: Thu Nov 15 16:53:30 2012 New Revision: 57708 URL: http://svn.reactos.org/svn/reactos?rev=57708view=rev Log: Fix header (no code changes). Modified: branches/ros-csrss/dll/win32/kernel32/client/console/alias.c Modified: branches/ros-csrss/dll/win32/kernel32/client

[ros-diffs] [hbelusca] 57709: [KERNEL32] - Move history-functions to a dedicated source file. The functions were created in r47580 and therefore update the description header of the file.

2012-11-15 Thread hbelusca
Author: hbelusca Date: Thu Nov 15 17:09:51 2012 New Revision: 57709 URL: http://svn.reactos.org/svn/reactos?rev=57709view=rev Log: [KERNEL32] - Move history-functions to a dedicated source file. The functions were created in r47580 and therefore update the description header of the file. Added

[ros-diffs] [hbelusca] 57710: [KERNEL32] Compile alias.c and history.c.

2012-11-15 Thread hbelusca
Author: hbelusca Date: Thu Nov 15 17:13:53 2012 New Revision: 57710 URL: http://svn.reactos.org/svn/reactos?rev=57710view=rev Log: [KERNEL32] Compile alias.c and history.c. Modified: branches/ros-csrss/dll/win32/kernel32/CMakeLists.txt Modified: branches/ros-csrss/dll/win32/kernel32

[ros-diffs] [hbelusca] 57713: [KERNEL32] - Move console-related Vista+ functions from client/vista.c to a dedicated client/console/vista.c file, and add it to compilation. - Move some helper functions

2012-11-15 Thread hbelusca
Author: hbelusca Date: Thu Nov 15 22:34:44 2012 New Revision: 57713 URL: http://svn.reactos.org/svn/reactos?rev=57713view=rev Log: [KERNEL32] - Move console-related Vista+ functions from client/vista.c to a dedicated client/console/vista.c file, and add it to compilation. - Move some helper

[ros-diffs] [hbelusca] 57714: [KERNEL32/CONSRV] - Use a standard win32 thread function for the ConsoleControlDispatcher thread, instead of a custom PCONTROLDISPATCHER one. - Deactivate debug outputs i

2012-11-15 Thread hbelusca
Author: hbelusca Date: Thu Nov 15 23:06:49 2012 New Revision: 57714 URL: http://svn.reactos.org/svn/reactos?rev=57714view=rev Log: [KERNEL32/CONSRV] - Use a standard win32 thread function for the ConsoleControlDispatcher thread, instead of a custom PCONTROLDISPATCHER one. - Deactivate debug

  1   2   3   4   5   6   7   8   9   10   >