X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=jKfN+XFRpVsXenBmwkvJyfRGBEWIbxWC2O86+xD1HAT 11YaZpjsyu6y76YkbwFRDhwCkMwcdyv0uGQjECx38t1jO79zi4RGK482A6b5M8dB u/BsT/rwOdj09q5upMGpbH7j7bxYJqdxxYGBXtBoG9RULOqxsnkK3PenTz/D+578 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=YDeRDgRHSnylFh7t3m5c+rG0F8I=; b=Kn6lJMz3NeeBvYyG/ n4iXBUiTm9LH502XBYYwogAsJqKrzK7un0doJ3dKdiPhHuHnsus1SmOG1ytHYHMJ BYqrJ/+aWevfmbPNvx2SdvF7ZDJmK4tCTZl4yAvwyfJXoNLiTW0o51sO0734PQ8H Ajv5EcQozm+RoKUPdcj+m4VDsM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-qg0-f46.google.com X-Received: by 10.140.236.73 with SMTP id h70mr37318465qhc.41.1425137631350; Sat, 28 Feb 2015 07:33:51 -0800 (PST) From: "cyg Simple" To: References: <652B2EF3-E52F-403C-8549-D2A16FCF1D27 AT Denis-Excoffier DOT org> <20150228133835 DOT GX11124 AT calimero DOT vinschen DOT de> In-Reply-To: <20150228133835.GX11124@calimero.vinschen.de> Subject: RE: xlaunch small glitch Date: Sat, 28 Feb 2015 10:34:00 -0500 Message-ID: <03d501d0536b$faa8d8c0$effa8a40$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t1SFY6Jp007108 From: Corinna Vinschen > > Just for your information: This change from WOW64 to WOW in the uname > sysname output was forced on us to account for the excessive version bump in > Windows 10. > > Rather than bumping the kernel version to 6.4, which would have been the right > thing to do, the marketing guys at Microsoft had the brilliant idea that the kernel > version should finally be the same version as the marketing name of the OS. And > since they were wailing so much, the developers caved in and made the bump. > > So now we would have the sysname > > CYGWIN_NT-10.0-WOW64 > > which has 20 characters, plus a trailing \0. The sysname char array has a length > of 20 characters, which is hard to change if we want to maintain backward > compatibility with existing tools like uname. > > Therefore I shortened "WOW64" to "WOW". I would have loved to change > "CYGWIN_NT" to "CYGWIN" instead, but there are more scripts out in the wild > explicitely testing for this, than testing for "WOW64". I didn't even know one of > our own scripts is checking that. How about a change to something like CYGWIN_NT-W32-10.0 and CYGWIN_NT-W64-10.0 instead? -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple