summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_serial.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* white spaceChristopher Faylor2005-08-121-26/+26
* * fhandler_serial.cc (fhandler_serial::tcgetattr): Return current baud rateChristopher Faylor2005-08-111-21/+16
* * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.Corinna Vinschen2005-08-021-37/+60
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-5/+5
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-7/+1
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-1/+1
* * fhandler_serial.cc (fhandler_serial::dup): Call overlapped_setupCorinna Vinschen2005-01-131-1/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-7/+7
* * fhandler_serial.cc (fhandler_serial::ioctl): Implement TIOCSBRK and TIOCCBRK.Christopher Faylor2004-03-091-0/+14
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-021-1/+1
* * fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when theChristopher Faylor2004-01-231-4/+9
* * fhandler_serial.cc (fhandler_serial::tcflush): Simplify. RemoveCorinna Vinschen2003-12-111-14/+23
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-7/+6
* * devices.cc: New file.Christopher Faylor2003-09-251-5/+6
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* whitespace cleanupChristopher Faylor2003-03-091-1/+1
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-2/+2
* * fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res.Christopher Faylor2003-02-011-159/+169
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* Use isdirsep rather than SLASH_P throughout.Christopher Faylor2003-01-091-1/+6
* Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor2002-12-141-3/+3
* * fhandler_serial.cc (fhandler_serial::tcgetattr): Don't take any specialChristopher Faylor2002-11-151-10/+3
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-131-1/+1
* * fhandler_serial.cc (fhandler_serial::ioctl): Fix typo.Christopher Faylor2002-11-071-1/+1
* * fhandler_serial.cc (fhandler_serial::ioctl): Don't try to figure out if OSChristopher Faylor2002-11-061-35/+19
* * fhandler_serial.cc (fhandler_serial::raw_read): Use correct type forChristopher Faylor2002-11-051-6/+9
* * fhandler_serial.cc (fhandler_serial::ioctl): Reformat. Set errnoChristopher Faylor2002-11-041-83/+121
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-1/+1
* * fhandler_serial.cc: Change 'must_init_serial_line capability'Corinna Vinschen2002-07-241-2/+2
* * fhandler_serial.cc: Use must_init_serial_line capability throughout.Corinna Vinschen2002-07-231-2/+2
* * fhandler_serial.cc: Fix formatting problems introduced by below changes.Christopher Faylor2002-07-221-54/+46
* * fhandler.h (class fhandler_serial): Add new members ofCorinna Vinschen2002-07-221-2/+130
* * fhandler_serial.cc (fhandler_serial::tcflush): Fix typo.Christopher Faylor2002-07-191-1/+1
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-3/+1
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* * fhandler.h (fhandler_serial::ev): New class member.Christopher Faylor2001-12-111-2/+0
* * fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor2001-10-291-4/+4
* Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor2001-10-221-6/+2