summaryrefslogtreecommitdiffstats
path: root/libc/termios/tcsetattr.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-3/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-2/+2
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-1/+1
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-02-251-5/+9
|
* Merge from trunk."Steven J. Hill"2005-12-101-2/+2
|
* Merge from trunk."Steven J. Hill"2005-12-081-1/+2
|
* Merge from trunk."Steven J. Hill"2005-12-021-1/+1
|
* 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