This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ntsec patch 10


On Sat, Aug 07, 1999 at 02:42:37PM +0200, Corinna Vinschen wrote:
>I have forgotten to say:
>
>With the new snapshot, CYGWIN=tty is useless with console window. It's so
>slow, that you are able to read the bible before the prompt returns ;->

Ok.  This should be fixed in the next snapshot.  I couldn't really duplicate
it but I did see some signs of looping that might affect slower processors.

Btw, I believe that the patch to security.cc is required to ensure that
the various "sidBuf" pointers are not copied on a fork.  Due to a quirk in
the way gcc operates, the NO_COPY attribute only works with *initialized*
static variables.  So, I initialized all of the sidBuf stuff and renamed them
to specific names so that it would be a little easier to see that they had
been correctly relocated when I looked at their values via nm.

I could actually see this having serious consequences for forked processes
but I haven't actually seen anything.

This will be in the next snapshot.

-chris

p.gz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]