Re: [PATCH 0/5] More FIFO bug fixes

2019-04-23 Thread Corinna Vinschen
On Apr 20 18:58, Ken Brown wrote: > I'll be glad to commit these myself, but I thought I should send them > here first for the record and for review. > > Ken Brown (5): > Cygwin: FIFO: stop the listen_client thread on an opening error > Cygwin: FIFO: duplicate the i/o handle when opening a

[PATCH] Minor improvements to socket error handling:

2019-04-23 Thread Erik M. Bray
* Change default fallback for failed winsock error -> POSIX error mappings to EACCES, which is a valid errno for more socket-related syscalls. * Added a few previously missing entries to the wsock_errmap table that have obvious POSIX errno.h analogues. --- winsup/cygwin/net.cc | 5 - 1

Re: [PATCH] Minor improvements to socket error handling:

2019-04-23 Thread Corinna Vinschen
On Apr 23 16:55, Erik M. Bray wrote: > * Change default fallback for failed winsock error -> POSIX error > mappings to EACCES, which is a valid errno for more socket-related > syscalls. > > * Added a few previously missing entries to the wsock_errmap table > that have obvious POSIX errno.h