summaryrefslogtreecommitdiffstats
path: root/libc/termios/tcsetattr.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixup broken termios stuff. No, really this time.Eric Andersen2002-01-091-59/+57
| | | | -Erik
* Rework termios wrapping code to try and do the right thing.Eric Andersen2002-01-091-4/+2
| | | | -Erik
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+1
|
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-3/+3
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* Fix termios handling. Now synced with behavior of GNU libc.Eric Andersen2001-01-151-0/+120
-Erik