summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-09-26libbb/speed_table.c: expand commentsDenys Vlasenko1-1/+16
2016-09-26typo fix in commentDenys Vlasenko1-1/+1
2016-09-01libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bitsDenys Vlasenko1-11/+55
2014-01-08libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.Denys Vlasenko1-0/+5
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-10-20add B921600Bernhard Reutner-Fischer1-1/+4
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko9-14/+25
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-07-21style fix (stray space before ';')Denis Vlasenko28-58/+58
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko26-66/+55
2006-06-20The type changed too.Rob Landley1-2/+2
2006-06-20Use the new names for tty_baud_to_value() and tty_value_to_baud() again.Peter Kjellerstedt1-5/+5
2006-06-20Revert the last two patches to go back to a state before this file wasRob Landley1-16/+94
2006-06-18Undo all of the ugliness and some of the bloat from 15412.Rob Landley4-146/+22
2006-06-17danf writes: stty doesn't support baud rates > 460800 bps, the attached patch...Mike Frysinger1-2/+35
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley28-194/+244
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670