index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
stty.c
Age
Commit message (
Expand
)
Author
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-10-23
libbb: factor out code which queries screen width
Denys Vlasenko
2013-07-30
Refactor catv. Move visible() from stty to libbb.
Bartosz Golaszewski
2013-05-17
stty: disable CIBAUD leak check - it is not necessary on Linux
Denys Vlasenko
2013-05-17
stty: code shrink
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2011-10-21
stty: trim too verbose error messages (-40 bytes)
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-03-31
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-01-26
stty: cosmetic fix to settings table; no code changes
Denys Vlasenko
2011-01-24
stty: enable line discipline display and change code if __linix__
Denys Vlasenko
2011-01-24
stty: make swtch and iutf8 visible/settable
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-01
stty: sort out preprocessor conditionals
Jeremie Koenig
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2009-12-11
stty: code shrink -44 bytes
Denys Vlasenko
2009-12-11
stty: fix columns command. closes bug 791.
Denys Vlasenko
2009-11-28
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-11-11
tidy up O_NONBLOCK usage. use libbb functions in stty.
Denys Vlasenko
2009-10-27
add and use xopen_nonblocking (-18b)
Bernhard Reutner-Fischer
2009-09-06
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-07-08
move libc related stuff out of platform.h
Denys Vlasenko
2009-07-05
Patches to enable FreeBSD build
Denys Vlasenko
2009-04-19
mdev: Rob's #if forest removal
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-25
whitespace fixes. no code changes
Denis Vlasenko
2008-05-13
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-01-27
stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online....
Denis Vlasenko
2007-11-24
stty: reorganize data tables - save 0.5k
Denis Vlasenko
2007-11-18
stty: mark variable as static
Denis Vlasenko
2007-10-11
stty: incorporate strings into struct instead of keeping pointers there.
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
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
[next]