[PATCH] Reworks for console code

2019-03-30 Thread Takashi Yano
Hi, I would like to propose 3 patches attached to improve console code. Patch 0001: This revises console code for better color handling. This provides 24 bit color support for Windows 10 build 14931 or later. For legacy console, fake 24 bit color support is implemented, which use the nearest colo

Re: [PATCH RFC] fork: reduce chances for "address space is already occupied" errors

2019-03-30 Thread Brian Inglis
On 2019-03-30 02:22, Achim Gratz wrote: > Brian Inglis writes: >> On 2019-03-29 14:23, Achim Gratz wrote: >>> Brian Inglis writes: > If you are packaging your own exes and dlls with your own local Cygwin > distro, > you should point to your local utility directory with a path in a file

Re: [PATCH fifo 2/2] Cygwin: FIFO: add support for the duplex case

2019-03-30 Thread Ken Brown
Hi Takashi, On 3/30/2019 9:30 AM, Takashi Yano wrote: > Hi Ken, > > Do these patches enable to open FIFO multiple times with O_RDWR? > mc (midnight commander) tries to open FIFO twice with O_RDWR if > SHELL=/bin/tcsh, but fails. > https://cygwin.com/ml/cygwin/2017-03/msg00188.html No, I'm sorry.

Re: [PATCH fifo 2/2] Cygwin: FIFO: add support for the duplex case

2019-03-30 Thread Takashi Yano
Hi Ken, Do these patches enable to open FIFO multiple times with O_RDWR? mc (midnight commander) tries to open FIFO twice with O_RDWR if SHELL=/bin/tcsh, but fails. https://cygwin.com/ml/cygwin/2017-03/msg00188.html On Mon, 25 Mar 2019 23:06:10 + Ken Brown wrote: > If a FIFO is opened with O_

Re: [PATCH RFC] fork: reduce chances for "address space is already occupied" errors

2019-03-30 Thread Achim Gratz
Brian Inglis writes: > On 2019-03-29 14:23, Achim Gratz wrote: >> Brian Inglis writes: If you are packaging your own exes and dlls with your own local Cygwin distro, you should point to your local utility directory with a path in a file under /var/lib/rebase/user.d/$USER