Re: [PATCH 0/2] Fix build with w32api 10.0.0

2022-04-27 Thread Takashi Yano
On Wed, 27 Apr 2022 11:30:44 +0200 Corinna Vinschen wrote: > On Apr 12 18:32, Jon Turney via Cygwin-patches wrote: > > Jon Turney (2): > > Cygwin: Fix build with w32api 10.0.0 > > Cygwin: Fix typo KERB_S4U_LOGON_FLAG_IDENTITY -> IDENTIFY >

[PATCH] Cygwin: Unconditionally require win32api >= 10.0.0

2022-04-27 Thread Jon Turney
Unconditionally require win32api >= 10.0.0, and check for it at configure time. Note that there remains a use of __MINGW64_VERSION_MAJOR in pseudo-reloc.cc under !CYGWIN (since that file is shared with the MinGW and MinGW64 runtimes). --- winsup/configure.ac | 9 +

Re: GNU make losing jobserver tokens

2022-04-27 Thread Takashi Yano
On Fri, 1 Apr 2022 17:45:51 +0900 Takashi Yano wrote: > On Mon, 21 Mar 2022 15:28:17 +0100 > Magnus Ihse Bursie wrote: > > Hi, > > > > I'm working for Oracle on the OpenJDK build team. We're using GNU make > > to build the JDK on all supported platforms. For Windows, we use Cygwin > > as our

Re: Closing the Command Prompt using the "x" button doesn't update shell history file

2022-04-27 Thread Takashi Yano
On Thu, 24 Mar 2022 17:33:50 +0900 Takashi Yano wrote: > On Wed, 23 Mar 2022 15:11:20 -0400 > Mitchell Hentges wrote: > > To reproduce the issue: > > 1. Run Cygwin.bat to open a Cygwin shell in the "Command Prompt" terminal > > 2. Run some command, such as "echo test" > > 3. Click the Windows "x"

Re: Deadlock of the process tree when running make

2022-04-27 Thread Alexey Izbyshev
Hi, Takashi, On 2022-04-27 14:22, Takashi Yano wrote: Hi Alexey, On Sat, 16 Apr 2022 16:21:34 +0300 Alexey Izbyshev wrote: On 2022-04-16 12:39, Takashi Yano wrote: > I am not sure yet what is essential, but the current code closes > pseudo console only if there is no other process which is

Re: Deadlock of the process tree when running make

2022-04-27 Thread Takashi Yano
Hi Alexey, On Sat, 16 Apr 2022 16:21:34 +0300 Alexey Izbyshev wrote: > On 2022-04-16 12:39, Takashi Yano wrote: > > I am not sure yet what is essential, but the current code closes > > pseudo console only if there is no other process which is attaching > > to the pseudo console. I wonder why

[ANNOUNCEMENT] openssh 9.0p1-1

2022-04-27 Thread Corinna Vinschen via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * openssh-9.0p1-1 OpenSSH is a program for logging into a remote machine and for executing commands on a remote machine. It can replace rlogin and rsh, providing encrypted communication between two machines.

openssh 9.0p1-1

2022-04-27 Thread Corinna Vinschen via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * openssh-9.0p1-1 OpenSSH is a program for logging into a remote machine and for executing commands on a remote machine. It can replace rlogin and rsh, providing encrypted communication between two machines.

Re: [PATCH] Cygwin: Fix "0x0x" in gmondump and ssp man pages

2022-04-27 Thread Corinna Vinschen
On Apr 21 22:36, Mark Geisert wrote: > A recent patch fixed gmondump to stop printing "0x0x" as an address > prefix. It turns out the Cygwin User's Guide and the gmondump and > ssp man pages (all from utils.xml) have examples of the same error. > > --- > winsup/cygwin/release/3.3.5 | 2 +- >

Re: [PATCH 0/2] Fix build with w32api 10.0.0

2022-04-27 Thread Corinna Vinschen
On Apr 12 18:32, Jon Turney via Cygwin-patches wrote: > Jon Turney (2): > Cygwin: Fix build with w32api 10.0.0 > Cygwin: Fix typo KERB_S4U_LOGON_FLAG_IDENTITY -> IDENTIFY Ops LGTM,