Re: SegFault running "ls -l" after Microsoft Patch Day

2015-12-15 Thread Dr Rainer Woitok
Corinna, On Monday, 2015-12-14 15:05:32 +0100, you wrote: > ... > > find: './System Volume Information': Permission denied > > $ > > This is normal if you don't run your shell elevated. Try again in an > elevated shell. Hm. I have several NTFS formatted USB sticks and a script which keeps

FAST_CWD pointer

2015-12-15 Thread Hugo Leisink
Hi, When running the Hiawatha webserver on a Windows 10 system, I get the following error: 0 [main] wigwam 812 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com 0 [main] hiawatha 6172 find_fast_cwd: WARNING:

Re: __STRICT_ANSI__ and stdio.h

2015-12-15 Thread Corinna Vinschen
On Dec 15 02:17, KIMURA Masaru wrote: > Hi, > > >> is cygwin's __STRICT_ANSI__ and stdio.h behavior not so compatible to > >> glibc's? > > > > Cygwin is using newlib, newlib is BSD based. We introduced the > > compatibility checking macros from FreeBSD lately. > > i roughly checked FreeBSD

Re: FAST_CWD pointer

2015-12-15 Thread Achim Gratz
Hugo Leisink leisink.net> writes: > When running the Hiawatha webserver on a Windows 10 system, I get the > following error: > > 0 [main] wigwam 812 find_fast_cwd: WARNING: Couldn't compute FAST_CWD > pointer. Please report this problem to the public mailing list > cygwin cygwin.com > 0

[newlib-cygwin] Add usertemp to 2.4.0 release text

2015-12-15 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4fbb2eb2c0e9ea628e3d479377df44fff869 commit 4fbb2eb2c0e9ea628e3d479377df44fff869 Author: Corinna Vinschen Date: Tue Dec 15 11:25:23 2015 +0100 Add usertemp to 2.4.0 release text Diff: ---

TEST RELEASE: Cygwin 2.4.0-0.10

2015-12-15 Thread Corinna Vinschen
Hi Cygwin friends and users, I released TEST version 2.4.0-0.10 of Cygwin. This is very likely the last test release for this year and the last 2.4.0 test release before the official release. Compared to 2.4.0-0.9 there are a few changes: - The header file layout has been cleaned up, mostly

Re: __STRICT_ANSI__ and stdio.h

2015-12-15 Thread KIMURA Masaru
Hi, >> >> is cygwin's __STRICT_ANSI__ and stdio.h behavior not so compatible to >> >> glibc's? >> > >> > Cygwin is using newlib, newlib is BSD based. We introduced the >> > compatibility checking macros from FreeBSD lately. >> >> i roughly checked FreeBSD include/stdio.h and sys/sys/cdefs.h. >>

XWin dpi setting not working?

2015-12-15 Thread Wei Ku
My recently purchased laptop has a rather high resolution 3200x1800, corresponding to roughly 300 dpi. Consequently, everything looks tiny in the default setting of the Cygwin X server. Adding an option "-dpi 300" to XWin XWin does not seem to have any effect. (The cygserver is enabled.) Can

Re: Trivial fix to last change

2015-12-15 Thread cyg Simple
On 12/14/2015 10:06 AM, Corinna Vinschen wrote: > On Dec 14 08:38, cyg Simple wrote: >> On 12/14/2015 4:25 AM, Corinna Vinschen wrote: >>> On Dec 11 17:14, Ken Brown wrote: cygwin1.dll doesn't build on x86 after the last commit (eed35ef). The trivial patch attached fixes it.