aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_serial.cc
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Revert "Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue"github/topic/serial_iotopic/serial_ioCorinna Vinschen1-26/+12
2020-03-25fhandler_serial: fix commentsCorinna Vinschen1-3/+3
2020-03-25Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queueCorinna Vinschen1-12/+26
2020-03-23Cygwin: serial: use per call OVERLAPPED structsCorinna Vinschen1-55/+15
2020-03-23Cygwin: serial: tcsetattr: set timeouts unconditionallyCorinna Vinschen1-41/+38
2020-03-22Cygwin: serial: avoid overrun of vtimeCorinna Vinschen1-4/+4
2020-03-22Cygwin: serial: revamp overlapped IO in read and selectCorinna Vinschen1-65/+46
2020-03-22Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_tCorinna Vinschen1-91/+115
2020-03-16Cygwin: serial: wait for CancelIo completionCorinna Vinschen1-1/+1
2020-03-12Cygwin: serial: try fix o_nonblockCorinna Vinschen1-0/+10
2020-03-02Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queueCorinna Vinschen1-8/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2014-10-20 * fhandler_serial.cc: Revert debug code accidentally checked in onCorinna Vinschen1-1/+1
2014-08-18 * dtable.cc (dtable::init_std_file_from_handle): Mention that consoleCorinna Vinschen1-1/+1
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-2/+2
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-18/+18
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-11-26 * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen1-4/+0
2012-06-28 * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.Corinna Vinschen1-0/+5
2012-06-17Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor1-4/+5
2012-05-25 * fhandler_serial.cc (fhandler_serial::raw_read): Check forCorinna Vinschen1-1/+1
2012-05-25 * fhandler_serial.cc (fhandler_serial::raw_read): Just call ReadFileCorinna Vinschen1-12/+9
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen1-1/+2
2012-02-26 * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen1-2/+1
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor1-6/+0
2011-12-09Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor1-2/+2
2011-12-04* sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor1-8/+2
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-1/+1
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-2/+2
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen1-2/+0
2011-07-21Corinna Vinschen <corinna@vinschen.de>Christopher Faylor1-23/+27
2011-07-13 * fhandler_serial.cc (fhandler_serial::raw_read): Handle non-blockingCorinna Vinschen1-1/+21
2011-05-04 * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen1-2/+0
2011-05-02 * fhandler_serial.cc (fhandler_serial::raw_read): Add restartabilityCorinna Vinschen1-7/+40
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-2/+2
2009-07-03* dcrt0.cc (jit_debug): New global.Christopher Faylor1-2/+2
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-2/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-2/+0
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen1-18/+2
2007-02-05 * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support forCorinna Vinschen1-0/+72
2006-08-17 * fhandler_serial.cc (raw_read): Evaluate minchars taking theCorinna Vinschen1-14/+8
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-2/+3
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-2/+2
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-2/+2
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-1/+0
2005-09-09* fhandler_serial.cc (fhandler_serial::tcgetattr): Just zero c_cflag hereChristopher Faylor1-12/+13
2005-09-09* fhandler_serial.cc (fhandler_serial::ioctl): Always return 0 for window size.Christopher Faylor1-0/+4
2005-08-12white spaceChristopher Faylor1-26/+26
2005-08-11* fhandler_serial.cc (fhandler_serial::tcgetattr): Return current baud rateChristopher Faylor1-21/+16
2005-08-02 * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.Corinna Vinschen1-37/+60