This is the mail archive of the cygwin-developers@cygwin.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]
Other format: [Raw text]

Re: HEADSUP everyone: 32/64bit changes are commited


On Mon, Mar 10, 2003 at 09:07:26AM -0500, Pierre A. Humblet wrote:
> Corinna Vinschen wrote:
> > I've just posted the patch to newlib (Subject: "[PATCH] Avoid more
> > problems with type clashes").  Everybody who wants to build Cygwin
> > from CVS should apply this patch as long as it's not approved and
> > commited.
> 
> FYI, I tried to rebuild everything last night on Windows but the dll build
> failed because fopen64 and friends were missing from libc (although stdio64
> is there and I ran configure on newlib).

I've now rebuild from scratch multiple times and IWFM.  Details?

> Also I realized recently we are heading for trouble with lastlog.
> It's really an array of ~200 byte structures indexed by uid. Currently
> its max size is ~ 200 x 64k = 13MB. With the change it can be 800 GB or so.

I'm using uid 100003 currently and mine is 271K in size.  Under the
assumption that uids are growing monotonically on NT systems, I guess
we'll have some time to think about a change.  The bigger problem will
be to update all Cygwin packages quick enough so that the upgrade is
more or less smooth.  As long as ssh and inetutils aren't rebuild,
this problem won't happen at all.  Worse:  People with uids > 64K will
be unable to login for no apparent reason (from the users perspective).

Btw., I just found that the wtmp/utmp handling in syscall.cc is still
using 32bit offsets.  I guess we will find a few more of this quirks in
Cygwin until we can eventually release the next version...


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin at cygwin dot com
Red Hat, Inc.


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