Re: cygwin Rsync x32 issue

2021-02-17 Thread Andrey Repin
Greetings, Ken Brown! I have a problem with rsync that sounds very similar to this one. Every. Damn. Time. I attempt to upload files to a server, first attempt always fail approx halfway through. No matter if I upload no files or a hundred of them. First attempt always fail. Then - immediately -

Re: [Attn. Maintainers] prepare your packages for release of perl-5.32

2021-02-17 Thread Andrew Schulman via Cygwin-apps
> Andrew Schulman via Cygwin-apps writes: > > Packaging error will be fixed in the forthcoming stow-2.3.1+5.32-1, which > > will be compatible with perl-5.32. So same release as the perl update. > > Please let us know when you have uploaded the package. Thanks. Uploaded stow-2.3.1+5.32-1.

Re: [ATTN MAINTAINER] mercurial with python3

2021-02-17 Thread Marco Atzeri via Cygwin-apps
ping On 02.01.2021 09:54, Marco Atzeri wrote: Hi Jari, can you provide a test version that works with python3.8 ? -- $ hg clone http://hg.code.sf.net/p/graphicsmagick/code GM Traceback (most recent call last):   File "/usr/bin/hg", line

[PATCH v2 2/2] cpuinfo: add AVX features; move SME, SEV/_ES features

2021-02-17 Thread Brian Inglis
Linux 5.11  Valentine's Day Edition  added features and changes: add Intel 0x0007 EDX:23 avx512_fp16 and 0x0007:1 EAX:4 avx_vnni; group scattered AMD 0x801f EAX Secure Mem/Encrypted Virt features at end: 0 sme, 1 sev, 3 sev_es (more to come not yet displayed) ---

[PATCH v2 1/2] cpuinfo: fix check for cpuid 0x80000007 support

2021-02-17 Thread Brian Inglis
--- winsup/cygwin/fhandler_proc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc index 8e23c0609485..d4c8613eb392 100644 --- a/winsup/cygwin/fhandler_proc.cc +++ b/winsup/cygwin/fhandler_proc.cc @@ -1293,7

[PATCH v2 0/2] cpuinfo: fix check; add AVX features; move SME, SEV/_ES features

2021-02-17 Thread Brian Inglis
Brian Inglis (2): fix check for cpuid 0x8007 support add AVX features; move SME, SEV/_ES features winsup/cygwin/fhandler_proc.cc | 46 ++ 1 file changed, 24 insertions(+), 22 deletions(-) -- 2.30.0

Question about your website

2021-02-17 Thread Gary Bell
My name is Gary and I’m a Community Outreach Manager for an AT Preferred Dealer.  I came across your page as I was looking online for resources related to international calling codes. My team created a resource, that contains both country codes and iso-codes. It is a list that can be used when

Re: [PATCH v2] winsup/doc/posix.xml: add note for getrlimit, setrlimit, xrefs to notes

2021-02-17 Thread Brian Inglis
On 2021-02-17 02:29, Corinna Vinschen via Cygwin-patches wrote: On Feb 16 10:00, Brian Inglis wrote: On 2021-02-16 09:51, Brian Inglis wrote: On 2021-02-16 04:30, Corinna Vinschen via Cygwin-patches wrote: On Feb 15 15:35, Brian Inglis wrote: change notes to see "Implementation Notes" to

Re: [PATCH] cpuinfo: fix check; add AVX features; move SME, SEV/_ES features

2021-02-17 Thread Corinna Vinschen via Cygwin-patches
Hi Brian, On Feb 16 09:00, Brian Inglis wrote: > > fix cpuid 0x8007 supported check; > Linux 5.11  Valentine's Day Edition  added features and changes: > add Intel 0x0007 EDX:23 avx512_fp16 and 0x0007:1 EAX:4 avx_vnni; > group scattered AMD 0x801f EAX Secure Mem/Encrypted Virt

Re: [PATCH v2] Cygwin: console: Introduce new thread which handles input signal.

2021-02-17 Thread Corinna Vinschen via Cygwin-patches
On Feb 16 20:37, Takashi Yano via Cygwin-patches wrote: > - Currently, Ctrl-Z, Ctrl-\ and SIGWINCH does not work in console > if the process does not call read() or select(). This is because > these are processed in process_input_message() which is called > from read() or select(). This is a

Re: [PATCH v2] winsup/doc/posix.xml: add note for getrlimit, setrlimit, xrefs to notes

2021-02-17 Thread Corinna Vinschen via Cygwin-patches
On Feb 16 10:00, Brian Inglis wrote: > On 2021-02-16 09:51, Brian Inglis wrote: > > On 2021-02-16 04:30, Corinna Vinschen via Cygwin-patches wrote: > > > On Feb 15 15:35, Brian Inglis wrote: > > > > change notes to see "Implementation Notes" to xref to std-notes; > > > > add xref to std-notes to