index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
coreutils
/
stty.c
Age
Commit message (
Expand
)
Author
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-27
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-19
stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)
Denis Vlasenko
2007-04-10
style fixes. No code changes.
Denis Vlasenko
2007-04-08
add some missed statics on constant objects.
Denis Vlasenko
2007-04-04
- remove some bss users.
Bernhard Reutner-Fischer
2007-02-04
- fix buglet introduced in r17351 in find_param(). Closes #1193
Bernhard Reutner-Fischer
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-18
- reinstate paranoia check in wrapf().
Bernhard Reutner-Fischer
2007-01-18
stop using global variable needlessly
Denis Vlasenko
2007-01-17
- remove superfluous define that expanded to "!strcmp"
Bernhard Reutner-Fischer
2007-01-17
- reuse return code of vsnprintf to avoid pulling in strlen
Bernhard Reutner-Fischer
2007-01-17
- merge display_changed() and display_all()
Bernhard Reutner-Fischer
2007-01-17
- peruse get_terminal_width_height and remove legacy code for ancient
Bernhard Reutner-Fischer
2007-01-17
- rewrite find_param to use index_in_str_array
Bernhard Reutner-Fischer
2007-01-17
- manually inline tty_value_to_baud and remove string_to_baud_or_die
Bernhard Reutner-Fischer
2007-01-17
- constify some read-only members and remove superfluous casts
Bernhard Reutner-Fischer
2007-01-17
- reuse option_mask32 for state-handling in main
Bernhard Reutner-Fischer
2007-01-12
stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -
Denis Vlasenko
2007-01-12
stty: rearrange functions, avoiding the need in forward declarations.
Denis Vlasenko
2007-01-01
stty: fix width of a field for ppc32
Denis Vlasenko
2006-11-18
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-09-29
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-19
stty: fix few bugs found in testing
Denis Vlasenko
2006-09-19
stty: reorder code, reducing need in forward declarations.
Denis Vlasenko
2006-09-19
stty: convert "enum mode_type" into unnamed enum
Denis Vlasenko
2006-09-19
stty: reduce #ifdef forest
Denis Vlasenko
2006-09-19
stty: simplify linewrapping code a bit
Denis Vlasenko
2006-09-19
stty: style fixes
Denis Vlasenko
2006-09-19
stty: fix a longstanding FIXME (was able to die half-way setting term params)
Denis Vlasenko
2006-09-08
few random readability enhansements. No code changes
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-06-18
Undo all of the ugliness and some of the bloat from 15412.
Rob Landley
2006-06-07
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-03-10
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-02-19
rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h
Mike Frysinger
2006-01-30
removed warning "comparison between signed and unsigned". Reduced size
"Vladimir N. Oleynik"
2006-01-22
- add platform.h.
Bernhard Reutner-Fischer
2004-09-15
Add a missing brace, patch by Hideki IWAMOTO
Glenn L McGrath
2003-06-20
last_patch89 from vodz:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-06-06
last_patch41 from vodz to fix stty -F and similar
Eric Andersen
2001-07-12
Patch from vodz:
Eric Andersen
[next]