navaraf(a)svn.reactos.com wrote:
>Revert r18064 and correctly set the cell size for hash cells.
>
>Modified: trunk/reactos/ntoskrnl/cm/regfile.c
>
>
> ------------------------------------------------------------------------
> *Modified: trunk/reactos/ntoskrnl/cm/regfile.c*
>
>--- trunk/reactos/ntoskrnl/cm/regfile.c 2005-09-25 20:46:28 UTC (rev 18069)
>+++ trunk/reactos/ntoskrnl/cm/regfile.c 2005-09-25 20:54:40 UTC (rev 18070)
>@@ -3033,6 +3033,7 @@
>
> else
> {
> ASSERT(SubKeyCount <= 0xffff); /* should really be USHORT_MAX or similar */
>
>
>+ NewHashBlock->CellSize = -NewHashSize;
>
>
> NewHashBlock->Id = REG_HASH_TABLE_CELL_ID;
> NewHashBlock->HashTableSize = (USHORT)SubKeyCount;
> *HashBlock = NewHashBlock;
>
>
Are you sure that this change is correct? I'm not able to install
reactos on real hardware. Reactos hangs within CmInitHives at the first
boot after the second stage setup. The same boot cd works in qemu.
- Hartmut
ion(a)svn.reactos.com wrote:
> + CsrCaptureMessageBuffer(CaptureBuffer,
> + NULL,
> + Size,
> + (PVOID*)&Request.Data.PeekConsoleInputRequest.InputRecord);
The last parameter passed to CsrCaptureMessageBuffer in your changes
looks horribly wrong. The typecast hides the bug and shouldn't be
necessary, the compiler would've warned you that this is most likely wrong.
- Thomas
ea(a)svn.reactos.com wrote:
>Required for binary compatibility with MS KERNEL32.DLL.
>
>NOTE
>Filip and I still don't understand why KERNEL32 calls twice CsrConnectToServer.
>A possible explanation is because the Win32 server is a dual server: gui+console.
>
>
yes. It connects to subsystems 1 and 2. In general, all CSR calls made
by kernel32.dll are easily identifiable as calls to either subsystem
from their code (the subsystem code is in the upper 16 bits). The GUI
subsystem's functions, if you were wondering, are:
SrvExitWindowsEx
SrvEndTask
SrvLogon
SrvRegisterServicesProcess
SrvActivateDebugger
SrvGetThreadConsoleDesktop
SrvDeviceEvent
SrvRegisterLogonProcess
SrvCreateSystemThreads
SrvRecordShutdownReason
ea(a)svn.reactos.com wrote:
>Required for binary compatibility with MS KERNEL32.DLL.
>
>
>
I don't understand this change; it is incorrect. MS kernel32.dll sends
the name of the port.
Best regards,
Alex Ionescu
ea(a)svn.reactos.com wrote:
>Required for binary compatibility with MS KERNEL32.DLL.
>
>NOTE
>Filip and I still don't understand why KERNEL32 calls twice CsrConnectToServer.
>
Once to connect to the Base Server, and once to connect to the Console
server.
Best regards,
Alex Ionescu
I plan to implement these in the near future ..... unless someone else does
it first.
I currently have reworked code for tracert, arp, netstat, ipconfig, pathping
and route I will start to commit over the next few weeks.
I then plan to implement other services and apps in relation to networking,
including test apps.
Ged.
-----Original Message-----
From: WaxDragon [mailto:waxdragon@gmail.com]
Sent: 24 September 2005 06:25
To: ReactOS Development List
Subject: Re: [ros-dev] Priorities
I'm would be very interested in a set of network "simple services"
like echo, chargen, daytime, etc.. Having those on the install would
help ReactOS get some wider network testing.
WD
On 9/23/05, Rick Langschultz <rlangschultz(a)cox.net> wrote:
> I was wondering if there was a priority list for the next release.
> Whether it be 0.2.8 or 0.3.0 I would either like to work on
> implementing services and/or tcp/ip based networking. Primarily
> though, getting services up and running would be great for me who
> develops services.
> Rick Langschultz
> rlangschultz(a)cox.net (Home)
> rlangschultz(a)ellemaespa.com (Work)
> rlangschultz(a)email.uophx.edu (School)
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.com
> http://reactos.com:8080/mailman/listinfo/ros-dev
>
--
<arty> don't question it ... it's clearly an optimization
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.com
http://reactos.com:8080/mailman/listinfo/ros-dev
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
I was wondering if there was a priority list for the next release.
Whether it be 0.2.8 or 0.3.0 I would either like to work on
implementing services and/or tcp/ip based networking. Primarily
though, getting services up and running would be great for me who
develops services.
Rick Langschultz
rlangschultz(a)cox.net (Home)
rlangschultz(a)ellemaespa.com (Work)
rlangschultz(a)email.uophx.edu (School)