aboutsummaryrefslogtreecommitdiff
path: root/libbb/speed_table.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The type changed too.landley2006-06-201-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15441 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use the new names for tty_baud_to_value() and tty_value_to_baud() again.pkj2006-06-201-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15440 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Revert the last two patches to go back to a state before this file waslandley2006-06-201-16/+94
| | | | | | | controversial. git-svn-id: svn://busybox.net/trunk/busybox@15439 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Undo all of the ugliness and some of the bloat from 15412.landley2006-06-181-141/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15421 69ca8d6d-28ef-0310-b511-8ec308f3f277
* danf writes: stty doesn't support baud rates > 460800 bps, the attached ↵vapier2006-06-171-2/+35
| | | | | | patch adds support for all baud rates supported by Linux 2.6.16 on x86. git-svn-id: svn://busybox.net/trunk/busybox@15412 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-101-1/+1
| | | | | | | the busybox binary) into enums (which don't). git-svn-id: svn://busybox.net/trunk/busybox@14513 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major coreutils update.mjn32003-03-191-0/+130
git-svn-id: svn://busybox.net/trunk/busybox@6751 69ca8d6d-28ef-0310-b511-8ec308f3f277