summaryrefslogtreecommitdiffstats
path: root/libc/termios/termios.c
Commit message (Expand)AuthorAgeFilesLines
* Running ltp 20030905 showed that tcsendbreak was broken.Eric Andersen2003-09-061-11/+13
* Fix from "Gerhard Uttenthaler" <uttenthaler@ems-wuensche.com> soEric Andersen2002-07-161-1/+1
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-1/+2
* Fixup broken termios stuff. No, really this time.Eric Andersen2002-01-091-14/+9
* Rework termios wrapping code to try and do the right thing.Eric Andersen2002-01-091-9/+7
* Update to accomodate the header file changesEric Andersen2001-09-271-0/+1
* Sometimes (often) the kernel will return things other then -1.Eric Andersen2001-05-291-7/+6
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-3/+3
* Have isatty call ioctl directly rather than tcgetattr; especially since anyManuel Novoa III2001-02-191-2/+9
* Fix termios handling. Now synced with behavior of GNU libc.Eric Andersen2001-01-151-229/+173
* Bug ugly formatting updateEric Andersen2000-10-091-136/+158
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-2/+2
* Initial revision0_9_1Erik Andersen2000-05-141-0/+348