summaryrefslogtreecommitdiff
path: root/libbb/speed_table.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
| | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add B921600Bernhard Reutner-Fischer2009-10-201-1/+4
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-251-1/+0
| | | | | *: remove some redundant includes
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* style fix (stray space before ';')Denis Vlasenko2007-07-211-2/+2
|
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms ↵Denis Vlasenko2007-06-251-1/+1
| | | | <wharms@bfs.de>)
* The type changed too.Rob Landley2006-06-201-2/+2
|
* Use the new names for tty_baud_to_value() and tty_value_to_baud() again.Peter Kjellerstedt2006-06-201-5/+5
|
* Revert the last two patches to go back to a state before this file wasRob Landley2006-06-201-16/+94
| | | | controversial.
* Undo all of the ugliness and some of the bloat from 15412.Rob Landley2006-06-181-141/+17
|
* danf writes: stty doesn't support baud rates > 460800 bps, the attached ↵Mike Frysinger2006-06-171-2/+35
| | | | patch adds support for all baud rates supported by Linux 2.6.16 on x86.
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-1/+1
| | | | the busybox binary) into enums (which don't).
* Major coreutils update.Manuel Novoa III2003-03-191-0/+130