index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
/
speed_table.c
Age
Commit message (
Expand
)
Author
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2016-09-26
libbb/speed_table.c: expand comments
Denys Vlasenko
2016-09-26
typo fix in comment
Denys Vlasenko
2016-09-01
libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bits
Denys Vlasenko
2014-01-08
libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-10-20
add B921600
Bernhard Reutner-Fischer
2008-11-25
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2006-06-20
The type changed too.
Rob Landley
2006-06-20
Use the new names for tty_baud_to_value() and tty_value_to_baud() again.
Peter Kjellerstedt
2006-06-20
Revert the last two patches to go back to a state before this file was
Rob Landley
2006-06-18
Undo all of the ugliness and some of the bloat from 15412.
Rob Landley
2006-06-17
danf writes: stty doesn't support baud rates > 460800 bps, the attached patch...
Mike Frysinger
2006-03-10
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2003-03-19
Major coreutils update.
Manuel Novoa III