This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/5] More FIFO bug fixes


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 duplexer
  Cygwin: FIFO: avoid WFMO error in listen_client_thread
  Cygwin: FIFO: close connect_evt handles as soon as possible
  Cygwin: FIFO: stop the listen_client thread before fork/exec

 winsup/cygwin/fhandler.h       |  3 ++
 winsup/cygwin/fhandler_fifo.cc | 55 ++++++++++++++++++++++++----------
 2 files changed, 42 insertions(+), 16 deletions(-)

-- 
2.17.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]