index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
console-tools
/
resize.c
Age
Commit message (
Expand
)
Author
2011-03-28
move help text from include/usage.src.h to console-tools/*.c
Pere Orga
2011-01-26
getty: explain every bit in termios; remove redundant stuff in termios_final
Denys Vlasenko
2010-10-28
*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler
Marek Polacek
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-02-16
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-06-03
find_stray_communal_vars: script which finds communal variables
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-03-12
resize: make it usable in in backticks; have a timeout (if display
Denis Vlasenko
2007-03-10
more: do not mess with "/dev/console" (!);
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-25
- revert r16191; re-add resize() applet.
Bernhard Reutner-Fischer
2006-10-19
console-tools/resize.c is apparently leftover from a reverted patch.
Eric Andersen
2006-09-22
"I'll think about it" != "apply it now". It means I need to think about it.
Rob Landley
2006-09-22
- add new applet resize.
Bernhard Reutner-Fischer