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 00/14] FIFO bug fixes and code simplifications


Ken Brown (14):
  Cygwin: FIFO: rename client[] to fc_handler[]
  Cygwin: FIFO: hit_eof: add a call to fifo_client_lock
  Cygwin: FIFO: remember the type of the fhandler
  Cygwin: FIFO: fix a thinko in listen_client_thread
  Cygwin: FIFO: fix the error checking in raw_read
  Cygwin: check for STATUS_PENDING in fhandler_base::raw_read
  Cygwin: FIFO: code simplification: don't overload get_handle
  Cygwin: FIFO: fix fifo_client_handler::close
  Cygwin: FIFO: fix the use of the read_ready event
  Cygwin: FIFO: use a retry loop when opening a writer
  Cygwin: FIFO: fix clone
  Cygwin: FIFO: start the listen_client thread when duping a reader
  Cygwin: FIFO: improve raw_write
  Cygwin: FIFO: fix and simplify listen_client_thread

 winsup/cygwin/fhandler.cc      |  14 +-
 winsup/cygwin/fhandler.h       |  43 +--
 winsup/cygwin/fhandler_fifo.cc | 580 +++++++++++++++++----------------
 winsup/cygwin/select.cc        |   4 +-
 4 files changed, 342 insertions(+), 299 deletions(-)

-- 
2.17.0


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