summaryrefslogtreecommitdiff
path: root/libc/termios/cfsetspeed.c
AgeCommit message (Collapse)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
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: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
Appears to build fine (several .configs tried)
2006-06-21Added a missing baud rate (614400) to the speeds[] table.Peter Kjellerstedt
2006-03-23Mark some functions as BSD onlyPeter S. Mazinger
2006-02-22* Allow baud rates above 115200 again.Peter Kjellerstedt
* Added a couple of esoteric CRIS specific baud rates.
2006-02-13Add back the 115200 limitPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger
missing headers, other jump relocs removed