aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_serial.cc
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-5/+5
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-7/+1
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-1/+1
2005-01-13 * fhandler_serial.cc (fhandler_serial::dup): Call overlapped_setupCorinna Vinschen1-1/+1
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-1/+1
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-7/+7
2004-03-09* fhandler_serial.cc (fhandler_serial::ioctl): Implement TIOCSBRK and TIOCCBRK.Christopher Faylor1-0/+14
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor1-1/+1
2004-01-23* fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when theChristopher Faylor1-4/+9
2003-12-11 * fhandler_serial.cc (fhandler_serial::tcflush): Simplify. RemoveCorinna Vinschen1-14/+23
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-7/+6