public inbox for cygwin-developers@cygwin.com
 help / color / mirror / Atom feed
* 64 bit Cygwin 1.7.18-12
@ 2013-03-27 15:17 Corinna Vinschen
  2013-03-27 21:54 ` native symlink James Gregurich
  0 siblings, 1 reply; 63+ messages in thread
From: Corinna Vinschen @ 2013-03-27 15:17 UTC (permalink / raw)
  To: cygwin-developers

Hi guys,


I just uploaded a new 64 bit Cygwin DLL.  This version fixes a few
problems, namely:

- Since Vista and the introduction of native symlinks, the OS has
  multiple ways to suppress symlink usage.  By default, remote symlinks
  are disallowed, or better, they are not evaluated and the OS returns
  an error instead.  This can be changed with the on-board fsutil
  utility.  Cygwin didn't yet handle the case that symlinks couldn't be
  read.  That's fixed now.  Cygwin returns ELOOP for unreadable
  symlinks.  ENOENT wouldn't work in this scenario.

- The wrong defines were set for the available build environment.  So
  far, _POSIX_V6_ILP32_OFFBIG was still 1, the others -1, which was only
  correct for the 32 bit environment.  Now on x86_64,
  _POSIX_V6_LP64_OFF64 and _POSIX_V6_LPBIG_OFFBIG are 1 instead.
  I changed confstr accordingly.

- getservbyname and getservbyport usually crashed on 64 bit.  The reason
  was that the servent structure on 64 bit Windows has reordered two
  members, one the port number, the other a pointer.  I have not the
  faintest idea what that was good for.  The Cygwin code duplicating the
  content to make it available across fork didn't take that into
  account, so it crashed instead.  Should be fixed now.

I appreciate testing and bug reports and... PATCHES!


Have fun,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 63+ messages in thread

end of thread, other threads:[~2013-05-15 15:07 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-27 15:17 64 bit Cygwin 1.7.18-12 Corinna Vinschen
2013-03-27 21:54 ` native symlink James Gregurich
2013-03-27 22:41   ` Larry Hall (Cygwin Developers)
2013-03-31 15:55     ` Jeffrey Altman
2013-04-01 16:17       ` Larry Hall
2013-04-01 19:25     ` James Gregurich
2013-04-01 19:52       ` Christopher Faylor
2013-04-01 22:03         ` James Gregurich
2013-04-02  0:06           ` Christopher Faylor
2013-04-03  0:49             ` James Gregurich
2013-04-03  1:41               ` Christopher Faylor
2013-04-03  3:16                 ` James Gregurich
2013-04-03  4:33                   ` Jeffrey Altman
2013-04-03 15:29                     ` Corinna Vinschen
2013-04-03 16:32                       ` Larry Hall
2013-04-03 16:51                         ` Jeffrey Altman
2013-04-03 16:52                       ` Jeffrey Altman
2013-04-03 17:29                         ` Corinna Vinschen
2013-04-03 20:46                           ` Corinna Vinschen
2013-04-03 21:35                             ` Jeffrey Altman
2013-04-11 16:03                               ` Corinna Vinschen
2013-04-11 21:55                             ` Jeffrey Altman
2013-04-12  8:33                               ` Corinna Vinschen
2013-04-13 13:08                                 ` Jeffrey Altman
2013-04-13 14:54                                   ` Corinna Vinschen
2013-04-03 21:31                       ` James Gregurich
2013-04-24 10:35                       ` Corinna Vinschen
2013-04-24 12:06                         ` Jeffrey Altman
2013-04-24 12:50                           ` Corinna Vinschen
2013-04-24 17:52                             ` James Gregurich
2013-04-24 17:56                             ` Jeffrey Altman
2013-04-24 18:14                               ` Corinna Vinschen
2013-04-24 18:16                                 ` Jeffrey Altman
2013-04-26 23:39                                 ` James Gregurich
2013-04-29 22:05                                   ` utility to update existing cygwin symlinks to native format? (was Re: native symlink) James Gregurich
2013-04-29 23:45                                     ` Larry Hall (Cygwin Developers)
2013-04-29 23:49                                       ` James Gregurich
2013-04-29 23:52                                         ` James Gregurich
2013-04-30  0:25                                         ` Christopher Faylor
2013-04-30  0:34                                           ` James Gregurich
2013-04-30  0:44                                             ` Charles Wilson
2013-04-30  1:19                                               ` James Gregurich
2013-05-03 21:53                                                 ` native symlink support should fallback to default format if target missing James Gregurich
2013-05-13 15:00                                                   ` Corinna Vinschen
2013-05-13 15:25                                                     ` Jeffrey Altman
2013-05-13 15:40                                                       ` Corinna Vinschen
2013-05-13 18:59                                                         ` Christopher Faylor
2013-05-13 19:47                                                           ` Earnie Boyd
2013-05-14 14:52                                                             ` James Gregurich
2013-05-14 15:04                                                               ` Corinna Vinschen
2013-05-14 15:54                                                                 ` Jeffrey Altman
2013-05-14 16:07                                                                   ` Corinna Vinschen
2013-05-14 21:04                                                                     ` James Gregurich
2013-05-14 16:42                                                                   ` Christopher Faylor
2013-05-14 21:11                                                                     ` James Gregurich
2013-05-15  2:28                                                                       ` Christopher Faylor
2013-05-15 15:07                                                                         ` James Gregurich
2013-05-14 21:04                                                                   ` James Gregurich
2013-05-14 15:31                                                               ` Christopher Faylor
2013-05-13 15:00                                   ` native symlink Corinna Vinschen
2013-05-13 15:12                                     ` Charles Wilson
2013-05-13 15:39                                       ` Corinna Vinschen
2013-05-13 20:54                                         ` Charles Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).