Greetings, Henry S. Thompson!
>> ...
>> The main change was that we stopped using Win32 Overlapped I/O
>> (https://docs.microsoft.com/en-us/windows/win32/sync/synchronization-and-overlapped-input-and-output)
>> and switched to using the NT API. As a result, pipe I/O became much
>> more efficient
On Nov 10 21:24, Mario Emmenlauer wrote:
> On 10.11.21 14:49, Corinna Vinschen via Cygwin wrote:
> > On Nov 10 10:45, Mario Emmenlauer wrote:
> >> Could 'rm' support removing files and folders that have a colon ':' in
> >> their name? I.e. I would like that 'rm -fr' would remove a full directory
>
On 11/10/2021 1:45 PM, Henry S. Thompson via Cygwin wrote:
for Ken Brown and Takashi Yano, don't you think?
Even though we made XEmacs unusable?!? :)
But seriously, it was a joint effort among the two of us and Corinna.
Thanks.
Ken
--
Problem reports: https://cygwin.com/problems.html
F
On 10.11.21 14:49, Corinna Vinschen via Cygwin wrote:
> On Nov 10 10:45, Mario Emmenlauer wrote:
>> Could 'rm' support removing files and folders that have a colon ':' in
>> their name? I.e. I would like that 'rm -fr' would remove a full directory
>> tree, including such folders. Currently it will
Hi Brian,
On 10.11.21 17:35, Brian Inglis wrote:
> On 2021-11-10 02:45, Mario Emmenlauer wrote:
>> PS: These folders are created when I use the Cygwin-based build system
>> for ICU (see
>> https://unicode-org.github.io/icu/userguide/icu4c/build.html#how-to-build-and-install-on-windows-with-cygwi
I have uploaded mintty 3.5.2 with the following changes:
Unicode and Emoji data
* Unicode 14.0 update.
Terminal features
* Fix (revert back) DECSDM (DECSET 80) Sixel Display mode (#1127,
xterm 369).
* Sound file playing OSC 440 (#1122).
* DECPS tone playing support (#1122).
* Fixed L
for Ken Brown and Takashi Yano, don't you think?
ht
--
Henry S. Thompson, School of Informatics, University of Edinburgh
10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: h...@inf.ed.ac.uk
URL:
Ken Brown writes:
> ...
> The main change was that we stopped using Win32 Overlapped I/O
> (https://docs.microsoft.com/en-us/windows/win32/sync/synchronization-and-overlapped-input-and-output)
> and switched to using the NT API. As a result, pipe I/O became much
> more efficient. It wouldn't su
> -Original Message-
> From: Bill Stewart
> Sent: Wednesday, November 10, 2021 10:44 AM
>
> On Wed, Nov 10, 2021 at 8:28 AM Strasser, Dominik (DI SW ICS ICV) wrote:
>
> I know that this is the standard installation. But we absolutely need
> > passwordless login. So this was the workaround
On 11/10/2021 12:23 PM, Henry S. Thompson wrote:
Ken Brown via Cygwin writes:
On 11/9/2021 9:53 PM, Ken Brown via Cygwin wrote:
Back to the drawing board.
It finally occurred to me to stop looking for a bug in
fhandler_pipe::raw_read and instead see if something is in fact
repeatedly writing
Ken Brown via Cygwin writes:
> On 11/9/2021 9:53 PM, Ken Brown via Cygwin wrote:
>> Back to the drawing board.
>
> It finally occurred to me to stop looking for a bug in
> fhandler_pipe::raw_read and instead see if something is in fact
> repeatedly writing to the pipe, so that drain_signal_event_p
On 2021-11-10 02:45, Mario Emmenlauer wrote:
Dear All,
I've searched if this topic has come up before but could not find it.
Could 'rm' support removing files and folders that have a colon ':' in
their name? I.e. I would like that 'rm -fr' would remove a full directory
tree, including such fol
On Wed, Nov 10, 2021 at 8:28 AM Strasser, Dominik (DI SW ICS ICV) wrote:
I know that this is the standard installation. But we absolutely need
> passwordless login. So this was the workaround we found.
> The number of groups differs when sshd is run as local system, and when
> authorized_keys exis
Hi:
This worked fine with Cygwin 3.2.0 but is broken starting with Cygwin 3.3.0,
hence I think it is a Cygwin bug and not a ninja bug.
When running Cygwin applications under Windows native 'ninja.exe' build tool
(not the Cygwin packaged one) then the stdout is not emitted to the console
starti
Hi Bill,
On 10.11.2021 16:10, Bill Stewart wrote:
On Wed, Nov 10, 2021 at 7:52 AM Strasser, Dominik (DI SW ICS ICV)
wrote:
We are in an AD environment. AD holds the needed data for ssh(d) to
work. I can log into cygwin using ssh. But if I have a key stored
.ssh/authorized_keys for
> -Original Message-
> From: Strasser, Dominik (DI SW ICS ICV)
> Sent: Wednesday, November 10, 2021 9:50 AM
>
> Hi all,
> I am facing the following problem with my sshd installation.
>
> We are in an AD environment. AD holds the needed data for ssh(d) to
> work. I can log into cygwin usin
Hi all,
I am facing the following problem with my sshd installation.
We are in an AD environment. AD holds the needed data for ssh(d) to
work. I can log into cygwin using ssh. But if I have a key stored
.ssh/authorized_keys for passwordless login, the groups my user is in
differs from the one
Greetings, Mario Emmenlauer!
> Dear All,
> I've searched if this topic has come up before but could not find it.
> Could 'rm' support removing files and folders that have a colon ':' in
> their name? I.e. I would like that 'rm -fr' would remove a full directory
> tree, including such folders. C
On 11/9/2021 9:53 PM, Ken Brown via Cygwin wrote:
Back to the drawing board.
It finally occurred to me to stop looking for a bug in fhandler_pipe::raw_read
and instead see if something is in fact repeatedly writing to the pipe, so that
drain_signal_event_pipe never finishes. Putting a breakp
On Nov 10 10:45, Mario Emmenlauer wrote:
>
> Dear All,
>
> I've searched if this topic has come up before but could not find it.
>
> Could 'rm' support removing files and folders that have a colon ':' in
> their name? I.e. I would like that 'rm -fr' would remove a full directory
> tree, includin
Dear All,
I've searched if this topic has come up before but could not find it.
Could 'rm' support removing files and folders that have a colon ':' in
their name? I.e. I would like that 'rm -fr' would remove a full directory
tree, including such folders. Currently it will correctly remove anyt
21 matches
Mail list logo