summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/termios.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-3/+3
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * termios.cc (cfsetspeed): New function.Yaakov Selkowitz2012-11-211-0/+14
* tcgetsid: fix return typeEric Blake2012-02-281-2/+2
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-9/+9
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-111-4/+17
* * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen2011-04-301-0/+2
* * Throughout fix copyright dates.Corinna Vinschen2011-02-151-1/+2
* * termios.cc (cfgetospeed, cfgetispeed): Constify argument per POSIX.Corinna Vinschen2011-01-111-2/+2
* * sigproc.cc (stopped_or_terminated): Don't return a match when stopsig ==Christopher Faylor2009-08-021-1/+1
* * Makefile.in: Add -c option which is now removed from COMPILE_C*.Christopher Faylor2008-09-121-0/+11
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* * termios.cc (setspeed): Support new baud rates introduced 2007-02-05.Corinna Vinschen2007-09-261-0/+10
* * termios.cc: Change include order to accomodate change to sys/ioctl.h.Corinna Vinschen2006-12-061-1/+1
* * fhandler_serial.cc (fhandler_serial::tcgetattr): Just zero c_cflag hereChristopher Faylor2005-09-091-4/+1
* * fhandler_serial.cc (fhandler_serial::ioctl): Always return 0 for window size.Christopher Faylor2005-09-091-1/+4
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-3/+3
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-1/+2
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-3/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * fhandler_tty.cc (fhandler_pty_master::process_slave_output):Corinna Vinschen2003-09-181-0/+2
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * termios.cc (setspeed): New function.Christopher Faylor2003-04-161-4/+42
* * fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res.Christopher Faylor2003-02-011-2/+1
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-2/+2
* * fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor2002-07-291-14/+49
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* * exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor2001-11-151-0/+1
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-86/+46
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * dtable.cc (dtable::dup2): Allow extension of fd table by dup2.Christopher Faylor2001-08-231-2/+3
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+2
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-19/+20
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-6/+6
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+3
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-24/+13
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-041-1/+1
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+2
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-19/+19
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+274