aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/termios.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_IS_OLD_TERMIOSCorinna Vinschen1-21/+11
2021-07-12Cygwin: cfsetspeed: allow speed to be a numerical baud rateKen Brown1-0/+59
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-3/+3
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-11-21* termios.cc (cfsetspeed): New function.Yaakov Selkowitz1-0/+14
2012-02-28tcgetsid: fix return typeEric Blake1-2/+2
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-9/+9
2011-10-11* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor1-4/+17
2011-04-30 * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen1-0/+2
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen1-1/+2
2011-01-11 * termios.cc (cfgetospeed, cfgetispeed): Constify argument per POSIX.Corinna Vinschen1-2/+2
2009-08-02* sigproc.cc (stopped_or_terminated): Don't return a match when stopsig ==Christopher Faylor1-1/+1
2008-09-12* Makefile.in: Add -c option which is now removed from COMPILE_C*.Christopher Faylor1-0/+11
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-3/+0
2007-09-26 * termios.cc (setspeed): Support new baud rates introduced 2007-02-05.Corinna Vinschen1-0/+10
2006-12-06 * termios.cc: Change include order to accomodate change to sys/ioctl.h.Corinna Vinschen1-1/+1
2005-09-09* fhandler_serial.cc (fhandler_serial::tcgetattr): Just zero c_cflag hereChristopher Faylor1-4/+1
2005-09-09* fhandler_serial.cc (fhandler_serial::ioctl): Always return 0 for window size.Christopher Faylor1-1/+4
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-3/+3
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-1/+2
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-3/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-09-18 * fhandler_tty.cc (fhandler_pty_master::process_slave_output):Corinna Vinschen1-0/+2
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-04-16* termios.cc (setspeed): New function.Christopher Faylor1-4/+42
2003-02-01* fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res.Christopher Faylor1-2/+1
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-2/+2
2002-07-29* fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor1-14/+49
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2001-11-15* exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor1-0/+1
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-86/+46
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-08-23* dtable.cc (dtable::dup2): Allow extension of fd table by dup2.Christopher Faylor1-2/+3
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+2
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-19/+20
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor1-6/+6
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+3
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-24/+13
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor1-1/+1
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+2
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-19/+19
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+274