summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_serial.cc
Commit message (Expand)AuthorAgeFilesLines
* fhandler_serial.cc: MARK and SPACE parity for serial portMarek Smetana2021-02-021-1/+10
* Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen2020-08-051-1/+1
* Cygwin: serial: fix GCC warningCorinna Vinschen2020-03-261-1/+1
* Revert "Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue"Corinna Vinschen2020-03-251-26/+12
* fhandler_serial: fix commentsCorinna Vinschen2020-03-251-3/+3
* Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queueCorinna Vinschen2020-03-251-12/+26
* Cygwin: serial: use per call OVERLAPPED structsCorinna Vinschen2020-03-231-55/+15
* Cygwin: serial: tcsetattr: set timeouts unconditionallyCorinna Vinschen2020-03-231-41/+38
* Cygwin: serial: avoid overrun of vtimeCorinna Vinschen2020-03-221-4/+4
* Cygwin: serial: revamp overlapped IO in read and selectCorinna Vinschen2020-03-221-65/+46
* Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_tCorinna Vinschen2020-03-221-91/+115
* Cygwin: serial: wait for CancelIo completionCorinna Vinschen2020-03-161-1/+1
* Cygwin: serial: try fix o_nonblockCorinna Vinschen2020-03-121-0/+10
* Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queueCorinna Vinschen2020-03-021-8/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * fhandler_serial.cc: Revert debug code accidentally checked in onCorinna Vinschen2014-10-201-1/+1
* * dtable.cc (dtable::init_std_file_from_handle): Mention that consoleCorinna Vinschen2014-08-181-1/+1
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-2/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-18/+18
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen2012-11-261-4/+0
* * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.Corinna Vinschen2012-06-281-0/+5
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-4/+5
* * fhandler_serial.cc (fhandler_serial::raw_read): Check forCorinna Vinschen2012-05-251-1/+1
* * fhandler_serial.cc (fhandler_serial::raw_read): Just call ReadFileCorinna Vinschen2012-05-251-12/+9
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-1/+2
* * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen2012-02-261-2/+1
* * cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor2011-12-131-6/+0
* Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor2011-12-091-2/+2
* * sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor2011-12-041-8/+2
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-1/+1
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-2/+2
* * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen2011-07-311-2/+0
* Corinna Vinschen <corinna@vinschen.de>Christopher Faylor2011-07-211-23/+27
* * fhandler_serial.cc (fhandler_serial::raw_read): Handle non-blockingCorinna Vinschen2011-07-131-1/+21
* * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen2011-05-041-2/+0
* * fhandler_serial.cc (fhandler_serial::raw_read): Add restartabilityCorinna Vinschen2011-05-021-7/+40
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-2/+2
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-031-2/+2
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-2/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-2/+0
* * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen2007-02-231-18/+2
* * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support forCorinna Vinschen2007-02-051-0/+72
* * fhandler_serial.cc (raw_read): Evaluate minchars taking theCorinna Vinschen2006-08-171-14/+8
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-2/+3
* Revert erroneous checkin.Corinna Vinschen2005-09-281-2/+2
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-2/+2
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-1/+0
* * fhandler_serial.cc (fhandler_serial::tcgetattr): Just zero c_cflag hereChristopher Faylor2005-09-091-12/+13
* * fhandler_serial.cc (fhandler_serial::ioctl): Always return 0 for window size.Christopher Faylor2005-09-091-0/+4